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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-58db6b0e-dafe-4c1a-824f-9d83564ce8a8 {
  margin-bottom: -17px;
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

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

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

#s-f4f3be3b-ddf3-40ac-b06c-c72d29fd46f4 {
  min-height: 50px;
}








#s-f4f3be3b-ddf3-40ac-b06c-c72d29fd46f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4f3be3b-ddf3-40ac-b06c-c72d29fd46f4.shg-box.shg-c {
  justify-content: center;
}

#s-f3012ce0-60cb-4a80-9ca0-98c75b4b165c {
  min-height: 50px;
}








#s-f3012ce0-60cb-4a80-9ca0-98c75b4b165c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3012ce0-60cb-4a80-9ca0-98c75b4b165c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-aed78157-95c0-4169-8f30-900d59ac9cff > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-aed78157-95c0-4169-8f30-900d59ac9cff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-aed78157-95c0-4169-8f30-900d59ac9cff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 65, 1);
}

#s-aed78157-95c0-4169-8f30-900d59ac9cff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-aed78157-95c0-4169-8f30-900d59ac9cff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 65, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-aed78157-95c0-4169-8f30-900d59ac9cff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-18626697-494d-49ca-a4c5-0988b30d185f {
  min-height: 50px;
}








#s-18626697-494d-49ca-a4c5-0988b30d185f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18626697-494d-49ca-a4c5-0988b30d185f.shg-box.shg-c {
  justify-content: center;
}

#s-8dfe8c99-c4cd-4a1d-a9f2-e9554f0bb969 {
  min-height: 50px;
}








#s-8dfe8c99-c4cd-4a1d-a9f2-e9554f0bb969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dfe8c99-c4cd-4a1d-a9f2-e9554f0bb969.shg-box.shg-c {
  justify-content: center;
}

#s-c1be61cb-20d2-4cd3-a453-40e48d54a06f {
  min-height: 50px;
}








#s-c1be61cb-20d2-4cd3-a453-40e48d54a06f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1be61cb-20d2-4cd3-a453-40e48d54a06f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f1fe91b5-9ce7-45e6-a88e-bdb3059fb636 {
  min-height: 50px;
}








#s-f1fe91b5-9ce7-45e6-a88e-bdb3059fb636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1fe91b5-9ce7-45e6-a88e-bdb3059fb636.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15 {
  display: none;
}
#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15, #wrap-s-7ac20776-6f5b-4aee-a4c0-285502cf1d15 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15 {
  display: none;
}
#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15, #wrap-s-7ac20776-6f5b-4aee-a4c0-285502cf1d15 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15 {
  
}
}@media (max-width: 767px){#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15 {
  
}
}







#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ac20776-6f5b-4aee-a4c0-285502cf1d15.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

#s-a166fdc3-1658-4736-b820-489867a99456 {
  margin-top: 4px;
margin-left: 3px;
margin-bottom: 16px;
margin-right: 3px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-a166fdc3-1658-4736-b820-489867a99456 {
  display: none;
}
#s-a166fdc3-1658-4736-b820-489867a99456, #wrap-s-a166fdc3-1658-4736-b820-489867a99456 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a166fdc3-1658-4736-b820-489867a99456 {
  display: none;
}
#s-a166fdc3-1658-4736-b820-489867a99456, #wrap-s-a166fdc3-1658-4736-b820-489867a99456 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a166fdc3-1658-4736-b820-489867a99456 {
  display: none;
}
#s-a166fdc3-1658-4736-b820-489867a99456, #wrap-s-a166fdc3-1658-4736-b820-489867a99456 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a166fdc3-1658-4736-b820-489867a99456"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a166fdc3-1658-4736-b820-489867a99456"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a166fdc3-1658-4736-b820-489867a99456"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a166fdc3-1658-4736-b820-489867a99456"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a166fdc3-1658-4736-b820-489867a99456"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a166fdc3-1658-4736-b820-489867a99456"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a166fdc3-1658-4736-b820-489867a99456"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-a166fdc3-1658-4736-b820-489867a99456"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8183f432-c086-48c5-8688-cef6018d0257 {
  min-height: 50px;
}








#s-8183f432-c086-48c5-8688-cef6018d0257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8183f432-c086-48c5-8688-cef6018d0257.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cbb70ec1-7b3e-4e5e-a8db-8dd6a7eff51a {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cbb70ec1-7b3e-4e5e-a8db-8dd6a7eff51a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbb70ec1-7b3e-4e5e-a8db-8dd6a7eff51a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbb70ec1-7b3e-4e5e-a8db-8dd6a7eff51a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbb70ec1-7b3e-4e5e-a8db-8dd6a7eff51a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbb70ec1-7b3e-4e5e-a8db-8dd6a7eff51a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbb70ec1-7b3e-4e5e-a8db-8dd6a7eff51a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbb70ec1-7b3e-4e5e-a8db-8dd6a7eff51a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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;
}
#s-e9b3e49a-61c0-4e6a-9070-6d728dd50a2b {
  text-align: center;
}




  #s-e9b3e49a-61c0-4e6a-9070-6d728dd50a2b img.shogun-image {
    

    
    
    
  }


#s-e9b3e49a-61c0-4e6a-9070-6d728dd50a2b .shogun-image-content {
  
    align-items: center;
  
}

#s-c84daa3f-04bd-4fbc-ac79-de5eb027aa33 {
  display: none;
}
#s-f8e1a50a-d339-4a5c-9f0f-e2bf7dcc744b {
  min-height: 50px;
}








#s-f8e1a50a-d339-4a5c-9f0f-e2bf7dcc744b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8e1a50a-d339-4a5c-9f0f-e2bf7dcc744b.shg-box.shg-c {
  justify-content: center;
}

#s-8682e3fc-c81f-487d-817e-bf46b41278fa {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8682e3fc-c81f-487d-817e-bf46b41278fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8682e3fc-c81f-487d-817e-bf46b41278fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8682e3fc-c81f-487d-817e-bf46b41278fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8682e3fc-c81f-487d-817e-bf46b41278fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-5d673a69-cd8e-47e3-a082-505f7645f676 {
  text-align: center;
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 {
  max-width: 100%;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom,
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 {
  max-width: 100%;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom,
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 {
  max-width: 100%;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom,
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 {
  max-width: 100%;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom,
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 {
  max-width: 100%;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom,
.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d673a69-cd8e-47e3-a082-505f7645f676 img.shogun-image {
  width: 100%;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  margin: 2px;
}

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

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

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

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

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

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

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756-btn-wrapper {
    text-align: center;
  }


#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-variant-btn:hover {
  background: #252525;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-variant-btn:active, #s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5a6184cb-0cad-41e7-a1c5-eb9543d4f756 .shg-variant-btn.disabled {
  background: #252525;
}

.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-6084476f-cd43-45e0-9628-46437820b53c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6084476f-cd43-45e0-9628-46437820b53c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6084476f-cd43-45e0-9628-46437820b53c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6084476f-cd43-45e0-9628-46437820b53c-atc-btn-wrapper {
    text-align: center;
  }


#s-6084476f-cd43-45e0-9628-46437820b53c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6084476f-cd43-45e0-9628-46437820b53c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6084476f-cd43-45e0-9628-46437820b53c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-6084476f-cd43-45e0-9628-46437820b53c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-70c30dea-2aa6-4984-b61f-7311131f3979 {
  margin-left: 10px;
margin-right: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-70c30dea-2aa6-4984-b61f-7311131f3979"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-70c30dea-2aa6-4984-b61f-7311131f3979"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-70c30dea-2aa6-4984-b61f-7311131f3979"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-70c30dea-2aa6-4984-b61f-7311131f3979"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-2b7cfe59-98c5-4e65-b608-ca4441c231a9 {
  text-align: center;
}




  #s-2b7cfe59-98c5-4e65-b608-ca4441c231a9 img.shogun-image {
    

    
    
    
  }


#s-2b7cfe59-98c5-4e65-b608-ca4441c231a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-53935aae-8a32-436a-915a-e16bb13027c6 {
  text-align: center;
}




  #s-53935aae-8a32-436a-915a-e16bb13027c6 img.shogun-image {
    

    
    
    
  }


#s-53935aae-8a32-436a-915a-e16bb13027c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f941564-4e70-48fa-b521-e07fd637873b {
  text-align: center;
}




  #s-9f941564-4e70-48fa-b521-e07fd637873b img.shogun-image {
    

    
    
    
  }


#s-9f941564-4e70-48fa-b521-e07fd637873b .shogun-image-content {
  
    align-items: center;
  
}

#s-a93aa3c8-d00b-4094-884c-5fd4adafe683 {
  min-height: 50px;
}








#s-a93aa3c8-d00b-4094-884c-5fd4adafe683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a93aa3c8-d00b-4094-884c-5fd4adafe683.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7840468e-9277-4001-8352-553c083ed83f {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (max-width: 767px){#s-7840468e-9277-4001-8352-553c083ed83f {
  display: none;
}
#s-7840468e-9277-4001-8352-553c083ed83f, #wrap-s-7840468e-9277-4001-8352-553c083ed83f { display:none !important; }}
@media (min-width: 0px) {
[id="s-7840468e-9277-4001-8352-553c083ed83f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7840468e-9277-4001-8352-553c083ed83f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7840468e-9277-4001-8352-553c083ed83f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7840468e-9277-4001-8352-553c083ed83f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7840468e-9277-4001-8352-553c083ed83f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7840468e-9277-4001-8352-553c083ed83f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7840468e-9277-4001-8352-553c083ed83f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7840468e-9277-4001-8352-553c083ed83f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-80a2babc-e193-4bce-bf10-dc5c7fc0efae {
  min-height: 50px;
}








#s-80a2babc-e193-4bce-bf10-dc5c7fc0efae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80a2babc-e193-4bce-bf10-dc5c7fc0efae.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5f352113-c878-42da-b0e6-9ac22a1a2515 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5f352113-c878-42da-b0e6-9ac22a1a2515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f352113-c878-42da-b0e6-9ac22a1a2515"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f352113-c878-42da-b0e6-9ac22a1a2515"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f352113-c878-42da-b0e6-9ac22a1a2515"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f352113-c878-42da-b0e6-9ac22a1a2515"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f352113-c878-42da-b0e6-9ac22a1a2515"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f352113-c878-42da-b0e6-9ac22a1a2515"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-84f97de9-60dc-477a-9639-3d5783bd496b {
  text-align: center;
}




  #s-84f97de9-60dc-477a-9639-3d5783bd496b img.shogun-image {
    

    
    
    
  }


#s-84f97de9-60dc-477a-9639-3d5783bd496b .shogun-image-content {
  
    align-items: center;
  
}

#s-d6314213-6fdd-474b-9cf8-95d3ec30a6cd {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d6314213-6fdd-474b-9cf8-95d3ec30a6cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-d6314213-6fdd-474b-9cf8-95d3ec30a6cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d6314213-6fdd-474b-9cf8-95d3ec30a6cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d6314213-6fdd-474b-9cf8-95d3ec30a6cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e55d1bd8-badf-4cb9-abe2-b66bbfa9aed1 {
  text-align: center;
}




  #s-e55d1bd8-badf-4cb9-abe2-b66bbfa9aed1 img.shogun-image {
    

    
    
    
  }


#s-e55d1bd8-badf-4cb9-abe2-b66bbfa9aed1 .shogun-image-content {
  
    align-items: center;
  
}

#s-45d6e6c5-9d55-4ef6-a905-a122aff56e59 {
  text-align: center;
}




  #s-45d6e6c5-9d55-4ef6-a905-a122aff56e59 img.shogun-image {
    

    
    
    
  }


#s-45d6e6c5-9d55-4ef6-a905-a122aff56e59 .shogun-image-content {
  
    align-items: center;
  
}

#s-2607b807-2897-4378-b4e9-fea70db94dce {
  text-align: center;
}




  #s-2607b807-2897-4378-b4e9-fea70db94dce img.shogun-image {
    

    
    
    
  }


#s-2607b807-2897-4378-b4e9-fea70db94dce .shogun-image-content {
  
    align-items: center;
  
}

#s-3df9f293-5d5c-4d2b-8af9-34cc0ce3aadd {
  display: none;
}
#s-56e7a53f-fcd7-4ff3-8a3e-922d4d4f7655 {
  min-height: 50px;
}








#s-56e7a53f-fcd7-4ff3-8a3e-922d4d4f7655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56e7a53f-fcd7-4ff3-8a3e-922d4d4f7655.shg-box.shg-c {
  justify-content: center;
}

#s-b79a8bf5-b6ad-4286-a100-19f0508eb44d {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b79a8bf5-b6ad-4286-a100-19f0508eb44d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-b79a8bf5-b6ad-4286-a100-19f0508eb44d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-b79a8bf5-b6ad-4286-a100-19f0508eb44d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-b79a8bf5-b6ad-4286-a100-19f0508eb44d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-b79a8bf5-b6ad-4286-a100-19f0508eb44d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-b79a8bf5-b6ad-4286-a100-19f0508eb44d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-b79a8bf5-b6ad-4286-a100-19f0508eb44d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-461e0424-f669-4669-9785-a79b1834be45 {
  text-align: center;
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 {
  max-width: 100%;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom,
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 {
  max-width: 100%;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom,
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 {
  max-width: 100%;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom,
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 {
  max-width: 100%;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom,
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 {
  max-width: 100%;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom,
.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461e0424-f669-4669-9785-a79b1834be45 img.shogun-image {
  width: 100%;
}

}
#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0422c415-fbdb-4fa9-af50-caa1fdd887c5-btn-wrapper {
    text-align: center;
  }


#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-variant-btn:hover {
  background: #252525;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-variant-btn:active, #s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0422c415-fbdb-4fa9-af50-caa1fdd887c5 .shg-variant-btn.disabled {
  background: #252525;
}

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

  #s-550832b4-e39e-4735-8247-d7c8a143d7e1-atc-btn-wrapper {
    text-align: center;
  }


#s-550832b4-e39e-4735-8247-d7c8a143d7e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-550832b4-e39e-4735-8247-d7c8a143d7e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-550832b4-e39e-4735-8247-d7c8a143d7e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-550832b4-e39e-4735-8247-d7c8a143d7e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7871354f-b986-4dc9-884a-e0a78c1058ef {
  min-height: 50px;
}








#s-7871354f-b986-4dc9-884a-e0a78c1058ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7871354f-b986-4dc9-884a-e0a78c1058ef.shg-box.shg-c {
  justify-content: center;
}

#s-80af7524-056e-42ff-848a-777b1ba462eb {
  min-height: 50px;
}








#s-80af7524-056e-42ff-848a-777b1ba462eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80af7524-056e-42ff-848a-777b1ba462eb.shg-box.shg-c {
  justify-content: center;
}

#s-6c062e49-7f5e-417b-9c71-a7cdea14d4dd {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-979e7018-c528-4c86-9fc9-18053f7e5106"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-979e7018-c528-4c86-9fc9-18053f7e5106"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-979e7018-c528-4c86-9fc9-18053f7e5106"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-979e7018-c528-4c86-9fc9-18053f7e5106"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80fd12cf-c811-46af-bcad-958be5b6e4b7 {
  text-align: center;
}




  #s-80fd12cf-c811-46af-bcad-958be5b6e4b7 img.shogun-image {
    

    
    
    
  }


#s-80fd12cf-c811-46af-bcad-958be5b6e4b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-996c4a52-05af-441f-866b-5af45b1363c4 {
  text-align: center;
}




  #s-996c4a52-05af-441f-866b-5af45b1363c4 img.shogun-image {
    

    
    
    
  }


#s-996c4a52-05af-441f-866b-5af45b1363c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e37ce4c-0113-4284-a975-73b4e9ae0b06 {
  min-height: 50px;
background-color: rgba(253, 228, 228, 1);
}
@media (max-width: 767px){#s-0e37ce4c-0113-4284-a975-73b4e9ae0b06 {
  display: none;
}
#s-0e37ce4c-0113-4284-a975-73b4e9ae0b06, #wrap-s-0e37ce4c-0113-4284-a975-73b4e9ae0b06 { display:none !important; }}







#s-0e37ce4c-0113-4284-a975-73b4e9ae0b06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e37ce4c-0113-4284-a975-73b4e9ae0b06.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cc23d928-5804-49c2-8943-26a81eb69d89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc23d928-5804-49c2-8943-26a81eb69d89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc23d928-5804-49c2-8943-26a81eb69d89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc23d928-5804-49c2-8943-26a81eb69d89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d58ef642-51a3-4aec-aafd-fb30ad79112b {
  min-height: 50px;
}








#s-d58ef642-51a3-4aec-aafd-fb30ad79112b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d58ef642-51a3-4aec-aafd-fb30ad79112b.shg-box.shg-c {
  justify-content: center;
}

#s-11f17ad9-7f49-467e-aa13-2f279a3d09d2 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
max-width: 600px;
}








#s-11f17ad9-7f49-467e-aa13-2f279a3d09d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11f17ad9-7f49-467e-aa13-2f279a3d09d2.shg-box.shg-c {
  justify-content: center;
}

#s-e5c0ec1d-e430-4dab-9eec-f7d50e93327e {
  text-align: center;
}

#s-24746bc5-58dd-4b89-8f5c-09ecc39e3353 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-7866e149-f7e5-4cad-8e49-38ea3659e3a7 {
  min-height: 50px;
}








#s-7866e149-f7e5-4cad-8e49-38ea3659e3a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7866e149-f7e5-4cad-8e49-38ea3659e3a7.shg-box.shg-c {
  justify-content: center;
}

#s-e3ed7767-2af6-4d03-8a40-884311272bb1 {
  margin-bottom: 14px;
text-align: center;
}




  #s-e3ed7767-2af6-4d03-8a40-884311272bb1 img.shogun-image {
    

    
    
    
  }


#s-e3ed7767-2af6-4d03-8a40-884311272bb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-36249da8-3bbc-48da-983b-7ef344d8d752 {
  min-height: 50px;
background-color: rgba(253, 228, 228, 1);
}
@media (min-width: 1200px){#s-36249da8-3bbc-48da-983b-7ef344d8d752 {
  display: none;
}
#s-36249da8-3bbc-48da-983b-7ef344d8d752, #wrap-s-36249da8-3bbc-48da-983b-7ef344d8d752 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36249da8-3bbc-48da-983b-7ef344d8d752 {
  display: none;
}
#s-36249da8-3bbc-48da-983b-7ef344d8d752, #wrap-s-36249da8-3bbc-48da-983b-7ef344d8d752 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36249da8-3bbc-48da-983b-7ef344d8d752 {
  display: none;
}
#s-36249da8-3bbc-48da-983b-7ef344d8d752, #wrap-s-36249da8-3bbc-48da-983b-7ef344d8d752 { display:none !important; }}







#s-36249da8-3bbc-48da-983b-7ef344d8d752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36249da8-3bbc-48da-983b-7ef344d8d752.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5c600bfb-cf8b-4add-a3cc-712ed4d990ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c600bfb-cf8b-4add-a3cc-712ed4d990ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c600bfb-cf8b-4add-a3cc-712ed4d990ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c600bfb-cf8b-4add-a3cc-712ed4d990ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5c600bfb-cf8b-4add-a3cc-712ed4d990ac"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6e073dc8-f0b8-41a3-b3d0-70a7657ee86f {
  min-height: 50px;
background-color: rgba(253, 228, 228, 1);
}








#s-6e073dc8-f0b8-41a3-b3d0-70a7657ee86f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e073dc8-f0b8-41a3-b3d0-70a7657ee86f.shg-box.shg-c {
  justify-content: center;
}

#s-327d3c24-2e25-489b-839b-a5b258223129 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
max-width: 600px;
background-color: rgba(253, 228, 228, 1);
}








#s-327d3c24-2e25-489b-839b-a5b258223129 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-327d3c24-2e25-489b-839b-a5b258223129.shg-box.shg-c {
  justify-content: center;
}

#s-18379022-187f-4371-858b-7fe9b4efb298 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}

#s-50b66101-61f3-42fc-b921-c54322bffa97 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-258337e1-5829-4694-a329-cecf7fc6efae {
  min-height: 50px;
}
@media (max-width: 767px){#s-258337e1-5829-4694-a329-cecf7fc6efae {
  display: none;
}
#s-258337e1-5829-4694-a329-cecf7fc6efae, #wrap-s-258337e1-5829-4694-a329-cecf7fc6efae { display:none !important; }}







#s-258337e1-5829-4694-a329-cecf7fc6efae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-258337e1-5829-4694-a329-cecf7fc6efae.shg-box.shg-c {
  justify-content: center;
}

#s-2855f288-db0d-44ca-a423-f16cac13c2a2 {
  min-height: 50px;
}








#s-2855f288-db0d-44ca-a423-f16cac13c2a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2855f288-db0d-44ca-a423-f16cac13c2a2.shg-box.shg-c {
  justify-content: center;
}

#s-b56a9487-ae68-452c-b240-59f1a96d7f8b {
  display: none;
}
#s-9e8b198f-e3db-4c30-b6cf-c987fb55c4f8 {
  min-height: 50px;
}








#s-9e8b198f-e3db-4c30-b6cf-c987fb55c4f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e8b198f-e3db-4c30-b6cf-c987fb55c4f8.shg-box.shg-c {
  justify-content: center;
}

#s-61272454-810d-47eb-81a9-e1b49ba360bc {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-61272454-810d-47eb-81a9-e1b49ba360bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-61272454-810d-47eb-81a9-e1b49ba360bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-61272454-810d-47eb-81a9-e1b49ba360bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-61272454-810d-47eb-81a9-e1b49ba360bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-61272454-810d-47eb-81a9-e1b49ba360bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-61272454-810d-47eb-81a9-e1b49ba360bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-61272454-810d-47eb-81a9-e1b49ba360bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-cfb5c20d-d5bd-4659-83bb-25d020056889 {
  text-align: center;
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 {
  max-width: 100%;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom,
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 {
  max-width: 100%;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom,
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 {
  max-width: 100%;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom,
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 {
  max-width: 100%;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom,
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 {
  max-width: 100%;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom,
.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb5c20d-d5bd-4659-83bb-25d020056889 img.shogun-image {
  width: 100%;
}

}
#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f-btn-wrapper {
    text-align: center;
  }


#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-variant-btn:hover {
  background: #252525;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-variant-btn:active, #s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ead8b829-1d18-41aa-a4eb-1d612f8c7c8f .shg-variant-btn.disabled {
  background: #252525;
}

#s-3b5511b5-bed1-48a3-a4d4-e81e9581a56e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3b5511b5-bed1-48a3-a4d4-e81e9581a56e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b5511b5-bed1-48a3-a4d4-e81e9581a56e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b5511b5-bed1-48a3-a4d4-e81e9581a56e-atc-btn-wrapper {
    text-align: center;
  }


#s-3b5511b5-bed1-48a3-a4d4-e81e9581a56e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b5511b5-bed1-48a3-a4d4-e81e9581a56e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b5511b5-bed1-48a3-a4d4-e81e9581a56e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-3b5511b5-bed1-48a3-a4d4-e81e9581a56e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6861f798-25d0-4dc1-aa82-aed4aae841d2 {
  min-height: 50px;
}








#s-6861f798-25d0-4dc1-aa82-aed4aae841d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6861f798-25d0-4dc1-aa82-aed4aae841d2.shg-box.shg-c {
  justify-content: center;
}

#s-fc40d859-daea-46c5-a6e4-7e9d9f0e95ae {
  display: none;
}
#s-8a429c70-aace-4e17-9c16-03af396fefad {
  margin-top: 23px;
margin-bottom: 23px;
min-height: 50px;
}








#s-8a429c70-aace-4e17-9c16-03af396fefad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a429c70-aace-4e17-9c16-03af396fefad.shg-box.shg-c {
  justify-content: center;
}

#s-c4b81672-10f5-4284-b74b-0efa1da73907 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c4b81672-10f5-4284-b74b-0efa1da73907"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-c4b81672-10f5-4284-b74b-0efa1da73907"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c4b81672-10f5-4284-b74b-0efa1da73907"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-c4b81672-10f5-4284-b74b-0efa1da73907"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c4b81672-10f5-4284-b74b-0efa1da73907"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4b81672-10f5-4284-b74b-0efa1da73907"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c4b81672-10f5-4284-b74b-0efa1da73907"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-f34624f3-d2fa-4541-8f54-c782a7b021eb {
  text-align: center;
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb {
  max-width: 100%;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom,
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb {
  max-width: 100%;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom,
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb {
  max-width: 100%;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom,
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb {
  max-width: 100%;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom,
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb {
  max-width: 100%;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom,
.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f34624f3-d2fa-4541-8f54-c782a7b021eb img.shogun-image {
  width: 100%;
}

}
#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86-btn-wrapper {
    text-align: center;
  }


#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-variant-btn:hover {
  background: #252525;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-variant-btn:active, #s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-06b660d1-2fe4-40a6-95b5-b5bb593a1a86 .shg-variant-btn.disabled {
  background: #252525;
}

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

  #s-0e13178a-6939-4ebc-b60d-892af238bfda-atc-btn-wrapper {
    text-align: center;
  }


#s-0e13178a-6939-4ebc-b60d-892af238bfda {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e13178a-6939-4ebc-b60d-892af238bfda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e13178a-6939-4ebc-b60d-892af238bfda.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-0e13178a-6939-4ebc-b60d-892af238bfda.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-519b29a0-70c6-4852-ae69-514dec709fac {
  min-height: 50px;
background-color: rgba(253, 228, 228, 1);
}








#s-519b29a0-70c6-4852-ae69-514dec709fac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519b29a0-70c6-4852-ae69-514dec709fac.shg-box.shg-c {
  justify-content: center;
}

#s-0fc6aad9-a098-4e05-8ed8-6be91636a787 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
text-align: center;
}




  #s-0fc6aad9-a098-4e05-8ed8-6be91636a787 img.shogun-image {
    

    
    
    
  }


#s-0fc6aad9-a098-4e05-8ed8-6be91636a787 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cf8b36c-ff0e-4857-9a45-9742a0235fcd {
  min-height: 50px;
}








#s-2cf8b36c-ff0e-4857-9a45-9742a0235fcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cf8b36c-ff0e-4857-9a45-9742a0235fcd.shg-box.shg-c {
  justify-content: center;
}

#s-7c530f82-f84a-4033-969a-12ff56fc3482 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-7c530f82-f84a-4033-969a-12ff56fc3482 > .shg-box-overlay {
  background-color: rgba(14, 2, 2, 1);
  opacity: 0.4;
}#s-7c530f82-f84a-4033-969a-12ff56fc3482.shg-box.shg-c {
  justify-content: flex-start;
}

#s-efdefc82-8d85-499c-bddb-54e7bc4b2dd0 {
  background-image: url(https://i.shgcdn.com/5dff2d83-9be8-4789-9caf-cbecd6c72545/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 150px;
padding-bottom: 150px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-efdefc82-8d85-499c-bddb-54e7bc4b2dd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efdefc82-8d85-499c-bddb-54e7bc4b2dd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efdefc82-8d85-499c-bddb-54e7bc4b2dd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-efdefc82-8d85-499c-bddb-54e7bc4b2dd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efdefc82-8d85-499c-bddb-54e7bc4b2dd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-efdefc82-8d85-499c-bddb-54e7bc4b2dd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efdefc82-8d85-499c-bddb-54e7bc4b2dd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-feb87399-a6d3-4ff9-b738-f722fa2f69f4 {
  padding-left: 22px;
padding-right: 22px;
background-color: rgba(0, 0, 0, 0);
}

#s-60a8ead9-e6cc-4c7c-a983-d2d3dd923376 {
  background-color: rgba(253, 228, 228, 1);
}

@media (min-width: 0px) {
[id="s-60a8ead9-e6cc-4c7c-a983-d2d3dd923376"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60a8ead9-e6cc-4c7c-a983-d2d3dd923376"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60a8ead9-e6cc-4c7c-a983-d2d3dd923376"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60a8ead9-e6cc-4c7c-a983-d2d3dd923376"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-60a8ead9-e6cc-4c7c-a983-d2d3dd923376"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0a56f5dc-7770-4457-82b5-1e4073b66fe3 {
  min-height: 50px;
}








#s-0a56f5dc-7770-4457-82b5-1e4073b66fe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a56f5dc-7770-4457-82b5-1e4073b66fe3.shg-box.shg-c {
  justify-content: center;
}

#s-00cdc3cd-c568-4038-9dfa-242bfaf6d491 {
  margin-top: 14px;
margin-bottom: 14px;
text-align: center;
}




  #s-00cdc3cd-c568-4038-9dfa-242bfaf6d491 img.shogun-image {
    

    
    
    
  }


#s-00cdc3cd-c568-4038-9dfa-242bfaf6d491 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a6357e0-63ed-45fe-a3f4-28477cf016d4 {
  min-height: 50px;
background-color: rgba(253, 228, 228, 1);
}








#s-4a6357e0-63ed-45fe-a3f4-28477cf016d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a6357e0-63ed-45fe-a3f4-28477cf016d4.shg-box.shg-c {
  justify-content: center;
}

#s-c7b65d76-5b1d-43c1-819e-4b94a46f2f47 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
max-width: 600px;
}








#s-c7b65d76-5b1d-43c1-819e-4b94a46f2f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7b65d76-5b1d-43c1-819e-4b94a46f2f47.shg-box.shg-c {
  justify-content: center;
}

#s-12dc60d7-4818-429d-ac4f-f1ec7ed04afe {
  text-align: center;
}

#s-d6840c54-2a30-45d2-be71-b91b8185e9db {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-02e39bc4-24a5-49f7-93d8-eaaa99c0675a {
  min-height: 50px;
background-color: rgba(251, 228, 232, 1);
}
@media (max-width: 767px){#s-02e39bc4-24a5-49f7-93d8-eaaa99c0675a {
  display: none;
}
#s-02e39bc4-24a5-49f7-93d8-eaaa99c0675a, #wrap-s-02e39bc4-24a5-49f7-93d8-eaaa99c0675a { display:none !important; }}







#s-02e39bc4-24a5-49f7-93d8-eaaa99c0675a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e39bc4-24a5-49f7-93d8-eaaa99c0675a.shg-box.shg-c {
  justify-content: center;
}

#s-35cde99a-116f-4c91-a3e8-057277d321a9 {
  padding-top: 16px;
padding-left: 22px;
padding-bottom: 16px;
padding-right: 22px;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-35cde99a-116f-4c91-a3e8-057277d321a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35cde99a-116f-4c91-a3e8-057277d321a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35cde99a-116f-4c91-a3e8-057277d321a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35cde99a-116f-4c91-a3e8-057277d321a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ec225434-f008-45ae-b270-19b94d63c6ae {
  min-height: 50px;
}








#s-ec225434-f008-45ae-b270-19b94d63c6ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec225434-f008-45ae-b270-19b94d63c6ae.shg-box.shg-c {
  justify-content: center;
}

#s-e0b223ab-2ecc-464d-adfc-a409606f7e27 {
  display: none;
}
#s-368f22fb-952a-4caf-8ba6-58e2380007b9 {
  min-height: 50px;
}








#s-368f22fb-952a-4caf-8ba6-58e2380007b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-368f22fb-952a-4caf-8ba6-58e2380007b9.shg-box.shg-c {
  justify-content: center;
}

#s-31bb243f-0009-43c7-ba63-4cc51d30a076 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-31bb243f-0009-43c7-ba63-4cc51d30a076"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-31bb243f-0009-43c7-ba63-4cc51d30a076"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-31bb243f-0009-43c7-ba63-4cc51d30a076"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-31bb243f-0009-43c7-ba63-4cc51d30a076"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-31bb243f-0009-43c7-ba63-4cc51d30a076"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-31bb243f-0009-43c7-ba63-4cc51d30a076"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-31bb243f-0009-43c7-ba63-4cc51d30a076"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-9cd377e2-be7c-4322-8551-893d987d208e {
  text-align: center;
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e {
  max-width: 100%;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom,
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e {
  max-width: 100%;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom,
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e {
  max-width: 100%;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom,
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e {
  max-width: 100%;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom,
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e {
  max-width: 100%;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom,
.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd377e2-be7c-4322-8551-893d987d208e img.shogun-image {
  width: 100%;
}

}
#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7-btn-wrapper {
    text-align: center;
  }


#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-variant-btn:hover {
  background: #252525;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-variant-btn:active, #s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1b04a0ba-7f14-43ee-a9bb-7e177825b7d7 .shg-variant-btn.disabled {
  background: #252525;
}

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

  #s-07ac42e0-db59-4fdb-b225-ca1609635b28-atc-btn-wrapper {
    text-align: center;
  }


#s-07ac42e0-db59-4fdb-b225-ca1609635b28 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07ac42e0-db59-4fdb-b225-ca1609635b28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07ac42e0-db59-4fdb-b225-ca1609635b28.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-07ac42e0-db59-4fdb-b225-ca1609635b28.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6c8cd5da-408a-483c-a9ab-d97c50b285db {
  min-height: 50px;
}








#s-6c8cd5da-408a-483c-a9ab-d97c50b285db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c8cd5da-408a-483c-a9ab-d97c50b285db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f7e12d4f-5d29-4261-aeb9-ce4524e02df4 {
  min-height: 50px;
}








#s-f7e12d4f-5d29-4261-aeb9-ce4524e02df4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7e12d4f-5d29-4261-aeb9-ce4524e02df4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-830f4a89-0619-432c-a48a-07c7e3c0ccce {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-830f4a89-0619-432c-a48a-07c7e3c0ccce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-830f4a89-0619-432c-a48a-07c7e3c0ccce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-830f4a89-0619-432c-a48a-07c7e3c0ccce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-830f4a89-0619-432c-a48a-07c7e3c0ccce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-830f4a89-0619-432c-a48a-07c7e3c0ccce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-830f4a89-0619-432c-a48a-07c7e3c0ccce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-830f4a89-0619-432c-a48a-07c7e3c0ccce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-38db6ed0-4a1e-4463-910a-a6e44c68d4a2 {
  min-height: 50px;
}








#s-38db6ed0-4a1e-4463-910a-a6e44c68d4a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38db6ed0-4a1e-4463-910a-a6e44c68d4a2.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4c81ac6c-0c50-4cd6-b21d-3e422ad5e292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c81ac6c-0c50-4cd6-b21d-3e422ad5e292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c81ac6c-0c50-4cd6-b21d-3e422ad5e292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c81ac6c-0c50-4cd6-b21d-3e422ad5e292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-48bb44d7-fd81-48c7-9bcf-66da0f426217"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-48bb44d7-fd81-48c7-9bcf-66da0f426217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48bb44d7-fd81-48c7-9bcf-66da0f426217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48bb44d7-fd81-48c7-9bcf-66da0f426217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d98671c-2b88-4112-9d89-5d885ce835e7 {
  text-align: center;
}




  #s-8d98671c-2b88-4112-9d89-5d885ce835e7 img.shogun-image {
    

    
    
    
  }


#s-8d98671c-2b88-4112-9d89-5d885ce835e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-208d3b45-5910-4ef8-8fba-f641c622c70d {
  text-align: center;
}




  #s-208d3b45-5910-4ef8-8fba-f641c622c70d img.shogun-image {
    

    
    
    
  }


#s-208d3b45-5910-4ef8-8fba-f641c622c70d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7c1a835c-543d-44d3-ba6f-36fa71399b8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c1a835c-543d-44d3-ba6f-36fa71399b8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c1a835c-543d-44d3-ba6f-36fa71399b8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c1a835c-543d-44d3-ba6f-36fa71399b8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cfac4b7c-28e6-4b70-9b50-728e2cb04b96 {
  box-shadow:    rgba(0, 0, 0, 0.34);
text-align: center;
}




  #s-cfac4b7c-28e6-4b70-9b50-728e2cb04b96 img.shogun-image {
    

    
    
    
  }


#s-cfac4b7c-28e6-4b70-9b50-728e2cb04b96 .shogun-image-content {
  
    align-items: center;
  
}

#s-20e4a45b-9943-46ae-84c2-029be9399dba {
  text-align: center;
}




  #s-20e4a45b-9943-46ae-84c2-029be9399dba img.shogun-image {
    

    
    
    
  }


#s-20e4a45b-9943-46ae-84c2-029be9399dba .shogun-image-content {
  
    align-items: center;
  
}

#s-1c4af1ac-6b52-4e0e-9714-1aa6eb0a648f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c4af1ac-6b52-4e0e-9714-1aa6eb0a648f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c4af1ac-6b52-4e0e-9714-1aa6eb0a648f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e94d9ff-eee6-4be3-a253-b1690a37b647 {
  min-height: 50px;
}








#s-2e94d9ff-eee6-4be3-a253-b1690a37b647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e94d9ff-eee6-4be3-a253-b1690a37b647.shg-box.shg-c {
  justify-content: center;
}

#s-018fa19a-588a-4858-afaf-59acf243a338 {
  min-height: 50px;
}








#s-018fa19a-588a-4858-afaf-59acf243a338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-018fa19a-588a-4858-afaf-59acf243a338.shg-box.shg-c {
  justify-content: center;
}

#s-516eb78d-89d2-4b32-8cf3-52d8989733b3 {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-516eb78d-89d2-4b32-8cf3-52d8989733b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-516eb78d-89d2-4b32-8cf3-52d8989733b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-516eb78d-89d2-4b32-8cf3-52d8989733b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-516eb78d-89d2-4b32-8cf3-52d8989733b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-516eb78d-89d2-4b32-8cf3-52d8989733b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-516eb78d-89d2-4b32-8cf3-52d8989733b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-516eb78d-89d2-4b32-8cf3-52d8989733b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

#s-dcc8dda4-eb30-4055-8312-716b9376a6eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcc8dda4-eb30-4055-8312-716b9376a6eb .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2b6bda96-94fb-45e9-84d8-1347b06606a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b6bda96-94fb-45e9-84d8-1347b06606a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b6bda96-94fb-45e9-84d8-1347b06606a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b6bda96-94fb-45e9-84d8-1347b06606a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b6bda96-94fb-45e9-84d8-1347b06606a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b6bda96-94fb-45e9-84d8-1347b06606a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b6bda96-94fb-45e9-84d8-1347b06606a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-144266c7-27a5-49f7-b0a3-a9bbd7b590f5 {
  min-height: 50px;
}








#s-144266c7-27a5-49f7-b0a3-a9bbd7b590f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-144266c7-27a5-49f7-b0a3-a9bbd7b590f5.shg-box.shg-c {
  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;
  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;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc {
  display: none;
}
#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc, #wrap-s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc {
  display: none;
}
#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc, #wrap-s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc {
  display: none;
}
#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc, #wrap-s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc { display:none !important; }}@media (max-width: 767px){#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc {
  
}
}
#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc .shg-sld-nav-button.shg-sld-left,
#s-6f301b22-3bd9-403a-89bf-5ff0d7f2c0bc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-98776a49-f342-470d-ab82-a8d4a4281853"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-98776a49-f342-470d-ab82-a8d4a4281853"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98776a49-f342-470d-ab82-a8d4a4281853"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98776a49-f342-470d-ab82-a8d4a4281853"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f04110fa-b8e4-47ee-803d-fe9806435a59 {
  display: none;
}
#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 {
  text-align: left;
}



.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc9775-a8ca-4177-84fa-bbd31968fd98 img.shogun-image {
  width: 100%;
}

}
#s-ce80a3d9-e0d7-4a3f-82da-ba372a5d9f25 {
  margin-top: 4px;
}

#s-3e09a22a-4dbd-4e15-b7c0-ca3aab81e0ce {
  text-align: center;
}

#s-3e09a22a-4dbd-4e15-b7c0-ca3aab81e0ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-3e09a22a-4dbd-4e15-b7c0-ca3aab81e0ce .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-3e09a22a-4dbd-4e15-b7c0-ca3aab81e0ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7a8be49-8dcd-4ec6-b37b-3027c7ac338a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c7a8be49-8dcd-4ec6-b37b-3027c7ac338a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7a8be49-8dcd-4ec6-b37b-3027c7ac338a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7a8be49-8dcd-4ec6-b37b-3027c7ac338a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7a8be49-8dcd-4ec6-b37b-3027c7ac338a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7a8be49-8dcd-4ec6-b37b-3027c7ac338a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7a8be49-8dcd-4ec6-b37b-3027c7ac338a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a5e1723-3c67-4f2d-9e3f-ae06bdf296d7 {
  display: none;
}
#s-1b673709-053f-45a6-b749-e4f893e5a6d5 {
  text-align: left;
}



.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b673709-053f-45a6-b749-e4f893e5a6d5 img.shogun-image {
  width: 100%;
}

}
#s-9fd7ff39-7bfe-4f39-b710-1f42c40a19ac {
  margin-top: 4px;
}

#s-6dfd0b74-fb43-4b34-aafe-712b6eab759a {
  text-align: center;
}

#s-6dfd0b74-fb43-4b34-aafe-712b6eab759a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-6dfd0b74-fb43-4b34-aafe-712b6eab759a .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-6dfd0b74-fb43-4b34-aafe-712b6eab759a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4cae473c-0641-430f-9470-22d2ed5ea90e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4cae473c-0641-430f-9470-22d2ed5ea90e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cae473c-0641-430f-9470-22d2ed5ea90e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4cae473c-0641-430f-9470-22d2ed5ea90e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cae473c-0641-430f-9470-22d2ed5ea90e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cae473c-0641-430f-9470-22d2ed5ea90e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4cae473c-0641-430f-9470-22d2ed5ea90e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-025b01f5-5ed5-49b6-a91d-f7a700071579"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-025b01f5-5ed5-49b6-a91d-f7a700071579"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-025b01f5-5ed5-49b6-a91d-f7a700071579"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-025b01f5-5ed5-49b6-a91d-f7a700071579"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4cee83fb-4667-4cce-b302-b6504b53619d {
  display: none;
}
#s-e24769a7-6298-4494-a3a1-f98784d0df40 {
  text-align: left;
}



.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24769a7-6298-4494-a3a1-f98784d0df40 img.shogun-image {
  width: 100%;
}

}
#s-adce5c1a-eff1-4fcd-b464-374ca72458c8 {
  margin-top: 4px;
}

#s-d51814d2-81d5-4a7c-be0a-4383b313de0d {
  text-align: center;
}

#s-d51814d2-81d5-4a7c-be0a-4383b313de0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-d51814d2-81d5-4a7c-be0a-4383b313de0d .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-d51814d2-81d5-4a7c-be0a-4383b313de0d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9aaabcc3-0511-4eeb-8c2f-b38453bb8ec7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9aaabcc3-0511-4eeb-8c2f-b38453bb8ec7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9aaabcc3-0511-4eeb-8c2f-b38453bb8ec7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9aaabcc3-0511-4eeb-8c2f-b38453bb8ec7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9aaabcc3-0511-4eeb-8c2f-b38453bb8ec7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9aaabcc3-0511-4eeb-8c2f-b38453bb8ec7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9aaabcc3-0511-4eeb-8c2f-b38453bb8ec7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-29c7170a-6d62-4742-bb91-a23cfb058ad7 {
  display: none;
}
#s-381c835c-9a9f-46a2-adde-5a25e89410e7 {
  text-align: left;
}



.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381c835c-9a9f-46a2-adde-5a25e89410e7 img.shogun-image {
  width: 100%;
}

}
#s-f16128c5-165f-456e-b12f-4038ecb163dd {
  margin-top: 4px;
}

#s-bfd3b4e9-ce9f-4207-84a3-c3f1bff91a47 {
  text-align: center;
}

#s-bfd3b4e9-ce9f-4207-84a3-c3f1bff91a47 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-bfd3b4e9-ce9f-4207-84a3-c3f1bff91a47 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-bfd3b4e9-ce9f-4207-84a3-c3f1bff91a47 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8764a7e4-86fc-4d1d-87ee-056bf7fcb0b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8764a7e4-86fc-4d1d-87ee-056bf7fcb0b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8764a7e4-86fc-4d1d-87ee-056bf7fcb0b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8764a7e4-86fc-4d1d-87ee-056bf7fcb0b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8764a7e4-86fc-4d1d-87ee-056bf7fcb0b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8764a7e4-86fc-4d1d-87ee-056bf7fcb0b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8764a7e4-86fc-4d1d-87ee-056bf7fcb0b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-22ad2ad0-f74c-4261-ab18-ff3b6332d731"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22ad2ad0-f74c-4261-ab18-ff3b6332d731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22ad2ad0-f74c-4261-ab18-ff3b6332d731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22ad2ad0-f74c-4261-ab18-ff3b6332d731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc187698-402e-4c6b-a595-37d6d2c4eeb7 {
  display: none;
}
#s-f7c75601-7961-4716-a27f-59f1ffa641cb {
  text-align: left;
}



.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c75601-7961-4716-a27f-59f1ffa641cb img.shogun-image {
  width: 100%;
}

}
#s-cf61339a-7dab-459c-800b-3f0cb0899587 {
  margin-top: 4px;
}

#s-2b501ba3-c1e4-4d66-972c-f1db6b974455 {
  text-align: center;
}

#s-2b501ba3-c1e4-4d66-972c-f1db6b974455 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-2b501ba3-c1e4-4d66-972c-f1db6b974455 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-2b501ba3-c1e4-4d66-972c-f1db6b974455 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6871c526-eacf-414c-863e-86d131119f49 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6871c526-eacf-414c-863e-86d131119f49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6871c526-eacf-414c-863e-86d131119f49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6871c526-eacf-414c-863e-86d131119f49 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6871c526-eacf-414c-863e-86d131119f49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6871c526-eacf-414c-863e-86d131119f49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6871c526-eacf-414c-863e-86d131119f49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3b1e167e-35c8-42b2-985d-5970adbf9cfa {
  display: none;
}
#s-0772da0f-35bc-4b01-9a66-b589d87a54cf {
  text-align: center;
}




  #s-0772da0f-35bc-4b01-9a66-b589d87a54cf img.shogun-image {
    

    
    
    
  }


#s-0772da0f-35bc-4b01-9a66-b589d87a54cf .shogun-image-content {
  
    align-items: center;
  
}

#s-3345e449-4c8d-4148-b5d9-393e0f5394ec {
  margin-top: 4px;
}

#s-89e84773-4794-4927-8c5a-60b8ffd60341 {
  text-align: center;
}

#s-89e84773-4794-4927-8c5a-60b8ffd60341 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-89e84773-4794-4927-8c5a-60b8ffd60341 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-89e84773-4794-4927-8c5a-60b8ffd60341 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-42fb1ac9-3c7d-4a46-a998-cb1e3440112c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-42fb1ac9-3c7d-4a46-a998-cb1e3440112c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42fb1ac9-3c7d-4a46-a998-cb1e3440112c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42fb1ac9-3c7d-4a46-a998-cb1e3440112c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42fb1ac9-3c7d-4a46-a998-cb1e3440112c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42fb1ac9-3c7d-4a46-a998-cb1e3440112c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-42fb1ac9-3c7d-4a46-a998-cb1e3440112c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-823b65f5-fdce-484a-9a20-58f752fc18b5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-823b65f5-fdce-484a-9a20-58f752fc18b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-823b65f5-fdce-484a-9a20-58f752fc18b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-823b65f5-fdce-484a-9a20-58f752fc18b5 {
  
}
}@media (max-width: 767px){#s-823b65f5-fdce-484a-9a20-58f752fc18b5 {
  display: none;
}
#s-823b65f5-fdce-484a-9a20-58f752fc18b5, #wrap-s-823b65f5-fdce-484a-9a20-58f752fc18b5 { display:none !important; }}
#s-823b65f5-fdce-484a-9a20-58f752fc18b5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-823b65f5-fdce-484a-9a20-58f752fc18b5 .shg-sld-nav-button.shg-sld-left,
#s-823b65f5-fdce-484a-9a20-58f752fc18b5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-86c359c0-7b80-4d60-8c5a-0b5ad4fafc36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86c359c0-7b80-4d60-8c5a-0b5ad4fafc36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86c359c0-7b80-4d60-8c5a-0b5ad4fafc36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86c359c0-7b80-4d60-8c5a-0b5ad4fafc36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bbd5e72f-bd86-4511-8725-a5aef87968dd {
  display: none;
}
#s-0192813c-15a4-4033-b54f-bc0428045d15 {
  text-align: left;
}



.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192813c-15a4-4033-b54f-bc0428045d15 img.shogun-image {
  width: 100%;
}

}
#s-3e842ded-9f6b-4b12-b762-a0f018995f5d {
  margin-top: 4px;
}

#s-8b6c9762-510b-4ccb-a22b-f23abddf7e31 {
  text-align: center;
}

#s-8b6c9762-510b-4ccb-a22b-f23abddf7e31 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-8b6c9762-510b-4ccb-a22b-f23abddf7e31 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-8b6c9762-510b-4ccb-a22b-f23abddf7e31 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2d13e37-576d-43c0-835d-3682eee248b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d2d13e37-576d-43c0-835d-3682eee248b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2d13e37-576d-43c0-835d-3682eee248b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2d13e37-576d-43c0-835d-3682eee248b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2d13e37-576d-43c0-835d-3682eee248b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2d13e37-576d-43c0-835d-3682eee248b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d2d13e37-576d-43c0-835d-3682eee248b6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e5081422-6578-4413-bdb2-0ae6656fb37f {
  display: none;
}
#s-f0a1c5df-f329-4e32-b657-bc980f0477da {
  text-align: left;
}



.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a1c5df-f329-4e32-b657-bc980f0477da img.shogun-image {
  width: 100%;
}

}
#s-416ae413-da12-4aac-8025-d039178d4d8a {
  margin-top: 4px;
}

#s-60763bac-4c8f-4800-ac18-486eaf96982a {
  text-align: center;
}

#s-60763bac-4c8f-4800-ac18-486eaf96982a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-60763bac-4c8f-4800-ac18-486eaf96982a .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-60763bac-4c8f-4800-ac18-486eaf96982a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db24cf40-62d3-4c79-bf3c-059f4d5a8e83 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-db24cf40-62d3-4c79-bf3c-059f4d5a8e83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db24cf40-62d3-4c79-bf3c-059f4d5a8e83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db24cf40-62d3-4c79-bf3c-059f4d5a8e83 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db24cf40-62d3-4c79-bf3c-059f4d5a8e83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db24cf40-62d3-4c79-bf3c-059f4d5a8e83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-db24cf40-62d3-4c79-bf3c-059f4d5a8e83.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f93dab16-0a6c-4e59-ab28-d6b206b34fc6 {
  display: none;
}
#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 {
  text-align: left;
}



.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9168b0b-a111-4e53-81b9-95ea0b9c4030 img.shogun-image {
  width: 100%;
}

}
#s-84e18c79-9144-4f39-9cee-b128ec87fba4 {
  margin-top: 4px;
}

#s-cb3cb092-ca9e-4ab3-b5f5-be0cda87e966 {
  text-align: center;
}

#s-cb3cb092-ca9e-4ab3-b5f5-be0cda87e966 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-cb3cb092-ca9e-4ab3-b5f5-be0cda87e966 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-cb3cb092-ca9e-4ab3-b5f5-be0cda87e966 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c3d0eee-13a8-4acd-8d59-35e6a775ab63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6c3d0eee-13a8-4acd-8d59-35e6a775ab63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c3d0eee-13a8-4acd-8d59-35e6a775ab63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c3d0eee-13a8-4acd-8d59-35e6a775ab63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c3d0eee-13a8-4acd-8d59-35e6a775ab63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c3d0eee-13a8-4acd-8d59-35e6a775ab63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c3d0eee-13a8-4acd-8d59-35e6a775ab63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-c7bd55ef-9c8f-46bf-85c0-b2e93cda5615"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7bd55ef-9c8f-46bf-85c0-b2e93cda5615"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c7bd55ef-9c8f-46bf-85c0-b2e93cda5615"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7bd55ef-9c8f-46bf-85c0-b2e93cda5615"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-61bfed86-93ad-4507-a1c7-95e4d80c0d9a {
  display: none;
}
#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e {
  text-align: left;
}



.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3f50de-61cf-48a6-a065-35b3e92ae13e img.shogun-image {
  width: 100%;
}

}
#s-d26b2be5-b391-4dab-b70a-7d184f90a60e {
  margin-top: 4px;
}

#s-8f93ae45-0324-46dc-96d9-9e2abda72479 {
  text-align: center;
}

#s-8f93ae45-0324-46dc-96d9-9e2abda72479 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-8f93ae45-0324-46dc-96d9-9e2abda72479 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-8f93ae45-0324-46dc-96d9-9e2abda72479 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bac53559-ebef-4705-93ac-0ca9ba04d7bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bac53559-ebef-4705-93ac-0ca9ba04d7bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bac53559-ebef-4705-93ac-0ca9ba04d7bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bac53559-ebef-4705-93ac-0ca9ba04d7bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bac53559-ebef-4705-93ac-0ca9ba04d7bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bac53559-ebef-4705-93ac-0ca9ba04d7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bac53559-ebef-4705-93ac-0ca9ba04d7bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9517005b-3c1c-4372-991f-4f3a63ab0c98 {
  display: none;
}
#s-9a4af4fb-277a-41e6-8cba-de6a159fbd2e {
  text-align: center;
}




  #s-9a4af4fb-277a-41e6-8cba-de6a159fbd2e img.shogun-image {
    

    
    
    
  }


#s-9a4af4fb-277a-41e6-8cba-de6a159fbd2e .shogun-image-content {
  
    align-items: center;
  
}

#s-56b02950-c943-4558-a594-ff6970174040 {
  margin-top: 4px;
}

#s-ea8e9b45-6bac-41a9-9629-fe72dbc0435c {
  text-align: center;
}

#s-ea8e9b45-6bac-41a9-9629-fe72dbc0435c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-ea8e9b45-6bac-41a9-9629-fe72dbc0435c .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-ea8e9b45-6bac-41a9-9629-fe72dbc0435c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-00496ef0-d025-47bf-b429-0541738d90da {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-00496ef0-d025-47bf-b429-0541738d90da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00496ef0-d025-47bf-b429-0541738d90da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00496ef0-d025-47bf-b429-0541738d90da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00496ef0-d025-47bf-b429-0541738d90da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00496ef0-d025-47bf-b429-0541738d90da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00496ef0-d025-47bf-b429-0541738d90da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5277d2aa-f6d1-472d-b679-179a46ca3bd6 {
  display: none;
}
#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 {
  text-align: left;
}



.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){

.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44455c40-855a-4ee5-811b-10d2ab58a1b8 img.shogun-image {
  width: 100%;
}

}
#s-2cb324a6-4890-40ec-9cf5-3ac7fc8b94bd {
  margin-top: 4px;
}

#s-42d748a5-ac04-41d6-a125-f26137bbf1c5 {
  text-align: center;
}

#s-42d748a5-ac04-41d6-a125-f26137bbf1c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-42d748a5-ac04-41d6-a125-f26137bbf1c5 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-42d748a5-ac04-41d6-a125-f26137bbf1c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3a9d8d56-56c5-492e-a34a-75f6599fdbba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3a9d8d56-56c5-492e-a34a-75f6599fdbba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a9d8d56-56c5-492e-a34a-75f6599fdbba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a9d8d56-56c5-492e-a34a-75f6599fdbba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a9d8d56-56c5-492e-a34a-75f6599fdbba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a9d8d56-56c5-492e-a34a-75f6599fdbba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a9d8d56-56c5-492e-a34a-75f6599fdbba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-debb7f84-d7bd-4c68-889b-a8336ccf2a4f {
  background-color: rgba(253, 228, 228, 1);
}

@media (min-width: 0px) {
[id="s-debb7f84-d7bd-4c68-889b-a8336ccf2a4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-debb7f84-d7bd-4c68-889b-a8336ccf2a4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-debb7f84-d7bd-4c68-889b-a8336ccf2a4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-debb7f84-d7bd-4c68-889b-a8336ccf2a4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4da486c4-ed3e-4a3f-89ba-c7eea3bb24a3 {
  min-height: 50px;
}








#s-4da486c4-ed3e-4a3f-89ba-c7eea3bb24a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4da486c4-ed3e-4a3f-89ba-c7eea3bb24a3.shg-box.shg-c {
  justify-content: center;
}

#s-6192a719-db51-45e9-95fc-46c3889e781f {
  margin-top: 14px;
margin-bottom: 14px;
text-align: center;
}




  #s-6192a719-db51-45e9-95fc-46c3889e781f img.shogun-image {
    

    
    
    
  }


#s-6192a719-db51-45e9-95fc-46c3889e781f .shogun-image-content {
  
    align-items: center;
  
}

#s-2d352d09-5390-4435-ae05-26342bba5418 {
  min-height: 50px;
background-color: rgba(253, 228, 228, 1);
}








#s-2d352d09-5390-4435-ae05-26342bba5418 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d352d09-5390-4435-ae05-26342bba5418.shg-box.shg-c {
  justify-content: center;
}

#s-e196e2d1-2140-4456-87dc-f8f0437f5554 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
max-width: 600px;
}








#s-e196e2d1-2140-4456-87dc-f8f0437f5554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e196e2d1-2140-4456-87dc-f8f0437f5554.shg-box.shg-c {
  justify-content: center;
}

#s-370c5c8c-67bf-4dfa-8535-8dee981c8725 {
  text-align: center;
}

#s-bb73178d-4db9-4a0c-9990-449d366e45b9 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-13ac9c43-36a0-4d5f-a35b-7447bed8cbbb {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(253, 228, 228, 1);
}








#s-13ac9c43-36a0-4d5f-a35b-7447bed8cbbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13ac9c43-36a0-4d5f-a35b-7447bed8cbbb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f6d60c3-2b23-4bc1-a186-b455cfc5271b {
  padding-left: 15px;
padding-right: 15px;
}

#s-4439e8be-04c0-4814-826d-cb09f9517e04 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-4439e8be-04c0-4814-826d-cb09f9517e04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4439e8be-04c0-4814-826d-cb09f9517e04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4439e8be-04c0-4814-826d-cb09f9517e04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4439e8be-04c0-4814-826d-cb09f9517e04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-63d9de44-54af-46a8-976e-02060a111b79 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}




  #s-63d9de44-54af-46a8-976e-02060a111b79 img.shogun-image {
    

    
    
    
  }


#s-63d9de44-54af-46a8-976e-02060a111b79 .shogun-image-content {
  
    align-items: center;
  
}

#s-487d9d5f-2fe9-4cd9-968d-e5f5597b7fde {
  min-height: 50px;
background-color: rgba(253, 228, 228, 1);
}








#s-487d9d5f-2fe9-4cd9-968d-e5f5597b7fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-487d9d5f-2fe9-4cd9-968d-e5f5597b7fde.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c4247d85-8d1b-45b1-a88f-928e701ae236 {
  padding-top: 25px;
padding-left: 90px;
padding-bottom: 25px;
padding-right: 90px;
}
@media (max-width: 767px){#s-c4247d85-8d1b-45b1-a88f-928e701ae236 {
  display: none;
}
#s-c4247d85-8d1b-45b1-a88f-928e701ae236, #wrap-s-c4247d85-8d1b-45b1-a88f-928e701ae236 { display:none !important; }}
#s-c4247d85-8d1b-45b1-a88f-928e701ae236 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c4247d85-8d1b-45b1-a88f-928e701ae236 .shg-sld-nav-button.shg-sld-left,
#s-c4247d85-8d1b-45b1-a88f-928e701ae236 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5eff42d2-5f1b-4b1b-86a3-e8c8fd7b0ecd {
  padding-top: 30px;
background-color: rgba(253, 228, 228, 1);
}

@media (min-width: 0px) {
[id="s-5eff42d2-5f1b-4b1b-86a3-e8c8fd7b0ecd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5eff42d2-5f1b-4b1b-86a3-e8c8fd7b0ecd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5eff42d2-5f1b-4b1b-86a3-e8c8fd7b0ecd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5eff42d2-5f1b-4b1b-86a3-e8c8fd7b0ecd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-42c27c79-4a07-4bd2-8161-49d79cc93d1c {
  text-align: center;
}




  #s-42c27c79-4a07-4bd2-8161-49d79cc93d1c img.shogun-image {
    

    
    
    
  }


#s-42c27c79-4a07-4bd2-8161-49d79cc93d1c .shogun-image-content {
  
    align-items: center;
  
}

#s-e178b145-c3d1-4f24-ad80-3770f46b6f99 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-b2fc3f1c-f6e1-4a67-b072-34eab8409747 {
  text-align: center;
}




  #s-b2fc3f1c-f6e1-4a67-b072-34eab8409747 img.shogun-image {
    

    
    
    
  }


#s-b2fc3f1c-f6e1-4a67-b072-34eab8409747 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3c84859-49a2-468d-9691-dd162852328c {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-20e4dd04-086d-4505-8178-a1d8d02f2696 {
  text-align: center;
}




  #s-20e4dd04-086d-4505-8178-a1d8d02f2696 img.shogun-image {
    

    
    
    
  }


#s-20e4dd04-086d-4505-8178-a1d8d02f2696 .shogun-image-content {
  
    align-items: center;
  
}

#s-c111bada-584b-4475-8808-cdf0c6457838 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-774ac9e5-a780-4a4f-97e0-5f45d82edc88 {
  padding-top: 30px;
background-color: rgba(253, 228, 228, 1);
}

@media (min-width: 0px) {
[id="s-774ac9e5-a780-4a4f-97e0-5f45d82edc88"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-774ac9e5-a780-4a4f-97e0-5f45d82edc88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-774ac9e5-a780-4a4f-97e0-5f45d82edc88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-774ac9e5-a780-4a4f-97e0-5f45d82edc88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9d8cab77-c85d-4ab6-9a15-8d5b41ed831f {
  text-align: center;
}




  #s-9d8cab77-c85d-4ab6-9a15-8d5b41ed831f img.shogun-image {
    

    
    
    
  }


#s-9d8cab77-c85d-4ab6-9a15-8d5b41ed831f .shogun-image-content {
  
    align-items: center;
  
}

#s-18b26dbe-45ef-4f30-aa18-89d2732d7b8d {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-b9251a3e-8a91-40fd-8f38-8796fa7adf4e {
  text-align: center;
}




  #s-b9251a3e-8a91-40fd-8f38-8796fa7adf4e img.shogun-image {
    

    
    
    
  }


#s-b9251a3e-8a91-40fd-8f38-8796fa7adf4e .shogun-image-content {
  
    align-items: center;
  
}

#s-97dcb648-fab0-46db-a99d-ab2d45a61233 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-d881a581-3354-4769-98d6-c18b07f7568b {
  text-align: center;
}




  #s-d881a581-3354-4769-98d6-c18b07f7568b img.shogun-image {
    

    
    
    
  }


#s-d881a581-3354-4769-98d6-c18b07f7568b .shogun-image-content {
  
    align-items: center;
  
}

#s-a07546b0-d999-4a1a-9dfe-bd86068a3f38 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-0035d209-af92-4ee4-92c9-2f8786ae925d {
  min-height: 50px;
background-color: rgba(254, 179, 168, 1);
}








#s-0035d209-af92-4ee4-92c9-2f8786ae925d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0035d209-af92-4ee4-92c9-2f8786ae925d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-40dbe908-e1de-4446-9f6c-9b3277931943 {
  padding-top: 30px;
background-color: rgba(253, 228, 228, 1);
}

@media (min-width: 0px) {
[id="s-40dbe908-e1de-4446-9f6c-9b3277931943"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-40dbe908-e1de-4446-9f6c-9b3277931943"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40dbe908-e1de-4446-9f6c-9b3277931943"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40dbe908-e1de-4446-9f6c-9b3277931943"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ddd9efe7-72db-4974-824b-3b7c751da6b3 {
  text-align: center;
}




  #s-ddd9efe7-72db-4974-824b-3b7c751da6b3 img.shogun-image {
    

    
    
    
  }


#s-ddd9efe7-72db-4974-824b-3b7c751da6b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bd2ce44-26ef-4423-a38b-901e31acd1a1 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-aeae780a-1578-4327-8caf-bec0a6bd5140 {
  text-align: center;
}




  #s-aeae780a-1578-4327-8caf-bec0a6bd5140 img.shogun-image {
    

    
    
    
  }


#s-aeae780a-1578-4327-8caf-bec0a6bd5140 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a021379-a5b0-49a2-bc2a-76606597bbe4 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-7840b94a-1082-43aa-909e-cdb1d2627849 {
  text-align: center;
}




  #s-7840b94a-1082-43aa-909e-cdb1d2627849 img.shogun-image {
    

    
    
    
  }


#s-7840b94a-1082-43aa-909e-cdb1d2627849 .shogun-image-content {
  
    align-items: center;
  
}

#s-d39ede89-d0ed-4646-9851-3608762eedb0 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-466ce87b-c677-4fff-a059-89bfbd644c26 {
  padding-top: 30px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-466ce87b-c677-4fff-a059-89bfbd644c26 {
  display: none;
}
#s-466ce87b-c677-4fff-a059-89bfbd644c26, #wrap-s-466ce87b-c677-4fff-a059-89bfbd644c26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-466ce87b-c677-4fff-a059-89bfbd644c26 {
  display: none;
}
#s-466ce87b-c677-4fff-a059-89bfbd644c26, #wrap-s-466ce87b-c677-4fff-a059-89bfbd644c26 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-466ce87b-c677-4fff-a059-89bfbd644c26 {
  display: none;
}
#s-466ce87b-c677-4fff-a059-89bfbd644c26, #wrap-s-466ce87b-c677-4fff-a059-89bfbd644c26 { display:none !important; }}@media (max-width: 767px){#s-466ce87b-c677-4fff-a059-89bfbd644c26 {
  
}
}
#s-466ce87b-c677-4fff-a059-89bfbd644c26 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-466ce87b-c677-4fff-a059-89bfbd644c26 .shg-sld-nav-button.shg-sld-left,
#s-466ce87b-c677-4fff-a059-89bfbd644c26 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-acfb249f-1569-40cf-903f-2bf7bd3a69d5 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-acfb249f-1569-40cf-903f-2bf7bd3a69d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acfb249f-1569-40cf-903f-2bf7bd3a69d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-acfb249f-1569-40cf-903f-2bf7bd3a69d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-acfb249f-1569-40cf-903f-2bf7bd3a69d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8cef8ff3-c618-4991-845c-95ea2ec443d5 {
  text-align: center;
}




  #s-8cef8ff3-c618-4991-845c-95ea2ec443d5 img.shogun-image {
    

    
    
    
  }


#s-8cef8ff3-c618-4991-845c-95ea2ec443d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ab8e6ac-7dec-4519-ada8-a11ff563e92a {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

@media (min-width: 0px) {
[id="s-df56dd3d-50c7-499d-90c8-e01ccb39f8ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df56dd3d-50c7-499d-90c8-e01ccb39f8ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df56dd3d-50c7-499d-90c8-e01ccb39f8ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df56dd3d-50c7-499d-90c8-e01ccb39f8ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-62a10126-a269-4c0a-a11e-7d067006da82 {
  text-align: center;
}




  #s-62a10126-a269-4c0a-a11e-7d067006da82 img.shogun-image {
    

    
    
    
  }


#s-62a10126-a269-4c0a-a11e-7d067006da82 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfd8dea2-3e8d-4ff3-a24f-7a6947957a2c {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-f2888d7e-5d27-4df5-bc1e-75e0bbf5e48b {
  min-height: 50px;
}








#s-f2888d7e-5d27-4df5-bc1e-75e0bbf5e48b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2888d7e-5d27-4df5-bc1e-75e0bbf5e48b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5ea24a30-c3c5-44cf-bbba-eaa89fa10779"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ea24a30-c3c5-44cf-bbba-eaa89fa10779"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ea24a30-c3c5-44cf-bbba-eaa89fa10779"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ea24a30-c3c5-44cf-bbba-eaa89fa10779"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d4f16a01-2063-4811-be51-666d6634942a {
  text-align: center;
}




  #s-d4f16a01-2063-4811-be51-666d6634942a img.shogun-image {
    

    
    
    
  }


#s-d4f16a01-2063-4811-be51-666d6634942a .shogun-image-content {
  
    align-items: center;
  
}

#s-3bd50c78-6e8e-47c8-8e7e-8f1e97b70d96 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-ea57edf9-82c3-4c97-b93a-91139305afce {
  min-height: 50px;
}








#s-ea57edf9-82c3-4c97-b93a-91139305afce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea57edf9-82c3-4c97-b93a-91139305afce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-60d61bdc-7d5a-4523-840b-ab944dbf580f {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-60d61bdc-7d5a-4523-840b-ab944dbf580f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60d61bdc-7d5a-4523-840b-ab944dbf580f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60d61bdc-7d5a-4523-840b-ab944dbf580f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60d61bdc-7d5a-4523-840b-ab944dbf580f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-82e613b8-ff96-4c79-95f9-60aa79ca31a2 {
  min-height: 50px;
}








#s-82e613b8-ff96-4c79-95f9-60aa79ca31a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82e613b8-ff96-4c79-95f9-60aa79ca31a2.shg-box.shg-c {
  justify-content: center;
}

#s-534b4377-ff17-4b8b-ae9c-c61ff4d5d005 {
  display: none;
}
#s-d3f0bd81-5fa3-48f8-be87-48c5e4d32b24 {
  min-height: 50px;
}








#s-d3f0bd81-5fa3-48f8-be87-48c5e4d32b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3f0bd81-5fa3-48f8-be87-48c5e4d32b24.shg-box.shg-c {
  justify-content: center;
}

#s-c4616078-fb10-49f1-aa12-865946b68610 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c4616078-fb10-49f1-aa12-865946b68610"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-c4616078-fb10-49f1-aa12-865946b68610"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c4616078-fb10-49f1-aa12-865946b68610"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-c4616078-fb10-49f1-aa12-865946b68610"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c4616078-fb10-49f1-aa12-865946b68610"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4616078-fb10-49f1-aa12-865946b68610"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-c4616078-fb10-49f1-aa12-865946b68610"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-812fc13b-abb7-49ad-9e7b-f65edd184148 {
  text-align: center;
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 {
  max-width: 100%;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom,
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 {
  max-width: 100%;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom,
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 {
  max-width: 100%;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom,
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 {
  max-width: 100%;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom,
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 {
  max-width: 100%;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom,
.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812fc13b-abb7-49ad-9e7b-f65edd184148 img.shogun-image {
  width: 100%;
}

}
#s-3a525840-f798-4995-ba13-3cb7eca1171a {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3a525840-f798-4995-ba13-3cb7eca1171a-btn-wrapper {
    text-align: center;
  }


#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-variant-btn:hover {
  background: #252525;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-variant-btn:active, #s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3a525840-f798-4995-ba13-3cb7eca1171a .shg-variant-btn.disabled {
  background: #252525;
}

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

  #s-d063e896-8592-4095-ae3d-ab32e15c03fd-atc-btn-wrapper {
    text-align: center;
  }


#s-d063e896-8592-4095-ae3d-ab32e15c03fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d063e896-8592-4095-ae3d-ab32e15c03fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d063e896-8592-4095-ae3d-ab32e15c03fd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-d063e896-8592-4095-ae3d-ab32e15c03fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-ce1dc6ec-3682-4aa2-a660-e61dcc9a58d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce1dc6ec-3682-4aa2-a660-e61dcc9a58d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce1dc6ec-3682-4aa2-a660-e61dcc9a58d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce1dc6ec-3682-4aa2-a660-e61dcc9a58d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff2')
      format('woff2'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff')
      format('woff'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.ttf')
      format('truetype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shg-car-control .glyphicon-chevron-left {
  margin-left: -10px;
  left: 50%;
}

.shg-car-control .glyphicon-chevron-left:before {
  content: "\e079";
}

.shg-car-control .glyphicon-chevron-right {
  margin-right: -10px;
  right: 50%;
}

.shg-car-control .glyphicon-chevron-right:before {
  content: "\e080";
}

.shg-car {
  min-height: inherit;
  max-height: inherit;
  position: relative;
}

.shg-car-inner {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.shg-car-inner > .shg-car-item {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.shg-car-item a {
  text-decoration: none;
  border: none;
}

.shg-car-inner > .shg-car-item img {
  min-height: inherit;
  max-height: inherit;
}

.shg-car-inner > .shg-car-item > img,
.shg-car-inner > .shg-car-item > a > img {
  line-height: 1;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .shg-car-inner > .shg-car-item {
    transition: transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;

            backface-visibility: hidden;
    perspective: 1000px;
  }
  .shg-car-inner > .shg-car-item.next,
  .shg-car-inner > .shg-car-item.shg-active.shg-car-right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .shg-car-inner > .shg-car-item.prev,
  .shg-car-inner > .shg-car-item.shg-active.shg-car-left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .shg-car-inner > .shg-car-item.next.shg-car-left,
  .shg-car-inner > .shg-car-item.prev.shg-car-right,
  .shg-car-inner > .shg-car-item.shg-active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.shg-car-inner > .shg-active,
.shg-car-inner > .next,
.shg-car-inner > .prev {
  display: block;
}
.shg-car-inner > .shg-active {
  left: 0;
}
.shg-car-inner > .next,
.shg-car-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.shg-car-inner > .next {
  left: 100%;
}
.shg-car-inner > .prev {
  left: -100%;
}
.shg-car-inner > .next.shg-car-left,
.shg-car-inner > .prev.shg-car-right {
  left: 0;
}
.shg-car-inner > .shg-active.shg-car-left {
  left: -100%;
}
.shg-car-inner > .shg-active.shg-car-right {
  left: 100%;
}
.shg-car-control {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 5;
  text-decoration: none;
  border: none;
}
.shg-car-control.shg-car-left {
}
.shg-car-control.shg-car-right {
  right: 0;
  left: auto;
}
.shg-car-control:hover,
.shg-car-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.shg-car-control .icon-prev,
.shg-car-control .icon-next,
.shg-car-control .glyphicon-chevron-left,
.shg-car-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.shg-car-control .icon-prev,
.shg-car-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.shg-car-control .icon-next,
.shg-car-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.shg-car-control .icon-prev,
.shg-car-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.shg-car-control .icon-prev:before {
  content: '\2039';
}
.shg-car-control .icon-next:before {
  content: '\203a';
}
.shg-car-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.shg-car-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.shg-car-indicators .shg-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.shg-car-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.shg-car-caption h3 {
  margin: 0 !important;
  padding: 30px !important;
}
.shg-car-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .shg-car-control .glyphicon-chevron-left,
  .shg-car-control .glyphicon-chevron-right,
  .shg-car-control .icon-prev,
  .shg-car-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .shg-car-control .glyphicon-chevron-left,
  .shg-car-control .icon-prev {
    margin-left: -10px;
  }
  .shg-car-control .glyphicon-chevron-right,
  .shg-car-control .icon-next {
    margin-right: -10px;
  }
  .shg-car-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .shg-car-indicators {
    bottom: 20px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  max-height: inherit;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 1200px){#s-dc91c0d3-80e7-4c40-922d-7bc3fcf705d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc91c0d3-80e7-4c40-922d-7bc3fcf705d9 {
  
}
}
#s-ddb0aaac-2159-4d15-8a4f-a1e4dd8de977 {
  margin-left: 20px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}








#s-ddb0aaac-2159-4d15-8a4f-a1e4dd8de977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddb0aaac-2159-4d15-8a4f-a1e4dd8de977.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4273d72b-940a-4924-b0b2-626906b96785 {
  text-align: center;
}

#s-5dc9c771-9cc9-49e3-be90-0f8fe29efeab {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-2f170177-6482-4283-83e6-38f6aaba9b66 {
  display: none;
}
#s-4daa8b9a-f7e2-4aeb-b32e-42f2915933b3 {
  min-height: 50px;
}








#s-4daa8b9a-f7e2-4aeb-b32e-42f2915933b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4daa8b9a-f7e2-4aeb-b32e-42f2915933b3.shg-box.shg-c {
  justify-content: center;
}

#s-3df1a247-2a0d-4cd3-9e7f-2270a958ff08 {
  display: none;
}
#s-b4c7c878-3354-4ac4-9d77-ad11382aeeb0 {
  min-height: 50px;
}








#s-b4c7c878-3354-4ac4-9d77-ad11382aeeb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c7c878-3354-4ac4-9d77-ad11382aeeb0.shg-box.shg-c {
  justify-content: center;
}

#s-d7c47050-b513-443a-8fba-df4582a8592e {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-d7c47050-b513-443a-8fba-df4582a8592e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-d7c47050-b513-443a-8fba-df4582a8592e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-d7c47050-b513-443a-8fba-df4582a8592e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-d7c47050-b513-443a-8fba-df4582a8592e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-d7c47050-b513-443a-8fba-df4582a8592e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-d7c47050-b513-443a-8fba-df4582a8592e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-d7c47050-b513-443a-8fba-df4582a8592e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-cdbe5023-8fa4-41c1-8061-dc40460be84b {
  text-align: center;
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b {
  max-width: 100%;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom,
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b {
  max-width: 100%;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom,
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  width: 100%;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b {
  max-width: 100%;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom,
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  width: 100%;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b {
  max-width: 100%;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom,
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  width: 100%;
}

}@media (max-width: 767px){
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b {
  max-width: 100%;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom,
.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbe5023-8fa4-41c1-8061-dc40460be84b img.shogun-image {
  width: 100%;
}

}
#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e64140b0-6600-41fe-b76a-ebbb83d19ec1-btn-wrapper {
    text-align: center;
  }


#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-variant-btn:hover {
  background: #252525;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-variant-btn:active, #s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e64140b0-6600-41fe-b76a-ebbb83d19ec1 .shg-variant-btn.disabled {
  background: #252525;
}

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

  #s-92ede8b7-e00e-4ced-9256-e3a61624710e-atc-btn-wrapper {
    text-align: center;
  }


#s-92ede8b7-e00e-4ced-9256-e3a61624710e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92ede8b7-e00e-4ced-9256-e3a61624710e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92ede8b7-e00e-4ced-9256-e3a61624710e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-92ede8b7-e00e-4ced-9256-e3a61624710e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-266a13a6-947a-4f23-9ca1-c863b0c817f6 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-266a13a6-947a-4f23-9ca1-c863b0c817f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-266a13a6-947a-4f23-9ca1-c863b0c817f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-266a13a6-947a-4f23-9ca1-c863b0c817f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-266a13a6-947a-4f23-9ca1-c863b0c817f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

#s-dbbfa782-05ff-44ce-aded-79909c3585b7 {
  text-align: center;
}




  #s-dbbfa782-05ff-44ce-aded-79909c3585b7 img.shogun-image {
    

    
    
    
  }


#s-dbbfa782-05ff-44ce-aded-79909c3585b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b58f77b-246a-4cfa-a5cf-6ffaaf02d251 {
  text-align: center;
}




  #s-7b58f77b-246a-4cfa-a5cf-6ffaaf02d251 img.shogun-image {
    

    
    
    
  }


#s-7b58f77b-246a-4cfa-a5cf-6ffaaf02d251 .shogun-image-content {
  
    align-items: center;
  
}

#s-39661cc8-f4b5-45a9-8838-5ac96d3b41f5 {
  box-shadow:    rgba(0, 0, 0, 0.34);
text-align: center;
}




  #s-39661cc8-f4b5-45a9-8838-5ac96d3b41f5 img.shogun-image {
    

    
    
    
  }


#s-39661cc8-f4b5-45a9-8838-5ac96d3b41f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b70ca153-7741-47d1-bc82-c097e36a6afd {
  text-align: center;
}




  #s-b70ca153-7741-47d1-bc82-c097e36a6afd img.shogun-image {
    

    
    
    
  }


#s-b70ca153-7741-47d1-bc82-c097e36a6afd .shogun-image-content {
  
    align-items: center;
  
}

#s-09568aa8-5856-4a32-9a0f-91618e448f67 {
  text-align: center;
}




  #s-09568aa8-5856-4a32-9a0f-91618e448f67 img.shogun-image {
    

    
    
    
  }


#s-09568aa8-5856-4a32-9a0f-91618e448f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-26230dc2-90d3-4ce2-bb32-1cbf62cce615 {
  text-align: center;
}




  #s-26230dc2-90d3-4ce2-bb32-1cbf62cce615 img.shogun-image {
    

    
    
    
  }


#s-26230dc2-90d3-4ce2-bb32-1cbf62cce615 .shogun-image-content {
  
    align-items: center;
  
}

#s-85ef7cc1-7b58-4389-9295-f58c2e94ebac {
  min-height: 50px;
}








#s-85ef7cc1-7b58-4389-9295-f58c2e94ebac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85ef7cc1-7b58-4389-9295-f58c2e94ebac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-96f43bd2-2322-4f43-8d12-e0e0f04e6a66 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
background-color: rgba(234, 239, 243, 0);
}








#s-96f43bd2-2322-4f43-8d12-e0e0f04e6a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96f43bd2-2322-4f43-8d12-e0e0f04e6a66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2dd74ee-5136-4dd8-8e69-722084a3e1d0 {
  min-height: 50px;
}








#s-b2dd74ee-5136-4dd8-8e69-722084a3e1d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2dd74ee-5136-4dd8-8e69-722084a3e1d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aec7d09a-04ee-43a2-9d80-7df357497022 {
  padding-left: 50px;
padding-right: 50px;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

[id="s-9e3aee57-abdb-4e01-bb75-1e4055a0447b"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 7px;
}

.shg-ig-posts-container {
  width: calc(100% + 7px) !important;
}

@media (min-width: 768px) {
  [id="s-9e3aee57-abdb-4e01-bb75-1e4055a0447b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 7px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 7px) !important;
  }
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty {
  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 {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}