#s-f1314ece-60e1-4b75-a773-f4de0c0b9ef6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

#s-fc9595ad-058d-4c5e-a2e8-39a8afc85c70 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 400px;
}
@media (min-width: 1200px){#s-fc9595ad-058d-4c5e-a2e8-39a8afc85c70 {
  padding-left: 30%;
padding-right: 30%;
}
}@media (max-width: 767px){#s-fc9595ad-058d-4c5e-a2e8-39a8afc85c70 {
  min-height: 400px;
}
}







#s-fc9595ad-058d-4c5e-a2e8-39a8afc85c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc9595ad-058d-4c5e-a2e8-39a8afc85c70.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d3b6b5-08f6-4216-9cec-b216b6f94f4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

#s-8dcfb274-bf4d-4fb6-bcde-de26f581ed78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dcfb274-bf4d-4fb6-bcde-de26f581ed78 .shogun-heading-component h1 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-8dcfb274-bf4d-4fb6-bcde-de26f581ed78 .shogun-heading-component h1 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-8dcfb274-bf4d-4fb6-bcde-de26f581ed78 .shogun-heading-component h1 {
  color: rgba(99, 99, 99, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-0c87060f-3ab7-42f0-9182-bc376ebb7951 {
  margin-left: auto;
margin-right: auto;
}

#s-0c87060f-3ab7-42f0-9182-bc376ebb7951 .shg-proportional-font-size,
#s-0c87060f-3ab7-42f0-9182-bc376ebb7951 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-97c874cf-0f76-40a4-9f0e-78e1e798aa47 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmEwMzMwYzEtZmRlNS00ZDMxLTlkMWQtNzc1NzhhMTZlMzk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDI5MDdhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjE3ODY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYTAzMzBjMS1mZGU1LTRkMzEtOWQxZC03NzU3OGExNmUzOTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d2907a"}, {"id"=>2, "pos"=>1, "color"=>"#b17865"}];
hover-type: gradient;
}
#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNlNTg5YzAtZWVjNy00Y2ZiLWFmYzQtNDY5MzFlZjg5YWQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2U1ODljMC1lZWM3LTRjZmItYWZjNC00NjkzMWVmODlhZDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}@media (max-width: 767px){#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjlmZTdlZjYtYWI2Mi00ZmE5LWJhNWItZjc3ZTUzMTA2YWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDI5MDdhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjE3ODY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOWZlN2VmNi1hYjYyLTRmYTktYmE1Yi1mNzdlNTMxMDZhZTkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d2907a"}, {"id"=>2, "pos"=>1, "color"=>"#b17865"}];
}
}

  #s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae-root {
    text-align: center;
  }


#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae-root {
    text-align: center;
  }


#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae-root {
    text-align: center;
  }


#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae-root {
    text-align: center;
  }


#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae-root {
    text-align: center;
  }


#s-bf72477b-48c6-4fb2-a48b-2ec007fe7bae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-43511abe-06ef-41db-aa48-983e44cc22ca {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

#s-c73391d5-7432-499b-88c6-c176d2d77c52 {
  margin-left: auto;
margin-right: auto;
}

#s-c73391d5-7432-499b-88c6-c176d2d77c52 hr {
  border-top: 2px solid #ddd;
}

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-effc7728-945a-4475-b944-55faab5b2324 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-effc7728-945a-4475-b944-55faab5b2324"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-effc7728-945a-4475-b944-55faab5b2324"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-effc7728-945a-4475-b944-55faab5b2324"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-effc7728-945a-4475-b944-55faab5b2324"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-effc7728-945a-4475-b944-55faab5b2324"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e1b99188-6a7f-4502-8185-e07de6f1ed97 {
  margin-left: auto;
margin-right: auto;
}

#s-e1b99188-6a7f-4502-8185-e07de6f1ed97 .shg-proportional-font-size,
#s-e1b99188-6a7f-4502-8185-e07de6f1ed97 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ea3aaf4a-6129-40da-add2-9828db99fad4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d07ce867-08fb-42a2-adb2-a1a4c0228fb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d07ce867-08fb-42a2-adb2-a1a4c0228fb4 .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-d07ce867-08fb-42a2-adb2-a1a4c0228fb4 .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGVmM2MwYmItN2QzZi00ZTdiLWI2YzMtMjNiNGFkMmI1NWVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzc4OTc0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjE3ODY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZWYzYzBiYi03ZDNmLTRlN2ItYjZjMy0yM2I0YWQyYjU1ZWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c78974"}, {"id"=>2, "pos"=>1, "color"=>"#b17865"}];
hover-type: gradient;
}
#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNlNTg5YzAtZWVjNy00Y2ZiLWFmYzQtNDY5MzFlZjg5YWQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2U1ODljMC1lZWM3LTRjZmItYWZjNC00NjkzMWVmODlhZDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}

  #s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd-root {
    text-align: center;
  }


#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd-root {
    text-align: center;
  }


#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd-root {
    text-align: center;
  }


#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd-root {
    text-align: center;
  }


#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd-root {
    text-align: center;
  }


#s-65a9cdd7-5e21-4a63-b6fb-b9f4bb1f41cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-304c4670-6517-4b28-be18-87b5eb2a7cc9 {
  margin-left: auto;
margin-right: auto;
}

#s-304c4670-6517-4b28-be18-87b5eb2a7cc9 hr {
  border-top: 2px solid #ddd;
}

#s-add6c2d6-135f-4a3f-83ba-afb34494f917 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-add6c2d6-135f-4a3f-83ba-afb34494f917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-add6c2d6-135f-4a3f-83ba-afb34494f917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-add6c2d6-135f-4a3f-83ba-afb34494f917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-add6c2d6-135f-4a3f-83ba-afb34494f917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-26f8c366-c6d8-4343-9574-4137687b4ae3 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9369fb8a-ea97-4e1c-98e4-24562e29b78f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-c7a4afca-d70e-4f36-bdfa-0f6d466fda0b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-c7a4afca-d70e-4f36-bdfa-0f6d466fda0b .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-c7a4afca-d70e-4f36-bdfa-0f6d466fda0b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c7a4afca-d70e-4f36-bdfa-0f6d466fda0b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-c7a4afca-d70e-4f36-bdfa-0f6d466fda0b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c7a4afca-d70e-4f36-bdfa-0f6d466fda0b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c7a4afca-d70e-4f36-bdfa-0f6d466fda0b .shg-gallery-dot {
  background-color: rgba(177, 120, 101, 1);
}

#s-84dcb64d-e161-43f2-a111-1d79ca9017de {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ5NDAxYTgtNGJkMC00NDk4LThjN2UtYzgzOTIzMjhlOTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDRiNThiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNhMDdhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDk0MDFhOC00YmQwLTQ0OTgtOGM3ZS1jODM5MjMyOGU5MjUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 25px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d4b58b"}, {"id"=>2, "pos"=>1, "color"=>"#bca07a"}];
hover-type: gradient;
}
#s-84dcb64d-e161-43f2-a111-1d79ca9017de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84dcb64d-e161-43f2-a111-1d79ca9017de:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-84dcb64d-e161-43f2-a111-1d79ca9017de {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTdhZWQ2ZDYtMDc5Ny00NDZkLTg5NWUtMDg4YzhjOTkyYTM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5N2FlZDZkNi0wNzk3LTQ0NmQtODk1ZS0wODhjOGM5OTJhMzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}@media (max-width: 767px){#s-84dcb64d-e161-43f2-a111-1d79ca9017de {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2YwMDdjZGItZmM5Yy00NzQwLTk0NjItMTAwZWJlZDEyZDFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZjAwN2NkYi1mYzljLTQ3NDAtOTQ2Mi0xMDBlYmVkMTJkMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}

  #s-84dcb64d-e161-43f2-a111-1d79ca9017de-root {
    text-align: left;
  }


#s-84dcb64d-e161-43f2-a111-1d79ca9017de.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84dcb64d-e161-43f2-a111-1d79ca9017de-root {
    text-align: left;
  }


#s-84dcb64d-e161-43f2-a111-1d79ca9017de.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84dcb64d-e161-43f2-a111-1d79ca9017de-root {
    text-align: left;
  }


#s-84dcb64d-e161-43f2-a111-1d79ca9017de.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84dcb64d-e161-43f2-a111-1d79ca9017de-root {
    text-align: left;
  }


#s-84dcb64d-e161-43f2-a111-1d79ca9017de.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84dcb64d-e161-43f2-a111-1d79ca9017de-root {
    text-align: left;
  }


#s-84dcb64d-e161-43f2-a111-1d79ca9017de.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-dadca0f4-4075-49e2-a39d-32a4344d11a8 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dadca0f4-4075-49e2-a39d-32a4344d11a8 .shogun-heading-component h2 {
  color: rgba(177, 120, 101, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-dadca0f4-4075-49e2-a39d-32a4344d11a8 .shogun-heading-component h2 {
  color: rgba(177, 120, 101, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-dcdae356-20c5-49eb-82db-33e319a7c54f {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-dcdae356-20c5-49eb-82db-33e319a7c54f .shg-proportional-font-size,
#s-dcdae356-20c5-49eb-82db-33e319a7c54f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 25px;
background-color: rgba(188, 160, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNlNTg5YzAtZWVjNy00Y2ZiLWFmYzQtNDY5MzFlZjg5YWQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2U1ODljMC1lZWM3LTRjZmItYWZjNC00NjkzMWVmODlhZDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}

  #s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5-root {
    text-align: center;
  }


#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5-root {
    text-align: center;
  }


#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5-root {
    text-align: center;
  }


#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5-root {
    text-align: center;
  }


#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5-root {
    text-align: center;
  }


#s-a02dabb6-6006-4f0f-b33b-5cbc6f89b3d5.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-fbc9897d-e4d6-4c70-bef7-86cee63f10cf {
  margin-left: auto;
margin-right: auto;
}

#s-fbc9897d-e4d6-4c70-bef7-86cee63f10cf .shogun-countdown span, #s-fbc9897d-e4d6-4c70-bef7-86cee63f10cf .shogun-countdown label {
  color: rgba(208, 86, 60, 1);
}
#s-d61fb3b4-0185-4437-ad18-d554e8de97ef {
  margin-left: auto;
margin-right: auto;
}

#s-751f2ee1-4976-4b56-9c77-cb4e53dd8da4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-751f2ee1-4976-4b56-9c77-cb4e53dd8da4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-751f2ee1-4976-4b56-9c77-cb4e53dd8da4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-751f2ee1-4976-4b56-9c77-cb4e53dd8da4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .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-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .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-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4-btn-wrapper {
    text-align: center;
  }


#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-variant-btn:active, #s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ddb7539f-c41d-4e03-a7a4-5ef6a2a07ef4 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-81f91421-07cb-4280-9c09-7648bfbfb334 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

#s-ade41886-6d65-4be8-90a9-41aa9ce39201 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(177, 120, 101, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ade41886-6d65-4be8-90a9-41aa9ce39201:hover {background-color: rgba(193, 77, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ade41886-6d65-4be8-90a9-41aa9ce39201:active {background-color: rgba(164, 58, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ade41886-6d65-4be8-90a9-41aa9ce39201-atc-btn-wrapper {
    text-align: center;
  }


#s-ade41886-6d65-4be8-90a9-41aa9ce39201 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ade41886-6d65-4be8-90a9-41aa9ce39201-atc-btn-wrapper {
    text-align: center;
  }


#s-ade41886-6d65-4be8-90a9-41aa9ce39201 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ade41886-6d65-4be8-90a9-41aa9ce39201-atc-btn-wrapper {
    text-align: center;
  }


#s-ade41886-6d65-4be8-90a9-41aa9ce39201 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ade41886-6d65-4be8-90a9-41aa9ce39201-atc-btn-wrapper {
    text-align: center;
  }


#s-ade41886-6d65-4be8-90a9-41aa9ce39201 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ade41886-6d65-4be8-90a9-41aa9ce39201-atc-btn-wrapper {
    text-align: center;
  }


#s-ade41886-6d65-4be8-90a9-41aa9ce39201 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-ade41886-6d65-4be8-90a9-41aa9ce39201.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9b056c64-b7de-41f7-a7bf-3664b48467f1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0a4bad32-0c4d-4e32-8955-123353fd4922 {
  margin-left: auto;
margin-right: auto;
}

#s-0a4bad32-0c4d-4e32-8955-123353fd4922 hr {
  border-top: 2px solid #ddd;
}

#s-f86166c4-9542-4252-b5c7-cf30938c9d01 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f86166c4-9542-4252-b5c7-cf30938c9d01 .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-f86166c4-9542-4252-b5c7-cf30938c9d01 .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  margin-bottom: 20px;
padding-top: 120px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 250px;
}
}@media (max-width: 767px){#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/-/resize/480x/);
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/-/resize/960x/);
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/-/resize/768x/);
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/-/resize/1536x/);
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/-/resize/1024x/);
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/-/resize/2048x/);
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/-/resize/1200x/);
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32e9e366-4953-45e3-8885-c7bc5fd02650 {
  background-image: url(https://i.shgcdn.com/e553ccdd-849b-4643-9b23-a78874b70c4d/-/resize/2048x/);
}
#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-32e9e366-4953-45e3-8885-c7bc5fd02650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32e9e366-4953-45e3-8885-c7bc5fd02650.shg-box.shg-c {
  justify-content: center;
}

#s-a0753c82-c02a-4087-885f-5f4148e67a11 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a0753c82-c02a-4087-885f-5f4148e67a11 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-a0753c82-c02a-4087-885f-5f4148e67a11 {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 50px;
padding-bottom: 0px;
text-align: center;
}
}
#s-a0753c82-c02a-4087-885f-5f4148e67a11 .shogun-heading-component h3 {
  color: rgba(201, 89, 152, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-a0753c82-c02a-4087-885f-5f4148e67a11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-a0753c82-c02a-4087-885f-5f4148e67a11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-d824297c-6087-428e-b2d3-289a62340367 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d824297c-6087-428e-b2d3-289a62340367 {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-d824297c-6087-428e-b2d3-289a62340367 .shg-proportional-font-size,
#s-d824297c-6087-428e-b2d3-289a62340367 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-424d910a-5f85-4157-a6a8-e400c929dc5d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-424d910a-5f85-4157-a6a8-e400c929dc5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-424d910a-5f85-4157-a6a8-e400c929dc5d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-424d910a-5f85-4157-a6a8-e400c929dc5d {
  border-radius: 25px;
background-image: none;
background-color: rgba(255, 255, 255, 0.5);
hover-type: color;
}
#s-424d910a-5f85-4157-a6a8-e400c929dc5d:hover {background-color: rgba(232, 232, 232, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-424d910a-5f85-4157-a6a8-e400c929dc5d:active {background-color: rgba(141, 141, 141, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-424d910a-5f85-4157-a6a8-e400c929dc5d {
  border-radius: 25px;
background-image: none;
background-color: rgba(255, 255, 255, 0.5);
hover-type: color;
}
#s-424d910a-5f85-4157-a6a8-e400c929dc5d:hover {background-color: rgba(237, 237, 237, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-424d910a-5f85-4157-a6a8-e400c929dc5d:active {background-color: rgba(167, 167, 167, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-424d910a-5f85-4157-a6a8-e400c929dc5d-root {
    text-align: center;
  }


#s-424d910a-5f85-4157-a6a8-e400c929dc5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-424d910a-5f85-4157-a6a8-e400c929dc5d-root {
    text-align: center;
  }


#s-424d910a-5f85-4157-a6a8-e400c929dc5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-424d910a-5f85-4157-a6a8-e400c929dc5d-root {
    text-align: center;
  }


#s-424d910a-5f85-4157-a6a8-e400c929dc5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-424d910a-5f85-4157-a6a8-e400c929dc5d-root {
    text-align: center;
  }


#s-424d910a-5f85-4157-a6a8-e400c929dc5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-424d910a-5f85-4157-a6a8-e400c929dc5d-root {
    text-align: center;
  }


#s-424d910a-5f85-4157-a6a8-e400c929dc5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  margin-bottom: 20px;
padding-top: 120px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 250px;
}
}@media (max-width: 767px){#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/-/resize/480x/);
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/-/resize/960x/);
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/-/resize/768x/);
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/-/resize/1536x/);
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/-/resize/1024x/);
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/-/resize/2048x/);
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/-/resize/1200x/);
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 {
  background-image: url(https://i.shgcdn.com/03a93b95-275b-45a0-8f88-14196bfbea22/-/resize/2048x/);
}
#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e5f3cbf-1ce2-437c-90fa-d08b59a45824.shg-box.shg-c {
  justify-content: center;
}

#s-5a6682a6-a18c-412c-bd05-ad3c5d0d6378 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5a6682a6-a18c-412c-bd05-ad3c5d0d6378 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-5a6682a6-a18c-412c-bd05-ad3c5d0d6378 {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 50px;
padding-bottom: 0px;
text-align: center;
}
}
#s-5a6682a6-a18c-412c-bd05-ad3c5d0d6378 .shogun-heading-component h3 {
  color: rgba(201, 89, 152, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-5a6682a6-a18c-412c-bd05-ad3c5d0d6378 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-5a6682a6-a18c-412c-bd05-ad3c5d0d6378 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-2b2104fe-714e-42db-a885-12410fa432d5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2b2104fe-714e-42db-a885-12410fa432d5 {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-2b2104fe-714e-42db-a885-12410fa432d5 .shg-proportional-font-size,
#s-2b2104fe-714e-42db-a885-12410fa432d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-854b447c-0e86-476f-9452-cab6f631b4c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-854b447c-0e86-476f-9452-cab6f631b4c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-854b447c-0e86-476f-9452-cab6f631b4c9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-854b447c-0e86-476f-9452-cab6f631b4c9 {
  border-radius: 25px;
background-image: none;
background-color: rgba(255, 255, 255, 0.5);
hover-type: color;
}
#s-854b447c-0e86-476f-9452-cab6f631b4c9:hover {background-color: rgba(232, 232, 232, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-854b447c-0e86-476f-9452-cab6f631b4c9:active {background-color: rgba(141, 141, 141, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-854b447c-0e86-476f-9452-cab6f631b4c9 {
  border-radius: 25px;
background-image: none;
background-color: rgba(255, 255, 255, 0.5);
hover-type: color;
}
#s-854b447c-0e86-476f-9452-cab6f631b4c9:hover {background-color: rgba(237, 237, 237, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-854b447c-0e86-476f-9452-cab6f631b4c9:active {background-color: rgba(167, 167, 167, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-854b447c-0e86-476f-9452-cab6f631b4c9-root {
    text-align: center;
  }


#s-854b447c-0e86-476f-9452-cab6f631b4c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-854b447c-0e86-476f-9452-cab6f631b4c9-root {
    text-align: center;
  }


#s-854b447c-0e86-476f-9452-cab6f631b4c9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-854b447c-0e86-476f-9452-cab6f631b4c9-root {
    text-align: center;
  }


#s-854b447c-0e86-476f-9452-cab6f631b4c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-854b447c-0e86-476f-9452-cab6f631b4c9-root {
    text-align: center;
  }


#s-854b447c-0e86-476f-9452-cab6f631b4c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-854b447c-0e86-476f-9452-cab6f631b4c9-root {
    text-align: center;
  }


#s-854b447c-0e86-476f-9452-cab6f631b4c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  margin-bottom: 20px;
padding-top: 120px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 250px;
}
}@media (max-width: 767px){#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/-/resize/480x/);
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/-/resize/960x/);
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/-/resize/768x/);
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/-/resize/1536x/);
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/-/resize/1024x/);
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/-/resize/2048x/);
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/-/resize/1200x/);
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 {
  background-image: url(https://i.shgcdn.com/35c4d868-23b0-422a-b7c8-d9893f414fdc/-/resize/2048x/);
}
#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b383962-75d5-4667-a1cd-0e8c88fd40b9.shg-box.shg-c {
  justify-content: center;
}

#s-697fddd7-417b-4836-9319-c9b0d713dc74 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-697fddd7-417b-4836-9319-c9b0d713dc74 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-697fddd7-417b-4836-9319-c9b0d713dc74 {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 50px;
padding-bottom: 0px;
text-align: center;
}
}
#s-697fddd7-417b-4836-9319-c9b0d713dc74 .shogun-heading-component h3 {
  color: rgba(201, 89, 152, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-697fddd7-417b-4836-9319-c9b0d713dc74 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-697fddd7-417b-4836-9319-c9b0d713dc74 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-e484ac11-5ded-4455-a156-24b36d1ead8d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e484ac11-5ded-4455-a156-24b36d1ead8d {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-e484ac11-5ded-4455-a156-24b36d1ead8d .shg-proportional-font-size,
#s-e484ac11-5ded-4455-a156-24b36d1ead8d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-71fe40ff-166e-4089-a0a2-63a6d8371551 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-71fe40ff-166e-4089-a0a2-63a6d8371551:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71fe40ff-166e-4089-a0a2-63a6d8371551:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-71fe40ff-166e-4089-a0a2-63a6d8371551 {
  border-radius: 25px;
background-image: none;
background-color: rgba(255, 255, 255, 0.5);
hover-type: color;
}
#s-71fe40ff-166e-4089-a0a2-63a6d8371551:hover {background-color: rgba(232, 232, 232, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-71fe40ff-166e-4089-a0a2-63a6d8371551:active {background-color: rgba(141, 141, 141, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-71fe40ff-166e-4089-a0a2-63a6d8371551 {
  border-radius: 25px;
background-image: none;
background-color: rgba(255, 255, 255, 0.5);
hover-type: color;
}
#s-71fe40ff-166e-4089-a0a2-63a6d8371551:hover {background-color: rgba(237, 237, 237, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-71fe40ff-166e-4089-a0a2-63a6d8371551:active {background-color: rgba(167, 167, 167, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-71fe40ff-166e-4089-a0a2-63a6d8371551-root {
    text-align: center;
  }


#s-71fe40ff-166e-4089-a0a2-63a6d8371551.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71fe40ff-166e-4089-a0a2-63a6d8371551-root {
    text-align: center;
  }


#s-71fe40ff-166e-4089-a0a2-63a6d8371551.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71fe40ff-166e-4089-a0a2-63a6d8371551-root {
    text-align: center;
  }


#s-71fe40ff-166e-4089-a0a2-63a6d8371551.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71fe40ff-166e-4089-a0a2-63a6d8371551-root {
    text-align: center;
  }


#s-71fe40ff-166e-4089-a0a2-63a6d8371551.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71fe40ff-166e-4089-a0a2-63a6d8371551-root {
    text-align: center;
  }


#s-71fe40ff-166e-4089-a0a2-63a6d8371551.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e53949b4-9f5e-476c-9de7-ccd6412e98e4 {
  margin-left: auto;
margin-right: auto;
}

#s-e53949b4-9f5e-476c-9de7-ccd6412e98e4 hr {
  border-top: 2px solid #ddd;
}

#s-f712b446-564c-418d-9c8f-d8964224cc35 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f712b446-564c-418d-9c8f-d8964224cc35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f712b446-564c-418d-9c8f-d8964224cc35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f712b446-564c-418d-9c8f-d8964224cc35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f712b446-564c-418d-9c8f-d8964224cc35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-f712b446-564c-418d-9c8f-d8964224cc35"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  margin-left: auto;
margin-right: auto;
max-width: 945px;
text-align: center;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 img.shogun-image {
  width: 100%;
  
  
  max-width: 945px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5277941e-bbb2-4e2f-b7e7-bc6bab18f040.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0a1156d6-699b-4e33-bc67-5d90f4a38a70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0a1156d6-699b-4e33-bc67-5d90f4a38a70 .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-0a1156d6-699b-4e33-bc67-5d90f4a38a70 .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-3300629b-db38-43de-9347-9fe21954ca45 {
  margin-left: auto;
margin-right: auto;
}

#s-3300629b-db38-43de-9347-9fe21954ca45 .shg-proportional-font-size,
#s-3300629b-db38-43de-9347-9fe21954ca45 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-277428a2-4de0-4ce9-8d39-2875518ad6b3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-277428a2-4de0-4ce9-8d39-2875518ad6b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-277428a2-4de0-4ce9-8d39-2875518ad6b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-277428a2-4de0-4ce9-8d39-2875518ad6b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-277428a2-4de0-4ce9-8d39-2875518ad6b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-277428a2-4de0-4ce9-8d39-2875518ad6b3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  margin-left: auto;
margin-right: auto;
max-width: 945px;
text-align: center;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 945px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-681ad0de-d638-42bc-bdf4-9c5079f816b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-681ad0de-d638-42bc-bdf4-9c5079f816b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ad0de-d638-42bc-bdf4-9c5079f816b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5a26df74-7f98-4ade-bfb4-c4ada4b269c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a26df74-7f98-4ade-bfb4-c4ada4b269c5 .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-5a26df74-7f98-4ade-bfb4-c4ada4b269c5 .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-4d8ce7e0-2a2e-4569-8ab6-9de5a3750ded {
  margin-left: auto;
margin-right: auto;
}

#s-4d8ce7e0-2a2e-4569-8ab6-9de5a3750ded .shg-proportional-font-size,
#s-4d8ce7e0-2a2e-4569-8ab6-9de5a3750ded .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c69f0470-ca4a-40cb-a16d-158e67a2493d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzNhNDYwNzUtODM3My00ZDE3LWI1NDUtN2I0NzEyMWEyZTY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2M4Yzc3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk1NDU0NTQ1NDU0NTQ1NDYiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMTc4NjU7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2MzYTQ2MDc1LTgzNzMtNGQxNy1iNTQ1LTdiNDcxMjFhMmU2NikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#cc8c77"}, {"id"=>2, "pos"=>0.9545454545454546, "color"=>"#b17865"}];
hover-type: gradient;
}
#s-c69f0470-ca4a-40cb-a16d-158e67a2493d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c69f0470-ca4a-40cb-a16d-158e67a2493d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c69f0470-ca4a-40cb-a16d-158e67a2493d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNlNTg5YzAtZWVjNy00Y2ZiLWFmYzQtNDY5MzFlZjg5YWQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2U1ODljMC1lZWM3LTRjZmItYWZjNC00NjkzMWVmODlhZDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}

  #s-c69f0470-ca4a-40cb-a16d-158e67a2493d-root {
    text-align: center;
  }


#s-c69f0470-ca4a-40cb-a16d-158e67a2493d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c69f0470-ca4a-40cb-a16d-158e67a2493d-root {
    text-align: center;
  }


#s-c69f0470-ca4a-40cb-a16d-158e67a2493d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c69f0470-ca4a-40cb-a16d-158e67a2493d-root {
    text-align: center;
  }


#s-c69f0470-ca4a-40cb-a16d-158e67a2493d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c69f0470-ca4a-40cb-a16d-158e67a2493d-root {
    text-align: center;
  }


#s-c69f0470-ca4a-40cb-a16d-158e67a2493d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c69f0470-ca4a-40cb-a16d-158e67a2493d-root {
    text-align: center;
  }


#s-c69f0470-ca4a-40cb-a16d-158e67a2493d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-e2181987-cc14-4b41-88ef-df33c4877717 {
  margin-left: auto;
margin-right: auto;
}

#s-e2181987-cc14-4b41-88ef-df33c4877717 hr {
  border-top: 2px solid #ddd;
}

#s-926629c9-3fc5-4535-8805-ef4ac15fd0da {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-926629c9-3fc5-4535-8805-ef4ac15fd0da .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-926629c9-3fc5-4535-8805-ef4ac15fd0da .shogun-heading-component h2 {
  color: rgba(52, 52, 49, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-b5a8b1c3-866c-4377-81d1-73225101e401 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8a6e7dcc-026b-4117-9e7c-408b0b702e83 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e90fadbb-b756-4240-b0b1-c82a8aa35770 {
  margin-left: auto;
margin-right: auto;
}

#s-e90fadbb-b756-4240-b0b1-c82a8aa35770 hr {
  border-top: 2px solid #ddd;
}

#s-ef6fde21-1ba0-47fe-a8c4-372f1412158f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c4406d9e-a3f7-466a-aa79-3e8b1a2fb28a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c4406d9e-a3f7-466a-aa79-3e8b1a2fb28a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4406d9e-a3f7-466a-aa79-3e8b1a2fb28a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c4406d9e-a3f7-466a-aa79-3e8b1a2fb28a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4406d9e-a3f7-466a-aa79-3e8b1a2fb28a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fa3f57ab-5f1f-40b0-b733-9b5c4e7d3147 {
  margin-left: auto;
margin-right: auto;
}

#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7befe28e-f540-44b5-bbb4-a6845e2f3601 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-45844ea0-059f-4879-b067-f507ebf825be {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-45844ea0-059f-4879-b067-f507ebf825be .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-45844ea0-059f-4879-b067-f507ebf825be .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-45844ea0-059f-4879-b067-f507ebf825be .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-45844ea0-059f-4879-b067-f507ebf825be .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-45844ea0-059f-4879-b067-f507ebf825be .shg-gallery-scroll-button {
  color: #FFF;
}

#s-45844ea0-059f-4879-b067-f507ebf825be .shg-gallery-dot {
  background-color: rgba(177, 120, 101, 1);
}

#s-75ee855f-3224-439e-a4a0-120d2b2db60c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ5NDAxYTgtNGJkMC00NDk4LThjN2UtYzgzOTIzMjhlOTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDRiNThiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNhMDdhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDk0MDFhOC00YmQwLTQ0OTgtOGM3ZS1jODM5MjMyOGU5MjUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 25px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d4b58b"}, {"id"=>2, "pos"=>1, "color"=>"#bca07a"}];
hover-type: gradient;
}
#s-75ee855f-3224-439e-a4a0-120d2b2db60c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75ee855f-3224-439e-a4a0-120d2b2db60c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-75ee855f-3224-439e-a4a0-120d2b2db60c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTdhZWQ2ZDYtMDc5Ny00NDZkLTg5NWUtMDg4YzhjOTkyYTM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5N2FlZDZkNi0wNzk3LTQ0NmQtODk1ZS0wODhjOGM5OTJhMzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}@media (max-width: 767px){#s-75ee855f-3224-439e-a4a0-120d2b2db60c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2YwMDdjZGItZmM5Yy00NzQwLTk0NjItMTAwZWJlZDEyZDFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZjAwN2NkYi1mYzljLTQ3NDAtOTQ2Mi0xMDBlYmVkMTJkMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}

  #s-75ee855f-3224-439e-a4a0-120d2b2db60c-root {
    text-align: left;
  }


#s-75ee855f-3224-439e-a4a0-120d2b2db60c.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75ee855f-3224-439e-a4a0-120d2b2db60c-root {
    text-align: left;
  }


#s-75ee855f-3224-439e-a4a0-120d2b2db60c.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75ee855f-3224-439e-a4a0-120d2b2db60c-root {
    text-align: left;
  }


#s-75ee855f-3224-439e-a4a0-120d2b2db60c.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75ee855f-3224-439e-a4a0-120d2b2db60c-root {
    text-align: left;
  }


#s-75ee855f-3224-439e-a4a0-120d2b2db60c.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75ee855f-3224-439e-a4a0-120d2b2db60c-root {
    text-align: left;
  }


#s-75ee855f-3224-439e-a4a0-120d2b2db60c.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-16b32389-8867-4921-a762-d40ec9f0cb43 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16b32389-8867-4921-a762-d40ec9f0cb43 .shogun-heading-component h2 {
  color: rgba(177, 120, 101, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-16b32389-8867-4921-a762-d40ec9f0cb43 .shogun-heading-component h2 {
  color: rgba(177, 120, 101, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-44b9ef44-7f71-4e00-8e97-604d896f4f66 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-44b9ef44-7f71-4e00-8e97-604d896f4f66 .shg-proportional-font-size,
#s-44b9ef44-7f71-4e00-8e97-604d896f4f66 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-61297a7c-8892-4c58-b536-0d21e17ae15e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 25px;
background-color: rgba(188, 160, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-61297a7c-8892-4c58-b536-0d21e17ae15e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61297a7c-8892-4c58-b536-0d21e17ae15e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-61297a7c-8892-4c58-b536-0d21e17ae15e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNlNTg5YzAtZWVjNy00Y2ZiLWFmYzQtNDY5MzFlZjg5YWQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTM3NGIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzk1OTk4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2U1ODljMC1lZWM3LTRjZmItYWZjNC00NjkzMWVmODlhZDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e374b3"}, {"id"=>2, "pos"=>1, "color"=>"#c95998"}];
}
}

  #s-61297a7c-8892-4c58-b536-0d21e17ae15e-root {
    text-align: center;
  }


#s-61297a7c-8892-4c58-b536-0d21e17ae15e.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61297a7c-8892-4c58-b536-0d21e17ae15e-root {
    text-align: center;
  }


#s-61297a7c-8892-4c58-b536-0d21e17ae15e.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61297a7c-8892-4c58-b536-0d21e17ae15e-root {
    text-align: center;
  }


#s-61297a7c-8892-4c58-b536-0d21e17ae15e.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61297a7c-8892-4c58-b536-0d21e17ae15e-root {
    text-align: center;
  }


#s-61297a7c-8892-4c58-b536-0d21e17ae15e.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61297a7c-8892-4c58-b536-0d21e17ae15e-root {
    text-align: center;
  }


#s-61297a7c-8892-4c58-b536-0d21e17ae15e.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-d41b2947-ce83-4f16-8261-82a0558f50a1 {
  margin-left: auto;
margin-right: auto;
}

#s-d41b2947-ce83-4f16-8261-82a0558f50a1 .shogun-countdown span, #s-d41b2947-ce83-4f16-8261-82a0558f50a1 .shogun-countdown label {
  color: rgba(208, 86, 60, 1);
}
#s-28cf718a-07f8-4f66-83f3-ab32968aea4a {
  margin-left: auto;
margin-right: auto;
}

#s-83f12d8e-9986-4d32-aa3a-9c0ad0a396a0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-83f12d8e-9986-4d32-aa3a-9c0ad0a396a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-83f12d8e-9986-4d32-aa3a-9c0ad0a396a0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-83f12d8e-9986-4d32-aa3a-9c0ad0a396a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .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-c378f718-ea68-4eef-9117-7354629f73f0 .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-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-c378f718-ea68-4eef-9117-7354629f73f0-btn-wrapper {
    text-align: center;
  }


#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-variant-btn:active, #s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c378f718-ea68-4eef-9117-7354629f73f0 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-227cac89-0976-4a22-a68b-43c2364070ad {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c848de71-db7a-48c1-8793-0745670667b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(177, 120, 101, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c848de71-db7a-48c1-8793-0745670667b4:hover {background-color: rgba(193, 77, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c848de71-db7a-48c1-8793-0745670667b4:active {background-color: rgba(164, 58, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c848de71-db7a-48c1-8793-0745670667b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c848de71-db7a-48c1-8793-0745670667b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c848de71-db7a-48c1-8793-0745670667b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c848de71-db7a-48c1-8793-0745670667b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c848de71-db7a-48c1-8793-0745670667b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c848de71-db7a-48c1-8793-0745670667b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c848de71-db7a-48c1-8793-0745670667b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c848de71-db7a-48c1-8793-0745670667b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c848de71-db7a-48c1-8793-0745670667b4-atc-btn-wrapper {
    text-align: center;
  }


#s-c848de71-db7a-48c1-8793-0745670667b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c848de71-db7a-48c1-8793-0745670667b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d9122f60-e6ea-4ad8-84fa-e4be4f4767de {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-23daafe1-2078-412c-8e46-5fe63514cc92 {
  margin-left: auto;
margin-right: auto;
}

#s-23daafe1-2078-412c-8e46-5fe63514cc92 hr {
  border-top: 2px solid #ddd;
}

#s-329972ea-704b-490a-815e-f1754c9293c3 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-329972ea-704b-490a-815e-f1754c9293c3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
}
#s-329972ea-704b-490a-815e-f1754c9293c3 .shogun-heading-component h3 {
  color: rgba(177, 120, 101, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-329972ea-704b-490a-815e-f1754c9293c3 .shogun-heading-component h3 {
  color: rgba(177, 120, 101, 1);
  font-weight:  normal ;
  font-family: "Aboreto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-de2d64e3-3fb0-4479-a084-33484509057d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d802d773-c79b-4600-8803-9775765a5e58 {
  margin-left: auto;
margin-right: auto;
}

#s-d802d773-c79b-4600-8803-9775765a5e58 hr {
  border-top: 2px solid #ddd;
}

#s-a28f9a51-4c01-49bd-a15d-3389f2943bb6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

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

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

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

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-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:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
