.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-af5dbcc2-c98a-4c54-a65a-8a7ab07f5684 {
  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-6faab740-e598-4fe7-92a0-88182b136c17 {
  min-height: 50px;
}








#s-6faab740-e598-4fe7-92a0-88182b136c17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6faab740-e598-4fe7-92a0-88182b136c17.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-456c1ec3-da64-4243-8f9b-fe516ea55158 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-456c1ec3-da64-4243-8f9b-fe516ea55158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-456c1ec3-da64-4243-8f9b-fe516ea55158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 65, 1);
}

#s-456c1ec3-da64-4243-8f9b-fe516ea55158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-456c1ec3-da64-4243-8f9b-fe516ea55158 > .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-456c1ec3-da64-4243-8f9b-fe516ea55158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-835eb245-9def-4588-9fee-de4ee8c11086 {
  min-height: 50px;
}








#s-835eb245-9def-4588-9fee-de4ee8c11086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-835eb245-9def-4588-9fee-de4ee8c11086.shg-box.shg-c {
  justify-content: flex-start;
}

#s-572feb89-4070-4561-b3c3-61a77a63831f {
  min-height: 50px;
}








#s-572feb89-4070-4561-b3c3-61a77a63831f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572feb89-4070-4561-b3c3-61a77a63831f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e99686f7-ec36-4438-821f-2b0bb6b49081 {
  min-height: 50px;
}








#s-e99686f7-ec36-4438-821f-2b0bb6b49081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e99686f7-ec36-4438-821f-2b0bb6b49081.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-9bdc0818-437f-4ff3-9e0b-40a97a53a247 {
  margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (max-width: 767px){#s-9bdc0818-437f-4ff3-9e0b-40a97a53a247 {
  display: none;
}
#s-9bdc0818-437f-4ff3-9e0b-40a97a53a247, #wrap-s-9bdc0818-437f-4ff3-9e0b-40a97a53a247 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9bdc0818-437f-4ff3-9e0b-40a97a53a247"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bdc0818-437f-4ff3-9e0b-40a97a53a247"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bdc0818-437f-4ff3-9e0b-40a97a53a247"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bdc0818-437f-4ff3-9e0b-40a97a53a247"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bdc0818-437f-4ff3-9e0b-40a97a53a247"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bdc0818-437f-4ff3-9e0b-40a97a53a247"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bdc0818-437f-4ff3-9e0b-40a97a53a247"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9bdc0818-437f-4ff3-9e0b-40a97a53a247"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-31a032e7-aa36-4e16-a910-cce0cb0ee0e0 {
  min-height: 50px;
}








#s-31a032e7-aa36-4e16-a910-cce0cb0ee0e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a032e7-aa36-4e16-a910-cce0cb0ee0e0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc2c6d9b-24fc-4f21-89b5-d9a3039f0cf1 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fc2c6d9b-24fc-4f21-89b5-d9a3039f0cf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc2c6d9b-24fc-4f21-89b5-d9a3039f0cf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2c6d9b-24fc-4f21-89b5-d9a3039f0cf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc2c6d9b-24fc-4f21-89b5-d9a3039f0cf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2c6d9b-24fc-4f21-89b5-d9a3039f0cf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc2c6d9b-24fc-4f21-89b5-d9a3039f0cf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2c6d9b-24fc-4f21-89b5-d9a3039f0cf1"] > .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-eb968a80-e03d-45a2-835e-fe33a507acff {
  text-align: center;
}




  #s-eb968a80-e03d-45a2-835e-fe33a507acff img.shogun-image {
    

    
    
    
  }


#s-eb968a80-e03d-45a2-835e-fe33a507acff .shogun-image-content {
  
    align-items: center;
  
}

#s-48d7ecd2-a639-46f7-b141-41911b5975a4 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-48d7ecd2-a639-46f7-b141-41911b5975a4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-48d7ecd2-a639-46f7-b141-41911b5975a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-48d7ecd2-a639-46f7-b141-41911b5975a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-48d7ecd2-a639-46f7-b141-41911b5975a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e08139df-5c7e-41d3-86b6-3854c248aded {
  text-align: center;
}




  #s-e08139df-5c7e-41d3-86b6-3854c248aded img.shogun-image {
    

    
    
    
  }


#s-e08139df-5c7e-41d3-86b6-3854c248aded .shogun-image-content {
  
    align-items: center;
  
}

#s-3cd4cb63-dbac-4036-824b-35d22e2c74d2 {
  text-align: center;
}




  #s-3cd4cb63-dbac-4036-824b-35d22e2c74d2 img.shogun-image {
    

    
    
    
  }


#s-3cd4cb63-dbac-4036-824b-35d22e2c74d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-26a21157-28d5-4d94-b252-f9fd8c0a1edb {
  text-align: center;
}




  #s-26a21157-28d5-4d94-b252-f9fd8c0a1edb img.shogun-image {
    

    
    
    
  }


#s-26a21157-28d5-4d94-b252-f9fd8c0a1edb .shogun-image-content {
  
    align-items: center;
  
}

#s-a55269d2-81f2-4c4a-91a1-4bbf61ffb508 {
  min-height: 50px;
}








#s-a55269d2-81f2-4c4a-91a1-4bbf61ffb508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a55269d2-81f2-4c4a-91a1-4bbf61ffb508.shg-box.shg-c {
  justify-content: center;
}

#s-b808471e-5264-4bfa-b762-951d4cb70048 {
  display: none;
}
.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-5984d2c0-0de6-4360-9b00-9f77d15f5b12 {
  text-align: left;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .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-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .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-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5984d2c0-0de6-4360-9b00-9f77d15f5b12-btn-wrapper {
    text-align: center;
  }


#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-variant-btn:hover {
  background: #252525;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-variant-btn:active, #s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5984d2c0-0de6-4360-9b00-9f77d15f5b12 .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-fef5eaf5-86fc-467f-957f-8232fd83c2a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fef5eaf5-86fc-467f-957f-8232fd83c2a3:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fef5eaf5-86fc-467f-957f-8232fd83c2a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fef5eaf5-86fc-467f-957f-8232fd83c2a3 {
  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-fef5eaf5-86fc-467f-957f-8232fd83c2a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fef5eaf5-86fc-467f-957f-8232fd83c2a3.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-fef5eaf5-86fc-467f-957f-8232fd83c2a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dc37974c-efe9-4e18-8548-e412419f7c93 {
  min-height: 50px;
}








#s-dc37974c-efe9-4e18-8548-e412419f7c93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc37974c-efe9-4e18-8548-e412419f7c93.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eff2f985-6120-47f7-9e87-57576a740042 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eff2f985-6120-47f7-9e87-57576a740042 {
  display: none;
}
#s-eff2f985-6120-47f7-9e87-57576a740042, #wrap-s-eff2f985-6120-47f7-9e87-57576a740042 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eff2f985-6120-47f7-9e87-57576a740042 {
  display: none;
}
#s-eff2f985-6120-47f7-9e87-57576a740042, #wrap-s-eff2f985-6120-47f7-9e87-57576a740042 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eff2f985-6120-47f7-9e87-57576a740042 {
  
}
}@media (max-width: 767px){#s-eff2f985-6120-47f7-9e87-57576a740042 {
  
}
}







#s-eff2f985-6120-47f7-9e87-57576a740042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff2f985-6120-47f7-9e87-57576a740042.shg-box.shg-c {
  justify-content: flex-start;
}

#s-91b5f986-5588-4011-a0e4-de012d6ce5a6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-91b5f986-5588-4011-a0e4-de012d6ce5a6 {
  display: none;
}
#s-91b5f986-5588-4011-a0e4-de012d6ce5a6, #wrap-s-91b5f986-5588-4011-a0e4-de012d6ce5a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91b5f986-5588-4011-a0e4-de012d6ce5a6 {
  display: none;
}
#s-91b5f986-5588-4011-a0e4-de012d6ce5a6, #wrap-s-91b5f986-5588-4011-a0e4-de012d6ce5a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91b5f986-5588-4011-a0e4-de012d6ce5a6 {
  
}
}@media (max-width: 767px){#s-91b5f986-5588-4011-a0e4-de012d6ce5a6 {
  
}
}







#s-91b5f986-5588-4011-a0e4-de012d6ce5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b5f986-5588-4011-a0e4-de012d6ce5a6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cc986fc7-fca8-43c4-a321-00ead990bbde {
  margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-cc986fc7-fca8-43c4-a321-00ead990bbde {
  display: none;
}
#s-cc986fc7-fca8-43c4-a321-00ead990bbde, #wrap-s-cc986fc7-fca8-43c4-a321-00ead990bbde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc986fc7-fca8-43c4-a321-00ead990bbde {
  display: none;
}
#s-cc986fc7-fca8-43c4-a321-00ead990bbde, #wrap-s-cc986fc7-fca8-43c4-a321-00ead990bbde { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc986fc7-fca8-43c4-a321-00ead990bbde {
  display: none;
}
#s-cc986fc7-fca8-43c4-a321-00ead990bbde, #wrap-s-cc986fc7-fca8-43c4-a321-00ead990bbde { display:none !important; }}
@media (min-width: 0px) {
[id="s-cc986fc7-fca8-43c4-a321-00ead990bbde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc986fc7-fca8-43c4-a321-00ead990bbde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc986fc7-fca8-43c4-a321-00ead990bbde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc986fc7-fca8-43c4-a321-00ead990bbde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc986fc7-fca8-43c4-a321-00ead990bbde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc986fc7-fca8-43c4-a321-00ead990bbde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc986fc7-fca8-43c4-a321-00ead990bbde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cc986fc7-fca8-43c4-a321-00ead990bbde"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-48e87924-e9c4-484a-8048-09b03e1a9dc5 {
  min-height: 50px;
}








#s-48e87924-e9c4-484a-8048-09b03e1a9dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48e87924-e9c4-484a-8048-09b03e1a9dc5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0ab1556-04ad-402c-a100-a7116c9a2bd7 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a0ab1556-04ad-402c-a100-a7116c9a2bd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0ab1556-04ad-402c-a100-a7116c9a2bd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0ab1556-04ad-402c-a100-a7116c9a2bd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0ab1556-04ad-402c-a100-a7116c9a2bd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0ab1556-04ad-402c-a100-a7116c9a2bd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0ab1556-04ad-402c-a100-a7116c9a2bd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0ab1556-04ad-402c-a100-a7116c9a2bd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0d5682cb-1284-43a2-ab6d-3b797bc0ecd3 {
  text-align: center;
}




  #s-0d5682cb-1284-43a2-ab6d-3b797bc0ecd3 img.shogun-image {
    

    
    
    
  }


#s-0d5682cb-1284-43a2-ab6d-3b797bc0ecd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dee7382-3ced-426c-9846-88d29252e76d {
  display: none;
}
#s-03240d2c-5963-4d40-9942-f84637639638 {
  text-align: left;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .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-03240d2c-5963-4d40-9942-f84637639638 .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-03240d2c-5963-4d40-9942-f84637639638 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-03240d2c-5963-4d40-9942-f84637639638-btn-wrapper {
    text-align: center;
  }


#s-03240d2c-5963-4d40-9942-f84637639638 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-variant-btn:hover {
  background: #252525;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-variant-btn:active, #s-03240d2c-5963-4d40-9942-f84637639638 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-03240d2c-5963-4d40-9942-f84637639638 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1d428957-fe66-4581-b667-fc25b4f82627 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1d428957-fe66-4581-b667-fc25b4f82627:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1d428957-fe66-4581-b667-fc25b4f82627:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d428957-fe66-4581-b667-fc25b4f82627 {
  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-1d428957-fe66-4581-b667-fc25b4f82627.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d428957-fe66-4581-b667-fc25b4f82627.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-1d428957-fe66-4581-b667-fc25b4f82627.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-329db3b4-7906-4c41-8ae6-c45d625b1d41 {
  margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (max-width: 767px){#s-329db3b4-7906-4c41-8ae6-c45d625b1d41 {
  display: none;
}
#s-329db3b4-7906-4c41-8ae6-c45d625b1d41, #wrap-s-329db3b4-7906-4c41-8ae6-c45d625b1d41 { display:none !important; }}
@media (min-width: 0px) {
[id="s-329db3b4-7906-4c41-8ae6-c45d625b1d41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-329db3b4-7906-4c41-8ae6-c45d625b1d41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-329db3b4-7906-4c41-8ae6-c45d625b1d41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-329db3b4-7906-4c41-8ae6-c45d625b1d41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-329db3b4-7906-4c41-8ae6-c45d625b1d41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-329db3b4-7906-4c41-8ae6-c45d625b1d41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-329db3b4-7906-4c41-8ae6-c45d625b1d41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-329db3b4-7906-4c41-8ae6-c45d625b1d41"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4fe90018-df52-4ea6-875e-97d27ce036d6 {
  min-height: 50px;
}








#s-4fe90018-df52-4ea6-875e-97d27ce036d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fe90018-df52-4ea6-875e-97d27ce036d6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3dd7cdc4-1241-4b28-a7dc-73f3f4e93b6f {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3dd7cdc4-1241-4b28-a7dc-73f3f4e93b6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dd7cdc4-1241-4b28-a7dc-73f3f4e93b6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dd7cdc4-1241-4b28-a7dc-73f3f4e93b6f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dd7cdc4-1241-4b28-a7dc-73f3f4e93b6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dd7cdc4-1241-4b28-a7dc-73f3f4e93b6f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dd7cdc4-1241-4b28-a7dc-73f3f4e93b6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dd7cdc4-1241-4b28-a7dc-73f3f4e93b6f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8e07fdb3-66dc-4355-a65e-46cdfa92e82e {
  text-align: center;
}




  #s-8e07fdb3-66dc-4355-a65e-46cdfa92e82e img.shogun-image {
    

    
    
    
  }


#s-8e07fdb3-66dc-4355-a65e-46cdfa92e82e .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-79a3285a-559e-4e6f-ac08-b777753cb4e8 {
  
}
}
#s-8e6cface-00f3-4990-a7c9-ec00f047003f {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8e6cface-00f3-4990-a7c9-ec00f047003f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-8e6cface-00f3-4990-a7c9-ec00f047003f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-8e6cface-00f3-4990-a7c9-ec00f047003f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-8e6cface-00f3-4990-a7c9-ec00f047003f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-2dcadde5-2a20-45f6-928a-8c009c6e482e {
  text-align: center;
}




  #s-2dcadde5-2a20-45f6-928a-8c009c6e482e img.shogun-image {
    

    
    
    
  }


#s-2dcadde5-2a20-45f6-928a-8c009c6e482e .shogun-image-content {
  
    align-items: center;
  
}

#s-887eab96-6204-413d-bcef-a218779a190e {
  text-align: center;
}




  #s-887eab96-6204-413d-bcef-a218779a190e img.shogun-image {
    

    
    
    
  }


#s-887eab96-6204-413d-bcef-a218779a190e .shogun-image-content {
  
    align-items: center;
  
}

#s-c400e3f7-4b66-419c-b953-d6d32060baa9 {
  text-align: center;
}




  #s-c400e3f7-4b66-419c-b953-d6d32060baa9 img.shogun-image {
    

    
    
    
  }


#s-c400e3f7-4b66-419c-b953-d6d32060baa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-566f7eb9-cd45-4567-a518-47de5ef7a460 {
  margin-left: 10px;
margin-right: 10px;
}

#s-566f7eb9-cd45-4567-a518-47de5ef7a460 {
  display: none;
}
#s-b392a61b-4fed-4727-9f82-e5ef1098612f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(185, 104, 12, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b392a61b-4fed-4727-9f82-e5ef1098612f:hover {background-color: rgba(185, 104, 12, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b392a61b-4fed-4727-9f82-e5ef1098612f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b392a61b-4fed-4727-9f82-e5ef1098612f {
  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-b392a61b-4fed-4727-9f82-e5ef1098612f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b392a61b-4fed-4727-9f82-e5ef1098612f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b392a61b-4fed-4727-9f82-e5ef1098612f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-32db6413-2408-47e9-9254-25a55abc7b45 {
  min-height: 50px;
}








#s-32db6413-2408-47e9-9254-25a55abc7b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32db6413-2408-47e9-9254-25a55abc7b45.shg-box.shg-c {
  justify-content: center;
}

#s-e32d9faf-c0b1-4c06-8e40-a603390ded5f {
  min-height: 50px;
}








#s-e32d9faf-c0b1-4c06-8e40-a603390ded5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e32d9faf-c0b1-4c06-8e40-a603390ded5f.shg-box.shg-c {
  justify-content: center;
}

#s-1d077eec-2036-48f7-b4b8-9b097f1ce032 {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-1d077eec-2036-48f7-b4b8-9b097f1ce032"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d077eec-2036-48f7-b4b8-9b097f1ce032"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d077eec-2036-48f7-b4b8-9b097f1ce032"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d077eec-2036-48f7-b4b8-9b097f1ce032"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d077eec-2036-48f7-b4b8-9b097f1ce032"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d077eec-2036-48f7-b4b8-9b097f1ce032"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d077eec-2036-48f7-b4b8-9b097f1ce032"] > .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-1bf24263-6c24-4abc-ad60-b45495bf1a0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bf24263-6c24-4abc-ad60-b45495bf1a0f .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-ccfc6cf2-1e28-4c42-8cd5-d8636136df19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccfc6cf2-1e28-4c42-8cd5-d8636136df19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ccfc6cf2-1e28-4c42-8cd5-d8636136df19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ccfc6cf2-1e28-4c42-8cd5-d8636136df19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ccfc6cf2-1e28-4c42-8cd5-d8636136df19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccfc6cf2-1e28-4c42-8cd5-d8636136df19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ccfc6cf2-1e28-4c42-8cd5-d8636136df19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-10e4cecc-4be3-4ece-ae07-0ef5e7769ba8 {
  min-height: 50px;
}








#s-10e4cecc-4be3-4ece-ae07-0ef5e7769ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10e4cecc-4be3-4ece-ae07-0ef5e7769ba8.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-63d7cc07-4215-44bd-9a85-b1cc1d8df25f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f {
  display: none;
}
#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f, #wrap-s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f {
  display: none;
}
#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f, #wrap-s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f {
  display: none;
}
#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f, #wrap-s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f { display:none !important; }}@media (max-width: 767px){#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f {
  
}
}
#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f .shg-sld-nav-button.shg-sld-left,
#s-63d7cc07-4215-44bd-9a85-b1cc1d8df25f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3966caae-5652-42fe-b790-181bec38182f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3966caae-5652-42fe-b790-181bec38182f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3966caae-5652-42fe-b790-181bec38182f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3966caae-5652-42fe-b790-181bec38182f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-12d97f6a-a544-47a9-ae2b-e37c37832e8f {
  display: none;
}
.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-b793171f-8b73-4bb0-a98a-8f718afbc8c2 {
  text-align: left;
}



.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b793171f-8b73-4bb0-a98a-8f718afbc8c2 img.shogun-image {
  width: 100%;
}

}
#s-3f18b8f1-02c3-4149-bf11-2d7c0b9bedc4 {
  margin-top: 4px;
}

#s-cf8aa59b-da22-4a22-87a2-14762548c542 {
  text-align: center;
}

#s-cf8aa59b-da22-4a22-87a2-14762548c542 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-cf8aa59b-da22-4a22-87a2-14762548c542 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-cf8aa59b-da22-4a22-87a2-14762548c542 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80bf5055-739e-4d4f-a9f1-e629826e85f4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-80bf5055-739e-4d4f-a9f1-e629826e85f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80bf5055-739e-4d4f-a9f1-e629826e85f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80bf5055-739e-4d4f-a9f1-e629826e85f4 {
  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-80bf5055-739e-4d4f-a9f1-e629826e85f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80bf5055-739e-4d4f-a9f1-e629826e85f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80bf5055-739e-4d4f-a9f1-e629826e85f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-797d7869-8d31-4e1d-9c10-8d6b6d820677 {
  display: none;
}
#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 {
  text-align: left;
}



.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-899224bd-62c3-48cf-a8f4-ac88efb61a87 img.shogun-image {
  width: 100%;
}

}
#s-647d4891-1ef4-401b-9efb-7bb4a9231ecc {
  margin-top: 4px;
}

#s-fa1c2b12-609e-422e-8108-ece1731f25e6 {
  text-align: center;
}

#s-fa1c2b12-609e-422e-8108-ece1731f25e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-fa1c2b12-609e-422e-8108-ece1731f25e6 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-fa1c2b12-609e-422e-8108-ece1731f25e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b5d133c-1f77-4a9e-94b4-4b5a93e5fabd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6b5d133c-1f77-4a9e-94b4-4b5a93e5fabd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b5d133c-1f77-4a9e-94b4-4b5a93e5fabd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b5d133c-1f77-4a9e-94b4-4b5a93e5fabd {
  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-6b5d133c-1f77-4a9e-94b4-4b5a93e5fabd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b5d133c-1f77-4a9e-94b4-4b5a93e5fabd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b5d133c-1f77-4a9e-94b4-4b5a93e5fabd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-7a1023dd-5669-43b2-a24b-002ace292da8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7a1023dd-5669-43b2-a24b-002ace292da8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1023dd-5669-43b2-a24b-002ace292da8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1023dd-5669-43b2-a24b-002ace292da8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5db24ad1-0042-43ff-ad8c-9feb94f13684 {
  display: none;
}
#s-7b502af1-58ec-4ba9-a5df-872615c5d69f {
  text-align: left;
}



.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f img.shogun-image {
  width: 100%;
}

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

.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f img.shogun-image {
  width: 100%;
}

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

.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f img.shogun-image {
  width: 100%;
}

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

.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b502af1-58ec-4ba9-a5df-872615c5d69f img.shogun-image {
  width: 100%;
}

}
#s-11f472fd-3e18-44ce-b372-f3cfef3c1ad7 {
  margin-top: 4px;
}

#s-047fbeb2-f7f5-48bc-a916-506016e39a74 {
  text-align: center;
}

#s-047fbeb2-f7f5-48bc-a916-506016e39a74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-047fbeb2-f7f5-48bc-a916-506016e39a74 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-047fbeb2-f7f5-48bc-a916-506016e39a74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1dacb64c-79a8-478c-84e6-5dfa564c4d25 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1dacb64c-79a8-478c-84e6-5dfa564c4d25:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1dacb64c-79a8-478c-84e6-5dfa564c4d25:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1dacb64c-79a8-478c-84e6-5dfa564c4d25 {
  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-1dacb64c-79a8-478c-84e6-5dfa564c4d25.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1dacb64c-79a8-478c-84e6-5dfa564c4d25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1dacb64c-79a8-478c-84e6-5dfa564c4d25.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e81c0ac5-a4cc-4499-af02-5457e684a3ff {
  display: none;
}
#s-b118e547-550e-4045-957e-e7a2b6219bd5 {
  text-align: left;
}



.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b118e547-550e-4045-957e-e7a2b6219bd5 img.shogun-image {
  width: 100%;
}

}
#s-d93eed89-5acd-45c2-be52-1062d45fe446 {
  margin-top: 4px;
}

#s-3a5fd660-07b7-4946-a34d-5ebaa4326884 {
  text-align: center;
}

#s-3a5fd660-07b7-4946-a34d-5ebaa4326884 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-3a5fd660-07b7-4946-a34d-5ebaa4326884 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-3a5fd660-07b7-4946-a34d-5ebaa4326884 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-09efadc8-f2a1-417b-8005-4490f15b604b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-09efadc8-f2a1-417b-8005-4490f15b604b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09efadc8-f2a1-417b-8005-4490f15b604b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-09efadc8-f2a1-417b-8005-4490f15b604b {
  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-09efadc8-f2a1-417b-8005-4490f15b604b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09efadc8-f2a1-417b-8005-4490f15b604b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-09efadc8-f2a1-417b-8005-4490f15b604b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-77715803-6179-4460-827a-10d6a08880b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-77715803-6179-4460-827a-10d6a08880b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77715803-6179-4460-827a-10d6a08880b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77715803-6179-4460-827a-10d6a08880b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f1c473b-72d1-4539-8de9-a7fe0cddb05d {
  display: none;
}
#s-4f852a70-84d9-4838-8495-8489dad2e1d7 {
  text-align: left;
}



.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f852a70-84d9-4838-8495-8489dad2e1d7 img.shogun-image {
  width: 100%;
}

}
#s-e04fdfd7-4b05-45af-91af-1938327614b1 {
  margin-top: 4px;
}

#s-4f543a2b-f5c6-468d-b372-fdd4ba7ca585 {
  text-align: center;
}

#s-4f543a2b-f5c6-468d-b372-fdd4ba7ca585 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-4f543a2b-f5c6-468d-b372-fdd4ba7ca585 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-4f543a2b-f5c6-468d-b372-fdd4ba7ca585 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9dac62ee-ca03-49ca-b1d1-eccc6c73007e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9dac62ee-ca03-49ca-b1d1-eccc6c73007e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9dac62ee-ca03-49ca-b1d1-eccc6c73007e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9dac62ee-ca03-49ca-b1d1-eccc6c73007e {
  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-9dac62ee-ca03-49ca-b1d1-eccc6c73007e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dac62ee-ca03-49ca-b1d1-eccc6c73007e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9dac62ee-ca03-49ca-b1d1-eccc6c73007e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-67e21c04-6456-42a1-83b0-4c1c14cc663b {
  display: none;
}
#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 {
  text-align: left;
}



.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4709c20-df6c-4bff-abb4-ee3c99346f38 img.shogun-image {
  width: 100%;
}

}
#s-6513c9f9-5626-4720-92b6-64d3bf46d7fa {
  margin-top: 4px;
}

#s-fe1b4018-ed9b-4f1a-854c-2814ba2a5a46 {
  text-align: center;
}

#s-fe1b4018-ed9b-4f1a-854c-2814ba2a5a46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-fe1b4018-ed9b-4f1a-854c-2814ba2a5a46 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-fe1b4018-ed9b-4f1a-854c-2814ba2a5a46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e0973671-8fc2-4f06-9417-f8a526509fcf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e0973671-8fc2-4f06-9417-f8a526509fcf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0973671-8fc2-4f06-9417-f8a526509fcf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0973671-8fc2-4f06-9417-f8a526509fcf {
  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-e0973671-8fc2-4f06-9417-f8a526509fcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0973671-8fc2-4f06-9417-f8a526509fcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0973671-8fc2-4f06-9417-f8a526509fcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ef50a197-7c71-4acd-9dc9-31523d56b335 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ef50a197-7c71-4acd-9dc9-31523d56b335 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef50a197-7c71-4acd-9dc9-31523d56b335 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef50a197-7c71-4acd-9dc9-31523d56b335 {
  
}
}@media (max-width: 767px){#s-ef50a197-7c71-4acd-9dc9-31523d56b335 {
  display: none;
}
#s-ef50a197-7c71-4acd-9dc9-31523d56b335, #wrap-s-ef50a197-7c71-4acd-9dc9-31523d56b335 { display:none !important; }}
#s-ef50a197-7c71-4acd-9dc9-31523d56b335 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ef50a197-7c71-4acd-9dc9-31523d56b335 .shg-sld-nav-button.shg-sld-left,
#s-ef50a197-7c71-4acd-9dc9-31523d56b335 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-ab78c2c6-13ff-45fd-a3b9-007b26488d0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab78c2c6-13ff-45fd-a3b9-007b26488d0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab78c2c6-13ff-45fd-a3b9-007b26488d0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab78c2c6-13ff-45fd-a3b9-007b26488d0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e06fb359-2b2d-4f5f-80db-91439c0fa2ed {
  display: none;
}
#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced {
  text-align: left;
}



.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced img.shogun-image {
  width: 100%;
}

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

.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced img.shogun-image {
  width: 100%;
}

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

.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced img.shogun-image {
  width: 100%;
}

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

.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2332afd-7cee-4f55-94e3-2f9deedc6ced img.shogun-image {
  width: 100%;
}

}
#s-437172d7-b3ee-49cd-a891-9845de930588 {
  margin-top: 4px;
}

#s-8684e85d-521f-4c72-8e8d-d07224f5f04a {
  text-align: center;
}

#s-8684e85d-521f-4c72-8e8d-d07224f5f04a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-8684e85d-521f-4c72-8e8d-d07224f5f04a .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-8684e85d-521f-4c72-8e8d-d07224f5f04a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-beaab6bc-8f13-4310-a84c-1443d7e5311b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-beaab6bc-8f13-4310-a84c-1443d7e5311b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-beaab6bc-8f13-4310-a84c-1443d7e5311b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-beaab6bc-8f13-4310-a84c-1443d7e5311b {
  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-beaab6bc-8f13-4310-a84c-1443d7e5311b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beaab6bc-8f13-4310-a84c-1443d7e5311b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-beaab6bc-8f13-4310-a84c-1443d7e5311b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f808f1fe-6601-4e2d-af65-195b81bdab71 {
  display: none;
}
#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 {
  text-align: left;
}



.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd9cf4df-f1ec-4919-8fc3-a9ec44408464 img.shogun-image {
  width: 100%;
}

}
#s-8a9f4f6f-35bb-43c0-95c4-84931b551797 {
  margin-top: 4px;
}

#s-8a905604-3c46-4456-bc91-bc44b5e79bdc {
  text-align: center;
}

#s-8a905604-3c46-4456-bc91-bc44b5e79bdc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-8a905604-3c46-4456-bc91-bc44b5e79bdc .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-8a905604-3c46-4456-bc91-bc44b5e79bdc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6d3b5993-2d04-42fc-a38d-969e98b19d66 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6d3b5993-2d04-42fc-a38d-969e98b19d66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d3b5993-2d04-42fc-a38d-969e98b19d66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d3b5993-2d04-42fc-a38d-969e98b19d66 {
  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-6d3b5993-2d04-42fc-a38d-969e98b19d66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d3b5993-2d04-42fc-a38d-969e98b19d66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6d3b5993-2d04-42fc-a38d-969e98b19d66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8081b7f7-93b7-4a85-b16b-5666f2e41e9e {
  display: none;
}
#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb {
  text-align: left;
}



.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb img.shogun-image {
  width: 100%;
}

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

.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb img.shogun-image {
  width: 100%;
}

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

.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb img.shogun-image {
  width: 100%;
}

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

.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac1c120-1b7b-4107-ae19-9f85af40f9eb img.shogun-image {
  width: 100%;
}

}
#s-35d200b3-60a0-4ab5-842d-bb0caa71421e {
  margin-top: 4px;
}

#s-8970b694-3f2f-4d7c-8b98-d238f14fbd79 {
  text-align: center;
}

#s-8970b694-3f2f-4d7c-8b98-d238f14fbd79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-8970b694-3f2f-4d7c-8b98-d238f14fbd79 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-8970b694-3f2f-4d7c-8b98-d238f14fbd79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-619e5a9a-07cb-457e-b859-d9716fa32422 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-619e5a9a-07cb-457e-b859-d9716fa32422:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-619e5a9a-07cb-457e-b859-d9716fa32422:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-619e5a9a-07cb-457e-b859-d9716fa32422 {
  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-619e5a9a-07cb-457e-b859-d9716fa32422.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-619e5a9a-07cb-457e-b859-d9716fa32422.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-619e5a9a-07cb-457e-b859-d9716fa32422.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-83410a63-e59b-4589-993c-d197136604d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83410a63-e59b-4589-993c-d197136604d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83410a63-e59b-4589-993c-d197136604d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83410a63-e59b-4589-993c-d197136604d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-14b3749f-effe-4cf8-86c9-f9e9e34c689c {
  display: none;
}
#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 {
  text-align: left;
}



.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e12077-9821-48e9-8cc6-edc4ce2247e0 img.shogun-image {
  width: 100%;
}

}
#s-baeb187c-aaca-4651-a06c-879e4e5f98e2 {
  margin-top: 4px;
}

#s-e06bc9b7-546c-45d7-b216-0876c6e139ee {
  text-align: center;
}

#s-e06bc9b7-546c-45d7-b216-0876c6e139ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-e06bc9b7-546c-45d7-b216-0876c6e139ee .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-e06bc9b7-546c-45d7-b216-0876c6e139ee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a9ad0d87-3ea0-4ff2-a140-03c5d033167d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9ad0d87-3ea0-4ff2-a140-03c5d033167d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9ad0d87-3ea0-4ff2-a140-03c5d033167d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9ad0d87-3ea0-4ff2-a140-03c5d033167d {
  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-a9ad0d87-3ea0-4ff2-a140-03c5d033167d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9ad0d87-3ea0-4ff2-a140-03c5d033167d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9ad0d87-3ea0-4ff2-a140-03c5d033167d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6795cd4b-5566-44f3-8102-4ff3d1d36914 {
  display: none;
}
#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 {
  text-align: left;
}



.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dc09c3c-484f-4c16-9a4c-61835d2970e0 img.shogun-image {
  width: 100%;
}

}
#s-a39bd5cd-440f-44a6-8c3a-d12e837b7e17 {
  margin-top: 4px;
}

#s-06b55efa-4f08-4a6e-bfae-c2901ee79f25 {
  text-align: center;
}

#s-06b55efa-4f08-4a6e-bfae-c2901ee79f25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-06b55efa-4f08-4a6e-bfae-c2901ee79f25 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-06b55efa-4f08-4a6e-bfae-c2901ee79f25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b8969ad2-361c-471f-a817-86464b06f437 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b8969ad2-361c-471f-a817-86464b06f437:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8969ad2-361c-471f-a817-86464b06f437:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8969ad2-361c-471f-a817-86464b06f437 {
  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-b8969ad2-361c-471f-a817-86464b06f437.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8969ad2-361c-471f-a817-86464b06f437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8969ad2-361c-471f-a817-86464b06f437.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f9519b06-abcd-4c28-9986-7466390d7d8d {
  display: none;
}
#s-29460290-f718-4e14-abea-e5b3c26965f6 {
  text-align: left;
}



.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 img.shogun-image {
  width: 100%;
}

@media (min-width: 1200px){

.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 img.shogun-image {
  width: 100%;
}

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

.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29460290-f718-4e14-abea-e5b3c26965f6 img.shogun-image {
  width: 100%;
}

}
#s-0d8ae0c9-9913-485c-b6c3-cc72e17cd3db {
  margin-top: 4px;
}

#s-c5039545-fcd8-449d-991f-a80c77a3f150 {
  text-align: center;
}

#s-c5039545-fcd8-449d-991f-a80c77a3f150 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-c5039545-fcd8-449d-991f-a80c77a3f150 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-c5039545-fcd8-449d-991f-a80c77a3f150 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-224c699b-ef0c-4245-bb00-3ca576e19651 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-224c699b-ef0c-4245-bb00-3ca576e19651:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-224c699b-ef0c-4245-bb00-3ca576e19651:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-224c699b-ef0c-4245-bb00-3ca576e19651 {
  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-224c699b-ef0c-4245-bb00-3ca576e19651.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-224c699b-ef0c-4245-bb00-3ca576e19651.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-224c699b-ef0c-4245-bb00-3ca576e19651.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bc91ff30-5e86-48b0-bd76-ac00273aaa04 {
  padding-top: 35px;
padding-bottom: 35px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-bc91ff30-5e86-48b0-bd76-ac00273aaa04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc91ff30-5e86-48b0-bd76-ac00273aaa04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bc91ff30-5e86-48b0-bd76-ac00273aaa04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bc91ff30-5e86-48b0-bd76-ac00273aaa04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bc91ff30-5e86-48b0-bd76-ac00273aaa04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc91ff30-5e86-48b0-bd76-ac00273aaa04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bc91ff30-5e86-48b0-bd76-ac00273aaa04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-29b5ec9a-830f-4d89-9761-f4467f6df83d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-af260eae-27cf-41c9-b2b0-d60b6ad3ba3f {
  margin-left: 12px;
margin-right: 12px;
}

@media (min-width: 0px) {
[id="s-af260eae-27cf-41c9-b2b0-d60b6ad3ba3f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-af260eae-27cf-41c9-b2b0-d60b6ad3ba3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-af260eae-27cf-41c9-b2b0-d60b6ad3ba3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-af260eae-27cf-41c9-b2b0-d60b6ad3ba3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-dfc54077-a549-438a-b5ae-d8c52d793014 {
  text-align: center;
}




  #s-dfc54077-a549-438a-b5ae-d8c52d793014 img.shogun-image {
    

    
    
    
  }


#s-dfc54077-a549-438a-b5ae-d8c52d793014 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0822e58-640f-4e35-a019-ba7f7ab9189c {
  text-align: center;
}




  #s-c0822e58-640f-4e35-a019-ba7f7ab9189c img.shogun-image {
    

    
    
    
  }


#s-c0822e58-640f-4e35-a019-ba7f7ab9189c .shogun-image-content {
  
    align-items: center;
  
}

#s-13d26bc1-979f-4fcd-baea-d25b694d87cf {
  text-align: center;
}




  #s-13d26bc1-979f-4fcd-baea-d25b694d87cf img.shogun-image {
    

    
    
    
  }


#s-13d26bc1-979f-4fcd-baea-d25b694d87cf .shogun-image-content {
  
    align-items: center;
  
}

#s-de429b03-4452-4db8-8630-4c34642b1385 {
  text-align: center;
}




  #s-de429b03-4452-4db8-8630-4c34642b1385 img.shogun-image {
    

    
    
    
  }


#s-de429b03-4452-4db8-8630-4c34642b1385 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e3baba-9184-4ff3-9435-29af6bcc6d0a {
  margin-left: 12px;
margin-right: 12px;
}

@media (min-width: 0px) {
[id="s-b7e3baba-9184-4ff3-9435-29af6bcc6d0a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-b7e3baba-9184-4ff3-9435-29af6bcc6d0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b7e3baba-9184-4ff3-9435-29af6bcc6d0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7e3baba-9184-4ff3-9435-29af6bcc6d0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6f709b05-fecc-492c-99d9-a61b9a9d261d {
  text-align: center;
}




  #s-6f709b05-fecc-492c-99d9-a61b9a9d261d img.shogun-image {
    

    
    
    
  }


#s-6f709b05-fecc-492c-99d9-a61b9a9d261d .shogun-image-content {
  
    align-items: center;
  
}

#s-3d12f9b3-e04c-4d2e-9a49-16714b8bbcab {
  text-align: center;
}




  #s-3d12f9b3-e04c-4d2e-9a49-16714b8bbcab img.shogun-image {
    

    
    
    
  }


#s-3d12f9b3-e04c-4d2e-9a49-16714b8bbcab .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ba4da5-e97d-40d5-b506-54f2c0daa9d6 {
  text-align: center;
}




  #s-a6ba4da5-e97d-40d5-b506-54f2c0daa9d6 img.shogun-image {
    

    
    
    
  }


#s-a6ba4da5-e97d-40d5-b506-54f2c0daa9d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-97ca9f20-c9ea-4221-8688-5c5827b534b5 {
  text-align: center;
}




  #s-97ca9f20-c9ea-4221-8688-5c5827b534b5 img.shogun-image {
    

    
    
    
  }


#s-97ca9f20-c9ea-4221-8688-5c5827b534b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0a39540-f529-48a2-acbd-5d12afe2f830 {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-c0a39540-f529-48a2-acbd-5d12afe2f830 {
  display: none;
}
#s-c0a39540-f529-48a2-acbd-5d12afe2f830, #wrap-s-c0a39540-f529-48a2-acbd-5d12afe2f830 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0a39540-f529-48a2-acbd-5d12afe2f830 {
  display: none;
}
#s-c0a39540-f529-48a2-acbd-5d12afe2f830, #wrap-s-c0a39540-f529-48a2-acbd-5d12afe2f830 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0a39540-f529-48a2-acbd-5d12afe2f830 {
  
}
}







#s-c0a39540-f529-48a2-acbd-5d12afe2f830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0a39540-f529-48a2-acbd-5d12afe2f830.shg-box.shg-c {
  justify-content: center;
}

#s-9b82443f-580f-4a2e-b0a3-9b2628a7795c {
  margin-top: 25px;
margin-bottom: 10px;
}

#s-6567a199-15e9-410e-a352-0b6b42ddff41 {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
border-top-width: 2.5px;
border-left-width: 2.5px;
border-bottom-width: 2.5px;
border-right-width: 2.5px;
border-color: rgba(152, 150, 150, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-6567a199-15e9-410e-a352-0b6b42ddff41 {
  display: none;
}
#s-6567a199-15e9-410e-a352-0b6b42ddff41, #wrap-s-6567a199-15e9-410e-a352-0b6b42ddff41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6567a199-15e9-410e-a352-0b6b42ddff41 {
  display: none;
}
#s-6567a199-15e9-410e-a352-0b6b42ddff41, #wrap-s-6567a199-15e9-410e-a352-0b6b42ddff41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6567a199-15e9-410e-a352-0b6b42ddff41 {
  
}
}







#s-6567a199-15e9-410e-a352-0b6b42ddff41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6567a199-15e9-410e-a352-0b6b42ddff41.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ad1addba-436e-401f-8964-f3d0943ca057"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad1addba-436e-401f-8964-f3d0943ca057"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad1addba-436e-401f-8964-f3d0943ca057"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad1addba-436e-401f-8964-f3d0943ca057"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ad1addba-436e-401f-8964-f3d0943ca057"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ed113a8b-355a-46f0-a84d-5268f3488d85 {
  margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
}

#s-fddfe0d4-28ae-473c-a469-8033d893b19f {
  margin-top: 20px;
text-align: center;
}




  #s-fddfe0d4-28ae-473c-a469-8033d893b19f img.shogun-image {
    

    
    
    
  }


#s-fddfe0d4-28ae-473c-a469-8033d893b19f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1b698233-94ed-44ee-9341-e289ae3d15f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b698233-94ed-44ee-9341-e289ae3d15f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b698233-94ed-44ee-9341-e289ae3d15f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b698233-94ed-44ee-9341-e289ae3d15f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1b698233-94ed-44ee-9341-e289ae3d15f8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a6ef6c9c-8bf6-45fb-8f21-a10eda1ce2db {
  margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
}

#s-dc1091be-fbcc-4655-a68a-32889cc24127 {
  margin-top: 10px;
text-align: center;
}




  #s-dc1091be-fbcc-4655-a68a-32889cc24127 img.shogun-image {
    

    
    
    
  }


#s-dc1091be-fbcc-4655-a68a-32889cc24127 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d0079555-82ba-4369-a1a2-432868d9bd3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0079555-82ba-4369-a1a2-432868d9bd3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0079555-82ba-4369-a1a2-432868d9bd3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0079555-82ba-4369-a1a2-432868d9bd3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d0079555-82ba-4369-a1a2-432868d9bd3f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6ae8736f-df4d-4cc5-936b-d16a7498b509 {
  margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
}

#s-3c877152-5271-4a26-9d72-2a9eb29f3178 {
  margin-top: 10px;
text-align: center;
}




  #s-3c877152-5271-4a26-9d72-2a9eb29f3178 img.shogun-image {
    

    
    
    
  }


#s-3c877152-5271-4a26-9d72-2a9eb29f3178 .shogun-image-content {
  
    align-items: center;
  
}

#s-041267d1-e5b4-4410-93fd-ab6cee451502 {
  margin-left: 30px;
margin-right: 30px;
}

#s-041267d1-e5b4-4410-93fd-ab6cee451502 {
  display: none;
}
#s-c30e32cb-06ea-4802-8d26-794bcaea3c46 {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-c30e32cb-06ea-4802-8d26-794bcaea3c46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c30e32cb-06ea-4802-8d26-794bcaea3c46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c30e32cb-06ea-4802-8d26-794bcaea3c46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c30e32cb-06ea-4802-8d26-794bcaea3c46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1dfe76f8-06c5-414a-9d56-caaab42e5cf6 {
  display: none;
}
#s-b357e27f-fc8a-432c-a589-4fb3356b82cd {
  text-align: left;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .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-b357e27f-fc8a-432c-a589-4fb3356b82cd .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-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b357e27f-fc8a-432c-a589-4fb3356b82cd-btn-wrapper {
    text-align: center;
  }


#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-variant-btn:hover {
  background: #252525;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-variant-btn:active, #s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b357e27f-fc8a-432c-a589-4fb3356b82cd .shg-variant-btn.disabled {
  background: #252525;
}

#s-5c98287a-16dd-40c8-bd3c-145961a3b4ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5c98287a-16dd-40c8-bd3c-145961a3b4ea:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c98287a-16dd-40c8-bd3c-145961a3b4ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c98287a-16dd-40c8-bd3c-145961a3b4ea {
  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-5c98287a-16dd-40c8-bd3c-145961a3b4ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c98287a-16dd-40c8-bd3c-145961a3b4ea.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-5c98287a-16dd-40c8-bd3c-145961a3b4ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2ad9db32-eed9-4a36-9836-e9388f3ce9a7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2ad9db32-eed9-4a36-9836-e9388f3ce9a7 {
  display: none;
}
#s-2ad9db32-eed9-4a36-9836-e9388f3ce9a7, #wrap-s-2ad9db32-eed9-4a36-9836-e9388f3ce9a7 { display:none !important; }}







#s-2ad9db32-eed9-4a36-9836-e9388f3ce9a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad9db32-eed9-4a36-9836-e9388f3ce9a7.shg-box.shg-c {
  justify-content: center;
}

#s-80d60699-c788-40d2-9535-cc6def561231 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-80d60699-c788-40d2-9535-cc6def561231 {
  display: none;
}
#s-80d60699-c788-40d2-9535-cc6def561231, #wrap-s-80d60699-c788-40d2-9535-cc6def561231 { display:none !important; }}@media (max-width: 767px){#s-80d60699-c788-40d2-9535-cc6def561231 {
  display: none;
}
#s-80d60699-c788-40d2-9535-cc6def561231, #wrap-s-80d60699-c788-40d2-9535-cc6def561231 { display:none !important; }}



  #s-80d60699-c788-40d2-9535-cc6def561231 img.shogun-image {
    

    
    
    
  }


#s-80d60699-c788-40d2-9535-cc6def561231 .shogun-image-content {
  
    align-items: center;
  
}

#s-26148135-9c6d-4411-8022-3ac2aec85673 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-26148135-9c6d-4411-8022-3ac2aec85673 {
  
}
}







#s-26148135-9c6d-4411-8022-3ac2aec85673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26148135-9c6d-4411-8022-3ac2aec85673.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-60ac2ed8-3886-4df8-a225-1f7961cea4d9 {
  display: none;
}
#s-60ac2ed8-3886-4df8-a225-1f7961cea4d9, #wrap-s-60ac2ed8-3886-4df8-a225-1f7961cea4d9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-60ac2ed8-3886-4df8-a225-1f7961cea4d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60ac2ed8-3886-4df8-a225-1f7961cea4d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-60ac2ed8-3886-4df8-a225-1f7961cea4d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-60ac2ed8-3886-4df8-a225-1f7961cea4d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-72809e43-07c5-4302-9f67-20fe481f7c9b {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(246, 246, 246, 1);
}








#s-72809e43-07c5-4302-9f67-20fe481f7c9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72809e43-07c5-4302-9f67-20fe481f7c9b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d5cd22f0-7535-4b8d-b6ae-3aebdbfddd64 {
  margin-left: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
max-width: 600px;
}








#s-d5cd22f0-7535-4b8d-b6ae-3aebdbfddd64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5cd22f0-7535-4b8d-b6ae-3aebdbfddd64.shg-box.shg-c {
  justify-content: flex-start;
}

#s-69628720-b32b-459e-9c35-9bd2d40d4b4a {
  text-align: center;
}

#s-b0d3fc77-7433-4247-b086-f6e65c5089cc {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-fc2a9d84-c6e0-464c-86d3-833b379423eb {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-fc2a9d84-c6e0-464c-86d3-833b379423eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc2a9d84-c6e0-464c-86d3-833b379423eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc2a9d84-c6e0-464c-86d3-833b379423eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc2a9d84-c6e0-464c-86d3-833b379423eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc2a9d84-c6e0-464c-86d3-833b379423eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc2a9d84-c6e0-464c-86d3-833b379423eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc2a9d84-c6e0-464c-86d3-833b379423eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-02a7fc80-bcb0-4bae-b3c1-7b149baff4d2 {
  display: none;
}
#s-ffdda043-f042-42b6-8776-55e1a8206186 {
  text-align: left;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .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-ffdda043-f042-42b6-8776-55e1a8206186 .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-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ffdda043-f042-42b6-8776-55e1a8206186-btn-wrapper {
    text-align: center;
  }


#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-variant-btn:hover {
  background: #252525;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-variant-btn:active, #s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ffdda043-f042-42b6-8776-55e1a8206186 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b8813d1d-763c-479b-8c98-0b4ed06d942a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b8813d1d-763c-479b-8c98-0b4ed06d942a:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8813d1d-763c-479b-8c98-0b4ed06d942a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8813d1d-763c-479b-8c98-0b4ed06d942a {
  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-b8813d1d-763c-479b-8c98-0b4ed06d942a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8813d1d-763c-479b-8c98-0b4ed06d942a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b8813d1d-763c-479b-8c98-0b4ed06d942a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-766e37c3-6898-4ba2-afe7-36dcae9cc285 {
  min-height: 50px;
}
@media (max-width: 767px){#s-766e37c3-6898-4ba2-afe7-36dcae9cc285 {
  display: none;
}
#s-766e37c3-6898-4ba2-afe7-36dcae9cc285, #wrap-s-766e37c3-6898-4ba2-afe7-36dcae9cc285 { display:none !important; }}







#s-766e37c3-6898-4ba2-afe7-36dcae9cc285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-766e37c3-6898-4ba2-afe7-36dcae9cc285.shg-box.shg-c {
  justify-content: center;
}

#s-dd5f062b-e412-450a-94d7-4fa9f374211b {
  text-align: left;
}




  #s-dd5f062b-e412-450a-94d7-4fa9f374211b img.shogun-image {
    

    
    
    
  }


#s-dd5f062b-e412-450a-94d7-4fa9f374211b .shogun-image-content {
  
    align-items: center;
  
}

#s-171668bf-a3f6-45df-a6b1-71281594dcde {
  min-height: 50px;
}








#s-171668bf-a3f6-45df-a6b1-71281594dcde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-171668bf-a3f6-45df-a6b1-71281594dcde.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e692687e-8ba9-4385-a4f1-0c8e08660eac {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e692687e-8ba9-4385-a4f1-0c8e08660eac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e692687e-8ba9-4385-a4f1-0c8e08660eac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e692687e-8ba9-4385-a4f1-0c8e08660eac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e692687e-8ba9-4385-a4f1-0c8e08660eac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e692687e-8ba9-4385-a4f1-0c8e08660eac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e692687e-8ba9-4385-a4f1-0c8e08660eac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e692687e-8ba9-4385-a4f1-0c8e08660eac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-8c225d3b-dd18-4b1b-9fc7-d94b1027c767 {
  min-height: 50px;
}








#s-8c225d3b-dd18-4b1b-9fc7-d94b1027c767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c225d3b-dd18-4b1b-9fc7-d94b1027c767.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9013c55c-9800-4412-9be9-898b4f835512"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9013c55c-9800-4412-9be9-898b4f835512"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9013c55c-9800-4412-9be9-898b4f835512"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9013c55c-9800-4412-9be9-898b4f835512"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-39baac25-504f-41d6-b5bc-315b451eb0ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-39baac25-504f-41d6-b5bc-315b451eb0ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39baac25-504f-41d6-b5bc-315b451eb0ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39baac25-504f-41d6-b5bc-315b451eb0ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df46cae0-1209-40ef-950f-c8a1cf88ee00 {
  text-align: center;
}




  #s-df46cae0-1209-40ef-950f-c8a1cf88ee00 img.shogun-image {
    

    
    
    
  }


#s-df46cae0-1209-40ef-950f-c8a1cf88ee00 .shogun-image-content {
  
    align-items: center;
  
}

#s-014d4e1f-b4d7-4c30-8788-16c5febbb1cc {
  text-align: center;
}




  #s-014d4e1f-b4d7-4c30-8788-16c5febbb1cc img.shogun-image {
    

    
    
    
  }


#s-014d4e1f-b4d7-4c30-8788-16c5febbb1cc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e9e400f4-a5c9-47b5-8acf-a5ad3345e206"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e9e400f4-a5c9-47b5-8acf-a5ad3345e206"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9e400f4-a5c9-47b5-8acf-a5ad3345e206"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9e400f4-a5c9-47b5-8acf-a5ad3345e206"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-187c7129-9972-47a0-a7f9-9956b4079f30 {
  text-align: center;
}




  #s-187c7129-9972-47a0-a7f9-9956b4079f30 img.shogun-image {
    

    
    
    
  }


#s-187c7129-9972-47a0-a7f9-9956b4079f30 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dc27cb8-97b8-4548-a806-f377e04bb609 {
  text-align: center;
}




  #s-4dc27cb8-97b8-4548-a806-f377e04bb609 img.shogun-image {
    

    
    
    
  }


#s-4dc27cb8-97b8-4548-a806-f377e04bb609 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bbb5112-3988-46e6-bf84-f9e759f29067 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6bbb5112-3988-46e6-bf84-f9e759f29067 {
  display: none;
}
#s-6bbb5112-3988-46e6-bf84-f9e759f29067, #wrap-s-6bbb5112-3988-46e6-bf84-f9e759f29067 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6bbb5112-3988-46e6-bf84-f9e759f29067 {
  display: none;
}
#s-6bbb5112-3988-46e6-bf84-f9e759f29067, #wrap-s-6bbb5112-3988-46e6-bf84-f9e759f29067 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6bbb5112-3988-46e6-bf84-f9e759f29067 {
  display: none;
}
#s-6bbb5112-3988-46e6-bf84-f9e759f29067, #wrap-s-6bbb5112-3988-46e6-bf84-f9e759f29067 { display:none !important; }}







#s-6bbb5112-3988-46e6-bf84-f9e759f29067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bbb5112-3988-46e6-bf84-f9e759f29067.shg-box.shg-c {
  justify-content: center;
}

#s-232e7436-c19b-4d31-9b42-1f35a8041b79 {
  text-align: center;
}




  #s-232e7436-c19b-4d31-9b42-1f35a8041b79 img.shogun-image {
    

    
    
    
  }


#s-232e7436-c19b-4d31-9b42-1f35a8041b79 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ad09839-e626-4fea-93ec-fdc40e6ba422 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-7ad09839-e626-4fea-93ec-fdc40e6ba422 {
  display: none;
}
#s-7ad09839-e626-4fea-93ec-fdc40e6ba422, #wrap-s-7ad09839-e626-4fea-93ec-fdc40e6ba422 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ad09839-e626-4fea-93ec-fdc40e6ba422 {
  display: none;
}
#s-7ad09839-e626-4fea-93ec-fdc40e6ba422, #wrap-s-7ad09839-e626-4fea-93ec-fdc40e6ba422 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ad09839-e626-4fea-93ec-fdc40e6ba422 {
  display: none;
}
#s-7ad09839-e626-4fea-93ec-fdc40e6ba422, #wrap-s-7ad09839-e626-4fea-93ec-fdc40e6ba422 { display:none !important; }}
#s-7ad09839-e626-4fea-93ec-fdc40e6ba422 {
  display: none;
}
#s-22c835da-934a-41c5-a6e7-00b490608f1c {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-22c835da-934a-41c5-a6e7-00b490608f1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22c835da-934a-41c5-a6e7-00b490608f1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-22c835da-934a-41c5-a6e7-00b490608f1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-22c835da-934a-41c5-a6e7-00b490608f1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-35b11268-dc2e-4e17-9e11-25a681b6e3d6 {
  display: none;
}
#s-bb584b66-5646-41fe-a814-78461d5a8671 {
  text-align: left;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .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-bb584b66-5646-41fe-a814-78461d5a8671 .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-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-bb584b66-5646-41fe-a814-78461d5a8671-btn-wrapper {
    text-align: center;
  }


#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-variant-btn:hover {
  background: #252525;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-variant-btn:active, #s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-bb584b66-5646-41fe-a814-78461d5a8671 .shg-variant-btn.disabled {
  background: #252525;
}

#s-522d684c-a7c5-4432-97d9-4206da2e6e5e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-522d684c-a7c5-4432-97d9-4206da2e6e5e:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-522d684c-a7c5-4432-97d9-4206da2e6e5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-522d684c-a7c5-4432-97d9-4206da2e6e5e {
  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-522d684c-a7c5-4432-97d9-4206da2e6e5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-522d684c-a7c5-4432-97d9-4206da2e6e5e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-522d684c-a7c5-4432-97d9-4206da2e6e5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b76d014e-bee9-485a-a770-1af975c3e299 {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(251, 228, 232, 1);
}








#s-b76d014e-bee9-485a-a770-1af975c3e299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b76d014e-bee9-485a-a770-1af975c3e299.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ddd1d8c3-6428-47f9-8f1b-1ebfe94dabd7 {
  padding-left: 15px;
padding-right: 15px;
}

#s-65529ef8-8552-4f5c-8928-1a1fa81d8854 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-65529ef8-8552-4f5c-8928-1a1fa81d8854"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65529ef8-8552-4f5c-8928-1a1fa81d8854"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65529ef8-8552-4f5c-8928-1a1fa81d8854"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65529ef8-8552-4f5c-8928-1a1fa81d8854"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-90032493-9a3f-4c32-8de5-e6dfe355590f {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}




  #s-90032493-9a3f-4c32-8de5-e6dfe355590f img.shogun-image {
    

    
    
    
  }


#s-90032493-9a3f-4c32-8de5-e6dfe355590f .shogun-image-content {
  
    align-items: center;
  
}

#s-7382045c-9a66-4ce5-927e-8234f6c26283 {
  min-height: 50px;
background-color: rgba(251, 228, 232, 1);
}








#s-7382045c-9a66-4ce5-927e-8234f6c26283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7382045c-9a66-4ce5-927e-8234f6c26283.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6eef5cfa-bba8-4936-ac9a-8e3c867cc2fd {
  padding-top: 25px;
padding-left: 90px;
padding-bottom: 25px;
padding-right: 90px;
}
@media (max-width: 767px){#s-6eef5cfa-bba8-4936-ac9a-8e3c867cc2fd {
  display: none;
}
#s-6eef5cfa-bba8-4936-ac9a-8e3c867cc2fd, #wrap-s-6eef5cfa-bba8-4936-ac9a-8e3c867cc2fd { display:none !important; }}
#s-6eef5cfa-bba8-4936-ac9a-8e3c867cc2fd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6eef5cfa-bba8-4936-ac9a-8e3c867cc2fd .shg-sld-nav-button.shg-sld-left,
#s-6eef5cfa-bba8-4936-ac9a-8e3c867cc2fd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0cb97da6-e973-41db-8c5e-00106ed6268d {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-0cb97da6-e973-41db-8c5e-00106ed6268d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0cb97da6-e973-41db-8c5e-00106ed6268d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0cb97da6-e973-41db-8c5e-00106ed6268d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cb97da6-e973-41db-8c5e-00106ed6268d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1f5ac8ed-4c77-4315-a3f0-9b5869beeeeb {
  text-align: center;
}




  #s-1f5ac8ed-4c77-4315-a3f0-9b5869beeeeb img.shogun-image {
    

    
    
    
  }


#s-1f5ac8ed-4c77-4315-a3f0-9b5869beeeeb .shogun-image-content {
  
    align-items: center;
  
}

#s-b682c06a-092a-4836-a570-24c05f8698f5 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-8cced565-5e8f-487e-a6ba-dd4f1e788352 {
  text-align: center;
}




  #s-8cced565-5e8f-487e-a6ba-dd4f1e788352 img.shogun-image {
    

    
    
    
  }


#s-8cced565-5e8f-487e-a6ba-dd4f1e788352 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e3dd762-b2b6-40bb-8d55-55b5ae29d890 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-e1a95d06-dcde-46b8-a9c6-f26f2d77845a {
  text-align: center;
}




  #s-e1a95d06-dcde-46b8-a9c6-f26f2d77845a img.shogun-image {
    

    
    
    
  }


#s-e1a95d06-dcde-46b8-a9c6-f26f2d77845a .shogun-image-content {
  
    align-items: center;
  
}

#s-e08ecf46-50d1-4ae4-9b18-5068fdf3f291 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-45a4d3c7-e0d9-4b97-9198-51d4d9b11724 {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-45a4d3c7-e0d9-4b97-9198-51d4d9b11724"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-45a4d3c7-e0d9-4b97-9198-51d4d9b11724"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45a4d3c7-e0d9-4b97-9198-51d4d9b11724"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45a4d3c7-e0d9-4b97-9198-51d4d9b11724"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d44cfc6d-8cb0-4852-8555-946de57f4b79 {
  text-align: center;
}




  #s-d44cfc6d-8cb0-4852-8555-946de57f4b79 img.shogun-image {
    

    
    
    
  }


#s-d44cfc6d-8cb0-4852-8555-946de57f4b79 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c1554cf-71a3-4575-875d-0738c6fbbbde {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-4a378bfd-2e85-446b-af6b-25391213b684 {
  text-align: center;
}




  #s-4a378bfd-2e85-446b-af6b-25391213b684 img.shogun-image {
    

    
    
    
  }


#s-4a378bfd-2e85-446b-af6b-25391213b684 .shogun-image-content {
  
    align-items: center;
  
}

#s-783c2b88-4b8b-4c01-b480-564068b5ce1c {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-5054f8b2-9f01-4d7b-9bc8-b8ad0a083809 {
  text-align: center;
}




  #s-5054f8b2-9f01-4d7b-9bc8-b8ad0a083809 img.shogun-image {
    

    
    
    
  }


#s-5054f8b2-9f01-4d7b-9bc8-b8ad0a083809 .shogun-image-content {
  
    align-items: center;
  
}

#s-35cad1ec-1c32-4315-880f-e5533d659a16 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-ef834841-9b83-4dd8-aaac-e27b0e5b1750 {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-ef834841-9b83-4dd8-aaac-e27b0e5b1750"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ef834841-9b83-4dd8-aaac-e27b0e5b1750"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef834841-9b83-4dd8-aaac-e27b0e5b1750"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef834841-9b83-4dd8-aaac-e27b0e5b1750"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-70455f27-6c83-42a5-955a-71365138d529 {
  text-align: center;
}




  #s-70455f27-6c83-42a5-955a-71365138d529 img.shogun-image {
    

    
    
    
  }


#s-70455f27-6c83-42a5-955a-71365138d529 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a0d763b-fee9-44a4-b0a9-888158bcdeee {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-93c0d5c8-b581-4759-913e-18c46a35dfc1 {
  text-align: center;
}




  #s-93c0d5c8-b581-4759-913e-18c46a35dfc1 img.shogun-image {
    

    
    
    
  }


#s-93c0d5c8-b581-4759-913e-18c46a35dfc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b47e398b-8dfd-4758-bf5e-e7832867f976 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-5e6e34ec-6832-4ceb-89e6-ba264f23dd29 {
  text-align: center;
}




  #s-5e6e34ec-6832-4ceb-89e6-ba264f23dd29 img.shogun-image {
    

    
    
    
  }


#s-5e6e34ec-6832-4ceb-89e6-ba264f23dd29 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fa87945-00e2-4dac-9dbc-23764b49493d {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-97634231-0ea2-428f-9e8a-219765e6d2f8 {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-97634231-0ea2-428f-9e8a-219765e6d2f8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97634231-0ea2-428f-9e8a-219765e6d2f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97634231-0ea2-428f-9e8a-219765e6d2f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97634231-0ea2-428f-9e8a-219765e6d2f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f5ba6a4c-2aee-4d0d-a14a-60302c6f6a8b {
  text-align: center;
}




  #s-f5ba6a4c-2aee-4d0d-a14a-60302c6f6a8b img.shogun-image {
    

    
    
    
  }


#s-f5ba6a4c-2aee-4d0d-a14a-60302c6f6a8b .shogun-image-content {
  
    align-items: center;
  
}

#s-5742ed13-f1cd-4afa-bc39-e96b45a82ad0 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-6b9a832e-53bc-461b-aae3-b838a1f0ff7c {
  text-align: center;
}




  #s-6b9a832e-53bc-461b-aae3-b838a1f0ff7c img.shogun-image {
    

    
    
    
  }


#s-6b9a832e-53bc-461b-aae3-b838a1f0ff7c .shogun-image-content {
  
    align-items: center;
  
}

#s-20a0101c-69c9-43c2-b087-071b773bc8c2 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-9a49a385-415b-45c0-8999-2f3a9550a3a7 {
  text-align: center;
}




  #s-9a49a385-415b-45c0-8999-2f3a9550a3a7 img.shogun-image {
    

    
    
    
  }


#s-9a49a385-415b-45c0-8999-2f3a9550a3a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-85207f59-3070-48f6-9327-28141dbbad3b {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-432a67ee-2bf7-4f95-afb1-28b84d83bf03 {
  min-height: 50px;
background-color: rgba(251, 228, 232, 1);
}








#s-432a67ee-2bf7-4f95-afb1-28b84d83bf03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-432a67ee-2bf7-4f95-afb1-28b84d83bf03.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e33d792a-1f37-4d09-9f06-dde9200da942 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-e33d792a-1f37-4d09-9f06-dde9200da942"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e33d792a-1f37-4d09-9f06-dde9200da942"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e33d792a-1f37-4d09-9f06-dde9200da942"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e33d792a-1f37-4d09-9f06-dde9200da942"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6914b346-a82b-4a1e-b952-59751866f256 {
  text-align: center;
}




  #s-6914b346-a82b-4a1e-b952-59751866f256 img.shogun-image {
    

    
    
    
  }


#s-6914b346-a82b-4a1e-b952-59751866f256 .shogun-image-content {
  
    align-items: center;
  
}

#s-925f8584-4416-472c-a9df-0bcdb73d9706 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-3db7050a-8f29-4b38-af99-e29a495a6029 {
  text-align: center;
}




  #s-3db7050a-8f29-4b38-af99-e29a495a6029 img.shogun-image {
    

    
    
    
  }


#s-3db7050a-8f29-4b38-af99-e29a495a6029 .shogun-image-content {
  
    align-items: center;
  
}

#s-db188ee2-cab4-41e5-8b2f-e31f363fb7ab {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-69c2a689-7d1a-48af-910f-ba8fb649d92c {
  text-align: center;
}




  #s-69c2a689-7d1a-48af-910f-ba8fb649d92c img.shogun-image {
    

    
    
    
  }


#s-69c2a689-7d1a-48af-910f-ba8fb649d92c .shogun-image-content {
  
    align-items: center;
  
}

#s-915ef923-6aed-41e6-b567-463c8290cc3c {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-f561d33a-2371-4f2b-968e-68f6569e787f {
  padding-top: 30px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-f561d33a-2371-4f2b-968e-68f6569e787f {
  display: none;
}
#s-f561d33a-2371-4f2b-968e-68f6569e787f, #wrap-s-f561d33a-2371-4f2b-968e-68f6569e787f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f561d33a-2371-4f2b-968e-68f6569e787f {
  display: none;
}
#s-f561d33a-2371-4f2b-968e-68f6569e787f, #wrap-s-f561d33a-2371-4f2b-968e-68f6569e787f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f561d33a-2371-4f2b-968e-68f6569e787f {
  display: none;
}
#s-f561d33a-2371-4f2b-968e-68f6569e787f, #wrap-s-f561d33a-2371-4f2b-968e-68f6569e787f { display:none !important; }}@media (max-width: 767px){#s-f561d33a-2371-4f2b-968e-68f6569e787f {
  
}
}
#s-f561d33a-2371-4f2b-968e-68f6569e787f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f561d33a-2371-4f2b-968e-68f6569e787f .shg-sld-nav-button.shg-sld-left,
#s-f561d33a-2371-4f2b-968e-68f6569e787f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-75c0a2ef-33fd-4192-9faf-0b7e34e3eb92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75c0a2ef-33fd-4192-9faf-0b7e34e3eb92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75c0a2ef-33fd-4192-9faf-0b7e34e3eb92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75c0a2ef-33fd-4192-9faf-0b7e34e3eb92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-021524bb-8d86-446b-8239-c0077293d9f4 {
  text-align: center;
}




  #s-021524bb-8d86-446b-8239-c0077293d9f4 img.shogun-image {
    

    
    
    
  }


#s-021524bb-8d86-446b-8239-c0077293d9f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-21343a01-f3d7-411f-8f6b-10680f9d2836 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

@media (min-width: 0px) {
[id="s-e38330ea-31a6-47ef-bb7f-6b3cbb24de7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e38330ea-31a6-47ef-bb7f-6b3cbb24de7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e38330ea-31a6-47ef-bb7f-6b3cbb24de7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e38330ea-31a6-47ef-bb7f-6b3cbb24de7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6120b3ec-e7ac-42c1-aec2-fb5ffab77894 {
  text-align: center;
}




  #s-6120b3ec-e7ac-42c1-aec2-fb5ffab77894 img.shogun-image {
    

    
    
    
  }


#s-6120b3ec-e7ac-42c1-aec2-fb5ffab77894 .shogun-image-content {
  
    align-items: center;
  
}

#s-59e79a42-5817-4279-8491-e1a1140ac8f0 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-0241d26d-c1a6-4138-a6ca-6d310f965aca {
  min-height: 50px;
}








#s-0241d26d-c1a6-4138-a6ca-6d310f965aca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0241d26d-c1a6-4138-a6ca-6d310f965aca.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9a351ebb-d7ac-475a-aa70-5341eef67e16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a351ebb-d7ac-475a-aa70-5341eef67e16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a351ebb-d7ac-475a-aa70-5341eef67e16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a351ebb-d7ac-475a-aa70-5341eef67e16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4a23a123-01d0-433d-9801-e4ebf8cd5335 {
  text-align: center;
}




  #s-4a23a123-01d0-433d-9801-e4ebf8cd5335 img.shogun-image {
    

    
    
    
  }


#s-4a23a123-01d0-433d-9801-e4ebf8cd5335 .shogun-image-content {
  
    align-items: center;
  
}

#s-19bd0082-ac37-4d36-b0fd-d51d9bd94772 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-fe2eb91d-785a-4d64-8613-ed931e27023f {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-fe2eb91d-785a-4d64-8613-ed931e27023f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe2eb91d-785a-4d64-8613-ed931e27023f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe2eb91d-785a-4d64-8613-ed931e27023f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe2eb91d-785a-4d64-8613-ed931e27023f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d820b55b-6351-4cf7-bce1-7c4ba6afb2bb {
  display: none;
}
#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c {
  text-align: left;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .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-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .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-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c-btn-wrapper {
    text-align: center;
  }


#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-variant-btn:hover {
  background: #252525;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-variant-btn:active, #s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-229935df-7ebb-4ae1-9d7f-4585f8a76f3c .shg-variant-btn.disabled {
  background: #252525;
}

#s-3d1eed3b-cf37-4e78-9dcc-4070600dd014 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3d1eed3b-cf37-4e78-9dcc-4070600dd014:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d1eed3b-cf37-4e78-9dcc-4070600dd014:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d1eed3b-cf37-4e78-9dcc-4070600dd014 {
  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-3d1eed3b-cf37-4e78-9dcc-4070600dd014.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d1eed3b-cf37-4e78-9dcc-4070600dd014.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-3d1eed3b-cf37-4e78-9dcc-4070600dd014.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-89451ca5-4d1a-4642-a284-287fd233b754 {
  min-height: 50px;
}








#s-89451ca5-4d1a-4642-a284-287fd233b754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89451ca5-4d1a-4642-a284-287fd233b754.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-0ab49604-fe79-40ab-b47e-9144a91e3c9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ab49604-fe79-40ab-b47e-9144a91e3c9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ab49604-fe79-40ab-b47e-9144a91e3c9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ab49604-fe79-40ab-b47e-9144a91e3c9c"] > .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-ed92c9f0-fb99-4054-8b8e-69f90d4f921f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed92c9f0-fb99-4054-8b8e-69f90d4f921f {
  
}
}
#s-d11a4e00-f070-4103-90f5-a341a044bbdd {
  margin-left: 20px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}








#s-d11a4e00-f070-4103-90f5-a341a044bbdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d11a4e00-f070-4103-90f5-a341a044bbdd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2866efad-6c96-4f1c-b41d-4d86f83722ed {
  text-align: center;
}

#s-4aaed63c-e17c-4179-bf07-5680280f713a {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-64115923-e4ee-4531-940c-b95750ab7342 {
  display: none;
}
#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 {
  text-align: left;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .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-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .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-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1eb42ddd-6500-4913-974c-2fd09f2a2b05-btn-wrapper {
    text-align: center;
  }


#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-variant-btn:hover {
  background: #252525;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-variant-btn:active, #s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1eb42ddd-6500-4913-974c-2fd09f2a2b05 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7be56b1e-7bcf-4180-9048-8f063d6ef260 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(189, 111, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7be56b1e-7bcf-4180-9048-8f063d6ef260:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7be56b1e-7bcf-4180-9048-8f063d6ef260:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7be56b1e-7bcf-4180-9048-8f063d6ef260 {
  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-7be56b1e-7bcf-4180-9048-8f063d6ef260.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7be56b1e-7bcf-4180-9048-8f063d6ef260.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-7be56b1e-7bcf-4180-9048-8f063d6ef260.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada {
  display: none;
}
#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada, #wrap-s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada {
  display: none;
}
#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada, #wrap-s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada {
  display: none;
}
#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada, #wrap-s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada { display:none !important; }}@media (max-width: 767px){#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada {
  display: none;
}
#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada, #wrap-s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada { display:none !important; }}







#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b9cb8c3-357c-40d1-8aec-8d5f65db4ada.shg-box.shg-c {
  justify-content: center;
}

#s-03447ab8-44fc-4a8f-960e-31cb84ffcf89 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-28b6d8ce-0029-4b0c-8a7e-227d246d07b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28b6d8ce-0029-4b0c-8a7e-227d246d07b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28b6d8ce-0029-4b0c-8a7e-227d246d07b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28b6d8ce-0029-4b0c-8a7e-227d246d07b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28b6d8ce-0029-4b0c-8a7e-227d246d07b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28b6d8ce-0029-4b0c-8a7e-227d246d07b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28b6d8ce-0029-4b0c-8a7e-227d246d07b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-42d75726-7683-494e-835d-5e218a7e5650 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-42d75726-7683-494e-835d-5e218a7e5650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42d75726-7683-494e-835d-5e218a7e5650.shg-box.shg-c {
  justify-content: center;
}

#s-93c2056b-8c34-48da-8d4c-5fc15cd37fe2 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-93c2056b-8c34-48da-8d4c-5fc15cd37fe2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.01);
}

#s-93c2056b-8c34-48da-8d4c-5fc15cd37fe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 18px;
}

#s-93c2056b-8c34-48da-8d4c-5fc15cd37fe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(11, 0, 0, 1);
}

#s-93c2056b-8c34-48da-8d4c-5fc15cd37fe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.01);
}

#s-93c2056b-8c34-48da-8d4c-5fc15cd37fe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(11, 0, 0, 1);
  text-align: left;
  
  
  
  font-size: 18px;
}

#s-93c2056b-8c34-48da-8d4c-5fc15cd37fe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1f3cda81-ad78-45c6-92fc-041e1c570089 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ddeede5e-4ce5-467a-860a-3c2cd56aa982 {
  margin-left: 20px;
margin-right: 20px;
}

#s-15576ef4-630a-4c25-ac8f-cdda18d3707f {
  margin-left: 20px;
margin-right: 20px;
}

#s-4af08c00-9858-4ddd-b075-a58ce87098cb {
  margin-left: 20px;
margin-right: 20px;
}

#s-3ccff5c0-ba5a-4e6e-98d4-65c22418d1a8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7b7ff279-4980-4137-8d99-87d1b8fba8b9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c325887d-e9aa-4b56-a92f-847077371aa4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5532740f-f883-43fc-b272-1b195fa35c15 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8a7df6e7-70a5-427a-8cba-2d96b0c9373d {
  margin-left: 20px;
margin-right: 20px;
}

#s-70528a85-5111-43c1-ba63-dac7c5d08bab {
  margin-left: 20px;
margin-right: 20px;
}

#s-6b0063e3-2a67-440c-88a7-a14746c6b124 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-6b0063e3-2a67-440c-88a7-a14746c6b124"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-6b0063e3-2a67-440c-88a7-a14746c6b124"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6b0063e3-2a67-440c-88a7-a14746c6b124"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6b0063e3-2a67-440c-88a7-a14746c6b124"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

#s-69ffd596-12ab-438c-95af-0d0bd0bd0dbf {
  text-align: center;
}




  #s-69ffd596-12ab-438c-95af-0d0bd0bd0dbf img.shogun-image {
    

    
    
    
  }


#s-69ffd596-12ab-438c-95af-0d0bd0bd0dbf .shogun-image-content {
  
    align-items: center;
  
}

#s-778a809b-e2f7-4b63-b950-f85f54431511 {
  text-align: center;
}




  #s-778a809b-e2f7-4b63-b950-f85f54431511 img.shogun-image {
    

    
    
    
  }


#s-778a809b-e2f7-4b63-b950-f85f54431511 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3eb41e4-59f0-4e4e-a5dd-688ae423f26f {
  text-align: center;
}




  #s-e3eb41e4-59f0-4e4e-a5dd-688ae423f26f img.shogun-image {
    

    
    
    
  }


#s-e3eb41e4-59f0-4e4e-a5dd-688ae423f26f .shogun-image-content {
  
    align-items: center;
  
}

#s-852ed2ad-a7b2-46e2-b75d-2d83d792d914 {
  text-align: center;
}




  #s-852ed2ad-a7b2-46e2-b75d-2d83d792d914 img.shogun-image {
    

    
    
    
  }


#s-852ed2ad-a7b2-46e2-b75d-2d83d792d914 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d24b8dd-5ce2-4c98-b7bc-48a990a78809 {
  text-align: center;
}




  #s-6d24b8dd-5ce2-4c98-b7bc-48a990a78809 img.shogun-image {
    

    
    
    
  }


#s-6d24b8dd-5ce2-4c98-b7bc-48a990a78809 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a1584e6-79de-450e-b689-580280c0fa93 {
  text-align: center;
}




  #s-8a1584e6-79de-450e-b689-580280c0fa93 img.shogun-image {
    

    
    
    
  }


#s-8a1584e6-79de-450e-b689-580280c0fa93 .shogun-image-content {
  
    align-items: center;
  
}

#s-0774cabc-89d1-4d3a-b7e1-7d7277950d4e {
  min-height: 50px;
}








#s-0774cabc-89d1-4d3a-b7e1-7d7277950d4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0774cabc-89d1-4d3a-b7e1-7d7277950d4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-effeb767-67a2-453a-90e1-06df4424d353 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
background-color: rgba(234, 239, 243, 0);
}








#s-effeb767-67a2-453a-90e1-06df4424d353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-effeb767-67a2-453a-90e1-06df4424d353.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c34acec0-b69d-41ef-bf5f-082eb9371aed {
  min-height: 50px;
}








#s-c34acec0-b69d-41ef-bf5f-082eb9371aed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c34acec0-b69d-41ef-bf5f-082eb9371aed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a058cbb2-cae1-4b4f-aa10-8dcb5fc2f610 {
  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-b126847f-3cfa-45a7-aa58-c0b930d2d0d6"] .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-b126847f-3cfa-45a7-aa58-c0b930d2d0d6"] .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;
}