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

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

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

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

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

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

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

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

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

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

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

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

#s-b79cb539-1923-4bcb-afca-c0eee5f4adfd {
  min-height: 50px;
}








#s-b79cb539-1923-4bcb-afca-c0eee5f4adfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b79cb539-1923-4bcb-afca-c0eee5f4adfd.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;
}

.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-683781a7-ebc1-460d-a2e4-da054835211b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-683781a7-ebc1-460d-a2e4-da054835211b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-683781a7-ebc1-460d-a2e4-da054835211b .shg-sld-nav-button.shg-sld-left,
#s-683781a7-ebc1-460d-a2e4-da054835211b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a1a0eff8-936b-490c-b68c-4c6dae5e9d41 {
  min-height: 50px;
}

#s-a1a0eff8-936b-490c-b68c-4c6dae5e9d41 {
  background-image: url();
}








#s-a1a0eff8-936b-490c-b68c-4c6dae5e9d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1a0eff8-936b-490c-b68c-4c6dae5e9d41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dee3839-c636-4145-9044-7280cf1f2331 {
  padding-top: 130px;
min-height: 800px;
background-color: rgba(247, 246, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2dee3839-c636-4145-9044-7280cf1f2331 {
  padding-top: 0px;
min-height: 200px;
}
}@media (max-width: 767px){#s-2dee3839-c636-4145-9044-7280cf1f2331 {
  padding-top: 0px;
min-height: 200px;
}
}







#s-2dee3839-c636-4145-9044-7280cf1f2331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dee3839-c636-4145-9044-7280cf1f2331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0 {
  min-height: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0 {
  display: none;
}
#s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0, #wrap-s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0 { display: none !important; }}@media (max-width: 767px){#s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0 {
  display: none;
}
#s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0, #wrap-s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b3d96c5-0203-412f-84a5-40a6d9fb37c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-29c523fd-ca6e-4a6d-8a15-fbb1d7612849 {
  min-height: 800px;
}








#s-29c523fd-ca6e-4a6d-8a15-fbb1d7612849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29c523fd-ca6e-4a6d-8a15-fbb1d7612849.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e31f06c-9cc2-4614-886f-47d92c8c790e {
  background-repeat: no-repeat;
background-size: 222px 233px;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}

#s-2e31f06c-9cc2-4614-886f-47d92c8c790e {
  background-image: url(https://i.shgcdn.com/59ad4197-6069-467c-af31-b883881783b7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e31f06c-9cc2-4614-886f-47d92c8c790e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e31f06c-9cc2-4614-886f-47d92c8c790e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-39ab5f5d-785d-4b42-b5e0-bf83f9b6bf23 {
  padding-bottom: 30px;
min-height: 800px;
}








#s-39ab5f5d-785d-4b42-b5e0-bf83f9b6bf23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39ab5f5d-785d-4b42-b5e0-bf83f9b6bf23.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-603f3446-8c36-42e2-bdad-62781dfa5d8e {
  min-height: 800px;
}








#s-603f3446-8c36-42e2-bdad-62781dfa5d8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-603f3446-8c36-42e2-bdad-62781dfa5d8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6e5e3a8-b7fd-4262-b26b-027f6777aaac {
  background-repeat: no-repeat;
background-size: 260px 228px;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}

#s-f6e5e3a8-b7fd-4262-b26b-027f6777aaac {
  background-image: url(https://i.shgcdn.com/efb8d169-8003-454e-9afb-533ae5799cff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f6e5e3a8-b7fd-4262-b26b-027f6777aaac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6e5e3a8-b7fd-4262-b26b-027f6777aaac.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe {
  min-height: 400px;
}
@media (min-width: 1200px){#s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe {
  display: none;
}
#s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe, #wrap-s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe {
  display: none;
}
#s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe, #wrap-s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe { display: none !important; }}
@media (min-width: 0px) {
[id="s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1f3a187-a39a-4ff1-b074-56a28ec5edbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c6f40bee-dfb6-4654-b24b-62b7003764a6 {
  min-height: 200px;
}








#s-c6f40bee-dfb6-4654-b24b-62b7003764a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6f40bee-dfb6-4654-b24b-62b7003764a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e700811-964c-48ce-b0c2-9bb14838885f {
  background-repeat: no-repeat;
background-size: 111px 124px;
padding-left: 0%;
min-height: 400px;
background-position: left 220px;
}

#s-2e700811-964c-48ce-b0c2-9bb14838885f {
  background-image: url(https://i.shgcdn.com/59ad4197-6069-467c-af31-b883881783b7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e700811-964c-48ce-b0c2-9bb14838885f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e700811-964c-48ce-b0c2-9bb14838885f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-641b6b68-2031-430b-ba7c-86f70dc1707a {
  min-height: 200px;
}








#s-641b6b68-2031-430b-ba7c-86f70dc1707a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-641b6b68-2031-430b-ba7c-86f70dc1707a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-748f28b6-8d83-4caa-8a54-c7874aafec18 {
  background-repeat: no-repeat;
background-size: 148px 129px;
padding-left: 0%;
min-height: 400px;
background-position: right 220px;
}

#s-748f28b6-8d83-4caa-8a54-c7874aafec18 {
  background-image: url(https://i.shgcdn.com/efb8d169-8003-454e-9afb-533ae5799cff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-748f28b6-8d83-4caa-8a54-c7874aafec18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-748f28b6-8d83-4caa-8a54-c7874aafec18.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-aa69282d-6743-4104-9888-0829f9469cd4 {
  padding-top: 200px;
padding-left: 5%;
padding-right: 5%;
min-height: 640px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-aa69282d-6743-4104-9888-0829f9469cd4 {
  display: none;
}
#s-aa69282d-6743-4104-9888-0829f9469cd4, #wrap-s-aa69282d-6743-4104-9888-0829f9469cd4 { display: none !important; }}@media (max-width: 767px){#s-aa69282d-6743-4104-9888-0829f9469cd4 {
  padding-top: 75px;
display: none;
}
#s-aa69282d-6743-4104-9888-0829f9469cd4, #wrap-s-aa69282d-6743-4104-9888-0829f9469cd4 { display: none !important; }}







#s-aa69282d-6743-4104-9888-0829f9469cd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa69282d-6743-4104-9888-0829f9469cd4.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-90566128-2e38-4ff9-9059-8022006ea2de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2px;
padding-bottom: 2px;
}

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

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

#s-db290f0c-939a-4605-953f-47bff713b547 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db290f0c-939a-4605-953f-47bff713b547 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}



#s-a45dc6ac-9d05-40fe-9266-524efb5bfb42 {
  padding-top: 40px;
}

#s-dd066ead-0631-494e-b1f8-b60944669056 {
  padding-top: 200px;
padding-left: 5%;
padding-right: 5%;
min-height: 200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-dd066ead-0631-494e-b1f8-b60944669056 {
  display: none;
}
#s-dd066ead-0631-494e-b1f8-b60944669056, #wrap-s-dd066ead-0631-494e-b1f8-b60944669056 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd066ead-0631-494e-b1f8-b60944669056 {
  display: none;
}
#s-dd066ead-0631-494e-b1f8-b60944669056, #wrap-s-dd066ead-0631-494e-b1f8-b60944669056 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd066ead-0631-494e-b1f8-b60944669056 {
  padding-top: 50px;
}
}@media (max-width: 767px){#s-dd066ead-0631-494e-b1f8-b60944669056 {
  padding-top: 50px;
}
}







#s-dd066ead-0631-494e-b1f8-b60944669056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd066ead-0631-494e-b1f8-b60944669056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d3029dc-b435-44e2-bcef-b559494039ca {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-ed63f93c-e88d-4bd4-83c8-561945c46158 {
  padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}

#s-ed63f93c-e88d-4bd4-83c8-561945c46158 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-4addb49f-addd-4f53-895d-8c5d878922a1 {
  padding-top: 0px;
}

#s-2f29c614-9c4a-4665-a82a-042ba63089d6 {
  padding-top: 0px;
min-height: 50px;
}

#s-2f29c614-9c4a-4665-a82a-042ba63089d6 {
  background-image: url();
}








#s-2f29c614-9c4a-4665-a82a-042ba63089d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f29c614-9c4a-4665-a82a-042ba63089d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbc239d4-c8b6-4cc6-8dcc-06a5a6e8e9f0 {
  padding-top: 130px;
min-height: 800px;
background-color: rgba(247, 246, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cbc239d4-c8b6-4cc6-8dcc-06a5a6e8e9f0 {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-cbc239d4-c8b6-4cc6-8dcc-06a5a6e8e9f0 {
  padding-top: 0px;
min-height: 400px;
}
}







#s-cbc239d4-c8b6-4cc6-8dcc-06a5a6e8e9f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbc239d4-c8b6-4cc6-8dcc-06a5a6e8e9f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00d55957-0f28-4e46-9a82-d4457f0d2634 {
  min-height: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00d55957-0f28-4e46-9a82-d4457f0d2634 {
  display: none;
}
#s-00d55957-0f28-4e46-9a82-d4457f0d2634, #wrap-s-00d55957-0f28-4e46-9a82-d4457f0d2634 { display: none !important; }}@media (max-width: 767px){#s-00d55957-0f28-4e46-9a82-d4457f0d2634 {
  display: none;
}
#s-00d55957-0f28-4e46-9a82-d4457f0d2634, #wrap-s-00d55957-0f28-4e46-9a82-d4457f0d2634 { display: none !important; }}
@media (min-width: 0px) {
[id="s-00d55957-0f28-4e46-9a82-d4457f0d2634"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-00d55957-0f28-4e46-9a82-d4457f0d2634"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00d55957-0f28-4e46-9a82-d4457f0d2634"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00d55957-0f28-4e46-9a82-d4457f0d2634"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-740dd264-b9a3-4199-b070-ad11b7a0b246 {
  min-height: 800px;
}








#s-740dd264-b9a3-4199-b070-ad11b7a0b246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-740dd264-b9a3-4199-b070-ad11b7a0b246.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8cd36e57-9f70-4671-b4c4-c7265c5592a8 {
  background-repeat: no-repeat;
background-size: 194px 177px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-8cd36e57-9f70-4671-b4c4-c7265c5592a8 {
  background-image: url(https://i.shgcdn.com/6c63e4fd-91f9-4d7d-a1ac-992a973d1182/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8cd36e57-9f70-4671-b4c4-c7265c5592a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cd36e57-9f70-4671-b4c4-c7265c5592a8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4c38fd12-8df4-4373-b7a6-68e435262622 {
  background-repeat: no-repeat;
background-size: 225px 225px;
padding-left: 0%;
min-height: 400px;
background-position: left center;
}

#s-4c38fd12-8df4-4373-b7a6-68e435262622 {
  background-image: url(https://i.shgcdn.com/4aea348e-2127-49bd-902c-31b5612e604f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4c38fd12-8df4-4373-b7a6-68e435262622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c38fd12-8df4-4373-b7a6-68e435262622.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-eb44e775-c091-4850-9af7-1d86760a8cde {
  padding-bottom: 30px;
min-height: 800px;
}








#s-eb44e775-c091-4850-9af7-1d86760a8cde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb44e775-c091-4850-9af7-1d86760a8cde.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b535e4ef-d4a0-49cf-94f7-53a4b6807c02 {
  min-height: 800px;
}








#s-b535e4ef-d4a0-49cf-94f7-53a4b6807c02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b535e4ef-d4a0-49cf-94f7-53a4b6807c02.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-66e64618-597e-4c60-8bc2-43d6eacf06f3 {
  background-repeat: no-repeat;
background-size: 197px 190px;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-66e64618-597e-4c60-8bc2-43d6eacf06f3 {
  background-image: url(https://i.shgcdn.com/8fa2395e-ee4a-4dd1-9745-d04131f57536/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-66e64618-597e-4c60-8bc2-43d6eacf06f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66e64618-597e-4c60-8bc2-43d6eacf06f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b4e9b034-f571-4fff-a6d3-a91665d56464 {
  background-repeat: no-repeat;
background-size: 225px 269px;
padding-left: 0%;
min-height: 400px;
background-position: right center;
}

#s-b4e9b034-f571-4fff-a6d3-a91665d56464 {
  background-image: url(https://i.shgcdn.com/5fa9a7da-ac11-498f-ac49-7ca79644268a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b4e9b034-f571-4fff-a6d3-a91665d56464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e9b034-f571-4fff-a6d3-a91665d56464.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0eb61f63-c96b-4d73-a0ba-019831845ab0 {
  min-height: 400px;
}
@media (min-width: 1200px){#s-0eb61f63-c96b-4d73-a0ba-019831845ab0 {
  display: none;
}
#s-0eb61f63-c96b-4d73-a0ba-019831845ab0, #wrap-s-0eb61f63-c96b-4d73-a0ba-019831845ab0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0eb61f63-c96b-4d73-a0ba-019831845ab0 {
  display: none;
}
#s-0eb61f63-c96b-4d73-a0ba-019831845ab0, #wrap-s-0eb61f63-c96b-4d73-a0ba-019831845ab0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0eb61f63-c96b-4d73-a0ba-019831845ab0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0eb61f63-c96b-4d73-a0ba-019831845ab0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0eb61f63-c96b-4d73-a0ba-019831845ab0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eb61f63-c96b-4d73-a0ba-019831845ab0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e106388b-cd1a-4f0d-842d-edaee18ae056 {
  min-height: 400px;
}








#s-e106388b-cd1a-4f0d-842d-edaee18ae056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e106388b-cd1a-4f0d-842d-edaee18ae056.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18344231-d7cf-4cc1-a3f9-f20c576a10fd {
  background-repeat: no-repeat;
background-size: 117px 107px;
padding-left: 0%;
padding-right: 0%;
min-height: 200px;
background-position: left top;
}

#s-18344231-d7cf-4cc1-a3f9-f20c576a10fd {
  background-image: url(https://i.shgcdn.com/6c63e4fd-91f9-4d7d-a1ac-992a973d1182/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-18344231-d7cf-4cc1-a3f9-f20c576a10fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18344231-d7cf-4cc1-a3f9-f20c576a10fd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a23ed1c2-6ac8-44b6-8330-da7917aa9c87 {
  background-repeat: no-repeat;
background-size: 121px 135px;
padding-left: 0%;
min-height: 200px;
background-position: left bottom;
}

#s-a23ed1c2-6ac8-44b6-8330-da7917aa9c87 {
  background-image: url(https://i.shgcdn.com/4aea348e-2127-49bd-902c-31b5612e604f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a23ed1c2-6ac8-44b6-8330-da7917aa9c87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a23ed1c2-6ac8-44b6-8330-da7917aa9c87.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-02a7e054-c953-478e-82f3-fd78e28ed58d {
  min-height: 400px;
}








#s-02a7e054-c953-478e-82f3-fd78e28ed58d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a7e054-c953-478e-82f3-fd78e28ed58d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2f90063-676e-46b4-959a-afcb829851f1 {
  background-repeat: no-repeat;
background-size: 118px 116px;
padding-right: 0%;
min-height: 200px;
background-position: right top;
}

#s-c2f90063-676e-46b4-959a-afcb829851f1 {
  background-image: url(https://i.shgcdn.com/8fa2395e-ee4a-4dd1-9745-d04131f57536/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c2f90063-676e-46b4-959a-afcb829851f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2f90063-676e-46b4-959a-afcb829851f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c18edef-1d14-4da6-91b1-f97786dcb8d8 {
  background-repeat: no-repeat;
background-size: 121px 146px;
padding-left: 0%;
min-height: 200px;
background-position: right bottom;
}

#s-7c18edef-1d14-4da6-91b1-f97786dcb8d8 {
  background-image: url(https://i.shgcdn.com/5fa9a7da-ac11-498f-ac49-7ca79644268a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7c18edef-1d14-4da6-91b1-f97786dcb8d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c18edef-1d14-4da6-91b1-f97786dcb8d8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-487292a6-d32b-4128-8f81-5f632266707c {
  padding-top: 200px;
min-height: 640px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-487292a6-d32b-4128-8f81-5f632266707c {
  display: none;
}
#s-487292a6-d32b-4128-8f81-5f632266707c, #wrap-s-487292a6-d32b-4128-8f81-5f632266707c { display: none !important; }}@media (max-width: 767px){#s-487292a6-d32b-4128-8f81-5f632266707c {
  display: none;
}
#s-487292a6-d32b-4128-8f81-5f632266707c, #wrap-s-487292a6-d32b-4128-8f81-5f632266707c { display: none !important; }}







#s-487292a6-d32b-4128-8f81-5f632266707c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-487292a6-d32b-4128-8f81-5f632266707c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-010cb3f8-a999-45ff-a330-013136fc98c0 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-25f0de92-8379-4474-8c75-bc5f5bc59768 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-25f0de92-8379-4474-8c75-bc5f5bc59768 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-0495940b-acd4-47fa-8d96-e86ef123182d {
  padding-top: 40px;
}

#s-fbedc706-0834-4560-847e-ee8a57b8ed3a {
  padding-top: 75px;
padding-left: 5%;
padding-right: 5%;
min-height: 200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-fbedc706-0834-4560-847e-ee8a57b8ed3a {
  display: none;
}
#s-fbedc706-0834-4560-847e-ee8a57b8ed3a, #wrap-s-fbedc706-0834-4560-847e-ee8a57b8ed3a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbedc706-0834-4560-847e-ee8a57b8ed3a {
  display: none;
}
#s-fbedc706-0834-4560-847e-ee8a57b8ed3a, #wrap-s-fbedc706-0834-4560-847e-ee8a57b8ed3a { display: none !important; }}







#s-fbedc706-0834-4560-847e-ee8a57b8ed3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbedc706-0834-4560-847e-ee8a57b8ed3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efef7bd4-4d42-4bdf-ab5d-a04ebed6b274 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-67db7179-9393-44a4-bf57-db46fe303bae {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-67db7179-9393-44a4-bf57-db46fe303bae .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0fa72314-c720-41e4-8279-c5e6761ec36f {
  padding-top: 0px;
}

#s-ed191729-d42a-4741-b27a-005a6914289d {
  min-height: 50px;
}

#s-ed191729-d42a-4741-b27a-005a6914289d {
  background-image: url();
}








#s-ed191729-d42a-4741-b27a-005a6914289d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed191729-d42a-4741-b27a-005a6914289d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c71a085-fe39-4178-bf08-0c3dacd208fc {
  padding-top: 130px;
min-height: 800px;
background-color: rgba(247, 246, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3c71a085-fe39-4178-bf08-0c3dacd208fc {
  min-height: 400px;
}
}@media (max-width: 767px){#s-3c71a085-fe39-4178-bf08-0c3dacd208fc {
  padding-top: 0px;
min-height: 200px;
}
}







#s-3c71a085-fe39-4178-bf08-0c3dacd208fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c71a085-fe39-4178-bf08-0c3dacd208fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-272e1c2c-73b4-43db-9022-11072b901233 {
  min-height: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-272e1c2c-73b4-43db-9022-11072b901233 {
  display: none;
}
#s-272e1c2c-73b4-43db-9022-11072b901233, #wrap-s-272e1c2c-73b4-43db-9022-11072b901233 { display: none !important; }}@media (max-width: 767px){#s-272e1c2c-73b4-43db-9022-11072b901233 {
  display: none;
}
#s-272e1c2c-73b4-43db-9022-11072b901233, #wrap-s-272e1c2c-73b4-43db-9022-11072b901233 { display: none !important; }}
@media (min-width: 0px) {
[id="s-272e1c2c-73b4-43db-9022-11072b901233"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-272e1c2c-73b4-43db-9022-11072b901233"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-272e1c2c-73b4-43db-9022-11072b901233"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-272e1c2c-73b4-43db-9022-11072b901233"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c8d51d94-8f5a-4b88-a514-d8d83a026960 {
  min-height: 800px;
}








#s-c8d51d94-8f5a-4b88-a514-d8d83a026960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8d51d94-8f5a-4b88-a514-d8d83a026960.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d12c9f15-771f-41de-b6af-a2aab306cb82 {
  background-repeat: no-repeat;
background-size: 200px 154px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-d12c9f15-771f-41de-b6af-a2aab306cb82 {
  background-image: url(https://i.shgcdn.com/594ec954-fa49-466f-b28c-bd1817297eb6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d12c9f15-771f-41de-b6af-a2aab306cb82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d12c9f15-771f-41de-b6af-a2aab306cb82.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ca49638-c68a-4f24-9791-3bc4230fda69 {
  background-repeat: no-repeat;
background-size: 319px 262px;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}

#s-0ca49638-c68a-4f24-9791-3bc4230fda69 {
  background-image: url(https://i.shgcdn.com/759c8f49-3f17-42b8-8d55-f4377f5fcab4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0ca49638-c68a-4f24-9791-3bc4230fda69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ca49638-c68a-4f24-9791-3bc4230fda69.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6d21f302-044c-4325-8428-1744fa904cea {
  padding-bottom: 30px;
min-height: 800px;
}








#s-6d21f302-044c-4325-8428-1744fa904cea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d21f302-044c-4325-8428-1744fa904cea.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-aa75e6ac-7790-4b4f-ad18-d714f6172b4c {
  min-height: 800px;
}








#s-aa75e6ac-7790-4b4f-ad18-d714f6172b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa75e6ac-7790-4b4f-ad18-d714f6172b4c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-57bbbb18-fd20-4358-b371-dcafeb290686 {
  background-repeat: no-repeat;
background-size: 176px 185px;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-57bbbb18-fd20-4358-b371-dcafeb290686 {
  background-image: url(https://i.shgcdn.com/adc887c3-22bd-4382-86db-667a187a1799/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-57bbbb18-fd20-4358-b371-dcafeb290686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57bbbb18-fd20-4358-b371-dcafeb290686.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6991de95-ef46-45d5-82df-f321e4b0f381 {
  background-repeat: no-repeat;
background-size: 300px 276px;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}

#s-6991de95-ef46-45d5-82df-f321e4b0f381 {
  background-image: url(https://i.shgcdn.com/b07dbf78-f813-4ad2-ac46-d93d0a771faf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6991de95-ef46-45d5-82df-f321e4b0f381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6991de95-ef46-45d5-82df-f321e4b0f381.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e852d878-8fa6-42ef-be02-22623b16e196 {
  min-height: 200px;
}
@media (min-width: 1200px){#s-e852d878-8fa6-42ef-be02-22623b16e196 {
  display: none;
}
#s-e852d878-8fa6-42ef-be02-22623b16e196, #wrap-s-e852d878-8fa6-42ef-be02-22623b16e196 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e852d878-8fa6-42ef-be02-22623b16e196 {
  display: none;
}
#s-e852d878-8fa6-42ef-be02-22623b16e196, #wrap-s-e852d878-8fa6-42ef-be02-22623b16e196 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e852d878-8fa6-42ef-be02-22623b16e196"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e852d878-8fa6-42ef-be02-22623b16e196"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e852d878-8fa6-42ef-be02-22623b16e196"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e852d878-8fa6-42ef-be02-22623b16e196"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8b98e767-9873-469c-96bf-e6266a120a52 {
  min-height: 400px;
}








#s-8b98e767-9873-469c-96bf-e6266a120a52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b98e767-9873-469c-96bf-e6266a120a52.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-698ba32c-9fda-489d-a810-bdabe70b9c7f {
  background-repeat: no-repeat;
background-size: 118px 91px;
padding-left: 0%;
padding-right: 0%;
min-height: 200px;
background-position: left top;
}

#s-698ba32c-9fda-489d-a810-bdabe70b9c7f {
  background-image: url(https://i.shgcdn.com/594ec954-fa49-466f-b28c-bd1817297eb6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-698ba32c-9fda-489d-a810-bdabe70b9c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-698ba32c-9fda-489d-a810-bdabe70b9c7f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa83b7cf-36fb-4f91-9d1a-cde106eed220 {
  background-repeat: no-repeat;
background-size: 138px 114px;
padding-left: 0%;
min-height: 200px;
background-position: left center;
}

#s-aa83b7cf-36fb-4f91-9d1a-cde106eed220 {
  background-image: url(https://i.shgcdn.com/759c8f49-3f17-42b8-8d55-f4377f5fcab4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aa83b7cf-36fb-4f91-9d1a-cde106eed220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa83b7cf-36fb-4f91-9d1a-cde106eed220.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5ba82297-8733-4c87-a33d-2974e221ef1a {
  min-height: 400px;
}








#s-5ba82297-8733-4c87-a33d-2974e221ef1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba82297-8733-4c87-a33d-2974e221ef1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a374cf38-a80e-4fda-8089-ab53d9622c5f {
  background-repeat: no-repeat;
background-size: 98px 100px;
padding-right: 0%;
min-height: 200px;
background-position: right top;
}

#s-a374cf38-a80e-4fda-8089-ab53d9622c5f {
  background-image: url(https://i.shgcdn.com/adc887c3-22bd-4382-86db-667a187a1799/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a374cf38-a80e-4fda-8089-ab53d9622c5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a374cf38-a80e-4fda-8089-ab53d9622c5f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88533bc0-6b06-4845-9dac-d82d43e15cd3 {
  background-repeat: no-repeat;
background-size: 130px 120px;
padding-left: 0%;
min-height: 200px;
background-position: right center;
}

#s-88533bc0-6b06-4845-9dac-d82d43e15cd3 {
  background-image: url(https://i.shgcdn.com/b07dbf78-f813-4ad2-ac46-d93d0a771faf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-88533bc0-6b06-4845-9dac-d82d43e15cd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88533bc0-6b06-4845-9dac-d82d43e15cd3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f242dcfe-3790-4116-bee2-0c49494b34ba {
  padding-top: 200px;
min-height: 640px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f242dcfe-3790-4116-bee2-0c49494b34ba {
  min-height: 400px;
display: none;
}
#s-f242dcfe-3790-4116-bee2-0c49494b34ba, #wrap-s-f242dcfe-3790-4116-bee2-0c49494b34ba { display: none !important; }}@media (max-width: 767px){#s-f242dcfe-3790-4116-bee2-0c49494b34ba {
  min-height: 400px;
display: none;
}
#s-f242dcfe-3790-4116-bee2-0c49494b34ba, #wrap-s-f242dcfe-3790-4116-bee2-0c49494b34ba { display: none !important; }}







#s-f242dcfe-3790-4116-bee2-0c49494b34ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f242dcfe-3790-4116-bee2-0c49494b34ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbb887ea-a927-4b5e-aac4-e4ceab89ae4a {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-123d9c33-b16d-4603-97ee-acd20701faec {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-123d9c33-b16d-4603-97ee-acd20701faec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-6614e0d0-ec05-4ae0-8f3b-525946bccdc1 {
  padding-top: 40px;
}

#s-f88cefa1-7da4-4bb8-a7d1-f932281da615 {
  padding-top: 75px;
padding-left: 5%;
padding-right: 5%;
min-height: 200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-f88cefa1-7da4-4bb8-a7d1-f932281da615 {
  display: none;
}
#s-f88cefa1-7da4-4bb8-a7d1-f932281da615, #wrap-s-f88cefa1-7da4-4bb8-a7d1-f932281da615 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f88cefa1-7da4-4bb8-a7d1-f932281da615 {
  display: none;
}
#s-f88cefa1-7da4-4bb8-a7d1-f932281da615, #wrap-s-f88cefa1-7da4-4bb8-a7d1-f932281da615 { display: none !important; }}







#s-f88cefa1-7da4-4bb8-a7d1-f932281da615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f88cefa1-7da4-4bb8-a7d1-f932281da615.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-412710eb-58dc-4698-91d2-aba528db3198 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-e106a6e6-b621-4ffd-a609-a0eeddd1b33d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e106a6e6-b621-4ffd-a609-a0eeddd1b33d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dcf86206-7146-4b27-bcde-807d0f00b048 {
  padding-top: 0px;
}

#s-7ee68a67-d890-4ff3-8ef8-30bfcc24e269 {
  min-height: 50px;
}

#s-7ee68a67-d890-4ff3-8ef8-30bfcc24e269 {
  background-image: url();
}








#s-7ee68a67-d890-4ff3-8ef8-30bfcc24e269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ee68a67-d890-4ff3-8ef8-30bfcc24e269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-659df177-8fce-4bce-a011-e144030996c6 {
  padding-top: 140px;
min-height: 400px;
background-color: rgba(247, 246, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-659df177-8fce-4bce-a011-e144030996c6 {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-659df177-8fce-4bce-a011-e144030996c6 {
  padding-top: 0px;
}
}







#s-659df177-8fce-4bce-a011-e144030996c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-659df177-8fce-4bce-a011-e144030996c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f425181e-58e9-465f-bc4e-b2bcad283d71 {
  min-height: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f425181e-58e9-465f-bc4e-b2bcad283d71 {
  display: none;
}
#s-f425181e-58e9-465f-bc4e-b2bcad283d71, #wrap-s-f425181e-58e9-465f-bc4e-b2bcad283d71 { display: none !important; }}@media (max-width: 767px){#s-f425181e-58e9-465f-bc4e-b2bcad283d71 {
  display: none;
}
#s-f425181e-58e9-465f-bc4e-b2bcad283d71, #wrap-s-f425181e-58e9-465f-bc4e-b2bcad283d71 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f425181e-58e9-465f-bc4e-b2bcad283d71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f425181e-58e9-465f-bc4e-b2bcad283d71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f425181e-58e9-465f-bc4e-b2bcad283d71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f425181e-58e9-465f-bc4e-b2bcad283d71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-de7e094c-26c3-42bd-afb7-c033efcbaebf {
  min-height: 800px;
}








#s-de7e094c-26c3-42bd-afb7-c033efcbaebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de7e094c-26c3-42bd-afb7-c033efcbaebf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18579610-37f7-4007-ba33-7e75135e8edb {
  background-repeat: no-repeat;
background-size: 252px 197px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-18579610-37f7-4007-ba33-7e75135e8edb {
  background-image: url(https://i.shgcdn.com/7ac3cbb6-8723-4ead-ad9d-f505fcc05fd2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-18579610-37f7-4007-ba33-7e75135e8edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18579610-37f7-4007-ba33-7e75135e8edb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59fbf574-38c7-41c5-a4ff-701d1504844d {
  background-repeat: no-repeat;
background-size: 218px 218px;
padding-left: 0%;
min-height: 400px;
background-position: left center;
}

#s-59fbf574-38c7-41c5-a4ff-701d1504844d {
  background-image: url(https://i.shgcdn.com/40f0567f-0135-4cd5-a082-d06040e3f8ad/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-59fbf574-38c7-41c5-a4ff-701d1504844d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59fbf574-38c7-41c5-a4ff-701d1504844d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5f2dd094-6356-4f90-ae8e-5d3f7863a056 {
  padding-bottom: 30px;
min-height: 800px;
}








#s-5f2dd094-6356-4f90-ae8e-5d3f7863a056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f2dd094-6356-4f90-ae8e-5d3f7863a056.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c1ee4f84-0f4d-46b8-81a2-71a3cd62cb68 {
  min-height: 800px;
}








#s-c1ee4f84-0f4d-46b8-81a2-71a3cd62cb68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1ee4f84-0f4d-46b8-81a2-71a3cd62cb68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c5098f21-c370-47e3-b8b7-33f127790c04 {
  background-repeat: no-repeat;
background-size: 238px 192px;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-c5098f21-c370-47e3-b8b7-33f127790c04 {
  background-image: url(https://i.shgcdn.com/81f2546b-efb7-4c7d-9825-1401b745f480/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c5098f21-c370-47e3-b8b7-33f127790c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5098f21-c370-47e3-b8b7-33f127790c04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c0c97e44-342f-4832-93bd-0619ea59e230 {
  background-repeat: no-repeat;
background-size: 250px 275px;
padding-left: 0%;
min-height: 400px;
background-position: right center;
}

#s-c0c97e44-342f-4832-93bd-0619ea59e230 {
  background-image: url(https://i.shgcdn.com/3bb1feb9-21b2-4654-8226-5443c7bf4716/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c0c97e44-342f-4832-93bd-0619ea59e230 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0c97e44-342f-4832-93bd-0619ea59e230.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-36662fa2-aef8-46f5-95b0-a32d801530b2 {
  min-height: 400px;
}
@media (min-width: 1200px){#s-36662fa2-aef8-46f5-95b0-a32d801530b2 {
  display: none;
}
#s-36662fa2-aef8-46f5-95b0-a32d801530b2, #wrap-s-36662fa2-aef8-46f5-95b0-a32d801530b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36662fa2-aef8-46f5-95b0-a32d801530b2 {
  display: none;
}
#s-36662fa2-aef8-46f5-95b0-a32d801530b2, #wrap-s-36662fa2-aef8-46f5-95b0-a32d801530b2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-36662fa2-aef8-46f5-95b0-a32d801530b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-36662fa2-aef8-46f5-95b0-a32d801530b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36662fa2-aef8-46f5-95b0-a32d801530b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36662fa2-aef8-46f5-95b0-a32d801530b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aeb052bb-68ca-4f70-8fd9-eeeab521e8b3 {
  min-height: 400px;
}








#s-aeb052bb-68ca-4f70-8fd9-eeeab521e8b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeb052bb-68ca-4f70-8fd9-eeeab521e8b3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-534778f4-b07b-4a5c-8f8d-0e59f8b304ed {
  background-repeat: no-repeat;
background-size: 168px 130px;
padding-left: 0%;
padding-right: 0%;
min-height: 200px;
background-position: left top;
}

#s-534778f4-b07b-4a5c-8f8d-0e59f8b304ed {
  background-image: url(https://i.shgcdn.com/7ac3cbb6-8723-4ead-ad9d-f505fcc05fd2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-534778f4-b07b-4a5c-8f8d-0e59f8b304ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-534778f4-b07b-4a5c-8f8d-0e59f8b304ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ccca554-d7b5-41fb-845f-90e960a19873 {
  background-repeat: no-repeat;
background-size: 131px 131px;
padding-left: 0%;
min-height: 200px;
background-position: left bottom;
}

#s-0ccca554-d7b5-41fb-845f-90e960a19873 {
  background-image: url(https://i.shgcdn.com/40f0567f-0135-4cd5-a082-d06040e3f8ad/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0ccca554-d7b5-41fb-845f-90e960a19873 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ccca554-d7b5-41fb-845f-90e960a19873.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bab88bf9-1067-4832-ae0b-d970af4db508 {
  min-height: 400px;
}








#s-bab88bf9-1067-4832-ae0b-d970af4db508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bab88bf9-1067-4832-ae0b-d970af4db508.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-04f88878-ad7b-45ea-9e61-7b682fcf56d3 {
  background-repeat: no-repeat;
background-size: 126px 102px;
padding-right: 0%;
min-height: 200px;
background-position: right top;
}

#s-04f88878-ad7b-45ea-9e61-7b682fcf56d3 {
  background-image: url(https://i.shgcdn.com/81f2546b-efb7-4c7d-9825-1401b745f480/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-04f88878-ad7b-45ea-9e61-7b682fcf56d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04f88878-ad7b-45ea-9e61-7b682fcf56d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4af0d4f-3807-4a66-9f90-3051f7e35521 {
  background-repeat: no-repeat;
background-size: 121px 132px;
padding-left: 0%;
min-height: 200px;
background-position: right bottom;
}

#s-a4af0d4f-3807-4a66-9f90-3051f7e35521 {
  background-image: url(https://i.shgcdn.com/3bb1feb9-21b2-4654-8226-5443c7bf4716/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a4af0d4f-3807-4a66-9f90-3051f7e35521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4af0d4f-3807-4a66-9f90-3051f7e35521.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0762e8bb-2398-41b0-8018-4767edca0bae {
  padding-top: 75px;
padding-left: 5%;
padding-right: 5%;
min-height: 200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0762e8bb-2398-41b0-8018-4767edca0bae {
  display: none;
}
#s-0762e8bb-2398-41b0-8018-4767edca0bae, #wrap-s-0762e8bb-2398-41b0-8018-4767edca0bae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0762e8bb-2398-41b0-8018-4767edca0bae {
  display: none;
}
#s-0762e8bb-2398-41b0-8018-4767edca0bae, #wrap-s-0762e8bb-2398-41b0-8018-4767edca0bae { display: none !important; }}







#s-0762e8bb-2398-41b0-8018-4767edca0bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0762e8bb-2398-41b0-8018-4767edca0bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d535e26-8005-44c7-bfc9-8f1f59c74a07 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-7fadd11e-5f7a-4963-96a5-db7aebf2ef60 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 20px;
text-align: center;
}

#s-7fadd11e-5f7a-4963-96a5-db7aebf2ef60 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-64aaefad-7593-4e94-b44d-8a45f607bfe2 {
  padding-top: 0px;
}

#s-15f4ff3c-9fd9-4540-9d18-20a753ca6342 {
  padding-top: 200px;
min-height: 640px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-15f4ff3c-9fd9-4540-9d18-20a753ca6342 {
  display: none;
}
#s-15f4ff3c-9fd9-4540-9d18-20a753ca6342, #wrap-s-15f4ff3c-9fd9-4540-9d18-20a753ca6342 { display: none !important; }}@media (max-width: 767px){#s-15f4ff3c-9fd9-4540-9d18-20a753ca6342 {
  min-height: 400px;
display: none;
}
#s-15f4ff3c-9fd9-4540-9d18-20a753ca6342, #wrap-s-15f4ff3c-9fd9-4540-9d18-20a753ca6342 { display: none !important; }}







#s-15f4ff3c-9fd9-4540-9d18-20a753ca6342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15f4ff3c-9fd9-4540-9d18-20a753ca6342.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67ac36b3-3528-4953-b554-00e6f218b33b {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-af8101bb-ea42-4a7c-a050-04eb0cfd1b49 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-af8101bb-ea42-4a7c-a050-04eb0cfd1b49 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-2d3cdbe3-f614-46ad-8870-6a7717b354e0 {
  padding-top: 40px;
}

#s-c25db3eb-2222-43e5-8c10-268b41bb9b70 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c25db3eb-2222-43e5-8c10-268b41bb9b70 {
  display: none;
}
#s-c25db3eb-2222-43e5-8c10-268b41bb9b70, #wrap-s-c25db3eb-2222-43e5-8c10-268b41bb9b70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c25db3eb-2222-43e5-8c10-268b41bb9b70 {
  display: none;
}
#s-c25db3eb-2222-43e5-8c10-268b41bb9b70, #wrap-s-c25db3eb-2222-43e5-8c10-268b41bb9b70 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c25db3eb-2222-43e5-8c10-268b41bb9b70 {
  display: none;
}
#s-c25db3eb-2222-43e5-8c10-268b41bb9b70, #wrap-s-c25db3eb-2222-43e5-8c10-268b41bb9b70 { display: none !important; }}@media (max-width: 767px){#s-c25db3eb-2222-43e5-8c10-268b41bb9b70 {
  display: none;
}
#s-c25db3eb-2222-43e5-8c10-268b41bb9b70, #wrap-s-c25db3eb-2222-43e5-8c10-268b41bb9b70 { display: none !important; }}







#s-c25db3eb-2222-43e5-8c10-268b41bb9b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25db3eb-2222-43e5-8c10-268b41bb9b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e44ca127-7394-4c24-9365-77f8319f8753 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e44ca127-7394-4c24-9365-77f8319f8753 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e44ca127-7394-4c24-9365-77f8319f8753 .shg-sld-nav-button.shg-sld-left,
#s-e44ca127-7394-4c24-9365-77f8319f8753 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9da13727-b11f-49dc-a527-3f42caa86a84 {
  min-height: 50px;
}

#s-9da13727-b11f-49dc-a527-3f42caa86a84 {
  background-image: url();
}








#s-9da13727-b11f-49dc-a527-3f42caa86a84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da13727-b11f-49dc-a527-3f42caa86a84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dee8dea5-9300-42b3-b291-8d032357d397 {
  padding-top: 130px;
min-height: 800px;
background-color: rgba(247, 246, 241, 1);
}








#s-dee8dea5-9300-42b3-b291-8d032357d397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dee8dea5-9300-42b3-b291-8d032357d397.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-264fa7e5-63e1-454c-b059-4b37180d122b {
  min-height: 800px;
}

@media (min-width: 0px) {
[id="s-264fa7e5-63e1-454c-b059-4b37180d122b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-264fa7e5-63e1-454c-b059-4b37180d122b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-264fa7e5-63e1-454c-b059-4b37180d122b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-264fa7e5-63e1-454c-b059-4b37180d122b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-acb4136d-adae-4b7a-afd5-98346d72c020 {
  min-height: 800px;
}








#s-acb4136d-adae-4b7a-afd5-98346d72c020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acb4136d-adae-4b7a-afd5-98346d72c020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41311fee-a078-4d1a-98e3-6ec5ac0e5523 {
  background-repeat: no-repeat;
background-size: 262px 291px;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}

#s-41311fee-a078-4d1a-98e3-6ec5ac0e5523 {
  background-image: url(https://i.shgcdn.com/8d411920-3391-4861-8749-a195381e8cee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-41311fee-a078-4d1a-98e3-6ec5ac0e5523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41311fee-a078-4d1a-98e3-6ec5ac0e5523.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3ad29c5f-e7c9-4fe3-a5d4-f9667e3a0e8d {
  padding-bottom: 30px;
min-height: 800px;
}








#s-3ad29c5f-e7c9-4fe3-a5d4-f9667e3a0e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ad29c5f-e7c9-4fe3-a5d4-f9667e3a0e8d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f52239b1-526b-472b-bfc1-2ec22ce523c6 {
  min-height: 800px;
}








#s-f52239b1-526b-472b-bfc1-2ec22ce523c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f52239b1-526b-472b-bfc1-2ec22ce523c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97114dff-b310-4099-9cd1-213ef3356ec3 {
  background-repeat: no-repeat;
background-size: 347px 304px;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}

#s-97114dff-b310-4099-9cd1-213ef3356ec3 {
  background-image: url(https://i.shgcdn.com/1fd1bb2b-aaab-41a1-ad8f-6800b91fe5e3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-97114dff-b310-4099-9cd1-213ef3356ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97114dff-b310-4099-9cd1-213ef3356ec3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a4dff5d8-87c5-4160-bfde-edf40292ed3c {
  padding-top: 200px;
min-height: 640px;
background-color: rgba(0, 0, 0, 0);
}








#s-a4dff5d8-87c5-4160-bfde-edf40292ed3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4dff5d8-87c5-4160-bfde-edf40292ed3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25ddd5b8-5756-4e38-bad6-42a251ec3348 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-0a4fdc5f-722f-49b6-b81e-94d5169aea11 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0a4fdc5f-722f-49b6-b81e-94d5169aea11 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}



#s-fab9d216-e15b-4d18-bd2a-6aafd5caae81 {
  padding-top: 40px;
}

#s-09d0b127-44b0-4d7e-a853-bc6329eaa6ca {
  min-height: 50px;
}

#s-09d0b127-44b0-4d7e-a853-bc6329eaa6ca {
  background-image: url();
}








#s-09d0b127-44b0-4d7e-a853-bc6329eaa6ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09d0b127-44b0-4d7e-a853-bc6329eaa6ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92057540-97b0-4b14-90ad-2de5b0093d71 {
  padding-top: 130px;
min-height: 800px;
background-color: rgba(247, 246, 241, 1);
}








#s-92057540-97b0-4b14-90ad-2de5b0093d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92057540-97b0-4b14-90ad-2de5b0093d71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34120e06-1a38-4afb-a5c1-1fa175b0f7d6 {
  min-height: 800px;
}

@media (min-width: 0px) {
[id="s-34120e06-1a38-4afb-a5c1-1fa175b0f7d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34120e06-1a38-4afb-a5c1-1fa175b0f7d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-34120e06-1a38-4afb-a5c1-1fa175b0f7d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-34120e06-1a38-4afb-a5c1-1fa175b0f7d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-499c470d-a6ec-4246-9cf4-cd4bb676e9a7 {
  min-height: 800px;
}








#s-499c470d-a6ec-4246-9cf4-cd4bb676e9a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-499c470d-a6ec-4246-9cf4-cd4bb676e9a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-594fa054-4299-464f-b72f-9539619cd621 {
  background-repeat: no-repeat;
background-size: 235px 181px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-594fa054-4299-464f-b72f-9539619cd621 {
  background-image: url(https://i.shgcdn.com/594ec954-fa49-466f-b28c-bd1817297eb6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-594fa054-4299-464f-b72f-9539619cd621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-594fa054-4299-464f-b72f-9539619cd621.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f37e9351-7947-407a-ad06-48021cc9c950 {
  background-repeat: no-repeat;
background-size: 425px 349px;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}

#s-f37e9351-7947-407a-ad06-48021cc9c950 {
  background-image: url(https://i.shgcdn.com/759c8f49-3f17-42b8-8d55-f4377f5fcab4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f37e9351-7947-407a-ad06-48021cc9c950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f37e9351-7947-407a-ad06-48021cc9c950.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bc25a9a1-12b2-4e85-a2ec-7340907fc800 {
  padding-bottom: 30px;
min-height: 800px;
}








#s-bc25a9a1-12b2-4e85-a2ec-7340907fc800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc25a9a1-12b2-4e85-a2ec-7340907fc800.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5ca529c4-34b8-473f-b8ef-790f3e463130 {
  min-height: 800px;
}








#s-5ca529c4-34b8-473f-b8ef-790f3e463130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ca529c4-34b8-473f-b8ef-790f3e463130.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-167dd126-e848-49e9-b4c5-23efbb77d7d5 {
  background-repeat: no-repeat;
background-size: 196px 200px;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-167dd126-e848-49e9-b4c5-23efbb77d7d5 {
  background-image: url(https://i.shgcdn.com/adc887c3-22bd-4382-86db-667a187a1799/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-167dd126-e848-49e9-b4c5-23efbb77d7d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-167dd126-e848-49e9-b4c5-23efbb77d7d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-520e772f-71c0-4d75-af90-573e855bcfdb {
  background-repeat: no-repeat;
background-size: 400px 368px;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}

#s-520e772f-71c0-4d75-af90-573e855bcfdb {
  background-image: url(https://i.shgcdn.com/eaafe34e-3752-416c-a422-48076f649843/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-520e772f-71c0-4d75-af90-573e855bcfdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-520e772f-71c0-4d75-af90-573e855bcfdb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c8d6cc52-3cb1-40c1-9800-e009c64e322c {
  padding-top: 200px;
min-height: 640px;
background-color: rgba(0, 0, 0, 0);
}








#s-c8d6cc52-3cb1-40c1-9800-e009c64e322c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8d6cc52-3cb1-40c1-9800-e009c64e322c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5d4a403-e3c1-4064-af19-477bc18dbe40 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-91ded9cb-a78c-4e90-b92b-c4b17a022ac1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-91ded9cb-a78c-4e90-b92b-c4b17a022ac1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-4137008e-56ef-4a5c-aacc-458a589aa902 {
  padding-top: 40px;
}

#s-d3dc24bf-6cb7-49b1-ac55-d1b2d402938f {
  min-height: 50px;
}

#s-d3dc24bf-6cb7-49b1-ac55-d1b2d402938f {
  background-image: url();
}








#s-d3dc24bf-6cb7-49b1-ac55-d1b2d402938f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3dc24bf-6cb7-49b1-ac55-d1b2d402938f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b44b152d-f867-46d6-8fa7-c008dd34aa77 {
  padding-top: 130px;
min-height: 800px;
background-color: rgba(247, 246, 241, 1);
}








#s-b44b152d-f867-46d6-8fa7-c008dd34aa77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b44b152d-f867-46d6-8fa7-c008dd34aa77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a223a4eb-eb16-4583-b809-3738c375d4c8 {
  min-height: 800px;
}

@media (min-width: 0px) {
[id="s-a223a4eb-eb16-4583-b809-3738c375d4c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a223a4eb-eb16-4583-b809-3738c375d4c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a223a4eb-eb16-4583-b809-3738c375d4c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a223a4eb-eb16-4583-b809-3738c375d4c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cec19703-025f-4d1c-b41d-cec7e032382a {
  min-height: 800px;
}








#s-cec19703-025f-4d1c-b41d-cec7e032382a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cec19703-025f-4d1c-b41d-cec7e032382a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9e0b35a8-1844-4bfa-814e-9cea7dfa4c5b {
  background-repeat: no-repeat;
background-size: 336px 262px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-9e0b35a8-1844-4bfa-814e-9cea7dfa4c5b {
  background-image: url(https://i.shgcdn.com/7ac3cbb6-8723-4ead-ad9d-f505fcc05fd2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9e0b35a8-1844-4bfa-814e-9cea7dfa4c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e0b35a8-1844-4bfa-814e-9cea7dfa4c5b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-607ddd61-77ed-4dee-bb4a-6ebf3a6a5064 {
  background-repeat: no-repeat;
background-size: 291px 291px;
padding-left: 0%;
min-height: 400px;
background-position: left center;
}








#s-607ddd61-77ed-4dee-bb4a-6ebf3a6a5064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607ddd61-77ed-4dee-bb4a-6ebf3a6a5064.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3cce69e9-f863-4aca-9a40-f5224c601c5c {
  padding-bottom: 30px;
min-height: 800px;
}








#s-3cce69e9-f863-4aca-9a40-f5224c601c5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cce69e9-f863-4aca-9a40-f5224c601c5c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0fd4e9df-faa8-4632-be04-9a6208244ed7 {
  min-height: 800px;
}








#s-0fd4e9df-faa8-4632-be04-9a6208244ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fd4e9df-faa8-4632-be04-9a6208244ed7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-198936c5-f478-445a-9a5e-da343d8c38ec {
  background-repeat: no-repeat;
background-size: 317px 256px;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}

#s-198936c5-f478-445a-9a5e-da343d8c38ec {
  background-image: url(https://i.shgcdn.com/81f2546b-efb7-4c7d-9825-1401b745f480/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-198936c5-f478-445a-9a5e-da343d8c38ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-198936c5-f478-445a-9a5e-da343d8c38ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ea13ed6-3f3b-4524-9652-145b72c95f6f {
  background-repeat: no-repeat;
background-size: 333px 367px;
padding-left: 0%;
min-height: 400px;
background-position: right center;
}








#s-0ea13ed6-3f3b-4524-9652-145b72c95f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea13ed6-3f3b-4524-9652-145b72c95f6f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f5fb479e-ab91-4ddd-b651-2a8b487bd975 {
  padding-top: 200px;
min-height: 640px;
background-color: rgba(0, 0, 0, 0);
}








#s-f5fb479e-ab91-4ddd-b651-2a8b487bd975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5fb479e-ab91-4ddd-b651-2a8b487bd975.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5e02cc6-5cd5-4d9d-b03f-ba61dbbd8b5c {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
}

#s-4f503fec-233a-410c-8913-884344bd476f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4f503fec-233a-410c-8913-884344bd476f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-36142480-3fe1-4613-8812-30755918e5b2 {
  padding-top: 40px;
}

#s-e49d9fbd-7796-4b7a-979d-275396b577e2 {
  padding-top: 80px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 500px;
background-color: rgba(251, 251, 251, 1);
}
@media (min-width: 1200px){#s-e49d9fbd-7796-4b7a-979d-275396b577e2 {
  display: none;
}
#s-e49d9fbd-7796-4b7a-979d-275396b577e2, #wrap-s-e49d9fbd-7796-4b7a-979d-275396b577e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e49d9fbd-7796-4b7a-979d-275396b577e2 {
  display: none;
}
#s-e49d9fbd-7796-4b7a-979d-275396b577e2, #wrap-s-e49d9fbd-7796-4b7a-979d-275396b577e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e49d9fbd-7796-4b7a-979d-275396b577e2 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-e49d9fbd-7796-4b7a-979d-275396b577e2 {
  min-height: 300px;
}
}







#s-e49d9fbd-7796-4b7a-979d-275396b577e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e49d9fbd-7796-4b7a-979d-275396b577e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-e49d9fbd-7796-4b7a-979d-275396b577e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e49d9fbd-7796-4b7a-979d-275396b577e2.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-4183a35a-70ee-4309-a6a1-1362654d6218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4183a35a-70ee-4309-a6a1-1362654d6218"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4183a35a-70ee-4309-a6a1-1362654d6218"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4183a35a-70ee-4309-a6a1-1362654d6218"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aa5d7c8a-ba11-4bcb-919c-7626d68885ff {
  padding-left: 10%;
padding-right: 0%;
min-height: 700px;
}
@media (max-width: 767px){#s-aa5d7c8a-ba11-4bcb-919c-7626d68885ff {
  padding-left: 0%;
}
}







#s-aa5d7c8a-ba11-4bcb-919c-7626d68885ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa5d7c8a-ba11-4bcb-919c-7626d68885ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0632f510-f9ef-4183-92b8-f80f41955220 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0632f510-f9ef-4183-92b8-f80f41955220 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Light";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-0632f510-f9ef-4183-92b8-f80f41955220 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Light";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-a56dfef9-43f0-4620-b2fe-0c6839c7f758 {
  padding-top: 2px;
padding-bottom: 10px;
text-align: center;
}

#s-a56dfef9-43f0-4620-b2fe-0c6839c7f758 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-12c2e096-a0a9-4881-a104-95abd3448ce7 {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 300px;
}
@media (min-width: 1200px){#s-12c2e096-a0a9-4881-a104-95abd3448ce7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12c2e096-a0a9-4881-a104-95abd3448ce7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12c2e096-a0a9-4881-a104-95abd3448ce7 {
  
}
}@media (max-width: 767px){#s-12c2e096-a0a9-4881-a104-95abd3448ce7 {
  
}
}







#s-12c2e096-a0a9-4881-a104-95abd3448ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12c2e096-a0a9-4881-a104-95abd3448ce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ed0ac799-c470-41ab-92b4-22058244e72d {
  max-width: 450px;
text-align: center;
}







  #s-ed0ac799-c470-41ab-92b4-22058244e72d img.shogun-image {
    

    
    
    
  }


#s-ed0ac799-c470-41ab-92b4-22058244e72d .shogun-image-content {
  
    align-items: center;
  
}

#s-9230d65d-fc6d-4499-a1fd-258dd76919c5 {
  max-width: 450px;
text-align: center;
}







  #s-9230d65d-fc6d-4499-a1fd-258dd76919c5 img.shogun-image {
    

    
    
    
  }


#s-9230d65d-fc6d-4499-a1fd-258dd76919c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-047372db-27c1-4e70-98a7-d2e04f03b56f {
  max-width: 500px;
text-align: center;
}







  #s-047372db-27c1-4e70-98a7-d2e04f03b56f img.shogun-image {
    

    
    
    
  }


#s-047372db-27c1-4e70-98a7-d2e04f03b56f .shogun-image-content {
  
    align-items: center;
  
}

#s-74860e0b-cd17-4221-b48d-43539df52958 {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
}

#s-6cc12c0c-b637-40a4-9b59-9ae942acb80b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6cc12c0c-b637-40a4-9b59-9ae942acb80b .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


#s-6cc12c0c-b637-40a4-9b59-9ae942acb80b .shogun-heading-component h1 a {
  color: rgba(87, 96, 79, 1);
}


#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 700px;
}
@media (min-width: 1200px){#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60 {
  display: none;
}
#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60, #wrap-s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60 { display: none !important; }}@media (max-width: 767px){#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60 {
  min-height: 300px;
display: none;
}
#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60, #wrap-s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60 { display: none !important; }}







#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0fc0a26-c72c-4ea2-864b-d5a03cfa7e60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ce1c6b3-92d2-4912-a529-c33e9142cc07 {
  max-width: 450px;
text-align: center;
}







  #s-3ce1c6b3-92d2-4912-a529-c33e9142cc07 img.shogun-image {
    

    
    
    
  }


#s-3ce1c6b3-92d2-4912-a529-c33e9142cc07 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5fb56c3-e542-4077-81e3-e3d93858ea05 {
  max-width: 450px;
text-align: center;
}







  #s-c5fb56c3-e542-4077-81e3-e3d93858ea05 img.shogun-image {
    

    
    
    
  }


#s-c5fb56c3-e542-4077-81e3-e3d93858ea05 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cdae784-9683-4c43-81d7-e981690e13dd {
  max-width: 500px;
text-align: center;
}







  #s-0cdae784-9683-4c43-81d7-e981690e13dd img.shogun-image {
    

    
    
    
  }


#s-0cdae784-9683-4c43-81d7-e981690e13dd .shogun-image-content {
  
    align-items: center;
  
}

#s-be918f89-907f-4b57-b643-7751b86ddf92 {
  padding-top: 135px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 500px;
background-color: rgba(251, 251, 251, 1);
}
@media (min-width: 1200px){#s-be918f89-907f-4b57-b643-7751b86ddf92 {
  padding-top: 140px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be918f89-907f-4b57-b643-7751b86ddf92 {
  padding-top: 140px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-be918f89-907f-4b57-b643-7751b86ddf92 {
  padding-top: 135px;
min-height: 300px;
display: none;
}
#s-be918f89-907f-4b57-b643-7751b86ddf92, #wrap-s-be918f89-907f-4b57-b643-7751b86ddf92 { display: none !important; }}@media (max-width: 767px){#s-be918f89-907f-4b57-b643-7751b86ddf92 {
  padding-top: 140px;
padding-bottom: 10px;
min-height: 300px;
display: none;
}
#s-be918f89-907f-4b57-b643-7751b86ddf92, #wrap-s-be918f89-907f-4b57-b643-7751b86ddf92 { display: none !important; }}







#s-be918f89-907f-4b57-b643-7751b86ddf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be918f89-907f-4b57-b643-7751b86ddf92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-be918f89-907f-4b57-b643-7751b86ddf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be918f89-907f-4b57-b643-7751b86ddf92.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-9bc31cc7-3e6e-4381-beb9-627e712a0731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc31cc7-3e6e-4381-beb9-627e712a0731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc31cc7-3e6e-4381-beb9-627e712a0731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc31cc7-3e6e-4381-beb9-627e712a0731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3217fb6b-d1d6-4c40-a725-ba2aed8a141b {
  padding-left: 10%;
padding-right: 0%;
min-height: 700px;
}
@media (max-width: 767px){#s-3217fb6b-d1d6-4c40-a725-ba2aed8a141b {
  padding-left: 0%;
}
}







#s-3217fb6b-d1d6-4c40-a725-ba2aed8a141b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3217fb6b-d1d6-4c40-a725-ba2aed8a141b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f674ee0-f123-454d-a540-0e936c6adc25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f674ee0-f123-454d-a540-0e936c6adc25 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Light";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-6f674ee0-f123-454d-a540-0e936c6adc25 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Light";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-4a81867b-b700-4daf-9bb8-800a085e03f3 {
  padding-top: 2px;
padding-bottom: 10px;
text-align: left;
}

#s-4a81867b-b700-4daf-9bb8-800a085e03f3 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1.1em;
  
  text-align: left;
}


@media (max-width: 767px){#s-4a81867b-b700-4daf-9bb8-800a085e03f3 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.1em;
  
  text-align: left;
}


}
#s-282d68af-fadc-4781-9e1a-44d340e48015 {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 200px;
}
@media (min-width: 1200px){#s-282d68af-fadc-4781-9e1a-44d340e48015 {
  display: none;
}
#s-282d68af-fadc-4781-9e1a-44d340e48015, #wrap-s-282d68af-fadc-4781-9e1a-44d340e48015 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-282d68af-fadc-4781-9e1a-44d340e48015 {
  display: none;
}
#s-282d68af-fadc-4781-9e1a-44d340e48015, #wrap-s-282d68af-fadc-4781-9e1a-44d340e48015 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-282d68af-fadc-4781-9e1a-44d340e48015 {
  
}
}@media (max-width: 767px){#s-282d68af-fadc-4781-9e1a-44d340e48015 {
  
}
}







#s-282d68af-fadc-4781-9e1a-44d340e48015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-282d68af-fadc-4781-9e1a-44d340e48015.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f529c4f7-4c01-473f-a7e8-95abf63ccf0a {
  max-width: 450px;
text-align: center;
}







  #s-f529c4f7-4c01-473f-a7e8-95abf63ccf0a img.shogun-image {
    

    
    
    
  }


#s-f529c4f7-4c01-473f-a7e8-95abf63ccf0a .shogun-image-content {
  
    align-items: center;
  
}

#s-eabad19b-91a6-4b98-ac6e-a5747a8afccc {
  max-width: 450px;
text-align: center;
}







  #s-eabad19b-91a6-4b98-ac6e-a5747a8afccc img.shogun-image {
    

    
    
    
  }


#s-eabad19b-91a6-4b98-ac6e-a5747a8afccc .shogun-image-content {
  
    align-items: center;
  
}

#s-d1c7bdcd-7788-4068-aadc-930addabb2ed {
  max-width: 500px;
text-align: center;
}







  #s-d1c7bdcd-7788-4068-aadc-930addabb2ed img.shogun-image {
    

    
    
    
  }


#s-d1c7bdcd-7788-4068-aadc-930addabb2ed .shogun-image-content {
  
    align-items: center;
  
}

#s-524e4e35-a52e-4f82-8bfa-09e9ca9bb7fe {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
}

#s-ab32b80b-f2fc-4adb-9c12-7a3915c88748 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab32b80b-f2fc-4adb-9c12-7a3915c88748 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


#s-ab32b80b-f2fc-4adb-9c12-7a3915c88748 .shogun-heading-component h1 a {
  color: rgba(87, 96, 79, 1);
}


#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 700px;
}
@media (min-width: 1200px){#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1 {
  display: none;
}
#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1, #wrap-s-237467bc-daac-4a64-8dec-6f0ee0c5cea1 { display: none !important; }}@media (max-width: 767px){#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1 {
  min-height: 300px;
display: none;
}
#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1, #wrap-s-237467bc-daac-4a64-8dec-6f0ee0c5cea1 { display: none !important; }}







#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-237467bc-daac-4a64-8dec-6f0ee0c5cea1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9aa4c19-4707-4bdf-bd7a-6c62972eb285 {
  max-width: 450px;
text-align: center;
}







  #s-e9aa4c19-4707-4bdf-bd7a-6c62972eb285 img.shogun-image {
    

    
    
    
  }


#s-e9aa4c19-4707-4bdf-bd7a-6c62972eb285 .shogun-image-content {
  
    align-items: center;
  
}

#s-7908df9c-4dce-49a6-adf8-4e8538dc92bb {
  max-width: 450px;
text-align: center;
}







  #s-7908df9c-4dce-49a6-adf8-4e8538dc92bb img.shogun-image {
    

    
    
    
  }


#s-7908df9c-4dce-49a6-adf8-4e8538dc92bb .shogun-image-content {
  
    align-items: center;
  
}

#s-51d9f455-3aa8-44e0-80fb-46f4be006897 {
  max-width: 500px;
text-align: center;
}







  #s-51d9f455-3aa8-44e0-80fb-46f4be006897 img.shogun-image {
    

    
    
    
  }


#s-51d9f455-3aa8-44e0-80fb-46f4be006897 .shogun-image-content {
  
    align-items: center;
  
}

#s-46894a10-ae54-4228-91e9-56314bf73633 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-46894a10-ae54-4228-91e9-56314bf73633 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-46894a10-ae54-4228-91e9-56314bf73633 {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
}
}







#s-46894a10-ae54-4228-91e9-56314bf73633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46894a10-ae54-4228-91e9-56314bf73633.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-31e56a54-bb9c-4f81-94a9-80265f6c92d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31e56a54-bb9c-4f81-94a9-80265f6c92d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31e56a54-bb9c-4f81-94a9-80265f6c92d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31e56a54-bb9c-4f81-94a9-80265f6c92d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31e56a54-bb9c-4f81-94a9-80265f6c92d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31e56a54-bb9c-4f81-94a9-80265f6c92d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31e56a54-bb9c-4f81-94a9-80265f6c92d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ad7c3d4c-30ee-4b1f-a56d-4bad06993d05 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ad7c3d4c-30ee-4b1f-a56d-4bad06993d05 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ad7c3d4c-30ee-4b1f-a56d-4bad06993d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad7c3d4c-30ee-4b1f-a56d-4bad06993d05.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cb138679-5b71-468c-a761-aaeef8e81ed1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cb138679-5b71-468c-a761-aaeef8e81ed1 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Medium";
  font-style:  normal ;
  font-size: 72px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-cb138679-5b71-468c-a761-aaeef8e81ed1 .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Medium";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}


}
#s-d509b462-44ac-468d-9fde-b5eec566bf4e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d509b462-44ac-468d-9fde-b5eec566bf4e {
  display: none;
}
#s-d509b462-44ac-468d-9fde-b5eec566bf4e, #wrap-s-d509b462-44ac-468d-9fde-b5eec566bf4e { display: none !important; }}@media (max-width: 767px){#s-d509b462-44ac-468d-9fde-b5eec566bf4e {
  display: none;
}
#s-d509b462-44ac-468d-9fde-b5eec566bf4e, #wrap-s-d509b462-44ac-468d-9fde-b5eec566bf4e { display: none !important; }}







#s-d509b462-44ac-468d-9fde-b5eec566bf4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d509b462-44ac-468d-9fde-b5eec566bf4e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

#s-e82993b2-877a-4c3d-8ea4-9fc4c9c4cf4b {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-e82993b2-877a-4c3d-8ea4-9fc4c9c4cf4b hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-e3ec2744-c592-4908-8818-e18b645acbcf {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3ec2744-c592-4908-8818-e18b645acbcf {
  display: none;
}
#s-e3ec2744-c592-4908-8818-e18b645acbcf, #wrap-s-e3ec2744-c592-4908-8818-e18b645acbcf { display: none !important; }}@media (max-width: 767px){#s-e3ec2744-c592-4908-8818-e18b645acbcf {
  display: none;
}
#s-e3ec2744-c592-4908-8818-e18b645acbcf, #wrap-s-e3ec2744-c592-4908-8818-e18b645acbcf { display: none !important; }}







#s-e3ec2744-c592-4908-8818-e18b645acbcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3ec2744-c592-4908-8818-e18b645acbcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3230cd97-143e-4be6-b464-4e8eafe4a1a3 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3230cd97-143e-4be6-b464-4e8eafe4a1a3 .shg-sld-dot {
  background-color: rgba(213, 224, 210, 1);
}

#s-3230cd97-143e-4be6-b464-4e8eafe4a1a3 .shg-sld-nav-button.shg-sld-left,
#s-3230cd97-143e-4be6-b464-4e8eafe4a1a3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(213, 224, 210, 1);
}

#s-6a59d067-3fb0-4559-a1c7-7ca8299496e0 {
  min-height: 500px;
}








#s-6a59d067-3fb0-4559-a1c7-7ca8299496e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a59d067-3fb0-4559-a1c7-7ca8299496e0.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-869ddbbb-8f94-4401-b7aa-9d9d346b2b68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-869ddbbb-8f94-4401-b7aa-9d9d346b2b68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-869ddbbb-8f94-4401-b7aa-9d9d346b2b68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-869ddbbb-8f94-4401-b7aa-9d9d346b2b68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3354a567-271f-46ee-9d38-31f0e9834319 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(247, 246, 241, 1);
}








#s-3354a567-271f-46ee-9d38-31f0e9834319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3354a567-271f-46ee-9d38-31f0e9834319.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d61ed5b-27d2-40bf-8d00-f80417979f76 {
  min-height: 300px;
}








#s-6d61ed5b-27d2-40bf-8d00-f80417979f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d61ed5b-27d2-40bf-8d00-f80417979f76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd {
  max-width:  100%;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom,
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd {
  max-width:  100%;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom,
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd {
  max-width:  100%;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom,
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd {
  max-width:  100%;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom,
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd {
  max-width:  100%;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom,
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  width: 100%;
}



}
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd {
  max-width:  100%;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom,
.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a86219-1264-4f16-a0cc-4de170a5ddfd img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-59ce4a58-7bbe-4a8c-8024-5b81d08602bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59ce4a58-7bbe-4a8c-8024-5b81d08602bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59ce4a58-7bbe-4a8c-8024-5b81d08602bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59ce4a58-7bbe-4a8c-8024-5b81d08602bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59ce4a58-7bbe-4a8c-8024-5b81d08602bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59ce4a58-7bbe-4a8c-8024-5b81d08602bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59ce4a58-7bbe-4a8c-8024-5b81d08602bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ef9d144a-9041-4de2-bb01-fcfd0a45f2cb {
  min-height: 50px;
}








#s-ef9d144a-9041-4de2-bb01-fcfd0a45f2cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef9d144a-9041-4de2-bb01-fcfd0a45f2cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-8ab557a3-c18d-4356-816a-318cd2e4b523 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8ab557a3-c18d-4356-816a-318cd2e4b523 .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-9b6f2b50-d3c1-4fec-8e0e-87a61e201840 {
  min-height: 50px;
}








#s-9b6f2b50-d3c1-4fec-8e0e-87a61e201840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b6f2b50-d3c1-4fec-8e0e-87a61e201840.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2e6b9ed-2a22-414c-b66e-958f1246abff {
  text-align: right;
}

#s-b2e6b9ed-2a22-414c-b66e-958f1246abff .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-b2e6b9ed-2a22-414c-b66e-958f1246abff .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-b2e6b9ed-2a22-414c-b66e-958f1246abff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-85baa472-e9bf-4f4e-a2dc-b457d608e060 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

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

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

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

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

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

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

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

#s-28f51dcd-e31c-4491-a5c9-b70bacbc97d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-28f51dcd-e31c-4491-a5c9-b70bacbc97d9:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-28f51dcd-e31c-4491-a5c9-b70bacbc97d9:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-28f51dcd-e31c-4491-a5c9-b70bacbc97d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28f51dcd-e31c-4491-a5c9-b70bacbc97d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28f51dcd-e31c-4491-a5c9-b70bacbc97d9.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-28f51dcd-e31c-4491-a5c9-b70bacbc97d9.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-28f51dcd-e31c-4491-a5c9-b70bacbc97d9.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-4a8c045d-ab39-43a4-8480-c23fb1ae802f {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(213, 224, 210, 1);
}








#s-4a8c045d-ab39-43a4-8480-c23fb1ae802f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a8c045d-ab39-43a4-8480-c23fb1ae802f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-742ea242-c6de-4cd9-b25e-aa4efe54bf13 {
  min-height: 300px;
}








#s-742ea242-c6de-4cd9-b25e-aa4efe54bf13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-742ea242-c6de-4cd9-b25e-aa4efe54bf13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 {
  text-align: center;
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 {
  max-width:  100%;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom,
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 {
  max-width:  100%;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom,
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 {
  max-width:  100%;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom,
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 {
  max-width:  100%;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom,
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 {
  max-width:  100%;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom,
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 {
  max-width:  100%;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom,
.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0679e2-abe8-45ca-8bef-04b82583f4e2 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-31163b0d-9260-47d1-911e-41032ecb3974"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31163b0d-9260-47d1-911e-41032ecb3974"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31163b0d-9260-47d1-911e-41032ecb3974"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31163b0d-9260-47d1-911e-41032ecb3974"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31163b0d-9260-47d1-911e-41032ecb3974"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31163b0d-9260-47d1-911e-41032ecb3974"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31163b0d-9260-47d1-911e-41032ecb3974"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9309ac32-fe81-443c-b138-3728590c3cbe {
  min-height: 50px;
}








#s-9309ac32-fe81-443c-b138-3728590c3cbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9309ac32-fe81-443c-b138-3728590c3cbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-429512c6-1a92-4568-b0a8-7d8b88a4820b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-429512c6-1a92-4568-b0a8-7d8b88a4820b .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-8ef8f84a-aa90-47aa-b156-65336785cc64 {
  min-height: 50px;
}








#s-8ef8f84a-aa90-47aa-b156-65336785cc64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ef8f84a-aa90-47aa-b156-65336785cc64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-715a0ba0-a9c0-42fc-a2e3-4aab66096011 {
  text-align: right;
}

#s-715a0ba0-a9c0-42fc-a2e3-4aab66096011 .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-715a0ba0-a9c0-42fc-a2e3-4aab66096011 .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-715a0ba0-a9c0-42fc-a2e3-4aab66096011 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3449d819-3786-4ccf-b744-dbfea9b77074 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-2d6ad4b3-cdf5-491b-ac85-3e6e5ba39b21 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-2d6ad4b3-cdf5-491b-ac85-3e6e5ba39b21:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2d6ad4b3-cdf5-491b-ac85-3e6e5ba39b21:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2d6ad4b3-cdf5-491b-ac85-3e6e5ba39b21 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d6ad4b3-cdf5-491b-ac85-3e6e5ba39b21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d6ad4b3-cdf5-491b-ac85-3e6e5ba39b21.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-2d6ad4b3-cdf5-491b-ac85-3e6e5ba39b21.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-2d6ad4b3-cdf5-491b-ac85-3e6e5ba39b21.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-d48022d6-55bc-4135-829a-b652f6de38e5 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(147, 162, 133, 1);
}








#s-d48022d6-55bc-4135-829a-b652f6de38e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d48022d6-55bc-4135-829a-b652f6de38e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78ccce35-f73a-43fb-97e4-2c60945f7dde {
  min-height: 300px;
}








#s-78ccce35-f73a-43fb-97e4-2c60945f7dde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78ccce35-f73a-43fb-97e4-2c60945f7dde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3207aef9-9965-430c-9de4-850ce77278be {
  text-align: center;
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be {
  max-width:  100%;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom,
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be {
  max-width:  100%;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom,
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be {
  max-width:  100%;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom,
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be {
  max-width:  100%;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom,
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be {
  max-width:  100%;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom,
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  width: 100%;
}



}
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be {
  max-width:  100%;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom,
.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3207aef9-9965-430c-9de4-850ce77278be img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-82eaa834-5740-435c-921e-2e252e9f113a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82eaa834-5740-435c-921e-2e252e9f113a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82eaa834-5740-435c-921e-2e252e9f113a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82eaa834-5740-435c-921e-2e252e9f113a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82eaa834-5740-435c-921e-2e252e9f113a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82eaa834-5740-435c-921e-2e252e9f113a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82eaa834-5740-435c-921e-2e252e9f113a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ca97ace8-8e81-4d69-8a42-6e70b85c94fd {
  min-height: 50px;
}








#s-ca97ace8-8e81-4d69-8a42-6e70b85c94fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca97ace8-8e81-4d69-8a42-6e70b85c94fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad725b2c-105e-4c70-bd8e-874ff3d5b0bd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ad725b2c-105e-4c70-bd8e-874ff3d5b0bd .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-7faae807-886b-4cc5-a921-560633896031 {
  min-height: 50px;
}








#s-7faae807-886b-4cc5-a921-560633896031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7faae807-886b-4cc5-a921-560633896031.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-926c195f-0ba7-46f3-8021-ac2dfa795e91 {
  text-align: right;
}

#s-926c195f-0ba7-46f3-8021-ac2dfa795e91 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-926c195f-0ba7-46f3-8021-ac2dfa795e91 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-926c195f-0ba7-46f3-8021-ac2dfa795e91 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b34c2f7-019b-4546-bb52-bd2ad4455bb4 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4b24ee54-409b-441d-8631-a65ff1d242d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4b24ee54-409b-441d-8631-a65ff1d242d8:hover {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4b24ee54-409b-441d-8631-a65ff1d242d8:active {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4b24ee54-409b-441d-8631-a65ff1d242d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b24ee54-409b-441d-8631-a65ff1d242d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b24ee54-409b-441d-8631-a65ff1d242d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-4b24ee54-409b-441d-8631-a65ff1d242d8.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-4b24ee54-409b-441d-8631-a65ff1d242d8.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-b0c13194-72eb-449d-926a-8c9410a32a1d {
  min-height: 500px;
}








#s-b0c13194-72eb-449d-926a-8c9410a32a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0c13194-72eb-449d-926a-8c9410a32a1d.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-c12ed194-2a10-4e32-970c-9fe94348fb53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c12ed194-2a10-4e32-970c-9fe94348fb53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c12ed194-2a10-4e32-970c-9fe94348fb53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c12ed194-2a10-4e32-970c-9fe94348fb53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a3d2ecd8-6108-4b09-9cff-ec0c080325d2 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(247, 246, 241, 1);
}








#s-a3d2ecd8-6108-4b09-9cff-ec0c080325d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d2ecd8-6108-4b09-9cff-ec0c080325d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7006bc52-b8c4-4d2d-8c83-f200dca1261d {
  min-height: 300px;
}

#s-2ad92f03-d9ce-4178-b444-b9f4fa62188b {
  min-height: 300px;
}








#s-2ad92f03-d9ce-4178-b444-b9f4fa62188b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad92f03-d9ce-4178-b444-b9f4fa62188b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 {
  max-width:  100%;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom,
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 {
  max-width:  100%;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom,
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 {
  max-width:  100%;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom,
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 {
  max-width:  100%;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom,
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 {
  max-width:  100%;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom,
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 {
  max-width:  100%;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom,
.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2b18024-7d8a-49c0-9217-d3f61c9187c4 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-f71b4226-436d-4d84-a4a7-96f3d3b749e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f71b4226-436d-4d84-a4a7-96f3d3b749e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f71b4226-436d-4d84-a4a7-96f3d3b749e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f71b4226-436d-4d84-a4a7-96f3d3b749e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f71b4226-436d-4d84-a4a7-96f3d3b749e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f71b4226-436d-4d84-a4a7-96f3d3b749e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f71b4226-436d-4d84-a4a7-96f3d3b749e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6d1b7a72-7b50-4fe5-8348-15e89acc590f {
  min-height: 50px;
}








#s-6d1b7a72-7b50-4fe5-8348-15e89acc590f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d1b7a72-7b50-4fe5-8348-15e89acc590f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-642ac2b7-6bbf-43f0-a79c-95f3ab0974b2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-642ac2b7-6bbf-43f0-a79c-95f3ab0974b2 .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-63aaa65c-d173-4b64-925c-e88b9e8e72a4 {
  min-height: 50px;
}








#s-63aaa65c-d173-4b64-925c-e88b9e8e72a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63aaa65c-d173-4b64-925c-e88b9e8e72a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96cc35b4-5980-46bb-b975-c2e4b22fba87 {
  text-align: right;
}

#s-96cc35b4-5980-46bb-b975-c2e4b22fba87 .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-96cc35b4-5980-46bb-b975-c2e4b22fba87 .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-96cc35b4-5980-46bb-b975-c2e4b22fba87 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8206f52d-ee3c-4b74-8a32-64c8f3a3d7f5 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-cf04ab21-3276-407f-a24c-fcb0630bb509 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-cf04ab21-3276-407f-a24c-fcb0630bb509:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cf04ab21-3276-407f-a24c-fcb0630bb509:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-cf04ab21-3276-407f-a24c-fcb0630bb509 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf04ab21-3276-407f-a24c-fcb0630bb509.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf04ab21-3276-407f-a24c-fcb0630bb509.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-cf04ab21-3276-407f-a24c-fcb0630bb509.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-cf04ab21-3276-407f-a24c-fcb0630bb509.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-32d23453-9f82-4e7c-8240-8bd9b80a7f9b {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(213, 224, 210, 1);
}








#s-32d23453-9f82-4e7c-8240-8bd9b80a7f9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d23453-9f82-4e7c-8240-8bd9b80a7f9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64e8b88f-09eb-4db5-b0b5-c62dffff3c76 {
  min-height: 300px;
}








#s-64e8b88f-09eb-4db5-b0b5-c62dffff3c76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64e8b88f-09eb-4db5-b0b5-c62dffff3c76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f300772-4768-470e-80cf-ae776c4bf21b {
  text-align: center;
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b {
  max-width:  100%;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom,
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b {
  max-width:  100%;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom,
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b {
  max-width:  100%;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom,
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b {
  max-width:  100%;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom,
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b {
  max-width:  100%;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom,
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  width: 100%;
}



}
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b {
  max-width:  100%;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom,
.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f300772-4768-470e-80cf-ae776c4bf21b img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-6c99b385-82b4-4b9d-bfb7-2af5a3af3cb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c99b385-82b4-4b9d-bfb7-2af5a3af3cb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c99b385-82b4-4b9d-bfb7-2af5a3af3cb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c99b385-82b4-4b9d-bfb7-2af5a3af3cb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c99b385-82b4-4b9d-bfb7-2af5a3af3cb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c99b385-82b4-4b9d-bfb7-2af5a3af3cb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c99b385-82b4-4b9d-bfb7-2af5a3af3cb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ae065993-b92d-4635-a565-075a2392c546 {
  min-height: 50px;
}








#s-ae065993-b92d-4635-a565-075a2392c546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae065993-b92d-4635-a565-075a2392c546.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec8181f8-1289-4645-b64d-89f407f4f172 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ec8181f8-1289-4645-b64d-89f407f4f172 .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-f0ac58c1-8720-4419-af25-8d7be56c3683 {
  min-height: 50px;
}








#s-f0ac58c1-8720-4419-af25-8d7be56c3683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0ac58c1-8720-4419-af25-8d7be56c3683.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16c15963-bca5-43f6-a91d-24e0ccc0cdf8 {
  text-align: right;
}

#s-16c15963-bca5-43f6-a91d-24e0ccc0cdf8 .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-16c15963-bca5-43f6-a91d-24e0ccc0cdf8 .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-16c15963-bca5-43f6-a91d-24e0ccc0cdf8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3df2bec3-00bf-4f41-9215-78dc93502f8c hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-438ffee1-8fee-48e2-a6b8-1482f40774f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-438ffee1-8fee-48e2-a6b8-1482f40774f0:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-438ffee1-8fee-48e2-a6b8-1482f40774f0:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-438ffee1-8fee-48e2-a6b8-1482f40774f0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-438ffee1-8fee-48e2-a6b8-1482f40774f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-438ffee1-8fee-48e2-a6b8-1482f40774f0.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-438ffee1-8fee-48e2-a6b8-1482f40774f0.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-438ffee1-8fee-48e2-a6b8-1482f40774f0.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-d70659ce-d79b-48f9-beb8-833ff8924b16 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(147, 162, 133, 1);
}








#s-d70659ce-d79b-48f9-beb8-833ff8924b16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d70659ce-d79b-48f9-beb8-833ff8924b16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e47ddbb7-09a0-443c-acca-4a2e8947c062 {
  min-height: 300px;
}








#s-e47ddbb7-09a0-443c-acca-4a2e8947c062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47ddbb7-09a0-443c-acca-4a2e8947c062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 {
  text-align: center;
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 {
  max-width:  100%;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom,
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 {
  max-width:  100%;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom,
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 {
  max-width:  100%;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom,
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 {
  max-width:  100%;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom,
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 {
  max-width:  100%;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom,
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 {
  max-width:  100%;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom,
.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dd2f1f-1fbf-4299-9453-0538195c50b4 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-252a4a08-4657-4b50-90c0-3642b521f79c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-252a4a08-4657-4b50-90c0-3642b521f79c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-252a4a08-4657-4b50-90c0-3642b521f79c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-252a4a08-4657-4b50-90c0-3642b521f79c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-252a4a08-4657-4b50-90c0-3642b521f79c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-252a4a08-4657-4b50-90c0-3642b521f79c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-252a4a08-4657-4b50-90c0-3642b521f79c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ba4f9bff-70a9-4a14-a606-d076a9b24dcd {
  min-height: 50px;
}








#s-ba4f9bff-70a9-4a14-a606-d076a9b24dcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba4f9bff-70a9-4a14-a606-d076a9b24dcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c78975cc-ee49-4807-a3e2-53a7f4753d09 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c78975cc-ee49-4807-a3e2-53a7f4753d09 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-e3783b09-8cd1-4ecc-8a2b-ab3d0b87c536 {
  min-height: 50px;
}








#s-e3783b09-8cd1-4ecc-8a2b-ab3d0b87c536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3783b09-8cd1-4ecc-8a2b-ab3d0b87c536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e15fda81-ca79-4470-8450-7fe7e8101df7 {
  text-align: right;
}

#s-e15fda81-ca79-4470-8450-7fe7e8101df7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-e15fda81-ca79-4470-8450-7fe7e8101df7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-e15fda81-ca79-4470-8450-7fe7e8101df7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eceaa0b2-1d1e-4b9b-887a-d9dd672807a9 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7a69b2e2-ca14-4f4c-b829-7dd6ff4d1004 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-7a69b2e2-ca14-4f4c-b829-7dd6ff4d1004:hover {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7a69b2e2-ca14-4f4c-b829-7dd6ff4d1004:active {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7a69b2e2-ca14-4f4c-b829-7dd6ff4d1004 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a69b2e2-ca14-4f4c-b829-7dd6ff4d1004.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a69b2e2-ca14-4f4c-b829-7dd6ff4d1004.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-7a69b2e2-ca14-4f4c-b829-7dd6ff4d1004.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-7a69b2e2-ca14-4f4c-b829-7dd6ff4d1004.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-52ea4861-3350-41b0-91d2-279b1e2a2626 {
  min-height: 500px;
}








#s-52ea4861-3350-41b0-91d2-279b1e2a2626 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52ea4861-3350-41b0-91d2-279b1e2a2626.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-33aea5ae-1736-4511-9662-2d979456749a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33aea5ae-1736-4511-9662-2d979456749a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33aea5ae-1736-4511-9662-2d979456749a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33aea5ae-1736-4511-9662-2d979456749a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-78408e9f-7e5c-4103-ad40-24d752c65d8c {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(247, 246, 241, 1);
}








#s-78408e9f-7e5c-4103-ad40-24d752c65d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78408e9f-7e5c-4103-ad40-24d752c65d8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaf453b1-75ff-468d-898a-bb63b86cdfdf {
  min-height: 300px;
}








#s-eaf453b1-75ff-468d-898a-bb63b86cdfdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaf453b1-75ff-468d-898a-bb63b86cdfdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6561321-f418-4c76-a55d-1d913112c82c {
  text-align: center;
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c {
  max-width:  100%;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom,
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c {
  max-width:  100%;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom,
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c {
  max-width:  100%;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom,
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c {
  max-width:  100%;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom,
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c {
  max-width:  100%;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom,
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  width: 100%;
}



}
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c {
  max-width:  100%;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom,
.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6561321-f418-4c76-a55d-1d913112c82c img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-c57e9c14-65f9-4f04-8606-8a073f777b27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c57e9c14-65f9-4f04-8606-8a073f777b27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c57e9c14-65f9-4f04-8606-8a073f777b27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c57e9c14-65f9-4f04-8606-8a073f777b27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c57e9c14-65f9-4f04-8606-8a073f777b27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c57e9c14-65f9-4f04-8606-8a073f777b27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c57e9c14-65f9-4f04-8606-8a073f777b27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b192e40e-14ba-41a1-85ce-5463c75956e9 {
  min-height: 50px;
}








#s-b192e40e-14ba-41a1-85ce-5463c75956e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b192e40e-14ba-41a1-85ce-5463c75956e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c70cd6d-bac3-4ff5-8b44-9da48a5acb05 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9c70cd6d-bac3-4ff5-8b44-9da48a5acb05 .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-04c6e80e-cb18-4f69-bb1c-381fc8a7d491 {
  min-height: 50px;
}








#s-04c6e80e-cb18-4f69-bb1c-381fc8a7d491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04c6e80e-cb18-4f69-bb1c-381fc8a7d491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52010758-1a4b-428c-a515-7b41666fc5be {
  text-align: right;
}

#s-52010758-1a4b-428c-a515-7b41666fc5be .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-52010758-1a4b-428c-a515-7b41666fc5be .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-52010758-1a4b-428c-a515-7b41666fc5be .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7440ac76-f0bb-41c7-8491-11fbe022bdb1 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-0b3d82ef-fa4d-49e6-ba29-a35753f24fe6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-0b3d82ef-fa4d-49e6-ba29-a35753f24fe6:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0b3d82ef-fa4d-49e6-ba29-a35753f24fe6:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-0b3d82ef-fa4d-49e6-ba29-a35753f24fe6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b3d82ef-fa4d-49e6-ba29-a35753f24fe6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b3d82ef-fa4d-49e6-ba29-a35753f24fe6.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-0b3d82ef-fa4d-49e6-ba29-a35753f24fe6.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-0b3d82ef-fa4d-49e6-ba29-a35753f24fe6.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-ba91de6b-77d1-4578-b05b-a4a9b4978743 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(213, 224, 210, 1);
}








#s-ba91de6b-77d1-4578-b05b-a4a9b4978743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba91de6b-77d1-4578-b05b-a4a9b4978743.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a782868-1e83-4e12-b4a6-c0d8945cca81 {
  min-height: 300px;
}








#s-1a782868-1e83-4e12-b4a6-c0d8945cca81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a782868-1e83-4e12-b4a6-c0d8945cca81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223e23a2-a7eb-403f-a0d7-1e27581f446b {
  text-align: center;
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b {
  max-width:  100%;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom,
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b {
  max-width:  100%;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom,
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b {
  max-width:  100%;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom,
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b {
  max-width:  100%;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom,
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b {
  max-width:  100%;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom,
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  width: 100%;
}



}
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b {
  max-width:  100%;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom,
.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-223e23a2-a7eb-403f-a0d7-1e27581f446b img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-d90b0cf7-1eae-406e-85a9-79362e0da08d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d90b0cf7-1eae-406e-85a9-79362e0da08d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d90b0cf7-1eae-406e-85a9-79362e0da08d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d90b0cf7-1eae-406e-85a9-79362e0da08d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d90b0cf7-1eae-406e-85a9-79362e0da08d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d90b0cf7-1eae-406e-85a9-79362e0da08d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d90b0cf7-1eae-406e-85a9-79362e0da08d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-73eb74d6-dbbe-48ba-b33c-5f63817820fe {
  min-height: 50px;
}








#s-73eb74d6-dbbe-48ba-b33c-5f63817820fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73eb74d6-dbbe-48ba-b33c-5f63817820fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ddb7bac-7ccd-48eb-ad42-3fa14ebe5a38 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4ddb7bac-7ccd-48eb-ad42-3fa14ebe5a38 .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-f7f5871a-268e-4510-ad11-9fc76f819eab {
  min-height: 50px;
}








#s-f7f5871a-268e-4510-ad11-9fc76f819eab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f5871a-268e-4510-ad11-9fc76f819eab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50f1a61b-7646-498d-ad13-75a45880e16f {
  text-align: right;
}

#s-50f1a61b-7646-498d-ad13-75a45880e16f .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-50f1a61b-7646-498d-ad13-75a45880e16f .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-50f1a61b-7646-498d-ad13-75a45880e16f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9314ffca-4ae0-43f2-a6aa-b45d9ddb9f44 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-608bc916-f43e-4dcb-be1f-8c1b8e4eaf9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-608bc916-f43e-4dcb-be1f-8c1b8e4eaf9b:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-608bc916-f43e-4dcb-be1f-8c1b8e4eaf9b:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-608bc916-f43e-4dcb-be1f-8c1b8e4eaf9b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-608bc916-f43e-4dcb-be1f-8c1b8e4eaf9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-608bc916-f43e-4dcb-be1f-8c1b8e4eaf9b.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-608bc916-f43e-4dcb-be1f-8c1b8e4eaf9b.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-608bc916-f43e-4dcb-be1f-8c1b8e4eaf9b.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-9d51e9fa-972b-4317-b68b-7d086cd604ea {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(147, 162, 133, 1);
}








#s-9d51e9fa-972b-4317-b68b-7d086cd604ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d51e9fa-972b-4317-b68b-7d086cd604ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dec1d912-8d3d-4a60-851a-d605e7a6c1c2 {
  min-height: 300px;
}








#s-dec1d912-8d3d-4a60-851a-d605e7a6c1c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dec1d912-8d3d-4a60-851a-d605e7a6c1c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 {
  text-align: center;
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 {
  max-width:  100%;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom,
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 {
  max-width:  100%;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom,
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 {
  max-width:  100%;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom,
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 {
  max-width:  100%;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom,
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 {
  max-width:  100%;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom,
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 {
  max-width:  100%;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom,
.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6039d2b3-52a8-4305-b4a9-7f5db1274f66 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-d83dcb9a-e5e1-4b9f-8d2f-26512b239485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d83dcb9a-e5e1-4b9f-8d2f-26512b239485"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d83dcb9a-e5e1-4b9f-8d2f-26512b239485"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d83dcb9a-e5e1-4b9f-8d2f-26512b239485"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d83dcb9a-e5e1-4b9f-8d2f-26512b239485"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d83dcb9a-e5e1-4b9f-8d2f-26512b239485"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d83dcb9a-e5e1-4b9f-8d2f-26512b239485"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-737397d6-191c-4fe3-8d5d-ca44800a3ef3 {
  min-height: 50px;
}








#s-737397d6-191c-4fe3-8d5d-ca44800a3ef3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-737397d6-191c-4fe3-8d5d-ca44800a3ef3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a76f5e7f-519e-4836-addf-63a19ebb24a3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a76f5e7f-519e-4836-addf-63a19ebb24a3 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-6d62d90a-1986-4182-8183-0b4a474e5837 {
  min-height: 50px;
}








#s-6d62d90a-1986-4182-8183-0b4a474e5837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d62d90a-1986-4182-8183-0b4a474e5837.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb3a4a05-7bfa-4d74-a155-4a14c5b4507c {
  text-align: right;
}

#s-fb3a4a05-7bfa-4d74-a155-4a14c5b4507c .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-fb3a4a05-7bfa-4d74-a155-4a14c5b4507c .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-fb3a4a05-7bfa-4d74-a155-4a14c5b4507c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ffb1e820-e42f-4010-876c-ef189faafa23 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-dd539156-5561-4cef-b845-87f732f74a6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-dd539156-5561-4cef-b845-87f732f74a6a:hover {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dd539156-5561-4cef-b845-87f732f74a6a:active {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-dd539156-5561-4cef-b845-87f732f74a6a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd539156-5561-4cef-b845-87f732f74a6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd539156-5561-4cef-b845-87f732f74a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-dd539156-5561-4cef-b845-87f732f74a6a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-dd539156-5561-4cef-b845-87f732f74a6a.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-f50b982f-c4d6-4b11-a996-bbf42be0053c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f50b982f-c4d6-4b11-a996-bbf42be0053c {
  display: none;
}
#s-f50b982f-c4d6-4b11-a996-bbf42be0053c, #wrap-s-f50b982f-c4d6-4b11-a996-bbf42be0053c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f50b982f-c4d6-4b11-a996-bbf42be0053c {
  display: none;
}
#s-f50b982f-c4d6-4b11-a996-bbf42be0053c, #wrap-s-f50b982f-c4d6-4b11-a996-bbf42be0053c { display: none !important; }}







#s-f50b982f-c4d6-4b11-a996-bbf42be0053c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f50b982f-c4d6-4b11-a996-bbf42be0053c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2c8de6f-d2bb-49f3-b63b-3ea3c4ba3e6d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-a2c8de6f-d2bb-49f3-b63b-3ea3c4ba3e6d {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-a2c8de6f-d2bb-49f3-b63b-3ea3c4ba3e6d .shg-sld-dot {
  background-color: rgba(213, 224, 210, 1);
}

#s-a2c8de6f-d2bb-49f3-b63b-3ea3c4ba3e6d .shg-sld-nav-button.shg-sld-left,
#s-a2c8de6f-d2bb-49f3-b63b-3ea3c4ba3e6d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(213, 224, 210, 1);
}

#s-07117084-8f92-42af-b9d9-4f1b1a3dea98 {
  min-height: 250px;
}








#s-07117084-8f92-42af-b9d9-4f1b1a3dea98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07117084-8f92-42af-b9d9-4f1b1a3dea98.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-f0562691-fb56-4699-a397-afda823acb5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f0562691-fb56-4699-a397-afda823acb5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f0562691-fb56-4699-a397-afda823acb5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f0562691-fb56-4699-a397-afda823acb5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-580c0d8c-39e2-4e00-bb3a-ff91231e657c {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(147, 162, 133, 1);
}








#s-580c0d8c-39e2-4e00-bb3a-ff91231e657c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-580c0d8c-39e2-4e00-bb3a-ff91231e657c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d8378d1-32c1-4956-9631-9546c03e3dd1 {
  min-height: 200px;
}








#s-5d8378d1-32c1-4956-9631-9546c03e3dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d8378d1-32c1-4956-9631-9546c03e3dd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-118e4596-1d01-4b05-be7a-0e369359dadc {
  text-align: center;
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc {
  max-width:  100%;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom,
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc {
  max-width:  100%;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom,
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc {
  max-width:  100%;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom,
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc {
  max-width:  100%;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom,
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc {
  max-width:  100%;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom,
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  width: 100%;
}



}
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc {
  max-width:  100%;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom,
.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118e4596-1d01-4b05-be7a-0e369359dadc img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-42fa60fe-3052-4acd-8bcc-a72fb7209c2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42fa60fe-3052-4acd-8bcc-a72fb7209c2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42fa60fe-3052-4acd-8bcc-a72fb7209c2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42fa60fe-3052-4acd-8bcc-a72fb7209c2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42fa60fe-3052-4acd-8bcc-a72fb7209c2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42fa60fe-3052-4acd-8bcc-a72fb7209c2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42fa60fe-3052-4acd-8bcc-a72fb7209c2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-76b93003-074c-4ab4-84ce-56cb70a44f12 {
  min-height: 50px;
}








#s-76b93003-074c-4ab4-84ce-56cb70a44f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76b93003-074c-4ab4-84ce-56cb70a44f12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aad1c0e1-c14e-47cc-9207-b092c70a457f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aad1c0e1-c14e-47cc-9207-b092c70a457f .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-596ef500-2f9f-4185-b649-125a9d52ab27 {
  min-height: 50px;
}








#s-596ef500-2f9f-4185-b649-125a9d52ab27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-596ef500-2f9f-4185-b649-125a9d52ab27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b289e92-d192-4be0-b4d6-e1120e8b2aa8 {
  text-align: center;
}

#s-2b289e92-d192-4be0-b4d6-e1120e8b2aa8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-2b289e92-d192-4be0-b4d6-e1120e8b2aa8 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 16px;
}

#s-2b289e92-d192-4be0-b4d6-e1120e8b2aa8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e64c0eff-162c-47e6-b55c-09b8c14220b1 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-85e7d215-5f5b-481f-8fea-52d8659c7ee2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-85e7d215-5f5b-481f-8fea-52d8659c7ee2:hover {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-85e7d215-5f5b-481f-8fea-52d8659c7ee2:active {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-85e7d215-5f5b-481f-8fea-52d8659c7ee2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85e7d215-5f5b-481f-8fea-52d8659c7ee2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85e7d215-5f5b-481f-8fea-52d8659c7ee2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-85e7d215-5f5b-481f-8fea-52d8659c7ee2.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-85e7d215-5f5b-481f-8fea-52d8659c7ee2.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-f7cfd72b-f75e-43d4-ae3d-415f54e69834 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(213, 224, 210, 1);
}








#s-f7cfd72b-f75e-43d4-ae3d-415f54e69834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7cfd72b-f75e-43d4-ae3d-415f54e69834.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c1d0d2b-0c92-4761-a096-392627266d7e {
  min-height: 200px;
}








#s-3c1d0d2b-0c92-4761-a096-392627266d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c1d0d2b-0c92-4761-a096-392627266d7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 {
  text-align: center;
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 {
  max-width:  100%;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom,
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  max-width: 212px !important;
  
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 {
  max-width:  100%;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom,
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  max-width: 212px !important;
  
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 {
  max-width:  100%;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom,
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  max-width: 212px !important;
  
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 {
  max-width:  100%;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom,
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  max-width: 212px !important;
  
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 {
  max-width:  100%;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom,
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  max-width: 212px !important;
  
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 {
  max-width:  100%;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom,
.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  max-width: 212px !important;
  
}

.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059eb26d-da0d-4ebd-afb8-746a95e5e914 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-85f96266-b28f-41a6-aba5-8a7310ab9960"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85f96266-b28f-41a6-aba5-8a7310ab9960"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85f96266-b28f-41a6-aba5-8a7310ab9960"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85f96266-b28f-41a6-aba5-8a7310ab9960"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85f96266-b28f-41a6-aba5-8a7310ab9960"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85f96266-b28f-41a6-aba5-8a7310ab9960"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85f96266-b28f-41a6-aba5-8a7310ab9960"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-364c6319-7aaa-4bd8-9a48-c4fedff49b91 {
  min-height: 50px;
}








#s-364c6319-7aaa-4bd8-9a48-c4fedff49b91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-364c6319-7aaa-4bd8-9a48-c4fedff49b91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9e313c0-e6da-4c96-8536-69f47e300e6b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f9e313c0-e6da-4c96-8536-69f47e300e6b .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-a555676b-9756-4e1d-9a57-e2f3251f6e25 {
  min-height: 50px;
}








#s-a555676b-9756-4e1d-9a57-e2f3251f6e25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a555676b-9756-4e1d-9a57-e2f3251f6e25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ec09d9e-e215-4174-993e-69a605b5d099 {
  text-align: center;
}

#s-5ec09d9e-e215-4174-993e-69a605b5d099 .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-5ec09d9e-e215-4174-993e-69a605b5d099 .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 16px;
}

#s-5ec09d9e-e215-4174-993e-69a605b5d099 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-25053a9b-eb3f-4b0f-b5af-2d66f9491241 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-621de550-e2e4-4385-8f45-8cffe2ed0b7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-621de550-e2e4-4385-8f45-8cffe2ed0b7e:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-621de550-e2e4-4385-8f45-8cffe2ed0b7e:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-621de550-e2e4-4385-8f45-8cffe2ed0b7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-621de550-e2e4-4385-8f45-8cffe2ed0b7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-621de550-e2e4-4385-8f45-8cffe2ed0b7e.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-621de550-e2e4-4385-8f45-8cffe2ed0b7e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-621de550-e2e4-4385-8f45-8cffe2ed0b7e.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-3cc0453c-2c71-4118-baf3-5b37463e672a {
  min-height: 250px;
}








#s-3cc0453c-2c71-4118-baf3-5b37463e672a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cc0453c-2c71-4118-baf3-5b37463e672a.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-94eab089-a3d7-4c5e-b7fa-cb0476656806"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-94eab089-a3d7-4c5e-b7fa-cb0476656806"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-94eab089-a3d7-4c5e-b7fa-cb0476656806"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-94eab089-a3d7-4c5e-b7fa-cb0476656806"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2340cb9e-5627-4a4f-b850-0c989f3c55c4 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(247, 246, 241, 1);
}








#s-2340cb9e-5627-4a4f-b850-0c989f3c55c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2340cb9e-5627-4a4f-b850-0c989f3c55c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1f38611-26aa-4c4b-bdf8-0fcff0573d4c {
  min-height: 200px;
}








#s-e1f38611-26aa-4c4b-bdf8-0fcff0573d4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1f38611-26aa-4c4b-bdf8-0fcff0573d4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37cd0703-6424-47e8-8551-783b32b20040 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 {
  max-width:  100%;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom,
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 {
  max-width:  100%;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom,
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 {
  max-width:  100%;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom,
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 {
  max-width:  100%;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom,
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 {
  max-width:  100%;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom,
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 {
  max-width:  100%;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom,
.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37cd0703-6424-47e8-8551-783b32b20040 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-2da75561-d2f6-422e-940b-f284a4721d3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2da75561-d2f6-422e-940b-f284a4721d3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2da75561-d2f6-422e-940b-f284a4721d3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2da75561-d2f6-422e-940b-f284a4721d3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2da75561-d2f6-422e-940b-f284a4721d3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2da75561-d2f6-422e-940b-f284a4721d3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2da75561-d2f6-422e-940b-f284a4721d3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-404f6795-9190-4952-a4bc-afce714fcedc {
  min-height: 50px;
}








#s-404f6795-9190-4952-a4bc-afce714fcedc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-404f6795-9190-4952-a4bc-afce714fcedc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1abff93b-44df-4ab9-9c35-659569f2a87a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1abff93b-44df-4ab9-9c35-659569f2a87a .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-1148874c-4dea-4fa0-adac-1217e41cc384 {
  min-height: 50px;
}








#s-1148874c-4dea-4fa0-adac-1217e41cc384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1148874c-4dea-4fa0-adac-1217e41cc384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8350ff79-ca05-41e0-8de8-6cbe49746e53 {
  text-align: center;
}

#s-8350ff79-ca05-41e0-8de8-6cbe49746e53 .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-8350ff79-ca05-41e0-8de8-6cbe49746e53 .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 16px;
}

#s-8350ff79-ca05-41e0-8de8-6cbe49746e53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff3e8ec9-9f0f-427f-8cfe-5554b88185e1 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-8f0f2a6a-4583-4356-adb3-fadfec54c7e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-8f0f2a6a-4583-4356-adb3-fadfec54c7e8:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f0f2a6a-4583-4356-adb3-fadfec54c7e8:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8f0f2a6a-4583-4356-adb3-fadfec54c7e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f0f2a6a-4583-4356-adb3-fadfec54c7e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f0f2a6a-4583-4356-adb3-fadfec54c7e8.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-8f0f2a6a-4583-4356-adb3-fadfec54c7e8.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-8f0f2a6a-4583-4356-adb3-fadfec54c7e8.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-f5a990ad-e8c6-4bdd-8422-4ff1550e5791 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(147, 162, 133, 1);
}








#s-f5a990ad-e8c6-4bdd-8422-4ff1550e5791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5a990ad-e8c6-4bdd-8422-4ff1550e5791.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64528f01-5394-4286-a570-3f50cdbc0d29 {
  min-height: 200px;
}








#s-64528f01-5394-4286-a570-3f50cdbc0d29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64528f01-5394-4286-a570-3f50cdbc0d29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee {
  text-align: center;
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee {
  max-width:  100%;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom,
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee {
  max-width:  100%;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom,
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee {
  max-width:  100%;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom,
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee {
  max-width:  100%;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom,
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee {
  max-width:  100%;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom,
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  width: 100%;
}



}
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee {
  max-width:  100%;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom,
.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7b6a9bb-92ac-439f-8cec-124a8a7b7bee img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-8ce61548-e7f3-48a9-b612-9c4b219b3200"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ce61548-e7f3-48a9-b612-9c4b219b3200"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ce61548-e7f3-48a9-b612-9c4b219b3200"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ce61548-e7f3-48a9-b612-9c4b219b3200"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ce61548-e7f3-48a9-b612-9c4b219b3200"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ce61548-e7f3-48a9-b612-9c4b219b3200"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ce61548-e7f3-48a9-b612-9c4b219b3200"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0308b5fd-a241-4d1b-b6f5-075cd5152e4c {
  min-height: 50px;
}








#s-0308b5fd-a241-4d1b-b6f5-075cd5152e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0308b5fd-a241-4d1b-b6f5-075cd5152e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edda5d1b-650e-492d-9371-f385a10f17c8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-edda5d1b-650e-492d-9371-f385a10f17c8 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-999a7669-9285-4750-b019-243204324240 {
  min-height: 50px;
}








#s-999a7669-9285-4750-b019-243204324240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-999a7669-9285-4750-b019-243204324240.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15cff26f-7d29-4b98-bd22-5ef273393e16 {
  text-align: center;
}

#s-15cff26f-7d29-4b98-bd22-5ef273393e16 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-15cff26f-7d29-4b98-bd22-5ef273393e16 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 16px;
}

#s-15cff26f-7d29-4b98-bd22-5ef273393e16 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f0f0ad2d-c6fe-4d74-bead-00da5cb3f21e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6d2e1d45-2d9d-4e75-a4c7-c5e70a7bda5d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6d2e1d45-2d9d-4e75-a4c7-c5e70a7bda5d:hover {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6d2e1d45-2d9d-4e75-a4c7-c5e70a7bda5d:active {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6d2e1d45-2d9d-4e75-a4c7-c5e70a7bda5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d2e1d45-2d9d-4e75-a4c7-c5e70a7bda5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d2e1d45-2d9d-4e75-a4c7-c5e70a7bda5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-6d2e1d45-2d9d-4e75-a4c7-c5e70a7bda5d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-6d2e1d45-2d9d-4e75-a4c7-c5e70a7bda5d.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-aca817fb-d57f-48ac-9cad-1ae6a72ca097 {
  min-height: 250px;
}








#s-aca817fb-d57f-48ac-9cad-1ae6a72ca097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aca817fb-d57f-48ac-9cad-1ae6a72ca097.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-9d35ce33-7796-4058-9898-0c1b7d221513"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9d35ce33-7796-4058-9898-0c1b7d221513"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9d35ce33-7796-4058-9898-0c1b7d221513"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d35ce33-7796-4058-9898-0c1b7d221513"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-765cc80e-8de5-4d6f-9e17-8bc4da47c8bc {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(147, 162, 133, 1);
}








#s-765cc80e-8de5-4d6f-9e17-8bc4da47c8bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-765cc80e-8de5-4d6f-9e17-8bc4da47c8bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b449bea-aad0-48e1-bfc9-a7f4bd3887c0 {
  min-height: 200px;
}








#s-4b449bea-aad0-48e1-bfc9-a7f4bd3887c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b449bea-aad0-48e1-bfc9-a7f4bd3887c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-501537a7-fb2b-4680-a0b1-6be092fbd478 {
  text-align: center;
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 {
  max-width:  100%;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom,
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 {
  max-width:  100%;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom,
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 {
  max-width:  100%;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom,
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 {
  max-width:  100%;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom,
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 {
  max-width:  100%;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom,
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 {
  max-width:  100%;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom,
.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501537a7-fb2b-4680-a0b1-6be092fbd478 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-6bab164e-32b2-4c0d-a464-f4d2ca2c0728"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bab164e-32b2-4c0d-a464-f4d2ca2c0728"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6bab164e-32b2-4c0d-a464-f4d2ca2c0728"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6bab164e-32b2-4c0d-a464-f4d2ca2c0728"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6bab164e-32b2-4c0d-a464-f4d2ca2c0728"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bab164e-32b2-4c0d-a464-f4d2ca2c0728"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6bab164e-32b2-4c0d-a464-f4d2ca2c0728"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-16c327d3-d5f9-4ce2-ae58-5586c042d5c3 {
  min-height: 50px;
}








#s-16c327d3-d5f9-4ce2-ae58-5586c042d5c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16c327d3-d5f9-4ce2-ae58-5586c042d5c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d61a80c-d59f-4960-a949-e5952eacdc47 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5d61a80c-d59f-4960-a949-e5952eacdc47 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-275895ce-1493-4d80-89b8-55480f7b64de {
  min-height: 50px;
}








#s-275895ce-1493-4d80-89b8-55480f7b64de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-275895ce-1493-4d80-89b8-55480f7b64de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa23e5ac-9efe-4984-a6b6-eb90b148b87d {
  text-align: center;
}

#s-fa23e5ac-9efe-4984-a6b6-eb90b148b87d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-fa23e5ac-9efe-4984-a6b6-eb90b148b87d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 16px;
}

#s-fa23e5ac-9efe-4984-a6b6-eb90b148b87d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bf44aa10-388a-4891-b045-e7f69a20959a hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-cc636b0d-a888-4c85-8d4a-91e957d70755 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-cc636b0d-a888-4c85-8d4a-91e957d70755:hover {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc636b0d-a888-4c85-8d4a-91e957d70755:active {border-style: solid !important;
border-color: rgba(185, 202, 168, 1) !important;
background-color: rgba(185, 202, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-cc636b0d-a888-4c85-8d4a-91e957d70755 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc636b0d-a888-4c85-8d4a-91e957d70755.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc636b0d-a888-4c85-8d4a-91e957d70755.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-cc636b0d-a888-4c85-8d4a-91e957d70755.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-cc636b0d-a888-4c85-8d4a-91e957d70755.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-ae719110-b7bb-4f6e-b18e-ac46fbea23e5 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(247, 246, 241, 1);
}








#s-ae719110-b7bb-4f6e-b18e-ac46fbea23e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae719110-b7bb-4f6e-b18e-ac46fbea23e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db4429a0-c8b2-4d2b-b857-c9d89246c465 {
  min-height: 200px;
}








#s-db4429a0-c8b2-4d2b-b857-c9d89246c465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db4429a0-c8b2-4d2b-b857-c9d89246c465.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 {
  max-width:  100%;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom,
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 {
  max-width:  100%;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom,
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 {
  max-width:  100%;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom,
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 {
  max-width:  100%;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom,
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 {
  max-width:  100%;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom,
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 {
  max-width:  100%;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom,
.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ca561f-e888-418f-aaff-1c80ff3ef611 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-702942dc-95e6-48fb-8dff-e76977834bfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-702942dc-95e6-48fb-8dff-e76977834bfe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-702942dc-95e6-48fb-8dff-e76977834bfe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-702942dc-95e6-48fb-8dff-e76977834bfe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-702942dc-95e6-48fb-8dff-e76977834bfe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-702942dc-95e6-48fb-8dff-e76977834bfe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-702942dc-95e6-48fb-8dff-e76977834bfe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fdbce583-9da2-44b6-826d-b69d3cdcef62 {
  min-height: 50px;
}








#s-fdbce583-9da2-44b6-826d-b69d3cdcef62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdbce583-9da2-44b6-826d-b69d3cdcef62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb75d373-a0e2-4731-a8be-143c3c682d0c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cb75d373-a0e2-4731-a8be-143c3c682d0c .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-6448f791-a548-4a26-aed9-f5dffd29cd93 {
  min-height: 50px;
}








#s-6448f791-a548-4a26-aed9-f5dffd29cd93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6448f791-a548-4a26-aed9-f5dffd29cd93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49650446-35f4-4386-961c-3d0668793318 {
  text-align: center;
}

#s-49650446-35f4-4386-961c-3d0668793318 .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-49650446-35f4-4386-961c-3d0668793318 .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 16px;
}

#s-49650446-35f4-4386-961c-3d0668793318 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8ea9f8c0-5286-4e80-9fa5-c639ce18d7e0 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-b6ee59fb-1bac-4bb4-b5c7-b5a641b30965 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-b6ee59fb-1bac-4bb4-b5c7-b5a641b30965:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b6ee59fb-1bac-4bb4-b5c7-b5a641b30965:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b6ee59fb-1bac-4bb4-b5c7-b5a641b30965 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6ee59fb-1bac-4bb4-b5c7-b5a641b30965.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6ee59fb-1bac-4bb4-b5c7-b5a641b30965.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-b6ee59fb-1bac-4bb4-b5c7-b5a641b30965.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-b6ee59fb-1bac-4bb4-b5c7-b5a641b30965.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-9d0c038e-10ab-4709-bf77-4dc757e47c2d {
  min-height: 250px;
}








#s-9d0c038e-10ab-4709-bf77-4dc757e47c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d0c038e-10ab-4709-bf77-4dc757e47c2d.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-9aa0cb15-2cbb-42ab-af88-33dabcde4678"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9aa0cb15-2cbb-42ab-af88-33dabcde4678"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9aa0cb15-2cbb-42ab-af88-33dabcde4678"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aa0cb15-2cbb-42ab-af88-33dabcde4678"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e8368024-2f63-4d6b-bfb6-8a783245f940 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(247, 246, 241, 1);
}








#s-e8368024-2f63-4d6b-bfb6-8a783245f940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8368024-2f63-4d6b-bfb6-8a783245f940.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c717dcc3-ddfd-48b4-a7f2-82a293207302 {
  min-height: 200px;
}








#s-c717dcc3-ddfd-48b4-a7f2-82a293207302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c717dcc3-ddfd-48b4-a7f2-82a293207302.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 {
  text-align: center;
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 {
  max-width:  100%;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom,
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 {
  max-width:  100%;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom,
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 {
  max-width:  100%;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom,
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 {
  max-width:  100%;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom,
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 {
  max-width:  100%;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom,
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 {
  max-width:  100%;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom,
.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e85c7be8-40bb-4bca-8554-8fc1100858b6 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-c214a4cd-941a-4dc2-ba27-980d9e7e5f28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c214a4cd-941a-4dc2-ba27-980d9e7e5f28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c214a4cd-941a-4dc2-ba27-980d9e7e5f28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c214a4cd-941a-4dc2-ba27-980d9e7e5f28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c214a4cd-941a-4dc2-ba27-980d9e7e5f28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c214a4cd-941a-4dc2-ba27-980d9e7e5f28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c214a4cd-941a-4dc2-ba27-980d9e7e5f28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-44a60e49-fdb1-4ca9-9785-ae1f4228ad3d {
  min-height: 50px;
}








#s-44a60e49-fdb1-4ca9-9785-ae1f4228ad3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a60e49-fdb1-4ca9-9785-ae1f4228ad3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddfef87e-cf6f-4b90-8a23-65dc7370e286 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddfef87e-cf6f-4b90-8a23-65dc7370e286 .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-cde5095e-4737-4f08-9b81-d36a4930932c {
  min-height: 50px;
}








#s-cde5095e-4737-4f08-9b81-d36a4930932c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cde5095e-4737-4f08-9b81-d36a4930932c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e57f8d7-3540-44bc-859a-28e2728e3649 {
  text-align: center;
}

#s-0e57f8d7-3540-44bc-859a-28e2728e3649 .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-0e57f8d7-3540-44bc-859a-28e2728e3649 .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e57f8d7-3540-44bc-859a-28e2728e3649 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-784e06cb-3f3f-4f15-b834-f36d27476cb3 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-ac502703-e939-43b8-81a2-f7823099a6b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-ac502703-e939-43b8-81a2-f7823099a6b2:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ac502703-e939-43b8-81a2-f7823099a6b2:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ac502703-e939-43b8-81a2-f7823099a6b2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac502703-e939-43b8-81a2-f7823099a6b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac502703-e939-43b8-81a2-f7823099a6b2.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-ac502703-e939-43b8-81a2-f7823099a6b2.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-ac502703-e939-43b8-81a2-f7823099a6b2.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-b25b18e7-1a48-4b4b-af37-3be62ae8eaf8 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(213, 224, 210, 1);
}








#s-b25b18e7-1a48-4b4b-af37-3be62ae8eaf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b25b18e7-1a48-4b4b-af37-3be62ae8eaf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-126ce480-ebc9-4d88-90f6-f0771751af98 {
  min-height: 200px;
}








#s-126ce480-ebc9-4d88-90f6-f0771751af98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-126ce480-ebc9-4d88-90f6-f0771751af98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84d32f41-67f5-4686-88b2-9c5b0536d793 {
  text-align: center;
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 {
  max-width:  100%;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom,
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 {
  max-width:  100%;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom,
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 {
  max-width:  100%;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom,
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 {
  max-width:  100%;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom,
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 {
  max-width:  100%;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom,
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 {
  max-width:  100%;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom,
.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d32f41-67f5-4686-88b2-9c5b0536d793 img.shogun-image {
  width: 100%;
}




@media (min-width: 0px) {
[id="s-1fd1468b-90a2-44d2-8794-1ad55e843b5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fd1468b-90a2-44d2-8794-1ad55e843b5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd1468b-90a2-44d2-8794-1ad55e843b5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1fd1468b-90a2-44d2-8794-1ad55e843b5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd1468b-90a2-44d2-8794-1ad55e843b5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fd1468b-90a2-44d2-8794-1ad55e843b5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd1468b-90a2-44d2-8794-1ad55e843b5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fa5f2133-e447-4130-a34e-f151d9a49822 {
  min-height: 50px;
}








#s-fa5f2133-e447-4130-a34e-f151d9a49822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa5f2133-e447-4130-a34e-f151d9a49822.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1b0f72a-23a2-4ab4-b123-07397ae7c25b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f1b0f72a-23a2-4ab4-b123-07397ae7c25b .shg-product-title-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-eec8ac1b-d0b6-4561-827a-185ea1ff24f6 {
  min-height: 50px;
}








#s-eec8ac1b-d0b6-4561-827a-185ea1ff24f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eec8ac1b-d0b6-4561-827a-185ea1ff24f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef27adea-add1-4416-9d2e-b34e9564f5b0 {
  text-align: center;
}

#s-ef27adea-add1-4416-9d2e-b34e9564f5b0 .shg-product-sold-out {
  display: none;
  color: rgba(87, 96, 79, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
}

#s-ef27adea-add1-4416-9d2e-b34e9564f5b0 .shg-product-price {
  color: rgba(87, 96, 79, 1);
  font-weight:   ;
  font-family: GT-Eesti-Text-Light;
  font-style:  normal ;
  font-size: 18px;
}

#s-ef27adea-add1-4416-9d2e-b34e9564f5b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce7ed6ba-d2b0-45fa-9147-541a53d81c64 hr {
  border-top: 1px solid rgba(87, 96, 79, 1);
}

#s-c32b2566-d0ea-4b10-ab46-28774c19d486 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(87, 96, 79, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-c32b2566-d0ea-4b10-ab46-28774c19d486:hover {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c32b2566-d0ea-4b10-ab46-28774c19d486:active {border-style: solid !important;
border-color: rgba(87, 96, 79, 1) !important;
background-color: rgba(87, 96, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c32b2566-d0ea-4b10-ab46-28774c19d486 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c32b2566-d0ea-4b10-ab46-28774c19d486.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c32b2566-d0ea-4b10-ab46-28774c19d486.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 14px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  block ;
}

#s-c32b2566-d0ea-4b10-ab46-28774c19d486.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(87, 96, 79, 1);
}


  #s-c32b2566-d0ea-4b10-ab46-28774c19d486.shg-btn.shg-product-atc-success {
    
    font-family: GT-Eesti-Text-Medium;
    
    
    color: rgba(87, 96, 79, 1);
  }


#s-9912e39d-6097-42eb-8736-d4437efa2bed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9912e39d-6097-42eb-8736-d4437efa2bed {
  display: none;
}
#s-9912e39d-6097-42eb-8736-d4437efa2bed, #wrap-s-9912e39d-6097-42eb-8736-d4437efa2bed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9912e39d-6097-42eb-8736-d4437efa2bed {
  display: none;
}
#s-9912e39d-6097-42eb-8736-d4437efa2bed, #wrap-s-9912e39d-6097-42eb-8736-d4437efa2bed { display: none !important; }}







#s-9912e39d-6097-42eb-8736-d4437efa2bed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9912e39d-6097-42eb-8736-d4437efa2bed.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5ad14654-9ce1-4f88-abf0-af8beb84948a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-5ad14654-9ce1-4f88-abf0-af8beb84948a {
  min-height: 300px;
}
}







#s-5ad14654-9ce1-4f88-abf0-af8beb84948a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad14654-9ce1-4f88-abf0-af8beb84948a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d797719a-b7ff-431d-bf89-0c2a1a6c3888 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 700px;
background-color: rgba(87, 96, 79, 1);
}
@media (max-width: 767px){#s-d797719a-b7ff-431d-bf89-0c2a1a6c3888 {
  min-height: 300px;
}
}







#s-d797719a-b7ff-431d-bf89-0c2a1a6c3888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d797719a-b7ff-431d-bf89-0c2a1a6c3888.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-c60593b0-44ad-4b66-912b-1168e37063f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c60593b0-44ad-4b66-912b-1168e37063f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c60593b0-44ad-4b66-912b-1168e37063f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c60593b0-44ad-4b66-912b-1168e37063f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c60593b0-44ad-4b66-912b-1168e37063f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c60593b0-44ad-4b66-912b-1168e37063f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c60593b0-44ad-4b66-912b-1168e37063f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-273ae265-c81e-4101-be15-2975fa333786 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-273ae265-c81e-4101-be15-2975fa333786 {
  display: none;
}
#s-273ae265-c81e-4101-be15-2975fa333786, #wrap-s-273ae265-c81e-4101-be15-2975fa333786 { display: none !important; }}







#s-273ae265-c81e-4101-be15-2975fa333786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-273ae265-c81e-4101-be15-2975fa333786.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-296f193d-9c82-439e-a30e-fda81f3328ee {
  min-height: 300px;
}








#s-296f193d-9c82-439e-a30e-fda81f3328ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-296f193d-9c82-439e-a30e-fda81f3328ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f23f9a53-0568-4ad2-841c-7273ae2d8e5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f23f9a53-0568-4ad2-841c-7273ae2d8e5a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Medium";
  font-style:  normal ;
  font-size: 72px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-f23f9a53-0568-4ad2-841c-7273ae2d8e5a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Medium";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}


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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 20px;
background-color: rgba(247, 246, 241, 1);
text-align: left;
text-decoration: none;
color: rgba(87, 96, 79, 1);
background-image: none;
hover-type: color;
}
#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(138, 151, 126, 1) !important;
border-radius: 20px !important;
background-color: rgba(138, 151, 126, 1) !important;
text-decoration: none !important;
color: rgba(247, 246, 241, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(138, 151, 126, 1) !important;
border-radius: 20px !important;
background-color: rgba(138, 151, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 246, 241, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be {
  display: none;
}
#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be, #wrap-s-02d42de0-38ff-4772-8a5d-9f17a8ba32be { display: none !important; }}@media (max-width: 767px){#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be {
  display: none;
}
#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be, #wrap-s-02d42de0-38ff-4772-8a5d-9f17a8ba32be { display: none !important; }}

  #s-02d42de0-38ff-4772-8a5d-9f17a8ba32be-root {
    text-align: left;
  }


#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02d42de0-38ff-4772-8a5d-9f17a8ba32be-root {
    text-align: left;
  }


#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02d42de0-38ff-4772-8a5d-9f17a8ba32be-root {
    text-align: left;
  }


#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02d42de0-38ff-4772-8a5d-9f17a8ba32be-root {
    text-align: left;
  }


#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02d42de0-38ff-4772-8a5d-9f17a8ba32be-root {
    text-align: left;
  }


#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  inline-block ;
}
}
  #s-02d42de0-38ff-4772-8a5d-9f17a8ba32be-root {
    text-align: left;
  }


#s-02d42de0-38ff-4772-8a5d-9f17a8ba32be.shg-btn {
  color: rgba(87, 96, 79, 1);
  font-size: 16px;
  
  
  font-family: GT-Eesti-Text-Medium;
  display:  inline-block ;
}

#s-67e4341c-47bc-4352-95f9-76b7fd74cb0e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-67e4341c-47bc-4352-95f9-76b7fd74cb0e {
  min-height: 300px;
}
}







#s-67e4341c-47bc-4352-95f9-76b7fd74cb0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67e4341c-47bc-4352-95f9-76b7fd74cb0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f6c4e35-01c0-43ec-a1ea-746006cc9b04 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(213, 224, 210, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4f6c4e35-01c0-43ec-a1ea-746006cc9b04 {
  padding-top: 60px;
padding-bottom: 75px;
}
}@media (max-width: 767px){#s-4f6c4e35-01c0-43ec-a1ea-746006cc9b04 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
}







#s-4f6c4e35-01c0-43ec-a1ea-746006cc9b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f6c4e35-01c0-43ec-a1ea-746006cc9b04.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-939d4e33-a4d8-4631-b07c-e092a64e04c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-939d4e33-a4d8-4631-b07c-e092a64e04c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-939d4e33-a4d8-4631-b07c-e092a64e04c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-939d4e33-a4d8-4631-b07c-e092a64e04c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-097154fe-1e26-4d7d-80f1-7b44c410dfe8 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-097154fe-1e26-4d7d-80f1-7b44c410dfe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-097154fe-1e26-4d7d-80f1-7b44c410dfe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0b3571b-63f4-4d2d-9bed-292ff925918b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a0b3571b-63f4-4d2d-9bed-292ff925918b {
  padding-left: 0%;
}
}
#s-a0b3571b-63f4-4d2d-9bed-292ff925918b .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1.1em;
  
  text-align: left;
}


@media (max-width: 767px){#s-a0b3571b-63f4-4d2d-9bed-292ff925918b .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.1em;
  
  text-align: left;
}


}
#s-a81ba20d-7499-455f-be1c-7e1cc43e1716 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a81ba20d-7499-455f-be1c-7e1cc43e1716 .shg-sld-dot {
  background-color: rgba(87, 96, 79, 1);
}

#s-a81ba20d-7499-455f-be1c-7e1cc43e1716 .shg-sld-nav-button.shg-sld-left,
#s-a81ba20d-7499-455f-be1c-7e1cc43e1716 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(87, 96, 79, 1);
}

#s-0acf8ba0-dff0-48f6-bb92-25773e84306e {
  padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
min-height: 265px;
}
@media (max-width: 767px){#s-0acf8ba0-dff0-48f6-bb92-25773e84306e {
  min-height: 400px;
}
}
#s-8eca4e41-baef-4e67-a136-b2d01535a0e6 {
  padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
}

#s-7bc1c6de-be91-43b2-b65c-0d5896a3232f {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 20px;
text-align: left;
}
@media (max-width: 767px){#s-7bc1c6de-be91-43b2-b65c-0d5896a3232f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 20px;
text-align: center;
}
}
#s-7bc1c6de-be91-43b2-b65c-0d5896a3232f .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


#s-7bc1c6de-be91-43b2-b65c-0d5896a3232f .shogun-heading-component h1 a {
  color: rgba(87, 96, 79, 1);
}

@media (max-width: 767px){#s-7bc1c6de-be91-43b2-b65c-0d5896a3232f .shogun-heading-component h1 {
  color: rgba(87, 96, 79, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Regular";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


#s-7bc1c6de-be91-43b2-b65c-0d5896a3232f .shogun-heading-component h1 a {
  color: rgba(87, 96, 79, 1);
}

}
#s-cae12a49-10ee-4da3-a80f-87ebe353617b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cae12a49-10ee-4da3-a80f-87ebe353617b {
  display: none;
}
#s-cae12a49-10ee-4da3-a80f-87ebe353617b, #wrap-s-cae12a49-10ee-4da3-a80f-87ebe353617b { display: none !important; }}@media (max-width: 767px){#s-cae12a49-10ee-4da3-a80f-87ebe353617b {
  display: none;
}
#s-cae12a49-10ee-4da3-a80f-87ebe353617b, #wrap-s-cae12a49-10ee-4da3-a80f-87ebe353617b { display: none !important; }}







#s-cae12a49-10ee-4da3-a80f-87ebe353617b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cae12a49-10ee-4da3-a80f-87ebe353617b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cccfa756-fd9a-4a35-a821-b8377ab202be {
  text-align: center;
}
@media (min-width: 1200px){#s-cccfa756-fd9a-4a35-a821-b8377ab202be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cccfa756-fd9a-4a35-a821-b8377ab202be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cccfa756-fd9a-4a35-a821-b8377ab202be {
  display: none;
}
#s-cccfa756-fd9a-4a35-a821-b8377ab202be, #wrap-s-cccfa756-fd9a-4a35-a821-b8377ab202be { display: none !important; }}@media (max-width: 767px){#s-cccfa756-fd9a-4a35-a821-b8377ab202be {
  display: none;
}
#s-cccfa756-fd9a-4a35-a821-b8377ab202be, #wrap-s-cccfa756-fd9a-4a35-a821-b8377ab202be { display: none !important; }}






  #s-cccfa756-fd9a-4a35-a821-b8377ab202be img.shogun-image {
    

    
    
    
  }


#s-cccfa756-fd9a-4a35-a821-b8377ab202be .shogun-image-content {
  
    align-items: center;
  
}

#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 1000px;
background-color: rgba(87, 96, 79, 1);
}
@media (min-width: 1200px){#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f {
  display: none;
}
#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f, #wrap-s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f {
  display: none;
}
#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f, #wrap-s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f {
  display: none;
}
#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f, #wrap-s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f { display: none !important; }}@media (max-width: 767px){#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f {
  display: none;
}
#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f, #wrap-s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f { display: none !important; }}







#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ad0bc6-5a14-4f42-86ac-5a1dfdb4296f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c15335df-1e1e-4211-ad42-eb60b2db0104 {
  margin-left: 3%;
margin-right: 3%;
}

#s-c15335df-1e1e-4211-ad42-eb60b2db0104 hr {
  border-top: 1px solid #ddd;
}

#s-cee2e9ca-c980-4aed-ba1d-37517fac6112 {
  margin-left: 3%;
margin-right: 3%;
}

#s-cee2e9ca-c980-4aed-ba1d-37517fac6112 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-20554477-8b3c-4c45-b014-3c1b72ecccec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20554477-8b3c-4c45-b014-3c1b72ecccec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20554477-8b3c-4c45-b014-3c1b72ecccec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20554477-8b3c-4c45-b014-3c1b72ecccec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20554477-8b3c-4c45-b014-3c1b72ecccec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20554477-8b3c-4c45-b014-3c1b72ecccec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20554477-8b3c-4c45-b014-3c1b72ecccec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-1ceecfbd-d3e1-4dda-bb82-f8c5498a19d1 {
  min-height: 50px;
}








#s-1ceecfbd-d3e1-4dda-bb82-f8c5498a19d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ceecfbd-d3e1-4dda-bb82-f8c5498a19d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96e62a10-58fc-42d8-8b27-896158961502 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96e62a10-58fc-42d8-8b27-896158961502 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GT-Eesti-Text-Light";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1.2em;
  
  text-align: center;
}



#s-ffe5575f-31e6-4fe6-a147-dc1c6077b9d6 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 50px;
}








#s-ffe5575f-31e6-4fe6-a147-dc1c6077b9d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffe5575f-31e6-4fe6-a147-dc1c6077b9d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f64fe087-50c8-451d-9b6e-d54c56989854 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f64fe087-50c8-451d-9b6e-d54c56989854 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-f64fe087-50c8-451d-9b6e-d54c56989854 .shg-sld-nav-button.shg-sld-left,
#s-f64fe087-50c8-451d-9b6e-d54c56989854 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-7654904b-ec84-4574-902a-cd83002b7a60 {
  margin-left: 5%;
min-height: 500px;
}








#s-7654904b-ec84-4574-902a-cd83002b7a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7654904b-ec84-4574-902a-cd83002b7a60.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-da83b84f-2680-450b-9d28-57ab0a87b546"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da83b84f-2680-450b-9d28-57ab0a87b546"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da83b84f-2680-450b-9d28-57ab0a87b546"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da83b84f-2680-450b-9d28-57ab0a87b546"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da83b84f-2680-450b-9d28-57ab0a87b546"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da83b84f-2680-450b-9d28-57ab0a87b546"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da83b84f-2680-450b-9d28-57ab0a87b546"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-17de9f84-2076-47c7-bbb8-020b576eea69 {
  margin-right: 0%;
}

#s-4e94d162-9206-4ca7-9a9e-71ddd11b45c1 {
  margin-right: 0%;
}

#s-3ff8aaed-cd8d-487b-ad84-41b13e2a90ae {
  min-height: 50px;
}








#s-3ff8aaed-cd8d-487b-ad84-41b13e2a90ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ff8aaed-cd8d-487b-ad84-41b13e2a90ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fac6cc1-8f0f-4227-983d-6a337c8ab3cc {
  margin-top: 0px;
margin-right: 0%;
}

#s-6b476885-77dd-4609-a50f-a49e94aafe0b {
  margin-top: 0px;
margin-right: 0%;
}

#s-73537562-9125-4953-9712-cd58d12d97d6 {
  margin-top: 0px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

#s-086b118f-b8f2-49cb-aa5a-7b50dd3ea38b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-086b118f-b8f2-49cb-aa5a-7b50dd3ea38b {
  min-height: 300px;
}
}







#s-086b118f-b8f2-49cb-aa5a-7b50dd3ea38b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-086b118f-b8f2-49cb-aa5a-7b50dd3ea38b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52694912-5d7e-4b27-ac78-4f9503087e3b {
  min-height: 700px;
}
@media (min-width: 1200px){#s-52694912-5d7e-4b27-ac78-4f9503087e3b {
  display: none;
}
#s-52694912-5d7e-4b27-ac78-4f9503087e3b, #wrap-s-52694912-5d7e-4b27-ac78-4f9503087e3b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52694912-5d7e-4b27-ac78-4f9503087e3b {
  display: none;
}
#s-52694912-5d7e-4b27-ac78-4f9503087e3b, #wrap-s-52694912-5d7e-4b27-ac78-4f9503087e3b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52694912-5d7e-4b27-ac78-4f9503087e3b {
  display: none;
}
#s-52694912-5d7e-4b27-ac78-4f9503087e3b, #wrap-s-52694912-5d7e-4b27-ac78-4f9503087e3b { display: none !important; }}@media (max-width: 767px){#s-52694912-5d7e-4b27-ac78-4f9503087e3b {
  display: none;
}
#s-52694912-5d7e-4b27-ac78-4f9503087e3b, #wrap-s-52694912-5d7e-4b27-ac78-4f9503087e3b { display: none !important; }}







#s-52694912-5d7e-4b27-ac78-4f9503087e3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52694912-5d7e-4b27-ac78-4f9503087e3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e495183-7d02-428f-9c6c-cfc4108a9959 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5e495183-7d02-428f-9c6c-cfc4108a9959 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5e495183-7d02-428f-9c6c-cfc4108a9959 .shg-sld-nav-button.shg-sld-left,
#s-5e495183-7d02-428f-9c6c-cfc4108a9959 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-7126b2b5-7c1a-40ac-a816-96b04c100eaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7126b2b5-7c1a-40ac-a816-96b04c100eaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7126b2b5-7c1a-40ac-a816-96b04c100eaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7126b2b5-7c1a-40ac-a816-96b04c100eaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a13c7cc-a15f-4e1a-b634-00bbeb5ead02 {
  min-height: 50px;
}








#s-8a13c7cc-a15f-4e1a-b634-00bbeb5ead02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a13c7cc-a15f-4e1a-b634-00bbeb5ead02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-292f8038-54d1-4445-93db-25cf3484ad3a {
  min-height: 50px;
}








#s-292f8038-54d1-4445-93db-25cf3484ad3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-292f8038-54d1-4445-93db-25cf3484ad3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0324c44c-7acd-4afc-a284-4884bcaea10e {
  min-height: 50px;
}








#s-0324c44c-7acd-4afc-a284-4884bcaea10e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0324c44c-7acd-4afc-a284-4884bcaea10e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4d8911a-6d0f-477e-b7b9-23db11ccf253 {
  min-height: 50px;
}








#s-c4d8911a-6d0f-477e-b7b9-23db11ccf253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4d8911a-6d0f-477e-b7b9-23db11ccf253.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-3a90b333-18f1-4d72-b72b-34040ee076f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a90b333-18f1-4d72-b72b-34040ee076f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3a90b333-18f1-4d72-b72b-34040ee076f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a90b333-18f1-4d72-b72b-34040ee076f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c5b6f37d-a014-4547-9fe1-97a65c82a9e8 {
  min-height: 50px;
}








#s-c5b6f37d-a014-4547-9fe1-97a65c82a9e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b6f37d-a014-4547-9fe1-97a65c82a9e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3c656d3-4b8f-4d18-b035-2aba4bdfafc6 {
  min-height: 50px;
}








#s-a3c656d3-4b8f-4d18-b035-2aba4bdfafc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c656d3-4b8f-4d18-b035-2aba4bdfafc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcf8a040-9a05-4dde-9ada-a08cab241bfe {
  min-height: 50px;
}








#s-dcf8a040-9a05-4dde-9ada-a08cab241bfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcf8a040-9a05-4dde-9ada-a08cab241bfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fbd664c-5448-404c-b976-0d9041b9c6c3 {
  min-height: 50px;
}








#s-5fbd664c-5448-404c-b976-0d9041b9c6c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fbd664c-5448-404c-b976-0d9041b9c6c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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