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

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

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

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

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

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

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

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

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

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

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

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

#s-d5c34d73-6086-4668-a184-9d979637a056 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -30px;
margin-bottom: 30px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5c34d73-6086-4668-a184-9d979637a056 {
  
}
}@media (max-width: 767px){#s-d5c34d73-6086-4668-a184-9d979637a056 {
  display: none;
}
#s-d5c34d73-6086-4668-a184-9d979637a056, #wrap-s-d5c34d73-6086-4668-a184-9d979637a056 { display:none !important; }}
#s-d5c34d73-6086-4668-a184-9d979637a056 {
  background-image: url(https://i.shgcdn.com/a1fe426b-7d7a-4992-a193-bf8160673bb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d5c34d73-6086-4668-a184-9d979637a056 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-d5c34d73-6086-4668-a184-9d979637a056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8600b1e0-cac0-4dc1-8155-8457349e4ab5 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

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

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

#s-4ae6b3fa-7799-4d2a-8d9b-a14dcd0d2af2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}

#s-4ae6b3fa-7799-4d2a-8d9b-a14dcd0d2af2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.25em;
  letter-spacing: 2px;
  text-align: center;
}



#s-d95f95a3-4aaf-44d0-8e75-b4d48a45f827 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}

#s-e44b8edc-1974-448b-906f-ae5a127e6900 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -30px;
margin-bottom: 30px;
padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e44b8edc-1974-448b-906f-ae5a127e6900 {
  display: none;
}
#s-e44b8edc-1974-448b-906f-ae5a127e6900, #wrap-s-e44b8edc-1974-448b-906f-ae5a127e6900 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e44b8edc-1974-448b-906f-ae5a127e6900 {
  display: none;
}
#s-e44b8edc-1974-448b-906f-ae5a127e6900, #wrap-s-e44b8edc-1974-448b-906f-ae5a127e6900 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e44b8edc-1974-448b-906f-ae5a127e6900 {
  display: none;
}
#s-e44b8edc-1974-448b-906f-ae5a127e6900, #wrap-s-e44b8edc-1974-448b-906f-ae5a127e6900 { display:none !important; }}@media (max-width: 767px){#s-e44b8edc-1974-448b-906f-ae5a127e6900 {
  
}
}
#s-e44b8edc-1974-448b-906f-ae5a127e6900 {
  background-image: url(https://i.shgcdn.com/a1fe426b-7d7a-4992-a193-bf8160673bb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e44b8edc-1974-448b-906f-ae5a127e6900 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-e44b8edc-1974-448b-906f-ae5a127e6900.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b713d27-bf8a-42d6-b2ac-9922472bc4f8 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-0349ec17-251d-47e4-a3e3-46d81fa17bfb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}

#s-0349ec17-251d-47e4-a3e3-46d81fa17bfb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: 2px;
  text-align: center;
}



#s-2b8c3c85-7b91-42d1-8dc4-010344fc21ba {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}

#s-698cf7ef-ad2f-462a-82f1-4f5927dc4a32 {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-698cf7ef-ad2f-462a-82f1-4f5927dc4a32 {
  
}
}@media (max-width: 767px){#s-698cf7ef-ad2f-462a-82f1-4f5927dc4a32 {
  display: none;
}
#s-698cf7ef-ad2f-462a-82f1-4f5927dc4a32, #wrap-s-698cf7ef-ad2f-462a-82f1-4f5927dc4a32 { display:none !important; }}
#s-698cf7ef-ad2f-462a-82f1-4f5927dc4a32 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.25em;
  letter-spacing: 1px;
  
}



#s-2414a3c7-f240-4893-825b-e51e6965a7c6 {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2414a3c7-f240-4893-825b-e51e6965a7c6 {
  display: none;
}
#s-2414a3c7-f240-4893-825b-e51e6965a7c6, #wrap-s-2414a3c7-f240-4893-825b-e51e6965a7c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2414a3c7-f240-4893-825b-e51e6965a7c6 {
  display: none;
}
#s-2414a3c7-f240-4893-825b-e51e6965a7c6, #wrap-s-2414a3c7-f240-4893-825b-e51e6965a7c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2414a3c7-f240-4893-825b-e51e6965a7c6 {
  display: none;
}
#s-2414a3c7-f240-4893-825b-e51e6965a7c6, #wrap-s-2414a3c7-f240-4893-825b-e51e6965a7c6 { display:none !important; }}
#s-2414a3c7-f240-4893-825b-e51e6965a7c6 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: 1px;
  
}



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

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

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

#s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c {
  display: none;
}
#s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c, #wrap-s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c { display:none !important; }}@media (max-width: 767px){#s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c {
  display: none;
}
#s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c, #wrap-s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c { display:none !important; }}
@media (min-width: 0px) {
[id="s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-a67f827b-b7f3-4fa3-8d99-e5de51a9626c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-e87107af-b206-437a-96d6-60253f4a5c35 {
  margin-bottom: 25px;
}

#s-e87107af-b206-437a-96d6-60253f4a5c35 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 {
  text-align: left;
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 {
  max-width:  100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  width: 100%;
}



.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 {
  max-width:  100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  width: 100%;
}



.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 {
  max-width:  100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  width: 100%;
}



.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 {
  max-width:  100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  width: 100%;
}



.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 {
  max-width:  100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  width: 100%;
}



.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 .shg-image-zoom,
.shg-c#s-37d692ee-fe35-4a14-bfc0-2d69a700f745 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d00bb682-1677-4b6b-ad7a-e412c4613bf6 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-60c209d7-2133-4992-9e75-d69892e972e4 {
  margin-bottom: -10px;
text-align: center;
}

#s-60c209d7-2133-4992-9e75-d69892e972e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-60c209d7-2133-4992-9e75-d69892e972e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-60c209d7-2133-4992-9e75-d69892e972e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-selector-hidden {
  display: none;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .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-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-9301f25c-cea7-44ad-921b-64265e16deb1-btn-wrapper {
    text-align: center;
  }


#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-variant-btn:hover {
  background: #252525;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-variant-btn:active, #s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9301f25c-cea7-44ad-921b-64265e16deb1 .shg-variant-btn.disabled {
  background: #252525;
}

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

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

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

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

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

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

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

#s-cf7de6a4-1e9c-4773-a8e4-703ecef9d10f {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-cf7de6a4-1e9c-4773-a8e4-703ecef9d10f:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-cf7de6a4-1e9c-4773-a8e4-703ecef9d10f:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-cf7de6a4-1e9c-4773-a8e4-703ecef9d10f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf7de6a4-1e9c-4773-a8e4-703ecef9d10f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf7de6a4-1e9c-4773-a8e4-703ecef9d10f.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-cf7de6a4-1e9c-4773-a8e4-703ecef9d10f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cf7de6a4-1e9c-4773-a8e4-703ecef9d10f.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-1126365b-aeb1-463e-99ce-584db51d98af {
  margin-bottom: 25px;
}

#s-1126365b-aeb1-463e-99ce-584db51d98af {
  display: none;
}
#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 {
  text-align: left;
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 {
  max-width:  100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 {
  max-width:  100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 {
  max-width:  100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 {
  max-width:  100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 {
  max-width:  100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 .shg-image-zoom,
.shg-c#s-a3dbcd44-8e7f-4ac4-9243-20b9da28eaa0 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-cfe29d70-dfa6-489d-8d5b-d298fa08e7e2 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-96c0c338-1520-4803-8b80-f235e6b5d9e2 {
  margin-bottom: -10px;
text-align: center;
}

#s-96c0c338-1520-4803-8b80-f235e6b5d9e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-96c0c338-1520-4803-8b80-f235e6b5d9e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-96c0c338-1520-4803-8b80-f235e6b5d9e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .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-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-9bfed500-65fc-42ae-b86a-c6754552804b-btn-wrapper {
    text-align: center;
  }


#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-variant-btn:hover {
  background: #252525;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-variant-btn:active, #s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9bfed500-65fc-42ae-b86a-c6754552804b .shg-variant-btn.disabled {
  background: #252525;
}

#s-30c146bd-e16c-408e-8990-fda95f56f44b {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-30c146bd-e16c-408e-8990-fda95f56f44b:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-30c146bd-e16c-408e-8990-fda95f56f44b:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-30c146bd-e16c-408e-8990-fda95f56f44b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30c146bd-e16c-408e-8990-fda95f56f44b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30c146bd-e16c-408e-8990-fda95f56f44b.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-30c146bd-e16c-408e-8990-fda95f56f44b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30c146bd-e16c-408e-8990-fda95f56f44b.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-5cb32ed9-452a-4128-8db8-9f409bae0f33 {
  margin-bottom: 25px;
}

#s-5cb32ed9-452a-4128-8db8-9f409bae0f33 {
  display: none;
}
#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 {
  text-align: left;
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 {
  max-width:  100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 {
  max-width:  100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 {
  max-width:  100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 {
  max-width:  100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 {
  max-width:  100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 .shg-image-zoom,
.shg-c#s-051d5c9f-d16e-41c3-b339-6aa512ab52f3 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-8c3a19b3-a3fa-48db-9e54-f5013ebd400e {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-256012be-7782-430e-a0fa-e95301270bb9 {
  margin-bottom: -10px;
text-align: center;
}

#s-256012be-7782-430e-a0fa-e95301270bb9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-256012be-7782-430e-a0fa-e95301270bb9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-256012be-7782-430e-a0fa-e95301270bb9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .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-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916-btn-wrapper {
    text-align: center;
  }


#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-variant-btn:hover {
  background: #252525;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-variant-btn:active, #s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1e3cb6f0-794e-4873-9687-a4d6d4e3d916 .shg-variant-btn.disabled {
  background: #252525;
}

#s-de287957-fd16-46ab-8f20-9ca995a8aa44 {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-de287957-fd16-46ab-8f20-9ca995a8aa44:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-de287957-fd16-46ab-8f20-9ca995a8aa44:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-de287957-fd16-46ab-8f20-9ca995a8aa44 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de287957-fd16-46ab-8f20-9ca995a8aa44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de287957-fd16-46ab-8f20-9ca995a8aa44.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-de287957-fd16-46ab-8f20-9ca995a8aa44.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-de287957-fd16-46ab-8f20-9ca995a8aa44.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5 {
  display: none;
}
#s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5, #wrap-s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5 {
  display: none;
}
#s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5, #wrap-s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5 { display:none !important; }}@media (max-width: 767px){#s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5 {
  display: none;
}
#s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5, #wrap-s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f8bd0aed-3fb0-4d7d-a7eb-859a8a821ea5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-13a7f716-ace9-4a1f-bd37-e2436746ea74 {
  margin-bottom: 25px;
}

#s-13a7f716-ace9-4a1f-bd37-e2436746ea74 {
  display: none;
}
#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 {
  text-align: left;
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 {
  max-width:  100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  width: 100%;
}



.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 {
  max-width:  100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  width: 100%;
}



.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 {
  max-width:  100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  width: 100%;
}



.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 {
  max-width:  100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  width: 100%;
}



.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 {
  max-width:  100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  width: 100%;
}



.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 .shg-image-zoom,
.shg-c#s-80c3abdf-ba1e-41e0-9041-3c80dfd4b5d5 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-87714977-1d97-4f93-9cfe-105129ebeae7 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-63cb3976-7f31-45ee-a38a-a97afd049e7a {
  margin-bottom: -10px;
text-align: center;
}

#s-63cb3976-7f31-45ee-a38a-a97afd049e7a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-63cb3976-7f31-45ee-a38a-a97afd049e7a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-63cb3976-7f31-45ee-a38a-a97afd049e7a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .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-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-390ca37e-71e2-4005-9961-a64473a6e2d9-btn-wrapper {
    text-align: center;
  }


#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-variant-btn:hover {
  background: #252525;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-variant-btn:active, #s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-390ca37e-71e2-4005-9961-a64473a6e2d9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2f070010-4c26-482c-84e0-167c8884488e {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-2f070010-4c26-482c-84e0-167c8884488e:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-2f070010-4c26-482c-84e0-167c8884488e:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-2f070010-4c26-482c-84e0-167c8884488e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f070010-4c26-482c-84e0-167c8884488e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f070010-4c26-482c-84e0-167c8884488e.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-2f070010-4c26-482c-84e0-167c8884488e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2f070010-4c26-482c-84e0-167c8884488e.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-a6723a61-dd9c-48e7-9af2-59b6805da7c6 {
  margin-bottom: 25px;
}

#s-a6723a61-dd9c-48e7-9af2-59b6805da7c6 {
  display: none;
}
#s-2105515a-f858-4686-99f2-d5e70a6b3428 {
  text-align: left;
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 {
  max-width:  100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  width: 100%;
}



.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 {
  max-width:  100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  width: 100%;
}



.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 {
  max-width:  100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  width: 100%;
}



.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 {
  max-width:  100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  width: 100%;
}



.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 {
  max-width:  100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  width: 100%;
}



.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 .shg-image-zoom,
.shg-c#s-2105515a-f858-4686-99f2-d5e70a6b3428 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ad870786-58b2-4ece-9ec4-eb698991f5ed {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-788ccdcc-8c6c-420e-a667-2c6f9148726e {
  margin-bottom: -10px;
text-align: center;
}

#s-788ccdcc-8c6c-420e-a667-2c6f9148726e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-788ccdcc-8c6c-420e-a667-2c6f9148726e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-788ccdcc-8c6c-420e-a667-2c6f9148726e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .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-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a-btn-wrapper {
    text-align: center;
  }


#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-variant-btn:hover {
  background: #252525;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-variant-btn:active, #s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b1eb37a3-3d5d-41bf-8e50-0c23da6cd91a .shg-variant-btn.disabled {
  background: #252525;
}

#s-25b89933-8f7a-4b5e-a34b-c032230bb633 {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-25b89933-8f7a-4b5e-a34b-c032230bb633:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-25b89933-8f7a-4b5e-a34b-c032230bb633:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-25b89933-8f7a-4b5e-a34b-c032230bb633 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25b89933-8f7a-4b5e-a34b-c032230bb633.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25b89933-8f7a-4b5e-a34b-c032230bb633.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-25b89933-8f7a-4b5e-a34b-c032230bb633.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-25b89933-8f7a-4b5e-a34b-c032230bb633.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-6fe24515-6808-4f2e-89d6-048b37e27978 {
  margin-bottom: 25px;
}

#s-6fe24515-6808-4f2e-89d6-048b37e27978 {
  display: none;
}
#s-25ce96fc-e225-48a8-944d-6f513a9dc85d {
  text-align: left;
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d {
  max-width:  100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  width: 100%;
}



.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d {
  max-width:  100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  width: 100%;
}



.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d {
  max-width:  100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  width: 100%;
}



.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d {
  max-width:  100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  width: 100%;
}



.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d {
  max-width:  100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  width: 100%;
}



.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d .shg-image-zoom,
.shg-c#s-25ce96fc-e225-48a8-944d-6f513a9dc85d img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-41f7b2d1-7ff9-4a38-8223-1b06f9f05669 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cb14905c-0fb7-42ca-bb0e-00b02eacd528 {
  margin-bottom: -10px;
text-align: center;
}

#s-cb14905c-0fb7-42ca-bb0e-00b02eacd528 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-cb14905c-0fb7-42ca-bb0e-00b02eacd528 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-cb14905c-0fb7-42ca-bb0e-00b02eacd528 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .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-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ac4dba62-a350-4f2e-8207-d90c03a128fb-btn-wrapper {
    text-align: center;
  }


#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-variant-btn:hover {
  background: #252525;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-variant-btn:active, #s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ac4dba62-a350-4f2e-8207-d90c03a128fb .shg-variant-btn.disabled {
  background: #252525;
}

#s-c9cd004b-fb65-4546-93c9-eb7c4973494a {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-c9cd004b-fb65-4546-93c9-eb7c4973494a:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-c9cd004b-fb65-4546-93c9-eb7c4973494a:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-c9cd004b-fb65-4546-93c9-eb7c4973494a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9cd004b-fb65-4546-93c9-eb7c4973494a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9cd004b-fb65-4546-93c9-eb7c4973494a.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-c9cd004b-fb65-4546-93c9-eb7c4973494a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c9cd004b-fb65-4546-93c9-eb7c4973494a.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-4f70862a-80eb-45a8-9487-87ca8418dfd7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4f70862a-80eb-45a8-9487-87ca8418dfd7 {
  display: none;
}
#s-4f70862a-80eb-45a8-9487-87ca8418dfd7, #wrap-s-4f70862a-80eb-45a8-9487-87ca8418dfd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f70862a-80eb-45a8-9487-87ca8418dfd7 {
  display: none;
}
#s-4f70862a-80eb-45a8-9487-87ca8418dfd7, #wrap-s-4f70862a-80eb-45a8-9487-87ca8418dfd7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f70862a-80eb-45a8-9487-87ca8418dfd7 {
  display: none;
}
#s-4f70862a-80eb-45a8-9487-87ca8418dfd7, #wrap-s-4f70862a-80eb-45a8-9487-87ca8418dfd7 { display:none !important; }}@media (max-width: 767px){#s-4f70862a-80eb-45a8-9487-87ca8418dfd7 {
  
}
}
@media (min-width: 0px) {
[id="s-4f70862a-80eb-45a8-9487-87ca8418dfd7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-4f70862a-80eb-45a8-9487-87ca8418dfd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-4f70862a-80eb-45a8-9487-87ca8418dfd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f70862a-80eb-45a8-9487-87ca8418dfd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-7d075e3a-0571-4548-bc36-8da4ad93b35d {
  margin-bottom: 25px;
}

#s-7d075e3a-0571-4548-bc36-8da4ad93b35d {
  display: none;
}
#s-fcfe97c2-c551-493e-879c-f47175471415 {
  text-align: left;
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 {
  max-width:  100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  width: 100%;
}



.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 {
  max-width:  100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  width: 100%;
}



.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 {
  max-width:  100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  width: 100%;
}



.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 {
  max-width:  100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  width: 100%;
}



.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 {
  max-width:  100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  width: 100%;
}



.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 .shg-image-zoom,
.shg-c#s-fcfe97c2-c551-493e-879c-f47175471415 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-08548bad-fca9-4e94-a707-118abd254705 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0357ef4b-8855-4981-9f15-582679e78340 {
  margin-bottom: -10px;
text-align: center;
}

#s-0357ef4b-8855-4981-9f15-582679e78340 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-0357ef4b-8855-4981-9f15-582679e78340 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-0357ef4b-8855-4981-9f15-582679e78340 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .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-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f-btn-wrapper {
    text-align: center;
  }


#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-variant-btn:hover {
  background: #252525;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-variant-btn:active, #s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5953999a-afcc-4e3d-92c4-2d8bc5f4498f .shg-variant-btn.disabled {
  background: #252525;
}

#s-daf66637-61cf-4d08-a349-c0ca28c3138e {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-daf66637-61cf-4d08-a349-c0ca28c3138e:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-daf66637-61cf-4d08-a349-c0ca28c3138e:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-daf66637-61cf-4d08-a349-c0ca28c3138e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-daf66637-61cf-4d08-a349-c0ca28c3138e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-daf66637-61cf-4d08-a349-c0ca28c3138e.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-daf66637-61cf-4d08-a349-c0ca28c3138e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-daf66637-61cf-4d08-a349-c0ca28c3138e.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-da8c3e5d-42b7-4ada-818d-63f501750c6e {
  margin-bottom: 25px;
}

#s-da8c3e5d-42b7-4ada-818d-63f501750c6e {
  display: none;
}
#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f {
  text-align: left;
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f {
  max-width:  100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  width: 100%;
}



.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f {
  max-width:  100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  width: 100%;
}



.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f {
  max-width:  100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  width: 100%;
}



.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f {
  max-width:  100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  width: 100%;
}



.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f {
  max-width:  100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  width: 100%;
}



.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f .shg-image-zoom,
.shg-c#s-b1d5a92d-90f8-4070-bd5c-09c19f21829f img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-40f2588d-2e05-488a-b539-d54f56ce290b {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-955fff52-d9e1-4a33-9a25-6c3ed6be1562 {
  margin-bottom: -10px;
text-align: center;
}

#s-955fff52-d9e1-4a33-9a25-6c3ed6be1562 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-955fff52-d9e1-4a33-9a25-6c3ed6be1562 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-955fff52-d9e1-4a33-9a25-6c3ed6be1562 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .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-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c29ac08b-2d42-49f0-a9fe-fb443bdec773-btn-wrapper {
    text-align: center;
  }


#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-variant-btn:hover {
  background: #252525;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-variant-btn:active, #s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c29ac08b-2d42-49f0-a9fe-fb443bdec773 .shg-variant-btn.disabled {
  background: #252525;
}

#s-661af85c-9acc-4327-919f-9e8bd6adb8e1 {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-661af85c-9acc-4327-919f-9e8bd6adb8e1:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-661af85c-9acc-4327-919f-9e8bd6adb8e1:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-661af85c-9acc-4327-919f-9e8bd6adb8e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-661af85c-9acc-4327-919f-9e8bd6adb8e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-661af85c-9acc-4327-919f-9e8bd6adb8e1.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-661af85c-9acc-4327-919f-9e8bd6adb8e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-661af85c-9acc-4327-919f-9e8bd6adb8e1.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-ec482a5f-4351-4262-8056-c78d8cc2d444 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ec482a5f-4351-4262-8056-c78d8cc2d444 {
  display: none;
}
#s-ec482a5f-4351-4262-8056-c78d8cc2d444, #wrap-s-ec482a5f-4351-4262-8056-c78d8cc2d444 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec482a5f-4351-4262-8056-c78d8cc2d444 {
  display: none;
}
#s-ec482a5f-4351-4262-8056-c78d8cc2d444, #wrap-s-ec482a5f-4351-4262-8056-c78d8cc2d444 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec482a5f-4351-4262-8056-c78d8cc2d444 {
  display: none;
}
#s-ec482a5f-4351-4262-8056-c78d8cc2d444, #wrap-s-ec482a5f-4351-4262-8056-c78d8cc2d444 { display:none !important; }}@media (max-width: 767px){#s-ec482a5f-4351-4262-8056-c78d8cc2d444 {
  
}
}
@media (min-width: 0px) {
[id="s-ec482a5f-4351-4262-8056-c78d8cc2d444"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-ec482a5f-4351-4262-8056-c78d8cc2d444"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-ec482a5f-4351-4262-8056-c78d8cc2d444"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-ec482a5f-4351-4262-8056-c78d8cc2d444"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-1215eccc-4734-451b-a26d-610d603f4dac {
  margin-bottom: 25px;
}

#s-1215eccc-4734-451b-a26d-610d603f4dac {
  display: none;
}
#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa {
  text-align: left;
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa {
  max-width:  100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  width: 100%;
}



.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa {
  max-width:  100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  width: 100%;
}



.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa {
  max-width:  100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  width: 100%;
}



.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa {
  max-width:  100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  width: 100%;
}



.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa {
  max-width:  100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  width: 100%;
}



.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa .shg-image-zoom,
.shg-c#s-e32ba12a-6bb9-4062-a0ab-9e2397e338fa img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-cb5db9db-f3bd-46f4-90e9-14a104d7d34a {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5bea1aa8-8a90-469a-af15-49b7b945914d {
  margin-bottom: -10px;
text-align: center;
}

#s-5bea1aa8-8a90-469a-af15-49b7b945914d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-5bea1aa8-8a90-469a-af15-49b7b945914d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-5bea1aa8-8a90-469a-af15-49b7b945914d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .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-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d97d5605-8d77-4055-b8e9-3bacc35b6217-btn-wrapper {
    text-align: center;
  }


#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-variant-btn:hover {
  background: #252525;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-variant-btn:active, #s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d97d5605-8d77-4055-b8e9-3bacc35b6217 .shg-variant-btn.disabled {
  background: #252525;
}

#s-087b522c-8879-4f90-8066-dcb68ec0ca48 {
  margin-left: 6.5%;
margin-right: 6.5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-087b522c-8879-4f90-8066-dcb68ec0ca48:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-087b522c-8879-4f90-8066-dcb68ec0ca48:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-087b522c-8879-4f90-8066-dcb68ec0ca48 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-087b522c-8879-4f90-8066-dcb68ec0ca48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-087b522c-8879-4f90-8066-dcb68ec0ca48.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-087b522c-8879-4f90-8066-dcb68ec0ca48.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-087b522c-8879-4f90-8066-dcb68ec0ca48.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


@media (min-width: 768px) and (max-width: 991px){#s-088ad365-2ab7-44e4-b5b4-864e79428af3 {
  display: none;
}
#s-088ad365-2ab7-44e4-b5b4-864e79428af3, #wrap-s-088ad365-2ab7-44e4-b5b4-864e79428af3 { display:none !important; }}@media (max-width: 767px){#s-088ad365-2ab7-44e4-b5b4-864e79428af3 {
  display: none;
}
#s-088ad365-2ab7-44e4-b5b4-864e79428af3, #wrap-s-088ad365-2ab7-44e4-b5b4-864e79428af3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-088ad365-2ab7-44e4-b5b4-864e79428af3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-088ad365-2ab7-44e4-b5b4-864e79428af3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-088ad365-2ab7-44e4-b5b4-864e79428af3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-088ad365-2ab7-44e4-b5b4-864e79428af3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e32a6cb2-06a4-41b0-ac84-e088e70e4286 {
  text-align: center;
}







  img.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
    
    
  }


.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shg-align-container {
  text-align: center
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
    
    
  }


.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shg-align-container {
  text-align: center
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
    
    
  }


.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shg-align-container {
  text-align: center
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
    
    
  }


.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shg-align-container {
  text-align: center
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
    
    
  }


.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shg-align-container {
  text-align: center
}

.s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32a6cb2-06a4-41b0-ac84-e088e70e4286.shogun-image {
  box-sizing: border-box;
}


}
#s-75d528f4-6d16-4729-b329-b043ec40272b {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(228, 221, 206, 1);
}








#s-75d528f4-6d16-4729-b329-b043ec40272b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75d528f4-6d16-4729-b329-b043ec40272b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e896b8b-c76f-4b88-8aee-49dd3d929ba2 {
  margin-bottom: 15px;
}

#s-6e96c31d-725c-47ad-a557-8c1ed0291c04 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-4d273025-6ded-4290-9a0e-4947cc9a43c2 {
  margin-bottom: 5px;
max-width: 5px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 img.shogun-image,
  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 {
    width: 100%;
    height: auto;
  }



  img.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
    
    
  }


.s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shg-align-container {
  text-align: center
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 img.shogun-image,
  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 {
    width: 100%;
    height: auto;
  }



  img.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
    
    
  }


.s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shg-align-container {
  text-align: center
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
  box-sizing: border-box;
}


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



  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 img.shogun-image,
  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 {
    width: 100%;
    height: auto;
  }



  img.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
    
    
  }


.s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shg-align-container {
  text-align: center
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
  box-sizing: border-box;
}


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



  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 img.shogun-image,
  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 {
    width: 100%;
    height: auto;
  }



  img.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
    
    
  }


.s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shg-align-container {
  text-align: center
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
  box-sizing: border-box;
}


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



  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 img.shogun-image,
  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d273025-6ded-4290-9a0e-4947cc9a43c2 {
    width: 100%;
    height: auto;
  }



  img.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
    
    
  }


.s-4d273025-6ded-4290-9a0e-4947cc9a43c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shg-align-container {
  text-align: center
}

.s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d273025-6ded-4290-9a0e-4947cc9a43c2.shogun-image {
  box-sizing: border-box;
}


}
#s-861524de-bc3e-4534-b3fb-bab54b518d1c {
  text-align: center;
}







  img.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
    
    
  }


.s-861524de-bc3e-4534-b3fb-bab54b518d1c .shogun-image-content {
  
    align-items: center;
  
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shg-align-container {
  text-align: center
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
    
    
  }


.s-861524de-bc3e-4534-b3fb-bab54b518d1c .shogun-image-content {
  
    align-items: center;
  
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shg-align-container {
  text-align: center
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
    
    
  }


.s-861524de-bc3e-4534-b3fb-bab54b518d1c .shogun-image-content {
  
    align-items: center;
  
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shg-align-container {
  text-align: center
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
    
    
  }


.s-861524de-bc3e-4534-b3fb-bab54b518d1c .shogun-image-content {
  
    align-items: center;
  
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shg-align-container {
  text-align: center
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
    
    
  }


.s-861524de-bc3e-4534-b3fb-bab54b518d1c .shogun-image-content {
  
    align-items: center;
  
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shg-align-container {
  text-align: center
}

.s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861524de-bc3e-4534-b3fb-bab54b518d1c.shogun-image {
  box-sizing: border-box;
}


}
#s-8f700daa-74ff-4cc1-acb7-68961ce51185 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-8f700daa-74ff-4cc1-acb7-68961ce51185 {
  display: none;
}
#s-8f700daa-74ff-4cc1-acb7-68961ce51185, #wrap-s-8f700daa-74ff-4cc1-acb7-68961ce51185 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f700daa-74ff-4cc1-acb7-68961ce51185 {
  display: none;
}
#s-8f700daa-74ff-4cc1-acb7-68961ce51185, #wrap-s-8f700daa-74ff-4cc1-acb7-68961ce51185 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f700daa-74ff-4cc1-acb7-68961ce51185 {
  display: none;
}
#s-8f700daa-74ff-4cc1-acb7-68961ce51185, #wrap-s-8f700daa-74ff-4cc1-acb7-68961ce51185 { display:none !important; }}







#s-8f700daa-74ff-4cc1-acb7-68961ce51185 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-8f700daa-74ff-4cc1-acb7-68961ce51185.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2349c3f8-1092-4d8b-a77a-bfa83201c028 {
  margin-bottom: 15px;
}

#s-168488c2-1091-442d-b127-53cc80a015cd {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
min-height: 350px;
background-color: rgba(228, 221, 206, 1);
}
@media (min-width: 1200px){#s-168488c2-1091-442d-b127-53cc80a015cd {
  display: none;
}
#s-168488c2-1091-442d-b127-53cc80a015cd, #wrap-s-168488c2-1091-442d-b127-53cc80a015cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-168488c2-1091-442d-b127-53cc80a015cd {
  display: none;
}
#s-168488c2-1091-442d-b127-53cc80a015cd, #wrap-s-168488c2-1091-442d-b127-53cc80a015cd { display:none !important; }}@media (max-width: 767px){#s-168488c2-1091-442d-b127-53cc80a015cd {
  display: none;
}
#s-168488c2-1091-442d-b127-53cc80a015cd, #wrap-s-168488c2-1091-442d-b127-53cc80a015cd { display:none !important; }}







#s-168488c2-1091-442d-b127-53cc80a015cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-168488c2-1091-442d-b127-53cc80a015cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-718b24be-1d0c-4ff7-bcf1-353ce34e2a82 {
  margin-bottom: 15px;
}

#s-3fb66fdd-8b77-4ea0-b1bb-16d742c72c6b {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b {
  margin-bottom: 5px;
max-width: 5px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b img.shogun-image,
  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b {
    width: 100%;
    height: auto;
  }



  img.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
    
    
  }


.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shg-align-container {
  text-align: center
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b img.shogun-image,
  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b {
    width: 100%;
    height: auto;
  }



  img.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
    
    
  }


.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shg-align-container {
  text-align: center
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
  box-sizing: border-box;
}


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



  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b img.shogun-image,
  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b {
    width: 100%;
    height: auto;
  }



  img.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
    
    
  }


.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shg-align-container {
  text-align: center
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
  box-sizing: border-box;
}


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



  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b img.shogun-image,
  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b {
    width: 100%;
    height: auto;
  }



  img.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
    
    
  }


.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shg-align-container {
  text-align: center
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
  box-sizing: border-box;
}


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



  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b img.shogun-image,
  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b {
    width: 100%;
    height: auto;
  }



  img.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
    
    
  }


.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shg-align-container {
  text-align: center
}

.s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c4f4ef-32b2-471d-8316-b0be3c9a3b1b.shogun-image {
  box-sizing: border-box;
}


}
#s-d9d907c7-d05e-4fe7-884d-fc03476062e9 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
min-height: 350px;
background-color: rgba(228, 221, 206, 1);
}
@media (min-width: 1200px){#s-d9d907c7-d05e-4fe7-884d-fc03476062e9 {
  display: none;
}
#s-d9d907c7-d05e-4fe7-884d-fc03476062e9, #wrap-s-d9d907c7-d05e-4fe7-884d-fc03476062e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9d907c7-d05e-4fe7-884d-fc03476062e9 {
  display: none;
}
#s-d9d907c7-d05e-4fe7-884d-fc03476062e9, #wrap-s-d9d907c7-d05e-4fe7-884d-fc03476062e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9d907c7-d05e-4fe7-884d-fc03476062e9 {
  display: none;
}
#s-d9d907c7-d05e-4fe7-884d-fc03476062e9, #wrap-s-d9d907c7-d05e-4fe7-884d-fc03476062e9 { display:none !important; }}







#s-d9d907c7-d05e-4fe7-884d-fc03476062e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9d907c7-d05e-4fe7-884d-fc03476062e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0854ee9b-fb0e-4f61-a5f9-029cd008b146 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 {
  margin-bottom: 5px;
max-width: 5px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 img.shogun-image,
  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 {
    width: 100%;
    height: auto;
  }



  img.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
    
    
  }


.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shg-align-container {
  text-align: center
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 img.shogun-image,
  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 {
    width: 100%;
    height: auto;
  }



  img.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
    
    
  }


.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shg-align-container {
  text-align: center
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
  box-sizing: border-box;
}


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



  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 img.shogun-image,
  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 {
    width: 100%;
    height: auto;
  }



  img.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
    
    
  }


.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shg-align-container {
  text-align: center
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
  box-sizing: border-box;
}


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



  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 img.shogun-image,
  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 {
    width: 100%;
    height: auto;
  }



  img.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
    
    
  }


.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shg-align-container {
  text-align: center
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
  box-sizing: border-box;
}


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



  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 img.shogun-image,
  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 {
    width: 100%;
    height: auto;
  }



  img.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
    
    
  }


.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shg-align-container {
  text-align: center
}

.s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ac09f3-22ec-4dab-acaa-8df9ebc122f8.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-cd417dfa-e35e-40aa-8ab3-5633515f18b0 {
  display: none;
}
#s-cd417dfa-e35e-40aa-8ab3-5633515f18b0, #wrap-s-cd417dfa-e35e-40aa-8ab3-5633515f18b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd417dfa-e35e-40aa-8ab3-5633515f18b0 {
  display: none;
}
#s-cd417dfa-e35e-40aa-8ab3-5633515f18b0, #wrap-s-cd417dfa-e35e-40aa-8ab3-5633515f18b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd417dfa-e35e-40aa-8ab3-5633515f18b0 {
  
}
}@media (max-width: 767px){#s-cd417dfa-e35e-40aa-8ab3-5633515f18b0 {
  display: none;
}
#s-cd417dfa-e35e-40aa-8ab3-5633515f18b0, #wrap-s-cd417dfa-e35e-40aa-8ab3-5633515f18b0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cd417dfa-e35e-40aa-8ab3-5633515f18b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd417dfa-e35e-40aa-8ab3-5633515f18b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd417dfa-e35e-40aa-8ab3-5633515f18b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd417dfa-e35e-40aa-8ab3-5633515f18b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5 {
  text-align: center;
}







  img.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
    
    
  }


.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shg-align-container {
  text-align: center
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
    
    
  }


.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shg-align-container {
  text-align: center
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
    
    
  }


.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shg-align-container {
  text-align: center
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
    
    
  }


.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shg-align-container {
  text-align: center
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
    
    
  }


.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shg-align-container {
  text-align: center
}

.s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca9a3cf-8e70-41be-b113-9ff82c7ce2e5.shogun-image {
  box-sizing: border-box;
}


}
#s-fba77c7a-0618-40f4-94c6-e5565304d386 {
  text-align: center;
}







  img.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
    
    
  }


.s-fba77c7a-0618-40f4-94c6-e5565304d386 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shg-align-container {
  text-align: center
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
    
    
  }


.s-fba77c7a-0618-40f4-94c6-e5565304d386 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shg-align-container {
  text-align: center
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
    
    
  }


.s-fba77c7a-0618-40f4-94c6-e5565304d386 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shg-align-container {
  text-align: center
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
    
    
  }


.s-fba77c7a-0618-40f4-94c6-e5565304d386 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shg-align-container {
  text-align: center
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
    
    
  }


.s-fba77c7a-0618-40f4-94c6-e5565304d386 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shg-align-container {
  text-align: center
}

.s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba77c7a-0618-40f4-94c6-e5565304d386.shogun-image {
  box-sizing: border-box;
}


}
#s-87bb025f-5e64-4e84-8b3e-2a82792ff609 {
  padding-left: 5%;
padding-right: 5%;
min-height: 600px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-87bb025f-5e64-4e84-8b3e-2a82792ff609 {
  display: none;
}
#s-87bb025f-5e64-4e84-8b3e-2a82792ff609, #wrap-s-87bb025f-5e64-4e84-8b3e-2a82792ff609 { display:none !important; }}@media (max-width: 767px){#s-87bb025f-5e64-4e84-8b3e-2a82792ff609 {
  display: none;
}
#s-87bb025f-5e64-4e84-8b3e-2a82792ff609, #wrap-s-87bb025f-5e64-4e84-8b3e-2a82792ff609 { display:none !important; }}







#s-87bb025f-5e64-4e84-8b3e-2a82792ff609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87bb025f-5e64-4e84-8b3e-2a82792ff609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-258333c9-de8d-4d22-9496-3274db94d210 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-258333c9-de8d-4d22-9496-3274db94d210"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-258333c9-de8d-4d22-9496-3274db94d210"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-258333c9-de8d-4d22-9496-3274db94d210"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-258333c9-de8d-4d22-9496-3274db94d210"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 img.shogun-image,
  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 {
    width: 100%;
    height: auto;
  }



  img.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
    
    
  }


.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shg-align-container {
  text-align: center
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 img.shogun-image,
  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 {
    width: 100%;
    height: auto;
  }



  img.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
    
    
  }


.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shg-align-container {
  text-align: center
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
  box-sizing: border-box;
}


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



  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 img.shogun-image,
  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 {
    width: 100%;
    height: auto;
  }



  img.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
    
    
  }


.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shg-align-container {
  text-align: center
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
  box-sizing: border-box;
}


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



  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 img.shogun-image,
  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 {
    width: 100%;
    height: auto;
  }



  img.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
    
    
  }


.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shg-align-container {
  text-align: center
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
  box-sizing: border-box;
}


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



  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 img.shogun-image,
  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 {
    width: 100%;
    height: auto;
  }



  img.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
    
    
  }


.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shg-align-container {
  text-align: center
}

.s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356a0a0d-e443-40ea-b0c9-7994d54a8c26.shogun-image {
  box-sizing: border-box;
}


}
#s-a0f5c10b-94ae-4fef-b361-a9c0a1dcca85 {
  min-height: 50px;
}








#s-a0f5c10b-94ae-4fef-b361-a9c0a1dcca85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0f5c10b-94ae-4fef-b361-a9c0a1dcca85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32bbc0c3-0a4b-4ef6-9ed3-d27e47a084a6 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-32bbc0c3-0a4b-4ef6-9ed3-d27e47a084a6 {
  display: none;
}
#s-46769042-62a6-4ded-a4ad-bcf13530321c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c {
  max-width:  100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  width: 100%;
}



.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c {
  max-width:  100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  width: 100%;
}



.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c {
  max-width:  100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  width: 100%;
}



.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c {
  max-width:  100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  width: 100%;
}



.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c {
  max-width:  100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  width: 100%;
}



.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c .shg-image-zoom,
.shg-c#s-46769042-62a6-4ded-a4ad-bcf13530321c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-0677076c-0f2e-4457-a5d5-26043119b55b {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-53775824-f915-4c39-84c5-63b368372fe8 {
  margin-bottom: -10px;
text-align: center;
}

#s-53775824-f915-4c39-84c5-63b368372fe8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-53775824-f915-4c39-84c5-63b368372fe8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-53775824-f915-4c39-84c5-63b368372fe8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .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-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa-btn-wrapper {
    text-align: center;
  }


#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-variant-btn:hover {
  background: #252525;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-variant-btn:active, #s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f3a1a8d3-1132-4419-8973-44ce2b6ce8aa .shg-variant-btn.disabled {
  background: #252525;
}

#s-843b5156-559d-4697-bc1e-2d2994239d02 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-843b5156-559d-4697-bc1e-2d2994239d02:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-843b5156-559d-4697-bc1e-2d2994239d02:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-843b5156-559d-4697-bc1e-2d2994239d02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-843b5156-559d-4697-bc1e-2d2994239d02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-843b5156-559d-4697-bc1e-2d2994239d02.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-843b5156-559d-4697-bc1e-2d2994239d02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-843b5156-559d-4697-bc1e-2d2994239d02.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 {
  padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 {
  display: none;
}
#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17, #wrap-s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 {
  display: none;
}
#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17, #wrap-s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 {
  display: none;
}
#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17, #wrap-s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 { display:none !important; }}@media (max-width: 767px){#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 {
  
}
}







#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ca3a81c-82e3-483f-8ec3-28bee2304d17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac86877c-5ac0-4ca0-b652-814453674f15 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ac86877c-5ac0-4ca0-b652-814453674f15 img.shogun-image,
  #s-ac86877c-5ac0-4ca0-b652-814453674f15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac86877c-5ac0-4ca0-b652-814453674f15 {
    width: 100%;
    height: auto;
  }



  img.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
    
    
  }


.s-ac86877c-5ac0-4ca0-b652-814453674f15 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shg-align-container {
  text-align: center
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ac86877c-5ac0-4ca0-b652-814453674f15 img.shogun-image,
  #s-ac86877c-5ac0-4ca0-b652-814453674f15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac86877c-5ac0-4ca0-b652-814453674f15 {
    width: 100%;
    height: auto;
  }



  img.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
    
    
  }


.s-ac86877c-5ac0-4ca0-b652-814453674f15 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shg-align-container {
  text-align: center
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac86877c-5ac0-4ca0-b652-814453674f15 img.shogun-image,
  #s-ac86877c-5ac0-4ca0-b652-814453674f15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac86877c-5ac0-4ca0-b652-814453674f15 {
    width: 100%;
    height: auto;
  }



  img.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
    
    
  }


.s-ac86877c-5ac0-4ca0-b652-814453674f15 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shg-align-container {
  text-align: center
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac86877c-5ac0-4ca0-b652-814453674f15 img.shogun-image,
  #s-ac86877c-5ac0-4ca0-b652-814453674f15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac86877c-5ac0-4ca0-b652-814453674f15 {
    width: 100%;
    height: auto;
  }



  img.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
    
    
  }


.s-ac86877c-5ac0-4ca0-b652-814453674f15 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shg-align-container {
  text-align: center
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
  box-sizing: border-box;
}


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



  #s-ac86877c-5ac0-4ca0-b652-814453674f15 img.shogun-image,
  #s-ac86877c-5ac0-4ca0-b652-814453674f15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac86877c-5ac0-4ca0-b652-814453674f15 {
    width: 100%;
    height: auto;
  }



  img.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
    
    
  }


.s-ac86877c-5ac0-4ca0-b652-814453674f15 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shg-align-container {
  text-align: center
}

.s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac86877c-5ac0-4ca0-b652-814453674f15.shogun-image {
  box-sizing: border-box;
}


}
#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 {
  padding-left: 5%;
padding-bottom: 35px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 {
  display: none;
}
#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387, #wrap-s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 {
  display: none;
}
#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387, #wrap-s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 {
  display: none;
}
#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387, #wrap-s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 { display:none !important; }}@media (max-width: 767px){#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 {
  
}
}







#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ea613ad-b8d2-4f72-bad4-d28fb6b4e387.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1178637-662c-48a1-939a-7eb71545eb46 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-b1178637-662c-48a1-939a-7eb71545eb46 {
  display: none;
}
#s-5c2e8348-e094-4054-9645-924d2d485d8a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a {
  max-width:  100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  width: 100%;
}



.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a {
  max-width:  100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  width: 100%;
}



.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a {
  max-width:  100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  width: 100%;
}



.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a {
  max-width:  100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  width: 100%;
}



.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a {
  max-width:  100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  width: 100%;
}



.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a .shg-image-zoom,
.shg-c#s-5c2e8348-e094-4054-9645-924d2d485d8a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-96db2575-d68f-4812-948d-b58ff9e39de5 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-97f00e59-ac74-476b-a499-aff47796fc0e {
  margin-bottom: -10px;
text-align: center;
}

#s-97f00e59-ac74-476b-a499-aff47796fc0e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-97f00e59-ac74-476b-a499-aff47796fc0e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-97f00e59-ac74-476b-a499-aff47796fc0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .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-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5073a17b-ca56-4f85-8130-b5529eef24fa-btn-wrapper {
    text-align: center;
  }


#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-variant-btn:hover {
  background: #252525;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-variant-btn:active, #s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5073a17b-ca56-4f85-8130-b5529eef24fa .shg-variant-btn.disabled {
  background: #252525;
}

#s-3886fb24-2cc1-4630-a89d-cd13f8211434 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-3886fb24-2cc1-4630-a89d-cd13f8211434:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-3886fb24-2cc1-4630-a89d-cd13f8211434:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-3886fb24-2cc1-4630-a89d-cd13f8211434 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3886fb24-2cc1-4630-a89d-cd13f8211434.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3886fb24-2cc1-4630-a89d-cd13f8211434.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-3886fb24-2cc1-4630-a89d-cd13f8211434.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3886fb24-2cc1-4630-a89d-cd13f8211434.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-3d61956b-3285-405f-9c2a-503843ba0d32 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-3d61956b-3285-405f-9c2a-503843ba0d32 {
  display: none;
}
#s-3d61956b-3285-405f-9c2a-503843ba0d32, #wrap-s-3d61956b-3285-405f-9c2a-503843ba0d32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d61956b-3285-405f-9c2a-503843ba0d32 {
  display: none;
}
#s-3d61956b-3285-405f-9c2a-503843ba0d32, #wrap-s-3d61956b-3285-405f-9c2a-503843ba0d32 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d61956b-3285-405f-9c2a-503843ba0d32 {
  display: none;
}
#s-3d61956b-3285-405f-9c2a-503843ba0d32, #wrap-s-3d61956b-3285-405f-9c2a-503843ba0d32 { display:none !important; }}







#s-3d61956b-3285-405f-9c2a-503843ba0d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d61956b-3285-405f-9c2a-503843ba0d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5593439-b02f-48c2-b6cb-e7c6cb15445e {
  margin-bottom: 15px;
}

#s-0de6fb68-6fdc-483a-b0ed-965697585062 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(228, 221, 206, 1);
}
@media (min-width: 1200px){#s-0de6fb68-6fdc-483a-b0ed-965697585062 {
  display: none;
}
#s-0de6fb68-6fdc-483a-b0ed-965697585062, #wrap-s-0de6fb68-6fdc-483a-b0ed-965697585062 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0de6fb68-6fdc-483a-b0ed-965697585062 {
  display: none;
}
#s-0de6fb68-6fdc-483a-b0ed-965697585062, #wrap-s-0de6fb68-6fdc-483a-b0ed-965697585062 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0de6fb68-6fdc-483a-b0ed-965697585062 {
  display: none;
}
#s-0de6fb68-6fdc-483a-b0ed-965697585062, #wrap-s-0de6fb68-6fdc-483a-b0ed-965697585062 { display:none !important; }}







#s-0de6fb68-6fdc-483a-b0ed-965697585062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de6fb68-6fdc-483a-b0ed-965697585062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2679696f-ce27-4241-add2-acd73e0ef1ef {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-befa0bca-2211-4227-ae84-056446bd4ce8 {
  margin-bottom: 5px;
max-width: 5px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-befa0bca-2211-4227-ae84-056446bd4ce8 img.shogun-image,
  #s-befa0bca-2211-4227-ae84-056446bd4ce8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-befa0bca-2211-4227-ae84-056446bd4ce8 {
    width: 100%;
    height: auto;
  }



  img.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
    
    
  }


.s-befa0bca-2211-4227-ae84-056446bd4ce8 .shogun-image-content {
  
    align-items: center;
  
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shg-align-container {
  text-align: center
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-befa0bca-2211-4227-ae84-056446bd4ce8 img.shogun-image,
  #s-befa0bca-2211-4227-ae84-056446bd4ce8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-befa0bca-2211-4227-ae84-056446bd4ce8 {
    width: 100%;
    height: auto;
  }



  img.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
    
    
  }


.s-befa0bca-2211-4227-ae84-056446bd4ce8 .shogun-image-content {
  
    align-items: center;
  
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shg-align-container {
  text-align: center
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
  box-sizing: border-box;
}


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



  #s-befa0bca-2211-4227-ae84-056446bd4ce8 img.shogun-image,
  #s-befa0bca-2211-4227-ae84-056446bd4ce8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-befa0bca-2211-4227-ae84-056446bd4ce8 {
    width: 100%;
    height: auto;
  }



  img.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
    
    
  }


.s-befa0bca-2211-4227-ae84-056446bd4ce8 .shogun-image-content {
  
    align-items: center;
  
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shg-align-container {
  text-align: center
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
  box-sizing: border-box;
}


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



  #s-befa0bca-2211-4227-ae84-056446bd4ce8 img.shogun-image,
  #s-befa0bca-2211-4227-ae84-056446bd4ce8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-befa0bca-2211-4227-ae84-056446bd4ce8 {
    width: 100%;
    height: auto;
  }



  img.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
    
    
  }


.s-befa0bca-2211-4227-ae84-056446bd4ce8 .shogun-image-content {
  
    align-items: center;
  
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shg-align-container {
  text-align: center
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
  box-sizing: border-box;
}


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



  #s-befa0bca-2211-4227-ae84-056446bd4ce8 img.shogun-image,
  #s-befa0bca-2211-4227-ae84-056446bd4ce8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-befa0bca-2211-4227-ae84-056446bd4ce8 {
    width: 100%;
    height: auto;
  }



  img.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
    
    
  }


.s-befa0bca-2211-4227-ae84-056446bd4ce8 .shogun-image-content {
  
    align-items: center;
  
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shg-align-container {
  text-align: center
}

.s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa0bca-2211-4227-ae84-056446bd4ce8.shogun-image {
  box-sizing: border-box;
}


}
#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb {
  padding-left: 5%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb {
  display: none;
}
#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb, #wrap-s-9194bb51-eebd-4134-8fac-3ec3ac091fdb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb {
  display: none;
}
#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb, #wrap-s-9194bb51-eebd-4134-8fac-3ec3ac091fdb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb {
  
}
}@media (max-width: 767px){#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb {
  display: none;
}
#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb, #wrap-s-9194bb51-eebd-4134-8fac-3ec3ac091fdb { display:none !important; }}







#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9194bb51-eebd-4134-8fac-3ec3ac091fdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72cbe841-423d-40f6-a3fc-ece36020846f {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-72cbe841-423d-40f6-a3fc-ece36020846f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72cbe841-423d-40f6-a3fc-ece36020846f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72cbe841-423d-40f6-a3fc-ece36020846f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72cbe841-423d-40f6-a3fc-ece36020846f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4ac207ad-9950-4f35-a357-931a5bbf3902 {
  min-height: 50px;
}








#s-4ac207ad-9950-4f35-a357-931a5bbf3902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ac207ad-9950-4f35-a357-931a5bbf3902.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 img.shogun-image,
  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 {
    width: 100%;
    height: auto;
  }



  img.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
    
    
  }


.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shg-align-container {
  text-align: center
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 img.shogun-image,
  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 {
    width: 100%;
    height: auto;
  }



  img.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
    
    
  }


.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shg-align-container {
  text-align: center
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 img.shogun-image,
  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 {
    width: 100%;
    height: auto;
  }



  img.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
    
    
  }


.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shg-align-container {
  text-align: center
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 img.shogun-image,
  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 {
    width: 100%;
    height: auto;
  }



  img.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
    
    
  }


.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shg-align-container {
  text-align: center
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 img.shogun-image,
  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 {
    width: 100%;
    height: auto;
  }



  img.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
    
    
  }


.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shg-align-container {
  text-align: center
}

.s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcb6e5a-bc8d-4f38-82b5-6698365536a0.shogun-image {
  box-sizing: border-box;
}


}
#s-a2c85e10-e5d0-4d14-a4cc-183dbcdb9e08 {
  min-height: 50px;
}








#s-a2c85e10-e5d0-4d14-a4cc-183dbcdb9e08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2c85e10-e5d0-4d14-a4cc-183dbcdb9e08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2972dc1d-391b-48ae-9ace-d2dab88ac160 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-2972dc1d-391b-48ae-9ace-d2dab88ac160 {
  display: none;
}
#s-c756b92f-4974-4825-b337-11c9d77d95fa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa {
  max-width:  100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  width: 100%;
}



.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa {
  max-width:  100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  width: 100%;
}



.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa {
  max-width:  100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  width: 100%;
}



.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa {
  max-width:  100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  width: 100%;
}



.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa {
  max-width:  100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  width: 100%;
}



.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa .shg-image-zoom,
.shg-c#s-c756b92f-4974-4825-b337-11c9d77d95fa img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-5f26ea4b-2004-4368-8cdf-177eae2268b6 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7e86d993-4e54-4cf1-ab04-0f1af24e9211 {
  margin-bottom: -10px;
text-align: center;
}

#s-7e86d993-4e54-4cf1-ab04-0f1af24e9211 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-7e86d993-4e54-4cf1-ab04-0f1af24e9211 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-7e86d993-4e54-4cf1-ab04-0f1af24e9211 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .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-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1686d404-9a57-436f-bbd7-3f8ac19db03c-btn-wrapper {
    text-align: center;
  }


#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-variant-btn:hover {
  background: #252525;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-variant-btn:active, #s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1686d404-9a57-436f-bbd7-3f8ac19db03c .shg-variant-btn.disabled {
  background: #252525;
}

#s-ebf4cb4d-bf8d-4766-8ead-071c4e5f787f {
  margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-ebf4cb4d-bf8d-4766-8ead-071c4e5f787f:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-ebf4cb4d-bf8d-4766-8ead-071c4e5f787f:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-ebf4cb4d-bf8d-4766-8ead-071c4e5f787f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebf4cb4d-bf8d-4766-8ead-071c4e5f787f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebf4cb4d-bf8d-4766-8ead-071c4e5f787f.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-ebf4cb4d-bf8d-4766-8ead-071c4e5f787f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ebf4cb4d-bf8d-4766-8ead-071c4e5f787f.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-deea0fb3-246e-478f-893b-16e967a220cc {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(228, 221, 206, 1);
}
@media (min-width: 1200px){#s-deea0fb3-246e-478f-893b-16e967a220cc {
  display: none;
}
#s-deea0fb3-246e-478f-893b-16e967a220cc, #wrap-s-deea0fb3-246e-478f-893b-16e967a220cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-deea0fb3-246e-478f-893b-16e967a220cc {
  display: none;
}
#s-deea0fb3-246e-478f-893b-16e967a220cc, #wrap-s-deea0fb3-246e-478f-893b-16e967a220cc { display:none !important; }}@media (max-width: 767px){#s-deea0fb3-246e-478f-893b-16e967a220cc {
  display: none;
}
#s-deea0fb3-246e-478f-893b-16e967a220cc, #wrap-s-deea0fb3-246e-478f-893b-16e967a220cc { display:none !important; }}







#s-deea0fb3-246e-478f-893b-16e967a220cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deea0fb3-246e-478f-893b-16e967a220cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5361105-851d-432f-ae1b-d4c255e9bb0f {
  margin-bottom: 15px;
}

#s-0be6bd89-61e8-49aa-b6f5-f978bf10955d {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e {
  margin-bottom: 5px;
max-width: 5px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e img.shogun-image,
  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e {
    width: 100%;
    height: auto;
  }



  img.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
    
    
  }


.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shg-align-container {
  text-align: center
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e img.shogun-image,
  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e {
    width: 100%;
    height: auto;
  }



  img.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
    
    
  }


.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shg-align-container {
  text-align: center
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e img.shogun-image,
  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e {
    width: 100%;
    height: auto;
  }



  img.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
    
    
  }


.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shg-align-container {
  text-align: center
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e img.shogun-image,
  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e {
    width: 100%;
    height: auto;
  }



  img.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
    
    
  }


.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shg-align-container {
  text-align: center
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e img.shogun-image,
  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e {
    width: 100%;
    height: auto;
  }



  img.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
    
    
  }


.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shg-align-container {
  text-align: center
}

.s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7d9a78-3ff5-4a79-b918-8dfaa24d627e.shogun-image {
  box-sizing: border-box;
}


}
#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e {
  padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e {
  display: none;
}
#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e, #wrap-s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e {
  display: none;
}
#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e, #wrap-s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e {
  display: none;
}
#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e, #wrap-s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e { display:none !important; }}@media (max-width: 767px){#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e {
  
}
}







#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc9e29f6-3bdf-433b-a8bb-dafb00bc907e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5385a677-2f0b-4da4-a612-1ecd861502f0 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 img.shogun-image,
  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 {
    width: 100%;
    height: auto;
  }



  img.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
    
    
  }


.s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shg-align-container {
  text-align: center
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 img.shogun-image,
  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 {
    width: 100%;
    height: auto;
  }



  img.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
    
    
  }


.s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shg-align-container {
  text-align: center
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 img.shogun-image,
  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 {
    width: 100%;
    height: auto;
  }



  img.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
    
    
  }


.s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shg-align-container {
  text-align: center
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 img.shogun-image,
  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 {
    width: 100%;
    height: auto;
  }



  img.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
    
    
  }


.s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shg-align-container {
  text-align: center
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 img.shogun-image,
  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5385a677-2f0b-4da4-a612-1ecd861502f0 {
    width: 100%;
    height: auto;
  }



  img.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
    
    
  }


.s-5385a677-2f0b-4da4-a612-1ecd861502f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shg-align-container {
  text-align: center
}

.s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5385a677-2f0b-4da4-a612-1ecd861502f0.shogun-image {
  box-sizing: border-box;
}


}
#s-995fda0f-a480-44d9-88dc-d5e03abdba4c {
  padding-left: 5%;
padding-bottom: 35px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-995fda0f-a480-44d9-88dc-d5e03abdba4c {
  display: none;
}
#s-995fda0f-a480-44d9-88dc-d5e03abdba4c, #wrap-s-995fda0f-a480-44d9-88dc-d5e03abdba4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-995fda0f-a480-44d9-88dc-d5e03abdba4c {
  display: none;
}
#s-995fda0f-a480-44d9-88dc-d5e03abdba4c, #wrap-s-995fda0f-a480-44d9-88dc-d5e03abdba4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-995fda0f-a480-44d9-88dc-d5e03abdba4c {
  display: none;
}
#s-995fda0f-a480-44d9-88dc-d5e03abdba4c, #wrap-s-995fda0f-a480-44d9-88dc-d5e03abdba4c { display:none !important; }}@media (max-width: 767px){#s-995fda0f-a480-44d9-88dc-d5e03abdba4c {
  
}
}







#s-995fda0f-a480-44d9-88dc-d5e03abdba4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-995fda0f-a480-44d9-88dc-d5e03abdba4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f060f1e-3431-471a-8da9-21598e8f7894 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-1f060f1e-3431-471a-8da9-21598e8f7894 {
  display: none;
}
#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 {
  max-width:  100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  width: 100%;
}



.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 {
  max-width:  100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  width: 100%;
}



.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 {
  max-width:  100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  width: 100%;
}



.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 {
  max-width:  100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  width: 100%;
}



.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 {
  max-width:  100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  width: 100%;
}



.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 .shg-image-zoom,
.shg-c#s-ef4af8fa-ca3d-4714-b102-72be5f93a374 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c3db2473-1fbb-4303-bfc9-5a28c034d89a {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e777133c-8f85-401e-9972-3b779be42d88 {
  margin-bottom: -10px;
text-align: center;
}

#s-e777133c-8f85-401e-9972-3b779be42d88 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-e777133c-8f85-401e-9972-3b779be42d88 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-e777133c-8f85-401e-9972-3b779be42d88 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .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-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-f9996537-27f5-43c4-8524-d62bc29d3de9-btn-wrapper {
    text-align: center;
  }


#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-variant-btn:hover {
  background: #252525;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-variant-btn:active, #s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f9996537-27f5-43c4-8524-d62bc29d3de9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2bf6b8c2-8eea-49d6-932a-8d36e59e77dd {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-2bf6b8c2-8eea-49d6-932a-8d36e59e77dd:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-2bf6b8c2-8eea-49d6-932a-8d36e59e77dd:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-2bf6b8c2-8eea-49d6-932a-8d36e59e77dd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bf6b8c2-8eea-49d6-932a-8d36e59e77dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bf6b8c2-8eea-49d6-932a-8d36e59e77dd.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-2bf6b8c2-8eea-49d6-932a-8d36e59e77dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2bf6b8c2-8eea-49d6-932a-8d36e59e77dd.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


@media (min-width: 768px) and (max-width: 991px){#s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4 {
  display: none;
}
#s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4, #wrap-s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4 { display:none !important; }}@media (max-width: 767px){#s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4 {
  display: none;
}
#s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4, #wrap-s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b600cdb6-23f5-4acd-8274-1c065a6bd0d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e667f284-7f3a-478e-b0c2-83da3974176f {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-e667f284-7f3a-478e-b0c2-83da3974176f img.shogun-image,
  #s-e667f284-7f3a-478e-b0c2-83da3974176f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e667f284-7f3a-478e-b0c2-83da3974176f {
    width: 100%;
    height: auto;
  }



  img.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
    
    
  }


.s-e667f284-7f3a-478e-b0c2-83da3974176f .shogun-image-content {
  
    align-items: center;
  
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shg-align-container {
  text-align: center
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e667f284-7f3a-478e-b0c2-83da3974176f img.shogun-image,
  #s-e667f284-7f3a-478e-b0c2-83da3974176f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e667f284-7f3a-478e-b0c2-83da3974176f {
    width: 100%;
    height: auto;
  }



  img.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
    
    
  }


.s-e667f284-7f3a-478e-b0c2-83da3974176f .shogun-image-content {
  
    align-items: center;
  
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shg-align-container {
  text-align: center
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
  box-sizing: border-box;
}


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



  #s-e667f284-7f3a-478e-b0c2-83da3974176f img.shogun-image,
  #s-e667f284-7f3a-478e-b0c2-83da3974176f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e667f284-7f3a-478e-b0c2-83da3974176f {
    width: 100%;
    height: auto;
  }



  img.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
    
    
  }


.s-e667f284-7f3a-478e-b0c2-83da3974176f .shogun-image-content {
  
    align-items: center;
  
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shg-align-container {
  text-align: center
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
  box-sizing: border-box;
}


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



  #s-e667f284-7f3a-478e-b0c2-83da3974176f img.shogun-image,
  #s-e667f284-7f3a-478e-b0c2-83da3974176f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e667f284-7f3a-478e-b0c2-83da3974176f {
    width: 100%;
    height: auto;
  }



  img.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
    
    
  }


.s-e667f284-7f3a-478e-b0c2-83da3974176f .shogun-image-content {
  
    align-items: center;
  
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shg-align-container {
  text-align: center
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
  box-sizing: border-box;
}


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



  #s-e667f284-7f3a-478e-b0c2-83da3974176f img.shogun-image,
  #s-e667f284-7f3a-478e-b0c2-83da3974176f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e667f284-7f3a-478e-b0c2-83da3974176f {
    width: 100%;
    height: auto;
  }



  img.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
    
    
  }


.s-e667f284-7f3a-478e-b0c2-83da3974176f .shogun-image-content {
  
    align-items: center;
  
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shg-align-container {
  text-align: center
}

.s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e667f284-7f3a-478e-b0c2-83da3974176f.shogun-image {
  box-sizing: border-box;
}


}
#s-a6aecb7f-ab65-4b69-adf1-679d67b5d439 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(228, 221, 206, 1);
}








#s-a6aecb7f-ab65-4b69-adf1-679d67b5d439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6aecb7f-ab65-4b69-adf1-679d67b5d439.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-578dd79c-d0d2-4b02-91f5-f16eca7def14 {
  margin-bottom: 25px;
}

#s-4a22b35b-44e4-46a8-ae60-da24f37610cd {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f {
  margin-bottom: 5px;
max-width: 6px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f img.shogun-image,
  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f {
    width: 100%;
    height: auto;
  }



  img.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
    
    
  }


.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shogun-image-content {
  
    align-items: center;
  
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shg-align-container {
  text-align: center
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f img.shogun-image,
  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f {
    width: 100%;
    height: auto;
  }



  img.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
    
    
  }


.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shogun-image-content {
  
    align-items: center;
  
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shg-align-container {
  text-align: center
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
  box-sizing: border-box;
}


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



  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f img.shogun-image,
  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f {
    width: 100%;
    height: auto;
  }



  img.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
    
    
  }


.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shogun-image-content {
  
    align-items: center;
  
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shg-align-container {
  text-align: center
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
  box-sizing: border-box;
}


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



  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f img.shogun-image,
  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f {
    width: 100%;
    height: auto;
  }



  img.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
    
    
  }


.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shogun-image-content {
  
    align-items: center;
  
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shg-align-container {
  text-align: center
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
  box-sizing: border-box;
}


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



  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f img.shogun-image,
  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f {
    width: 100%;
    height: auto;
  }



  img.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
    
    
  }


.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f .shogun-image-content {
  
    align-items: center;
  
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shg-align-container {
  text-align: center
}

.s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b5fa64-a1b9-4b4f-9690-0b6414d2a39f.shogun-image {
  box-sizing: border-box;
}


}
#s-30cff412-28aa-4e60-8277-4876d5e0a865 {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-30cff412-28aa-4e60-8277-4876d5e0a865 img.shogun-image,
  #s-30cff412-28aa-4e60-8277-4876d5e0a865 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30cff412-28aa-4e60-8277-4876d5e0a865 {
    width: 100%;
    height: auto;
  }



  img.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
    
    
  }


.s-30cff412-28aa-4e60-8277-4876d5e0a865 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shg-align-container {
  text-align: center
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-30cff412-28aa-4e60-8277-4876d5e0a865 img.shogun-image,
  #s-30cff412-28aa-4e60-8277-4876d5e0a865 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30cff412-28aa-4e60-8277-4876d5e0a865 {
    width: 100%;
    height: auto;
  }



  img.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
    
    
  }


.s-30cff412-28aa-4e60-8277-4876d5e0a865 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shg-align-container {
  text-align: center
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
  box-sizing: border-box;
}


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



  #s-30cff412-28aa-4e60-8277-4876d5e0a865 img.shogun-image,
  #s-30cff412-28aa-4e60-8277-4876d5e0a865 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30cff412-28aa-4e60-8277-4876d5e0a865 {
    width: 100%;
    height: auto;
  }



  img.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
    
    
  }


.s-30cff412-28aa-4e60-8277-4876d5e0a865 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shg-align-container {
  text-align: center
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
  box-sizing: border-box;
}


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



  #s-30cff412-28aa-4e60-8277-4876d5e0a865 img.shogun-image,
  #s-30cff412-28aa-4e60-8277-4876d5e0a865 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30cff412-28aa-4e60-8277-4876d5e0a865 {
    width: 100%;
    height: auto;
  }



  img.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
    
    
  }


.s-30cff412-28aa-4e60-8277-4876d5e0a865 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shg-align-container {
  text-align: center
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
  box-sizing: border-box;
}


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



  #s-30cff412-28aa-4e60-8277-4876d5e0a865 img.shogun-image,
  #s-30cff412-28aa-4e60-8277-4876d5e0a865 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30cff412-28aa-4e60-8277-4876d5e0a865 {
    width: 100%;
    height: auto;
  }



  img.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
    
    
  }


.s-30cff412-28aa-4e60-8277-4876d5e0a865 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shg-align-container {
  text-align: center
}

.s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cff412-28aa-4e60-8277-4876d5e0a865.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-b18d0483-a54a-484b-842f-65d8a5e4c7cd {
  display: none;
}
#s-b18d0483-a54a-484b-842f-65d8a5e4c7cd, #wrap-s-b18d0483-a54a-484b-842f-65d8a5e4c7cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b18d0483-a54a-484b-842f-65d8a5e4c7cd {
  display: none;
}
#s-b18d0483-a54a-484b-842f-65d8a5e4c7cd, #wrap-s-b18d0483-a54a-484b-842f-65d8a5e4c7cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b18d0483-a54a-484b-842f-65d8a5e4c7cd {
  
}
}@media (max-width: 767px){#s-b18d0483-a54a-484b-842f-65d8a5e4c7cd {
  display: none;
}
#s-b18d0483-a54a-484b-842f-65d8a5e4c7cd, #wrap-s-b18d0483-a54a-484b-842f-65d8a5e4c7cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-b18d0483-a54a-484b-842f-65d8a5e4c7cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b18d0483-a54a-484b-842f-65d8a5e4c7cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b18d0483-a54a-484b-842f-65d8a5e4c7cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b18d0483-a54a-484b-842f-65d8a5e4c7cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-63d94317-db8d-4bf0-a342-e8db1dab2c90 {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 img.shogun-image,
  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 {
    width: 100%;
    height: auto;
  }



  img.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
    
    
  }


.s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shg-align-container {
  text-align: center
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 img.shogun-image,
  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 {
    width: 100%;
    height: auto;
  }



  img.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
    
    
  }


.s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shg-align-container {
  text-align: center
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
  box-sizing: border-box;
}


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



  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 img.shogun-image,
  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 {
    width: 100%;
    height: auto;
  }



  img.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
    
    
  }


.s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shg-align-container {
  text-align: center
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
  box-sizing: border-box;
}


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



  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 img.shogun-image,
  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 {
    width: 100%;
    height: auto;
  }



  img.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
    
    
  }


.s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shg-align-container {
  text-align: center
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
  box-sizing: border-box;
}


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



  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 img.shogun-image,
  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63d94317-db8d-4bf0-a342-e8db1dab2c90 {
    width: 100%;
    height: auto;
  }



  img.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
    
    
  }


.s-63d94317-db8d-4bf0-a342-e8db1dab2c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shg-align-container {
  text-align: center
}

.s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d94317-db8d-4bf0-a342-e8db1dab2c90.shogun-image {
  box-sizing: border-box;
}


}
#s-22e92e22-62c9-45d5-919c-6843c41ed1a8 {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 img.shogun-image,
  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 {
    width: 100%;
    height: auto;
  }



  img.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
    
    
  }


.s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shg-align-container {
  text-align: center
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 img.shogun-image,
  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 {
    width: 100%;
    height: auto;
  }



  img.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
    
    
  }


.s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shg-align-container {
  text-align: center
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
  box-sizing: border-box;
}


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



  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 img.shogun-image,
  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 {
    width: 100%;
    height: auto;
  }



  img.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
    
    
  }


.s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shg-align-container {
  text-align: center
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
  box-sizing: border-box;
}


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



  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 img.shogun-image,
  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 {
    width: 100%;
    height: auto;
  }



  img.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
    
    
  }


.s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shg-align-container {
  text-align: center
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
  box-sizing: border-box;
}


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



  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 img.shogun-image,
  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e92e22-62c9-45d5-919c-6843c41ed1a8 {
    width: 100%;
    height: auto;
  }



  img.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
    
    
  }


.s-22e92e22-62c9-45d5-919c-6843c41ed1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shg-align-container {
  text-align: center
}

.s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e92e22-62c9-45d5-919c-6843c41ed1a8.shogun-image {
  box-sizing: border-box;
}


}
#s-36676044-a7ac-4285-84ed-cddc60a10603 {
  padding-left: 5%;
padding-right: 5%;
min-height: 600px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-36676044-a7ac-4285-84ed-cddc60a10603 {
  display: none;
}
#s-36676044-a7ac-4285-84ed-cddc60a10603, #wrap-s-36676044-a7ac-4285-84ed-cddc60a10603 { display:none !important; }}@media (max-width: 767px){#s-36676044-a7ac-4285-84ed-cddc60a10603 {
  display: none;
}
#s-36676044-a7ac-4285-84ed-cddc60a10603, #wrap-s-36676044-a7ac-4285-84ed-cddc60a10603 { display:none !important; }}







#s-36676044-a7ac-4285-84ed-cddc60a10603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36676044-a7ac-4285-84ed-cddc60a10603.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28de0ea2-a680-4063-83a3-2b9360e762f4 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-28de0ea2-a680-4063-83a3-2b9360e762f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28de0ea2-a680-4063-83a3-2b9360e762f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28de0ea2-a680-4063-83a3-2b9360e762f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28de0ea2-a680-4063-83a3-2b9360e762f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0e968eed-030e-44b2-9d99-39c5ceea9e76 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 img.shogun-image,
  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 {
    width: 100%;
    height: auto;
  }



  img.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
    
    
  }


.s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shg-align-container {
  text-align: center
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 img.shogun-image,
  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 {
    width: 100%;
    height: auto;
  }



  img.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
    
    
  }


.s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shg-align-container {
  text-align: center
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 img.shogun-image,
  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 {
    width: 100%;
    height: auto;
  }



  img.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
    
    
  }


.s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shg-align-container {
  text-align: center
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 img.shogun-image,
  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 {
    width: 100%;
    height: auto;
  }



  img.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
    
    
  }


.s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shg-align-container {
  text-align: center
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 img.shogun-image,
  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e968eed-030e-44b2-9d99-39c5ceea9e76 {
    width: 100%;
    height: auto;
  }



  img.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
    
    
  }


.s-0e968eed-030e-44b2-9d99-39c5ceea9e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shg-align-container {
  text-align: center
}

.s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e968eed-030e-44b2-9d99-39c5ceea9e76.shogun-image {
  box-sizing: border-box;
}


}
#s-168c7e1d-4b96-4e01-909f-048e2378b5b5 {
  min-height: 50px;
}








#s-168c7e1d-4b96-4e01-909f-048e2378b5b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-168c7e1d-4b96-4e01-909f-048e2378b5b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c17525a-bb11-4ee5-8936-7b2a28da577a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-4c17525a-bb11-4ee5-8936-7b2a28da577a {
  display: none;
}
#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 {
  max-width:  100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  width: 100%;
}



.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 {
  max-width:  100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  width: 100%;
}



.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 {
  max-width:  100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  width: 100%;
}



.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 {
  max-width:  100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  width: 100%;
}



.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 {
  max-width:  100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  width: 100%;
}



.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 .shg-image-zoom,
.shg-c#s-f91ad5c2-ab5b-4ffa-8e17-bf4958562602 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d23b343d-6164-446a-b717-ce472e3e622f {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ef64df6a-8549-48a8-9198-45d4b7ba81fa {
  margin-bottom: -10px;
text-align: center;
}

#s-ef64df6a-8549-48a8-9198-45d4b7ba81fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-ef64df6a-8549-48a8-9198-45d4b7ba81fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-ef64df6a-8549-48a8-9198-45d4b7ba81fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .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-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1-btn-wrapper {
    text-align: center;
  }


#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-variant-btn:hover {
  background: #252525;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-variant-btn:active, #s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e1f039c5-38a0-44ae-8ba7-8965bf83f4d1 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c8038821-c942-470d-86bf-1ffdb2a39253 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-c8038821-c942-470d-86bf-1ffdb2a39253:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-c8038821-c942-470d-86bf-1ffdb2a39253:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-c8038821-c942-470d-86bf-1ffdb2a39253 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8038821-c942-470d-86bf-1ffdb2a39253.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8038821-c942-470d-86bf-1ffdb2a39253.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-c8038821-c942-470d-86bf-1ffdb2a39253.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c8038821-c942-470d-86bf-1ffdb2a39253.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c {
  display: none;
}
#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c, #wrap-s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c {
  display: none;
}
#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c, #wrap-s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c {
  display: none;
}
#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c, #wrap-s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c { display:none !important; }}







#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edd3e4ab-e8e7-4e3f-9cfe-ed042a590e2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-593e30bd-6601-4479-9994-1ffc924e04a9 {
  margin-bottom: 15px;
}

#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd {
  padding-left: 5%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd {
  display: none;
}
#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd, #wrap-s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd {
  display: none;
}
#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd, #wrap-s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd {
  
}
}@media (max-width: 767px){#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd {
  display: none;
}
#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd, #wrap-s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd { display:none !important; }}







#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce9f6a4e-62aa-4fcb-ac3f-9093bd447ddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db9ea7f6-b0d6-46cb-8b6f-a48ff32634c1 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-db9ea7f6-b0d6-46cb-8b6f-a48ff32634c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db9ea7f6-b0d6-46cb-8b6f-a48ff32634c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db9ea7f6-b0d6-46cb-8b6f-a48ff32634c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db9ea7f6-b0d6-46cb-8b6f-a48ff32634c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c40d0aa9-c137-4863-b59e-60e81498938d {
  min-height: 50px;
}








#s-c40d0aa9-c137-4863-b59e-60e81498938d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c40d0aa9-c137-4863-b59e-60e81498938d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 img.shogun-image,
  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 {
    width: 100%;
    height: auto;
  }



  img.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
    
    
  }


.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shogun-image-content {
  
    align-items: center;
  
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shg-align-container {
  text-align: center
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 img.shogun-image,
  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 {
    width: 100%;
    height: auto;
  }



  img.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
    
    
  }


.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shogun-image-content {
  
    align-items: center;
  
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shg-align-container {
  text-align: center
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
  box-sizing: border-box;
}


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



  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 img.shogun-image,
  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 {
    width: 100%;
    height: auto;
  }



  img.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
    
    
  }


.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shogun-image-content {
  
    align-items: center;
  
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shg-align-container {
  text-align: center
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
  box-sizing: border-box;
}


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



  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 img.shogun-image,
  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 {
    width: 100%;
    height: auto;
  }



  img.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
    
    
  }


.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shogun-image-content {
  
    align-items: center;
  
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shg-align-container {
  text-align: center
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
  box-sizing: border-box;
}


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



  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 img.shogun-image,
  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 {
    width: 100%;
    height: auto;
  }



  img.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
    
    
  }


.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522 .shogun-image-content {
  
    align-items: center;
  
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shg-align-container {
  text-align: center
}

.s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d41ad6b8-e21b-45ef-8b71-9efb3cfc0522.shogun-image {
  box-sizing: border-box;
}


}
#s-d15ac73b-79bd-4a84-9aba-80a3ef26794c {
  min-height: 50px;
}








#s-d15ac73b-79bd-4a84-9aba-80a3ef26794c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d15ac73b-79bd-4a84-9aba-80a3ef26794c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f93cabcf-57a6-4055-9cc7-39406e097570 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-f93cabcf-57a6-4055-9cc7-39406e097570 {
  display: none;
}
#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 {
  max-width:  100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  width: 100%;
}



.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 {
  max-width:  100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  width: 100%;
}



.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 {
  max-width:  100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  width: 100%;
}



.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 {
  max-width:  100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  width: 100%;
}



.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 {
  max-width:  100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  width: 100%;
}



.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 .shg-image-zoom,
.shg-c#s-67e208f8-a6ca-4335-8734-9dd42a2661c0 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-8c0ba130-c2e6-4a25-82d2-6d9153445f40 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4865c754-1a7d-4758-b888-79bf67983e4c {
  margin-bottom: -10px;
text-align: center;
}

#s-4865c754-1a7d-4758-b888-79bf67983e4c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-4865c754-1a7d-4758-b888-79bf67983e4c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-4865c754-1a7d-4758-b888-79bf67983e4c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .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-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-82d0e34b-6095-41a4-857f-35730fc3bb3f-btn-wrapper {
    text-align: center;
  }


#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-variant-btn:hover {
  background: #252525;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-variant-btn:active, #s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-82d0e34b-6095-41a4-857f-35730fc3bb3f .shg-variant-btn.disabled {
  background: #252525;
}

#s-572f150f-9554-4acd-84fb-1136298adeb9 {
  margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-572f150f-9554-4acd-84fb-1136298adeb9:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-572f150f-9554-4acd-84fb-1136298adeb9:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-572f150f-9554-4acd-84fb-1136298adeb9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-572f150f-9554-4acd-84fb-1136298adeb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-572f150f-9554-4acd-84fb-1136298adeb9.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-572f150f-9554-4acd-84fb-1136298adeb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-572f150f-9554-4acd-84fb-1136298adeb9.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-0c269f74-f749-4589-96e4-e265def7dff1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(228, 221, 206, 1);
}
@media (min-width: 1200px){#s-0c269f74-f749-4589-96e4-e265def7dff1 {
  display: none;
}
#s-0c269f74-f749-4589-96e4-e265def7dff1, #wrap-s-0c269f74-f749-4589-96e4-e265def7dff1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c269f74-f749-4589-96e4-e265def7dff1 {
  display: none;
}
#s-0c269f74-f749-4589-96e4-e265def7dff1, #wrap-s-0c269f74-f749-4589-96e4-e265def7dff1 { display:none !important; }}@media (max-width: 767px){#s-0c269f74-f749-4589-96e4-e265def7dff1 {
  display: none;
}
#s-0c269f74-f749-4589-96e4-e265def7dff1, #wrap-s-0c269f74-f749-4589-96e4-e265def7dff1 { display:none !important; }}







#s-0c269f74-f749-4589-96e4-e265def7dff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c269f74-f749-4589-96e4-e265def7dff1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1691af88-18dc-4183-9066-9e27603fc7ea {
  margin-bottom: 15px;
}

#s-27732edc-2042-490c-8f50-ece42bcffba0 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-333ef486-81bc-40d6-a481-8e3f5ea2bddd {
  margin-bottom: 5px;
max-width: 5px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd img.shogun-image,
  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd {
    width: 100%;
    height: auto;
  }



  img.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
    
    
  }


.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shogun-image-content {
  
    align-items: center;
  
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shg-align-container {
  text-align: center
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd img.shogun-image,
  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd {
    width: 100%;
    height: auto;
  }



  img.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
    
    
  }


.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shogun-image-content {
  
    align-items: center;
  
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shg-align-container {
  text-align: center
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
  box-sizing: border-box;
}


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



  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd img.shogun-image,
  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd {
    width: 100%;
    height: auto;
  }



  img.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
    
    
  }


.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shogun-image-content {
  
    align-items: center;
  
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shg-align-container {
  text-align: center
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
  box-sizing: border-box;
}


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



  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd img.shogun-image,
  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd {
    width: 100%;
    height: auto;
  }



  img.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
    
    
  }


.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shogun-image-content {
  
    align-items: center;
  
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shg-align-container {
  text-align: center
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
  box-sizing: border-box;
}


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



  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd img.shogun-image,
  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-333ef486-81bc-40d6-a481-8e3f5ea2bddd {
    width: 100%;
    height: auto;
  }



  img.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
    
    
  }


.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd .shogun-image-content {
  
    align-items: center;
  
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shg-align-container {
  text-align: center
}

.s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333ef486-81bc-40d6-a481-8e3f5ea2bddd.shogun-image {
  box-sizing: border-box;
}


}
#s-bf047dc3-e7a1-4991-87ba-d30da24b4131 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(228, 221, 206, 1);
}
@media (min-width: 1200px){#s-bf047dc3-e7a1-4991-87ba-d30da24b4131 {
  display: none;
}
#s-bf047dc3-e7a1-4991-87ba-d30da24b4131, #wrap-s-bf047dc3-e7a1-4991-87ba-d30da24b4131 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf047dc3-e7a1-4991-87ba-d30da24b4131 {
  display: none;
}
#s-bf047dc3-e7a1-4991-87ba-d30da24b4131, #wrap-s-bf047dc3-e7a1-4991-87ba-d30da24b4131 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf047dc3-e7a1-4991-87ba-d30da24b4131 {
  display: none;
}
#s-bf047dc3-e7a1-4991-87ba-d30da24b4131, #wrap-s-bf047dc3-e7a1-4991-87ba-d30da24b4131 { display:none !important; }}







#s-bf047dc3-e7a1-4991-87ba-d30da24b4131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf047dc3-e7a1-4991-87ba-d30da24b4131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25edd015-fad7-4798-a8a8-f5affa99678f {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-52229533-4df9-47f7-854f-85a1e204ae3b {
  margin-bottom: 5px;
max-width: 5px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-52229533-4df9-47f7-854f-85a1e204ae3b img.shogun-image,
  #s-52229533-4df9-47f7-854f-85a1e204ae3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52229533-4df9-47f7-854f-85a1e204ae3b {
    width: 100%;
    height: auto;
  }



  img.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
    
    
  }


.s-52229533-4df9-47f7-854f-85a1e204ae3b .shogun-image-content {
  
    align-items: center;
  
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shg-align-container {
  text-align: center
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-52229533-4df9-47f7-854f-85a1e204ae3b img.shogun-image,
  #s-52229533-4df9-47f7-854f-85a1e204ae3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52229533-4df9-47f7-854f-85a1e204ae3b {
    width: 100%;
    height: auto;
  }



  img.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
    
    
  }


.s-52229533-4df9-47f7-854f-85a1e204ae3b .shogun-image-content {
  
    align-items: center;
  
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shg-align-container {
  text-align: center
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
  box-sizing: border-box;
}


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



  #s-52229533-4df9-47f7-854f-85a1e204ae3b img.shogun-image,
  #s-52229533-4df9-47f7-854f-85a1e204ae3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52229533-4df9-47f7-854f-85a1e204ae3b {
    width: 100%;
    height: auto;
  }



  img.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
    
    
  }


.s-52229533-4df9-47f7-854f-85a1e204ae3b .shogun-image-content {
  
    align-items: center;
  
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shg-align-container {
  text-align: center
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
  box-sizing: border-box;
}


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



  #s-52229533-4df9-47f7-854f-85a1e204ae3b img.shogun-image,
  #s-52229533-4df9-47f7-854f-85a1e204ae3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52229533-4df9-47f7-854f-85a1e204ae3b {
    width: 100%;
    height: auto;
  }



  img.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
    
    
  }


.s-52229533-4df9-47f7-854f-85a1e204ae3b .shogun-image-content {
  
    align-items: center;
  
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shg-align-container {
  text-align: center
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
  box-sizing: border-box;
}


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



  #s-52229533-4df9-47f7-854f-85a1e204ae3b img.shogun-image,
  #s-52229533-4df9-47f7-854f-85a1e204ae3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52229533-4df9-47f7-854f-85a1e204ae3b {
    width: 100%;
    height: auto;
  }



  img.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
    
    
  }


.s-52229533-4df9-47f7-854f-85a1e204ae3b .shogun-image-content {
  
    align-items: center;
  
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shg-align-container {
  text-align: center
}

.s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52229533-4df9-47f7-854f-85a1e204ae3b.shogun-image {
  box-sizing: border-box;
}


}
#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 {
  padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 {
  display: none;
}
#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03, #wrap-s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 {
  display: none;
}
#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03, #wrap-s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 {
  display: none;
}
#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03, #wrap-s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 { display:none !important; }}@media (max-width: 767px){#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 {
  
}
}







#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6a96353-0f6a-4df3-850b-8e3239fc2a03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f img.shogun-image,
  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f {
    width: 100%;
    height: auto;
  }



  img.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
    
    
  }


.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shg-align-container {
  text-align: center
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f img.shogun-image,
  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f {
    width: 100%;
    height: auto;
  }



  img.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
    
    
  }


.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shg-align-container {
  text-align: center
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f img.shogun-image,
  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f {
    width: 100%;
    height: auto;
  }



  img.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
    
    
  }


.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shg-align-container {
  text-align: center
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f img.shogun-image,
  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f {
    width: 100%;
    height: auto;
  }



  img.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
    
    
  }


.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shg-align-container {
  text-align: center
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f img.shogun-image,
  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f {
    width: 100%;
    height: auto;
  }



  img.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
    
    
  }


.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shg-align-container {
  text-align: center
}

.s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e13d1e2e-b984-4dd9-a8e6-73d19c07ee5f.shogun-image {
  box-sizing: border-box;
}


}
#s-b864f24f-8d37-464b-8c92-25920dbd023c {
  padding-left: 5%;
padding-bottom: 35px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-b864f24f-8d37-464b-8c92-25920dbd023c {
  display: none;
}
#s-b864f24f-8d37-464b-8c92-25920dbd023c, #wrap-s-b864f24f-8d37-464b-8c92-25920dbd023c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b864f24f-8d37-464b-8c92-25920dbd023c {
  display: none;
}
#s-b864f24f-8d37-464b-8c92-25920dbd023c, #wrap-s-b864f24f-8d37-464b-8c92-25920dbd023c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b864f24f-8d37-464b-8c92-25920dbd023c {
  display: none;
}
#s-b864f24f-8d37-464b-8c92-25920dbd023c, #wrap-s-b864f24f-8d37-464b-8c92-25920dbd023c { display:none !important; }}@media (max-width: 767px){#s-b864f24f-8d37-464b-8c92-25920dbd023c {
  
}
}







#s-b864f24f-8d37-464b-8c92-25920dbd023c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b864f24f-8d37-464b-8c92-25920dbd023c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-866c671c-b0e4-42c9-8f46-0486defe4afd {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-866c671c-b0e4-42c9-8f46-0486defe4afd {
  display: none;
}
#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae {
  max-width:  100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  width: 100%;
}



.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae {
  max-width:  100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  width: 100%;
}



.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae {
  max-width:  100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  width: 100%;
}



.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae {
  max-width:  100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  width: 100%;
}



.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae {
  max-width:  100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  width: 100%;
}



.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae .shg-image-zoom,
.shg-c#s-dd0d8ddc-b3cb-4f6f-90c5-0c72f8cd2fae img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-6a3cce8a-4099-4674-88c6-6333f7fdcf08 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2d408504-2742-405f-be31-2c7568074bdb {
  margin-bottom: -10px;
text-align: center;
}

#s-2d408504-2742-405f-be31-2c7568074bdb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-2d408504-2742-405f-be31-2c7568074bdb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-2d408504-2742-405f-be31-2c7568074bdb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .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-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a-btn-wrapper {
    text-align: center;
  }


#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-variant-btn:hover {
  background: #252525;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-variant-btn:active, #s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5ab82d4a-58ef-46ae-9ddb-ba287c62199a .shg-variant-btn.disabled {
  background: #252525;
}

#s-b34a3e4d-4428-442c-a8d7-06616b8ce2aa {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-b34a3e4d-4428-442c-a8d7-06616b8ce2aa:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-b34a3e4d-4428-442c-a8d7-06616b8ce2aa:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-b34a3e4d-4428-442c-a8d7-06616b8ce2aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b34a3e4d-4428-442c-a8d7-06616b8ce2aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b34a3e4d-4428-442c-a8d7-06616b8ce2aa.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-b34a3e4d-4428-442c-a8d7-06616b8ce2aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b34a3e4d-4428-442c-a8d7-06616b8ce2aa.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-70315551-5dc5-472a-9b37-5ef2b8c85d8d {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70315551-5dc5-472a-9b37-5ef2b8c85d8d {
  display: none;
}
#s-70315551-5dc5-472a-9b37-5ef2b8c85d8d, #wrap-s-70315551-5dc5-472a-9b37-5ef2b8c85d8d { display:none !important; }}@media (max-width: 767px){#s-70315551-5dc5-472a-9b37-5ef2b8c85d8d {
  display: none;
}
#s-70315551-5dc5-472a-9b37-5ef2b8c85d8d, #wrap-s-70315551-5dc5-472a-9b37-5ef2b8c85d8d { display:none !important; }}
@media (min-width: 0px) {
[id="s-70315551-5dc5-472a-9b37-5ef2b8c85d8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70315551-5dc5-472a-9b37-5ef2b8c85d8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70315551-5dc5-472a-9b37-5ef2b8c85d8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70315551-5dc5-472a-9b37-5ef2b8c85d8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 img.shogun-image,
  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 {
    width: 100%;
    height: auto;
  }



  img.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
    
    
  }


.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shogun-image-content {
  
    align-items: center;
  
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shg-align-container {
  text-align: center
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 img.shogun-image,
  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 {
    width: 100%;
    height: auto;
  }



  img.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
    
    
  }


.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shogun-image-content {
  
    align-items: center;
  
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shg-align-container {
  text-align: center
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
  box-sizing: border-box;
}


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



  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 img.shogun-image,
  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 {
    width: 100%;
    height: auto;
  }



  img.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
    
    
  }


.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shogun-image-content {
  
    align-items: center;
  
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shg-align-container {
  text-align: center
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
  box-sizing: border-box;
}


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



  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 img.shogun-image,
  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 {
    width: 100%;
    height: auto;
  }



  img.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
    
    
  }


.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shogun-image-content {
  
    align-items: center;
  
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shg-align-container {
  text-align: center
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
  box-sizing: border-box;
}


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



  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 img.shogun-image,
  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 {
    width: 100%;
    height: auto;
  }



  img.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
    
    
  }


.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035 .shogun-image-content {
  
    align-items: center;
  
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shg-align-container {
  text-align: center
}

.s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e7c6a8-be84-4f5b-82e2-1edf347d0035.shogun-image {
  box-sizing: border-box;
}


}
#s-f9189400-faeb-4337-81e5-51027e760692 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(228, 221, 206, 1);
}








#s-f9189400-faeb-4337-81e5-51027e760692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9189400-faeb-4337-81e5-51027e760692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22445ad8-c489-4f16-b3c2-f983841f5789 {
  margin-bottom: 25px;
}

#s-7c34df34-7a1e-48dc-a38d-514b5a8a3ed9 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-bd312984-30ff-474e-a8a8-1a92ca5addf3 {
  margin-bottom: 5px;
max-width: 6px;
aspect-ratio: 300/2750;
text-align: center;
}





  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 img.shogun-image,
  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 {
    width: 100%;
    height: auto;
  }



  img.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
    
    
  }


.s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shg-align-container {
  text-align: center
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 img.shogun-image,
  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 {
    width: 100%;
    height: auto;
  }



  img.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
    
    
  }


.s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shg-align-container {
  text-align: center
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
  box-sizing: border-box;
}


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



  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 img.shogun-image,
  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 {
    width: 100%;
    height: auto;
  }



  img.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
    
    
  }


.s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shg-align-container {
  text-align: center
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
  box-sizing: border-box;
}


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



  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 img.shogun-image,
  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 {
    width: 100%;
    height: auto;
  }



  img.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
    
    
  }


.s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shg-align-container {
  text-align: center
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
  box-sizing: border-box;
}


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



  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 img.shogun-image,
  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd312984-30ff-474e-a8a8-1a92ca5addf3 {
    width: 100%;
    height: auto;
  }



  img.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
    
    
  }


.s-bd312984-30ff-474e-a8a8-1a92ca5addf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shg-align-container {
  text-align: center
}

.s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd312984-30ff-474e-a8a8-1a92ca5addf3.shogun-image {
  box-sizing: border-box;
}


}
#s-6b43ea78-6347-4791-8d18-e7394cc76da1 {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 img.shogun-image,
  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 {
    width: 100%;
    height: auto;
  }



  img.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
    
    
  }


.s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shg-align-container {
  text-align: center
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 img.shogun-image,
  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 {
    width: 100%;
    height: auto;
  }



  img.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
    
    
  }


.s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shg-align-container {
  text-align: center
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
  box-sizing: border-box;
}


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



  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 img.shogun-image,
  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 {
    width: 100%;
    height: auto;
  }



  img.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
    
    
  }


.s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shg-align-container {
  text-align: center
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
  box-sizing: border-box;
}


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



  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 img.shogun-image,
  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 {
    width: 100%;
    height: auto;
  }



  img.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
    
    
  }


.s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shg-align-container {
  text-align: center
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
  box-sizing: border-box;
}


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



  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 img.shogun-image,
  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b43ea78-6347-4791-8d18-e7394cc76da1 {
    width: 100%;
    height: auto;
  }



  img.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
    
    
  }


.s-6b43ea78-6347-4791-8d18-e7394cc76da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shg-align-container {
  text-align: center
}

.s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b43ea78-6347-4791-8d18-e7394cc76da1.shogun-image {
  box-sizing: border-box;
}


}
#s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c {
  display: none;
}
#s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c, #wrap-s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c {
  display: none;
}
#s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c, #wrap-s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c {
  
}
}@media (max-width: 767px){#s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c {
  display: none;
}
#s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c, #wrap-s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c { display:none !important; }}
@media (min-width: 0px) {
[id="s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ff02bdb-a9f3-4449-9568-6ad1311c8d2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-102a04f2-2d76-426b-87fb-a5eb0445b700 {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 img.shogun-image,
  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 {
    width: 100%;
    height: auto;
  }



  img.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
    
    
  }


.s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shogun-image-content {
  
    align-items: center;
  
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shg-align-container {
  text-align: center
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 img.shogun-image,
  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 {
    width: 100%;
    height: auto;
  }



  img.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
    
    
  }


.s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shogun-image-content {
  
    align-items: center;
  
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shg-align-container {
  text-align: center
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
  box-sizing: border-box;
}


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



  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 img.shogun-image,
  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 {
    width: 100%;
    height: auto;
  }



  img.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
    
    
  }


.s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shogun-image-content {
  
    align-items: center;
  
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shg-align-container {
  text-align: center
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
  box-sizing: border-box;
}


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



  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 img.shogun-image,
  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 {
    width: 100%;
    height: auto;
  }



  img.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
    
    
  }


.s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shogun-image-content {
  
    align-items: center;
  
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shg-align-container {
  text-align: center
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
  box-sizing: border-box;
}


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



  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 img.shogun-image,
  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102a04f2-2d76-426b-87fb-a5eb0445b700 {
    width: 100%;
    height: auto;
  }



  img.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
    
    
  }


.s-102a04f2-2d76-426b-87fb-a5eb0445b700 .shogun-image-content {
  
    align-items: center;
  
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shg-align-container {
  text-align: center
}

.s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a04f2-2d76-426b-87fb-a5eb0445b700.shogun-image {
  box-sizing: border-box;
}


}
#s-0a098008-4ce7-4a98-a369-7bcbccc791f5 {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 img.shogun-image,
  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 {
    width: 100%;
    height: auto;
  }



  img.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
    
    
  }


.s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shg-align-container {
  text-align: center
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 img.shogun-image,
  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 {
    width: 100%;
    height: auto;
  }



  img.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
    
    
  }


.s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shg-align-container {
  text-align: center
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 img.shogun-image,
  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 {
    width: 100%;
    height: auto;
  }



  img.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
    
    
  }


.s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shg-align-container {
  text-align: center
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 img.shogun-image,
  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 {
    width: 100%;
    height: auto;
  }



  img.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
    
    
  }


.s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shg-align-container {
  text-align: center
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 img.shogun-image,
  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a098008-4ce7-4a98-a369-7bcbccc791f5 {
    width: 100%;
    height: auto;
  }



  img.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
    
    
  }


.s-0a098008-4ce7-4a98-a369-7bcbccc791f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shg-align-container {
  text-align: center
}

.s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a098008-4ce7-4a98-a369-7bcbccc791f5.shogun-image {
  box-sizing: border-box;
}


}
#s-078824dc-48e5-41d7-b69d-bd40ea625a5a {
  padding-left: 5%;
padding-right: 5%;
min-height: 600px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-078824dc-48e5-41d7-b69d-bd40ea625a5a {
  display: none;
}
#s-078824dc-48e5-41d7-b69d-bd40ea625a5a, #wrap-s-078824dc-48e5-41d7-b69d-bd40ea625a5a { display:none !important; }}@media (max-width: 767px){#s-078824dc-48e5-41d7-b69d-bd40ea625a5a {
  display: none;
}
#s-078824dc-48e5-41d7-b69d-bd40ea625a5a, #wrap-s-078824dc-48e5-41d7-b69d-bd40ea625a5a { display:none !important; }}







#s-078824dc-48e5-41d7-b69d-bd40ea625a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-078824dc-48e5-41d7-b69d-bd40ea625a5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e336c65d-e5c0-4ce6-95e0-b191b9965639 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-e336c65d-e5c0-4ce6-95e0-b191b9965639"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e336c65d-e5c0-4ce6-95e0-b191b9965639"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e336c65d-e5c0-4ce6-95e0-b191b9965639"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e336c65d-e5c0-4ce6-95e0-b191b9965639"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c5ea4683-53c2-46aa-9074-ef4c5c184139 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 img.shogun-image,
  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 {
    width: 100%;
    height: auto;
  }



  img.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
    
    
  }


.s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shg-align-container {
  text-align: center
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 img.shogun-image,
  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 {
    width: 100%;
    height: auto;
  }



  img.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
    
    
  }


.s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shg-align-container {
  text-align: center
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
  box-sizing: border-box;
}


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



  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 img.shogun-image,
  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 {
    width: 100%;
    height: auto;
  }



  img.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
    
    
  }


.s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shg-align-container {
  text-align: center
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
  box-sizing: border-box;
}


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



  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 img.shogun-image,
  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 {
    width: 100%;
    height: auto;
  }



  img.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
    
    
  }


.s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shg-align-container {
  text-align: center
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
  box-sizing: border-box;
}


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



  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 img.shogun-image,
  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5ea4683-53c2-46aa-9074-ef4c5c184139 {
    width: 100%;
    height: auto;
  }



  img.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
    
    
  }


.s-c5ea4683-53c2-46aa-9074-ef4c5c184139 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shg-align-container {
  text-align: center
}

.s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5ea4683-53c2-46aa-9074-ef4c5c184139.shogun-image {
  box-sizing: border-box;
}


}
#s-e36a0305-1357-466d-be04-bedbafde3755 {
  min-height: 50px;
}








#s-e36a0305-1357-466d-be04-bedbafde3755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e36a0305-1357-466d-be04-bedbafde3755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbd46950-6045-4347-b31b-bcb462b6b7d6 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-cbd46950-6045-4347-b31b-bcb462b6b7d6 {
  display: none;
}
#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e {
  max-width:  100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  width: 100%;
}



.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e {
  max-width:  100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  width: 100%;
}



.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e {
  max-width:  100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  width: 100%;
}



.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e {
  max-width:  100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  width: 100%;
}



.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e {
  max-width:  100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  width: 100%;
}



.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e .shg-image-zoom,
.shg-c#s-11d1e1a3-1e85-4b72-bcdd-ad5edf86f84e img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-a35fdbe3-9bea-4a19-802b-8d9ce81559e7 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ac262f71-fe3b-4432-89f2-567baa136bf6 {
  margin-bottom: -10px;
text-align: center;
}

#s-ac262f71-fe3b-4432-89f2-567baa136bf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-ac262f71-fe3b-4432-89f2-567baa136bf6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-ac262f71-fe3b-4432-89f2-567baa136bf6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .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-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-dc68fe95-82f4-4bc8-93f5-02988dd68609-btn-wrapper {
    text-align: center;
  }


#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-variant-btn:hover {
  background: #252525;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-variant-btn:active, #s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-dc68fe95-82f4-4bc8-93f5-02988dd68609 .shg-variant-btn.disabled {
  background: #252525;
}

#s-5a4c50ff-a905-4aa3-9d54-ad2b1b2805f2 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-5a4c50ff-a905-4aa3-9d54-ad2b1b2805f2:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-5a4c50ff-a905-4aa3-9d54-ad2b1b2805f2:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-5a4c50ff-a905-4aa3-9d54-ad2b1b2805f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a4c50ff-a905-4aa3-9d54-ad2b1b2805f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a4c50ff-a905-4aa3-9d54-ad2b1b2805f2.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-5a4c50ff-a905-4aa3-9d54-ad2b1b2805f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5a4c50ff-a905-4aa3-9d54-ad2b1b2805f2.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 {
  padding-left: 5%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 {
  display: none;
}
#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6, #wrap-s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 {
  display: none;
}
#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6, #wrap-s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 {
  
}
}@media (max-width: 767px){#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 {
  display: none;
}
#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6, #wrap-s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 { display:none !important; }}







#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5f182f6-4f4f-47a7-85f3-4dacbe3ad9e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a5864ee-76c0-4cf5-bae3-48f6b9190580 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-6a5864ee-76c0-4cf5-bae3-48f6b9190580"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a5864ee-76c0-4cf5-bae3-48f6b9190580"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a5864ee-76c0-4cf5-bae3-48f6b9190580"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a5864ee-76c0-4cf5-bae3-48f6b9190580"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-115519fe-c8a9-4705-963a-169d9155bad0 {
  min-height: 50px;
}








#s-115519fe-c8a9-4705-963a-169d9155bad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-115519fe-c8a9-4705-963a-169d9155bad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7127ae16-dd04-44bb-839d-b0ef0733b439 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 img.shogun-image,
  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 {
    width: 100%;
    height: auto;
  }



  img.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
    
    
  }


.s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shogun-image-content {
  
    align-items: center;
  
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shg-align-container {
  text-align: center
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 img.shogun-image,
  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 {
    width: 100%;
    height: auto;
  }



  img.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
    
    
  }


.s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shogun-image-content {
  
    align-items: center;
  
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shg-align-container {
  text-align: center
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
  box-sizing: border-box;
}


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



  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 img.shogun-image,
  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 {
    width: 100%;
    height: auto;
  }



  img.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
    
    
  }


.s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shogun-image-content {
  
    align-items: center;
  
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shg-align-container {
  text-align: center
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
  box-sizing: border-box;
}


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



  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 img.shogun-image,
  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 {
    width: 100%;
    height: auto;
  }



  img.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
    
    
  }


.s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shogun-image-content {
  
    align-items: center;
  
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shg-align-container {
  text-align: center
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
  box-sizing: border-box;
}


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



  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 img.shogun-image,
  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7127ae16-dd04-44bb-839d-b0ef0733b439 {
    width: 100%;
    height: auto;
  }



  img.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
    
    
  }


.s-7127ae16-dd04-44bb-839d-b0ef0733b439 .shogun-image-content {
  
    align-items: center;
  
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shg-align-container {
  text-align: center
}

.s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7127ae16-dd04-44bb-839d-b0ef0733b439.shogun-image {
  box-sizing: border-box;
}


}
#s-6efe51a8-b7b4-4e3a-9e2e-cf6560f0c0c0 {
  min-height: 50px;
}








#s-6efe51a8-b7b4-4e3a-9e2e-cf6560f0c0c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6efe51a8-b7b4-4e3a-9e2e-cf6560f0c0c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bce143b0-2ca3-416f-a5d4-f30b27689cfa {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-bce143b0-2ca3-416f-a5d4-f30b27689cfa {
  display: none;
}
#s-ad77165a-629c-4a74-b6be-e9c9f029de3c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c {
  max-width:  100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  width: 100%;
}



.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c {
  max-width:  100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  width: 100%;
}



.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c {
  max-width:  100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  width: 100%;
}



.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c {
  max-width:  100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  width: 100%;
}



.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c {
  max-width:  100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  width: 100%;
}



.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c .shg-image-zoom,
.shg-c#s-ad77165a-629c-4a74-b6be-e9c9f029de3c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-cc426521-1e65-4aa4-92e4-1f669864d249 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2f7226a9-85e3-4ccd-a179-ca1d3c56cca4 {
  margin-bottom: -10px;
text-align: center;
}

#s-2f7226a9-85e3-4ccd-a179-ca1d3c56cca4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
}

#s-2f7226a9-85e3-4ccd-a179-ca1d3c56cca4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Brandon Grotesque;
  font-style:  normal ;
  font-size: 16px;
}

#s-2f7226a9-85e3-4ccd-a179-ca1d3c56cca4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .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-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sentinel SSm;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-97770a45-1648-4fa4-860d-f1f99c86f222-btn-wrapper {
    text-align: center;
  }


#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-variant-btn:hover {
  background: #252525;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-variant-btn:active, #s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-97770a45-1648-4fa4-860d-f1f99c86f222 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ca5f75d9-fe7a-4ab2-a1e3-91e4f33018a6 {
  margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-ca5f75d9-fe7a-4ab2-a1e3-91e4f33018a6:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-ca5f75d9-fe7a-4ab2-a1e3-91e4f33018a6:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}


#s-ca5f75d9-fe7a-4ab2-a1e3-91e4f33018a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca5f75d9-fe7a-4ab2-a1e3-91e4f33018a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca5f75d9-fe7a-4ab2-a1e3-91e4f33018a6.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}

#s-ca5f75d9-fe7a-4ab2-a1e3-91e4f33018a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca5f75d9-fe7a-4ab2-a1e3-91e4f33018a6.shg-btn.shg-product-atc-success {
    
    font-family: Brandon Grotesque;
    
    font-size: 14px;
    
  }


#s-780bad1e-630f-4637-904f-765a2031baa1 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -65px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-780bad1e-630f-4637-904f-765a2031baa1 {
  
}
}@media (max-width: 767px){#s-780bad1e-630f-4637-904f-765a2031baa1 {
  display: none;
}
#s-780bad1e-630f-4637-904f-765a2031baa1, #wrap-s-780bad1e-630f-4637-904f-765a2031baa1 { display:none !important; }}







#s-780bad1e-630f-4637-904f-765a2031baa1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-780bad1e-630f-4637-904f-765a2031baa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a6f4941-4192-490b-a3e4-1861e091896f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: center;
}

#s-1a6f4941-4192-490b-a3e4-1861e091896f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.25em;
  letter-spacing: 2px;
  
}



#s-a3c41958-0d85-4b45-921c-ae6f3f06e79a {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-f8b075d8-4909-4e46-84d6-14e1bed5b284 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 75px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(248, 248, 248, 1);
background-image: none;
hover-type: color;
background-position: center undefined;
}
#s-f8b075d8-4909-4e46-84d6-14e1bed5b284:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-f8b075d8-4909-4e46-84d6-14e1bed5b284:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f8b075d8-4909-4e46-84d6-14e1bed5b284-root {
    text-align: center;
  }


#s-f8b075d8-4909-4e46-84d6-14e1bed5b284.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 18px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8b075d8-4909-4e46-84d6-14e1bed5b284-root {
    text-align: center;
  }


#s-f8b075d8-4909-4e46-84d6-14e1bed5b284.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 18px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8b075d8-4909-4e46-84d6-14e1bed5b284-root {
    text-align: center;
  }


#s-f8b075d8-4909-4e46-84d6-14e1bed5b284.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 18px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8b075d8-4909-4e46-84d6-14e1bed5b284-root {
    text-align: center;
  }


#s-f8b075d8-4909-4e46-84d6-14e1bed5b284.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 18px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8b075d8-4909-4e46-84d6-14e1bed5b284-root {
    text-align: center;
  }


#s-f8b075d8-4909-4e46-84d6-14e1bed5b284.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 18px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
}
  #s-f8b075d8-4909-4e46-84d6-14e1bed5b284-root {
    text-align: center;
  }


#s-f8b075d8-4909-4e46-84d6-14e1bed5b284.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 18px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}

#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -75px;
padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 {
  display: none;
}
#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6, #wrap-s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 {
  display: none;
}
#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6, #wrap-s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 {
  display: none;
}
#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6, #wrap-s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 { display:none !important; }}@media (max-width: 767px){#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 {
  
}
}







#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6a5658a5-ef4e-48fb-bb74-03e3c28913e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e113c9a-64d2-44c9-9a79-93ee94d80064 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-132cd039-76a1-4725-8294-c70a2c2363b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}

#s-132cd039-76a1-4725-8294-c70a2c2363b2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: 2px;
  text-align: center;
}



#s-71fb4b4a-bfef-4755-a121-deb77b32f447 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}

#s-3db63097-d56b-4168-9216-d8234620e847 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 75px;
border-radius: 0px;
background-color: rgba(140, 96, 39, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(248, 248, 248, 1);
background-image: none;
hover-type: color;
background-position: center undefined;
}
#s-3db63097-d56b-4168-9216-d8234620e847:hover {background-color: rgba(155, 111, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 248, 248, 1) !important;}#s-3db63097-d56b-4168-9216-d8234620e847:active {background-color: rgba(140, 96, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3db63097-d56b-4168-9216-d8234620e847 {
  display: none;
}
#s-3db63097-d56b-4168-9216-d8234620e847, #wrap-s-3db63097-d56b-4168-9216-d8234620e847 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3db63097-d56b-4168-9216-d8234620e847 {
  display: none;
}
#s-3db63097-d56b-4168-9216-d8234620e847, #wrap-s-3db63097-d56b-4168-9216-d8234620e847 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3db63097-d56b-4168-9216-d8234620e847 {
  display: none;
}
#s-3db63097-d56b-4168-9216-d8234620e847, #wrap-s-3db63097-d56b-4168-9216-d8234620e847 { display:none !important; }}

  #s-3db63097-d56b-4168-9216-d8234620e847-root {
    text-align: center;
  }


#s-3db63097-d56b-4168-9216-d8234620e847.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3db63097-d56b-4168-9216-d8234620e847-root {
    text-align: center;
  }


#s-3db63097-d56b-4168-9216-d8234620e847.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3db63097-d56b-4168-9216-d8234620e847-root {
    text-align: center;
  }


#s-3db63097-d56b-4168-9216-d8234620e847.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3db63097-d56b-4168-9216-d8234620e847-root {
    text-align: center;
  }


#s-3db63097-d56b-4168-9216-d8234620e847.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3db63097-d56b-4168-9216-d8234620e847-root {
    text-align: center;
  }


#s-3db63097-d56b-4168-9216-d8234620e847.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}
}
  #s-3db63097-d56b-4168-9216-d8234620e847-root {
    text-align: center;
  }


#s-3db63097-d56b-4168-9216-d8234620e847.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 16px;
  
  
  font-family: Brandon Grotesque;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}