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

.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-a5282d05-20fc-4c40-a5d6-11b292473864 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a5282d05-20fc-4c40-a5d6-11b292473864 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5282d05-20fc-4c40-a5d6-11b292473864 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5282d05-20fc-4c40-a5d6-11b292473864 {
  
}
}@media (max-width: 767px){#s-a5282d05-20fc-4c40-a5d6-11b292473864 {
  
}
}







#s-a5282d05-20fc-4c40-a5d6-11b292473864 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5282d05-20fc-4c40-a5d6-11b292473864.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6476a766-f110-4a23-abd1-27ff06dba725 {
  margin-top: 0px;
margin-bottom: 50px;
max-width: 3000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6476a766-f110-4a23-abd1-27ff06dba725 {
  
}
}@media (max-width: 767px){#s-6476a766-f110-4a23-abd1-27ff06dba725 {
  display: none;
}
#s-6476a766-f110-4a23-abd1-27ff06dba725, #wrap-s-6476a766-f110-4a23-abd1-27ff06dba725 { display: none !important; }}







#s-6476a766-f110-4a23-abd1-27ff06dba725 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

#s-299864d9-634e-4cf0-9b60-4f9a4414762f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-299864d9-634e-4cf0-9b60-4f9a4414762f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 768px) {
[id="s-299864d9-634e-4cf0-9b60-4f9a4414762f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-299864d9-634e-4cf0-9b60-4f9a4414762f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-299864d9-634e-4cf0-9b60-4f9a4414762f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-299864d9-634e-4cf0-9b60-4f9a4414762f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-299864d9-634e-4cf0-9b60-4f9a4414762f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-299864d9-634e-4cf0-9b60-4f9a4414762f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-fa86f462-c20e-4bfc-85c1-a44cf5b5bb64 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f527ca03-df90-4e01-9e93-216f5903928f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-61b7fe96-ee4a-492b-a791-c7dd6f09b083 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-61b7fe96-ee4a-492b-a791-c7dd6f09b083 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61b7fe96-ee4a-492b-a791-c7dd6f09b083 {
  
}
}@media (max-width: 767px){#s-61b7fe96-ee4a-492b-a791-c7dd6f09b083 {
  
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-e2417e27-f671-4d5b-9629-3e184d07fb98 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-e2417e27-f671-4d5b-9629-3e184d07fb98:hover {border-style: solid !important;
border-color: rgba(88, 88, 88, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e2417e27-f671-4d5b-9629-3e184d07fb98:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2417e27-f671-4d5b-9629-3e184d07fb98-root {
    text-align: center;
  }


#s-e2417e27-f671-4d5b-9629-3e184d07fb98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2417e27-f671-4d5b-9629-3e184d07fb98-root {
    text-align: center;
  }


#s-e2417e27-f671-4d5b-9629-3e184d07fb98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2417e27-f671-4d5b-9629-3e184d07fb98-root {
    text-align: center;
  }


#s-e2417e27-f671-4d5b-9629-3e184d07fb98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2417e27-f671-4d5b-9629-3e184d07fb98-root {
    text-align: center;
  }


#s-e2417e27-f671-4d5b-9629-3e184d07fb98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2417e27-f671-4d5b-9629-3e184d07fb98-root {
    text-align: center;
  }


#s-e2417e27-f671-4d5b-9629-3e184d07fb98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d645ab7c-2eb3-40a4-ae51-355c95193773 {
  margin-top: 0px;
max-width: 1478px;
text-align: center;
}
@media (min-width: 1200px){#s-d645ab7c-2eb3-40a4-ae51-355c95193773 {
  display: none;
}
#s-d645ab7c-2eb3-40a4-ae51-355c95193773, #wrap-s-d645ab7c-2eb3-40a4-ae51-355c95193773 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d645ab7c-2eb3-40a4-ae51-355c95193773 {
  display: none;
}
#s-d645ab7c-2eb3-40a4-ae51-355c95193773, #wrap-s-d645ab7c-2eb3-40a4-ae51-355c95193773 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d645ab7c-2eb3-40a4-ae51-355c95193773 {
  display: none;
}
#s-d645ab7c-2eb3-40a4-ae51-355c95193773, #wrap-s-d645ab7c-2eb3-40a4-ae51-355c95193773 { display: none !important; }}







#s-d645ab7c-2eb3-40a4-ae51-355c95193773 .shogun-image-content {
  
    align-items:  flex-start;
  
}
@media (max-width: 767px){






#s-d645ab7c-2eb3-40a4-ae51-355c95193773 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-8399a9da-0b33-405b-a8aa-08af9fb020f6 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8399a9da-0b33-405b-a8aa-08af9fb020f6 {
  margin-left: 1%;
}
}
@media (min-width: 0px) {
[id="s-8399a9da-0b33-405b-a8aa-08af9fb020f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8399a9da-0b33-405b-a8aa-08af9fb020f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8399a9da-0b33-405b-a8aa-08af9fb020f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8399a9da-0b33-405b-a8aa-08af9fb020f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853 {
  display: none;
}
#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853, #wrap-s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853 {
  display: none;
}
#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853, #wrap-s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853 {
  display: none;
}
#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853, #wrap-s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853 { display: none !important; }}







#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ba7ecf0-b5ff-4154-a00a-1589a4f67853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9de4ac1-c477-409b-a7e1-2050643e44ff {
  border-style: solid;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
}
#s-c9de4ac1-c477-409b-a7e1-2050643e44ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9de4ac1-c477-409b-a7e1-2050643e44ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9de4ac1-c477-409b-a7e1-2050643e44ff-root {
    text-align: center;
  }


#s-c9de4ac1-c477-409b-a7e1-2050643e44ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9de4ac1-c477-409b-a7e1-2050643e44ff-root {
    text-align: center;
  }


#s-c9de4ac1-c477-409b-a7e1-2050643e44ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9de4ac1-c477-409b-a7e1-2050643e44ff-root {
    text-align: center;
  }


#s-c9de4ac1-c477-409b-a7e1-2050643e44ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9de4ac1-c477-409b-a7e1-2050643e44ff-root {
    text-align: center;
  }


#s-c9de4ac1-c477-409b-a7e1-2050643e44ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9de4ac1-c477-409b-a7e1-2050643e44ff-root {
    text-align: center;
  }


#s-c9de4ac1-c477-409b-a7e1-2050643e44ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e58c1df7-120f-49aa-86c3-c09e7a2fce13 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e58c1df7-120f-49aa-86c3-c09e7a2fce13 {
  display: none;
}
#s-e58c1df7-120f-49aa-86c3-c09e7a2fce13, #wrap-s-e58c1df7-120f-49aa-86c3-c09e7a2fce13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e58c1df7-120f-49aa-86c3-c09e7a2fce13 {
  display: none;
}
#s-e58c1df7-120f-49aa-86c3-c09e7a2fce13, #wrap-s-e58c1df7-120f-49aa-86c3-c09e7a2fce13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e58c1df7-120f-49aa-86c3-c09e7a2fce13 {
  display: none;
}
#s-e58c1df7-120f-49aa-86c3-c09e7a2fce13, #wrap-s-e58c1df7-120f-49aa-86c3-c09e7a2fce13 { display: none !important; }}
#s-e58c1df7-120f-49aa-86c3-c09e7a2fce13 hr {
  border-top: 2px solid #ddd;
}

#s-9d2c627d-d246-46b9-87d2-a8bc59cd82fc {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9d2c627d-d246-46b9-87d2-a8bc59cd82fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d2c627d-d246-46b9-87d2-a8bc59cd82fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d2c627d-d246-46b9-87d2-a8bc59cd82fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d2c627d-d246-46b9-87d2-a8bc59cd82fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4b0516b4-48f6-48af-859c-3dd0461ff73a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
max-width: 1962px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b0516b4-48f6-48af-859c-3dd0461ff73a {
  display: none;
}
#s-4b0516b4-48f6-48af-859c-3dd0461ff73a, #wrap-s-4b0516b4-48f6-48af-859c-3dd0461ff73a { display: none !important; }}@media (max-width: 767px){#s-4b0516b4-48f6-48af-859c-3dd0461ff73a {
  display: none;
}
#s-4b0516b4-48f6-48af-859c-3dd0461ff73a, #wrap-s-4b0516b4-48f6-48af-859c-3dd0461ff73a { display: none !important; }}







#s-4b0516b4-48f6-48af-859c-3dd0461ff73a .shogun-image-content {
  
    align-items: center;
  
}

#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 {
  display: none;
}
#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4, #wrap-s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 {
  display: none;
}
#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4, #wrap-s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 {
  
}
}@media (max-width: 767px){#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 {
  display: none;
}
#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4, #wrap-s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 { display: none !important; }}







#s-4c7f8c99-5c3f-48bc-a941-c9dea1c0d5c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-86f44550-8058-4a05-8d6f-dbf596408205 {
  min-height: 50px;
}
@media (max-width: 767px){#s-86f44550-8058-4a05-8d6f-dbf596408205 {
  min-height: 30px;
}
}







#s-86f44550-8058-4a05-8d6f-dbf596408205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86f44550-8058-4a05-8d6f-dbf596408205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e0e46f58-aea2-4439-87b6-5132877fd711 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0e46f58-aea2-4439-87b6-5132877fd711 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0e46f58-aea2-4439-87b6-5132877fd711 {
  
}
}
#s-9bb05a0a-81bb-4961-9f50-89d44bafa5f6 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a {
  display: none;
}
#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a, #wrap-s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a { display: none !important; }}

  #s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a-root {
    text-align: center;
  }


#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a-root {
    text-align: center;
  }


#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a-root {
    text-align: center;
  }


#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a-root {
    text-align: center;
  }


#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a-root {
    text-align: center;
  }


#s-7557fed5-ced5-4c49-ac86-6e4ae5caa19a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e342696f-8bea-4ef8-8f72-14a571de52b8 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e342696f-8bea-4ef8-8f72-14a571de52b8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e342696f-8bea-4ef8-8f72-14a571de52b8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e342696f-8bea-4ef8-8f72-14a571de52b8 {
  display: none;
}
#s-e342696f-8bea-4ef8-8f72-14a571de52b8, #wrap-s-e342696f-8bea-4ef8-8f72-14a571de52b8 { display: none !important; }}

  #s-e342696f-8bea-4ef8-8f72-14a571de52b8-root {
    text-align: center;
  }


#s-e342696f-8bea-4ef8-8f72-14a571de52b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e342696f-8bea-4ef8-8f72-14a571de52b8-root {
    text-align: center;
  }


#s-e342696f-8bea-4ef8-8f72-14a571de52b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e342696f-8bea-4ef8-8f72-14a571de52b8-root {
    text-align: center;
  }


#s-e342696f-8bea-4ef8-8f72-14a571de52b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e342696f-8bea-4ef8-8f72-14a571de52b8-root {
    text-align: center;
  }


#s-e342696f-8bea-4ef8-8f72-14a571de52b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e342696f-8bea-4ef8-8f72-14a571de52b8-root {
    text-align: center;
  }


#s-e342696f-8bea-4ef8-8f72-14a571de52b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d {
  display: none;
}
#s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d, #wrap-s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d {
  display: none;
}
#s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d, #wrap-s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d {
  display: none;
}
#s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d, #wrap-s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d { display: none !important; }}







#s-f3222bd9-a40d-4312-b94a-11f22c3fbf9d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f62a4afa-6931-42f9-a7c9-9c08ed6b572d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f62a4afa-6931-42f9-a7c9-9c08ed6b572d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f62a4afa-6931-42f9-a7c9-9c08ed6b572d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f62a4afa-6931-42f9-a7c9-9c08ed6b572d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

#s-2b84fc26-c333-467b-ae37-7160562a3c4f {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f .shg-image-zoom,
.shg-c#s-2b84fc26-c333-467b-ae37-7160562a3c4f img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6bc1a39-4cf8-4aeb-9ab5-e2720b820442 {
  text-align: center;
}

#s-d6bc1a39-4cf8-4aeb-9ab5-e2720b820442 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d6bc1a39-4cf8-4aeb-9ab5-e2720b820442 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d6bc1a39-4cf8-4aeb-9ab5-e2720b820442 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6fb55834-eef2-4f47-9677-ebba1982c9d5 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6fb55834-eef2-4f47-9677-ebba1982c9d5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6fb55834-eef2-4f47-9677-ebba1982c9d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fb55834-eef2-4f47-9677-ebba1982c9d5-root {
    text-align: center;
  }


#s-6fb55834-eef2-4f47-9677-ebba1982c9d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fb55834-eef2-4f47-9677-ebba1982c9d5-root {
    text-align: center;
  }


#s-6fb55834-eef2-4f47-9677-ebba1982c9d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fb55834-eef2-4f47-9677-ebba1982c9d5-root {
    text-align: center;
  }


#s-6fb55834-eef2-4f47-9677-ebba1982c9d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fb55834-eef2-4f47-9677-ebba1982c9d5-root {
    text-align: center;
  }


#s-6fb55834-eef2-4f47-9677-ebba1982c9d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fb55834-eef2-4f47-9677-ebba1982c9d5-root {
    text-align: center;
  }


#s-6fb55834-eef2-4f47-9677-ebba1982c9d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-af2267e0-146d-497b-b526-adf61f2e6b4b {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b .shg-image-zoom,
.shg-c#s-af2267e0-146d-497b-b526-adf61f2e6b4b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-246b230d-292c-4735-baef-0b0661006722 {
  text-align: center;
}

#s-246b230d-292c-4735-baef-0b0661006722 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-246b230d-292c-4735-baef-0b0661006722 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-246b230d-292c-4735-baef-0b0661006722 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92905906-e6b8-417c-996f-19d493c81127 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-92905906-e6b8-417c-996f-19d493c81127:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-92905906-e6b8-417c-996f-19d493c81127:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92905906-e6b8-417c-996f-19d493c81127-root {
    text-align: center;
  }


#s-92905906-e6b8-417c-996f-19d493c81127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92905906-e6b8-417c-996f-19d493c81127-root {
    text-align: center;
  }


#s-92905906-e6b8-417c-996f-19d493c81127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92905906-e6b8-417c-996f-19d493c81127-root {
    text-align: center;
  }


#s-92905906-e6b8-417c-996f-19d493c81127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92905906-e6b8-417c-996f-19d493c81127-root {
    text-align: center;
  }


#s-92905906-e6b8-417c-996f-19d493c81127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92905906-e6b8-417c-996f-19d493c81127-root {
    text-align: center;
  }


#s-92905906-e6b8-417c-996f-19d493c81127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8 {
  margin-top: 38px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8 {
  display: none;
}
#s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8, #wrap-s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8 { display: none !important; }}@media (max-width: 767px){#s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8 {
  
}
}
@media (min-width: 0px) {
[id="s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df8cdb7a-a57c-48e9-8f71-ded57b90a6a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c4433fe8-36a5-4a80-9f8e-a6ef448b024a {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-c4433fe8-36a5-4a80-9f8e-a6ef448b024a {
  display: none;
}
#s-c4433fe8-36a5-4a80-9f8e-a6ef448b024a, #wrap-s-c4433fe8-36a5-4a80-9f8e-a6ef448b024a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4433fe8-36a5-4a80-9f8e-a6ef448b024a {
  display: none;
}
#s-c4433fe8-36a5-4a80-9f8e-a6ef448b024a, #wrap-s-c4433fe8-36a5-4a80-9f8e-a6ef448b024a { display: none !important; }}
#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 .shg-image-zoom,
.shg-c#s-f9bdb5fc-76d4-480e-ac78-860839a25e61 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e817430f-364a-4147-af06-1be21f951f3c {
  text-align: center;
}

#s-e817430f-364a-4147-af06-1be21f951f3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e817430f-364a-4147-af06-1be21f951f3c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e817430f-364a-4147-af06-1be21f951f3c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-71d8a95c-24a3-4cae-9c3c-89447183a6a7 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-71d8a95c-24a3-4cae-9c3c-89447183a6a7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-71d8a95c-24a3-4cae-9c3c-89447183a6a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71d8a95c-24a3-4cae-9c3c-89447183a6a7-root {
    text-align: center;
  }


#s-71d8a95c-24a3-4cae-9c3c-89447183a6a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71d8a95c-24a3-4cae-9c3c-89447183a6a7-root {
    text-align: center;
  }


#s-71d8a95c-24a3-4cae-9c3c-89447183a6a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71d8a95c-24a3-4cae-9c3c-89447183a6a7-root {
    text-align: center;
  }


#s-71d8a95c-24a3-4cae-9c3c-89447183a6a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71d8a95c-24a3-4cae-9c3c-89447183a6a7-root {
    text-align: center;
  }


#s-71d8a95c-24a3-4cae-9c3c-89447183a6a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71d8a95c-24a3-4cae-9c3c-89447183a6a7-root {
    text-align: center;
  }


#s-71d8a95c-24a3-4cae-9c3c-89447183a6a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c4409eda-8200-48e6-b570-552e584e3561 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 .shg-image-zoom,
.shg-c#s-c4409eda-8200-48e6-b570-552e584e3561 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6beaf48f-3c1c-4445-a9b9-e8a3c49225f1 {
  text-align: center;
}

#s-6beaf48f-3c1c-4445-a9b9-e8a3c49225f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-6beaf48f-3c1c-4445-a9b9-e8a3c49225f1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-6beaf48f-3c1c-4445-a9b9-e8a3c49225f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c-root {
    text-align: center;
  }


#s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c-root {
    text-align: center;
  }


#s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c-root {
    text-align: center;
  }


#s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c-root {
    text-align: center;
  }


#s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c-root {
    text-align: center;
  }


#s-b1e2e0a8-ea34-4f19-a314-32c49eb0771c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8021274f-e478-4ac9-82a6-b3d400d2d0fe {
  margin-top: 40px;
}
@media (min-width: 1200px){#s-8021274f-e478-4ac9-82a6-b3d400d2d0fe {
  display: none;
}
#s-8021274f-e478-4ac9-82a6-b3d400d2d0fe, #wrap-s-8021274f-e478-4ac9-82a6-b3d400d2d0fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8021274f-e478-4ac9-82a6-b3d400d2d0fe {
  display: none;
}
#s-8021274f-e478-4ac9-82a6-b3d400d2d0fe, #wrap-s-8021274f-e478-4ac9-82a6-b3d400d2d0fe { display: none !important; }}@media (max-width: 767px){#s-8021274f-e478-4ac9-82a6-b3d400d2d0fe {
  display: none;
}
#s-8021274f-e478-4ac9-82a6-b3d400d2d0fe, #wrap-s-8021274f-e478-4ac9-82a6-b3d400d2d0fe { display: none !important; }}
@media (min-width: 0px) {
[id="s-8021274f-e478-4ac9-82a6-b3d400d2d0fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8021274f-e478-4ac9-82a6-b3d400d2d0fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8021274f-e478-4ac9-82a6-b3d400d2d0fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8021274f-e478-4ac9-82a6-b3d400d2d0fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b4255ae-77bb-4fb2-a91c-949d554c1e4c {
  margin-left: auto;
margin-right: auto;
}

#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e562e3a-f96d-4d85-a7ec-6362d0b69b2e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
@media (min-width: 1200px){#s-984545f5-bbbc-4d77-bd4e-03f955033b38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-984545f5-bbbc-4d77-bd4e-03f955033b38 {
  
}
}@media (max-width: 767px){#s-984545f5-bbbc-4d77-bd4e-03f955033b38 {
  
}
}
#s-f9a043e0-a2bd-4a14-af9b-3dd1fa8eb3a6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9a043e0-a2bd-4a14-af9b-3dd1fa8eb3a6 {
  text-align: center;
}
}
#s-f9a043e0-a2bd-4a14-af9b-3dd1fa8eb3a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f9a043e0-a2bd-4a14-af9b-3dd1fa8eb3a6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f9a043e0-a2bd-4a14-af9b-3dd1fa8eb3a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9a043e0-a2bd-4a14-af9b-3dd1fa8eb3a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f9a043e0-a2bd-4a14-af9b-3dd1fa8eb3a6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f9a043e0-a2bd-4a14-af9b-3dd1fa8eb3a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1b39134d-81be-4f1c-b5e0-afabb08c7f62 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1b39134d-81be-4f1c-b5e0-afabb08c7f62:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1b39134d-81be-4f1c-b5e0-afabb08c7f62:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b39134d-81be-4f1c-b5e0-afabb08c7f62-root {
    text-align: center;
  }


#s-1b39134d-81be-4f1c-b5e0-afabb08c7f62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b39134d-81be-4f1c-b5e0-afabb08c7f62-root {
    text-align: center;
  }


#s-1b39134d-81be-4f1c-b5e0-afabb08c7f62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b39134d-81be-4f1c-b5e0-afabb08c7f62-root {
    text-align: center;
  }


#s-1b39134d-81be-4f1c-b5e0-afabb08c7f62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b39134d-81be-4f1c-b5e0-afabb08c7f62-root {
    text-align: center;
  }


#s-1b39134d-81be-4f1c-b5e0-afabb08c7f62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b39134d-81be-4f1c-b5e0-afabb08c7f62-root {
    text-align: center;
  }


#s-1b39134d-81be-4f1c-b5e0-afabb08c7f62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f {
  min-height: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f {
  display: none;
}
#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f, #wrap-s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f {
  display: none;
}
#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f, #wrap-s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f { display: none !important; }}@media (max-width: 767px){#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f {
  display: none;
}
#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f, #wrap-s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f { display: none !important; }}







#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b4f8644-5540-4220-9e9e-daf1ff9bd03f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad18414b-f367-411b-97b6-bdde9d8d9190 {
  margin-left: auto;
margin-right: auto;
}

#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 {
  max-width:  100%;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 {
  max-width:  100%;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 {
  max-width:  100%;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 {
  max-width:  100%;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 {
  max-width:  100%;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 .shg-image-zoom,
.shg-c#s-e17b5a57-75dd-4d0e-addf-0010a66caef2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2457505a-2084-4594-83c5-65789b14abbf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2457505a-2084-4594-83c5-65789b14abbf {
  text-align: center;
}
}
#s-2457505a-2084-4594-83c5-65789b14abbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-2457505a-2084-4594-83c5-65789b14abbf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2457505a-2084-4594-83c5-65789b14abbf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2457505a-2084-4594-83c5-65789b14abbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2457505a-2084-4594-83c5-65789b14abbf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2457505a-2084-4594-83c5-65789b14abbf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-34b8899e-05f6-4149-9a40-d1c1b79d643b {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-34b8899e-05f6-4149-9a40-d1c1b79d643b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34b8899e-05f6-4149-9a40-d1c1b79d643b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34b8899e-05f6-4149-9a40-d1c1b79d643b-root {
    text-align: center;
  }


#s-34b8899e-05f6-4149-9a40-d1c1b79d643b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34b8899e-05f6-4149-9a40-d1c1b79d643b-root {
    text-align: center;
  }


#s-34b8899e-05f6-4149-9a40-d1c1b79d643b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34b8899e-05f6-4149-9a40-d1c1b79d643b-root {
    text-align: center;
  }


#s-34b8899e-05f6-4149-9a40-d1c1b79d643b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34b8899e-05f6-4149-9a40-d1c1b79d643b-root {
    text-align: center;
  }


#s-34b8899e-05f6-4149-9a40-d1c1b79d643b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34b8899e-05f6-4149-9a40-d1c1b79d643b-root {
    text-align: center;
  }


#s-34b8899e-05f6-4149-9a40-d1c1b79d643b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-457aed64-d592-4b60-bbad-19788e6f0e95 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-457aed64-d592-4b60-bbad-19788e6f0e95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-457aed64-d592-4b60-bbad-19788e6f0e95 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-457aed64-d592-4b60-bbad-19788e6f0e95 {
  
}
}@media (max-width: 767px){#s-457aed64-d592-4b60-bbad-19788e6f0e95 {
  
}
}







#s-457aed64-d592-4b60-bbad-19788e6f0e95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-457aed64-d592-4b60-bbad-19788e6f0e95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e035546b-10f0-4eb1-b518-b3678ea8f304 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-e035546b-10f0-4eb1-b518-b3678ea8f304 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e035546b-10f0-4eb1-b518-b3678ea8f304 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e035546b-10f0-4eb1-b518-b3678ea8f304 {
  
}
}@media (max-width: 767px){#s-e035546b-10f0-4eb1-b518-b3678ea8f304 {
  
}
}
@media (min-width: 0px) {
[id="s-e035546b-10f0-4eb1-b518-b3678ea8f304"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e035546b-10f0-4eb1-b518-b3678ea8f304"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e035546b-10f0-4eb1-b518-b3678ea8f304"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e035546b-10f0-4eb1-b518-b3678ea8f304"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ce3aece6-2025-45c1-b541-96e2533c289b {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b .shg-image-zoom,
.shg-c#s-ce3aece6-2025-45c1-b541-96e2533c289b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-02fbd764-5722-4682-b0bf-b33d08837c90 {
  text-align: center;
}

#s-02fbd764-5722-4682-b0bf-b33d08837c90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-02fbd764-5722-4682-b0bf-b33d08837c90 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-02fbd764-5722-4682-b0bf-b33d08837c90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70037bdd-972d-450b-87e2-563da8aca3ad {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-70037bdd-972d-450b-87e2-563da8aca3ad:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-70037bdd-972d-450b-87e2-563da8aca3ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-70037bdd-972d-450b-87e2-563da8aca3ad {
  display: none;
}
#s-70037bdd-972d-450b-87e2-563da8aca3ad, #wrap-s-70037bdd-972d-450b-87e2-563da8aca3ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70037bdd-972d-450b-87e2-563da8aca3ad {
  display: none;
}
#s-70037bdd-972d-450b-87e2-563da8aca3ad, #wrap-s-70037bdd-972d-450b-87e2-563da8aca3ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70037bdd-972d-450b-87e2-563da8aca3ad {
  display: none;
}
#s-70037bdd-972d-450b-87e2-563da8aca3ad, #wrap-s-70037bdd-972d-450b-87e2-563da8aca3ad { display: none !important; }}

  #s-70037bdd-972d-450b-87e2-563da8aca3ad-root {
    text-align: center;
  }


#s-70037bdd-972d-450b-87e2-563da8aca3ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70037bdd-972d-450b-87e2-563da8aca3ad-root {
    text-align: center;
  }


#s-70037bdd-972d-450b-87e2-563da8aca3ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70037bdd-972d-450b-87e2-563da8aca3ad-root {
    text-align: center;
  }


#s-70037bdd-972d-450b-87e2-563da8aca3ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70037bdd-972d-450b-87e2-563da8aca3ad-root {
    text-align: center;
  }


#s-70037bdd-972d-450b-87e2-563da8aca3ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70037bdd-972d-450b-87e2-563da8aca3ad-root {
    text-align: center;
  }


#s-70037bdd-972d-450b-87e2-563da8aca3ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d .shg-image-zoom,
.shg-c#s-f7149aad-d8ea-4d60-a623-2cc49ff7519d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e1a945a1-8a91-4a55-83fc-200479c4b6d3 {
  text-align: center;
}

#s-e1a945a1-8a91-4a55-83fc-200479c4b6d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e1a945a1-8a91-4a55-83fc-200479c4b6d3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e1a945a1-8a91-4a55-83fc-200479c4b6d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82d00f36-8c00-46d3-934a-4debffbb8f66 {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-82d00f36-8c00-46d3-934a-4debffbb8f66:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-82d00f36-8c00-46d3-934a-4debffbb8f66:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82d00f36-8c00-46d3-934a-4debffbb8f66 {
  display: none;
}
#s-82d00f36-8c00-46d3-934a-4debffbb8f66, #wrap-s-82d00f36-8c00-46d3-934a-4debffbb8f66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82d00f36-8c00-46d3-934a-4debffbb8f66 {
  display: none;
}
#s-82d00f36-8c00-46d3-934a-4debffbb8f66, #wrap-s-82d00f36-8c00-46d3-934a-4debffbb8f66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82d00f36-8c00-46d3-934a-4debffbb8f66 {
  display: none;
}
#s-82d00f36-8c00-46d3-934a-4debffbb8f66, #wrap-s-82d00f36-8c00-46d3-934a-4debffbb8f66 { display: none !important; }}

  #s-82d00f36-8c00-46d3-934a-4debffbb8f66-root {
    text-align: center;
  }


#s-82d00f36-8c00-46d3-934a-4debffbb8f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82d00f36-8c00-46d3-934a-4debffbb8f66-root {
    text-align: center;
  }


#s-82d00f36-8c00-46d3-934a-4debffbb8f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82d00f36-8c00-46d3-934a-4debffbb8f66-root {
    text-align: center;
  }


#s-82d00f36-8c00-46d3-934a-4debffbb8f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82d00f36-8c00-46d3-934a-4debffbb8f66-root {
    text-align: center;
  }


#s-82d00f36-8c00-46d3-934a-4debffbb8f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82d00f36-8c00-46d3-934a-4debffbb8f66-root {
    text-align: center;
  }


#s-82d00f36-8c00-46d3-934a-4debffbb8f66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 .shg-image-zoom,
.shg-c#s-f316ab0a-2fe0-4dcb-a2d6-c78fe392cdc9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-874c386e-07ab-4c51-86b5-58e70ca2749a {
  text-align: center;
}

#s-874c386e-07ab-4c51-86b5-58e70ca2749a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-874c386e-07ab-4c51-86b5-58e70ca2749a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-874c386e-07ab-4c51-86b5-58e70ca2749a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a {
  display: none;
}
#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a, #wrap-s-6f09ffb2-38f5-4abd-9888-7f771f111f4a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a {
  display: none;
}
#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a, #wrap-s-6f09ffb2-38f5-4abd-9888-7f771f111f4a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a {
  display: none;
}
#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a, #wrap-s-6f09ffb2-38f5-4abd-9888-7f771f111f4a { display: none !important; }}

  #s-6f09ffb2-38f5-4abd-9888-7f771f111f4a-root {
    text-align: center;
  }


#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f09ffb2-38f5-4abd-9888-7f771f111f4a-root {
    text-align: center;
  }


#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f09ffb2-38f5-4abd-9888-7f771f111f4a-root {
    text-align: center;
  }


#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f09ffb2-38f5-4abd-9888-7f771f111f4a-root {
    text-align: center;
  }


#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f09ffb2-38f5-4abd-9888-7f771f111f4a-root {
    text-align: center;
  }


#s-6f09ffb2-38f5-4abd-9888-7f771f111f4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 .shg-image-zoom,
.shg-c#s-d4e0273d-49fe-45e6-926a-ca0a638a1599 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-26c7c3e6-c195-4a1d-925a-0d0cf609716f {
  text-align: center;
}

#s-26c7c3e6-c195-4a1d-925a-0d0cf609716f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-26c7c3e6-c195-4a1d-925a-0d0cf609716f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-26c7c3e6-c195-4a1d-925a-0d0cf609716f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4fefec4f-df13-41f5-8757-9eec299f1338 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4fefec4f-df13-41f5-8757-9eec299f1338:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4fefec4f-df13-41f5-8757-9eec299f1338:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4fefec4f-df13-41f5-8757-9eec299f1338 {
  display: none;
}
#s-4fefec4f-df13-41f5-8757-9eec299f1338, #wrap-s-4fefec4f-df13-41f5-8757-9eec299f1338 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fefec4f-df13-41f5-8757-9eec299f1338 {
  display: none;
}
#s-4fefec4f-df13-41f5-8757-9eec299f1338, #wrap-s-4fefec4f-df13-41f5-8757-9eec299f1338 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fefec4f-df13-41f5-8757-9eec299f1338 {
  display: none;
}
#s-4fefec4f-df13-41f5-8757-9eec299f1338, #wrap-s-4fefec4f-df13-41f5-8757-9eec299f1338 { display: none !important; }}

  #s-4fefec4f-df13-41f5-8757-9eec299f1338-root {
    text-align: center;
  }


#s-4fefec4f-df13-41f5-8757-9eec299f1338.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4fefec4f-df13-41f5-8757-9eec299f1338-root {
    text-align: center;
  }


#s-4fefec4f-df13-41f5-8757-9eec299f1338.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4fefec4f-df13-41f5-8757-9eec299f1338-root {
    text-align: center;
  }


#s-4fefec4f-df13-41f5-8757-9eec299f1338.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4fefec4f-df13-41f5-8757-9eec299f1338-root {
    text-align: center;
  }


#s-4fefec4f-df13-41f5-8757-9eec299f1338.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4fefec4f-df13-41f5-8757-9eec299f1338-root {
    text-align: center;
  }


#s-4fefec4f-df13-41f5-8757-9eec299f1338.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a605cdd5-e625-4aee-a3a4-83bd614caed6 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-a605cdd5-e625-4aee-a3a4-83bd614caed6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a605cdd5-e625-4aee-a3a4-83bd614caed6 {
  
}
}@media (max-width: 767px){#s-a605cdd5-e625-4aee-a3a4-83bd614caed6 {
  display: none;
}
#s-a605cdd5-e625-4aee-a3a4-83bd614caed6, #wrap-s-a605cdd5-e625-4aee-a3a4-83bd614caed6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a605cdd5-e625-4aee-a3a4-83bd614caed6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a605cdd5-e625-4aee-a3a4-83bd614caed6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a605cdd5-e625-4aee-a3a4-83bd614caed6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a605cdd5-e625-4aee-a3a4-83bd614caed6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5294bd94-4ac9-4878-840e-e41b72e54a7d {
  min-height: 35px;
}
@media (min-width: 1200px){#s-5294bd94-4ac9-4878-840e-e41b72e54a7d {
  display: none;
}
#s-5294bd94-4ac9-4878-840e-e41b72e54a7d, #wrap-s-5294bd94-4ac9-4878-840e-e41b72e54a7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5294bd94-4ac9-4878-840e-e41b72e54a7d {
  display: none;
}
#s-5294bd94-4ac9-4878-840e-e41b72e54a7d, #wrap-s-5294bd94-4ac9-4878-840e-e41b72e54a7d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5294bd94-4ac9-4878-840e-e41b72e54a7d {
  display: none;
}
#s-5294bd94-4ac9-4878-840e-e41b72e54a7d, #wrap-s-5294bd94-4ac9-4878-840e-e41b72e54a7d { display: none !important; }}







#s-5294bd94-4ac9-4878-840e-e41b72e54a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5294bd94-4ac9-4878-840e-e41b72e54a7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daf354c6-d2ed-4b77-9793-200964049980 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-daf354c6-d2ed-4b77-9793-200964049980:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-daf354c6-d2ed-4b77-9793-200964049980:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-daf354c6-d2ed-4b77-9793-200964049980-root {
    text-align: center;
  }


#s-daf354c6-d2ed-4b77-9793-200964049980.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-daf354c6-d2ed-4b77-9793-200964049980-root {
    text-align: center;
  }


#s-daf354c6-d2ed-4b77-9793-200964049980.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-daf354c6-d2ed-4b77-9793-200964049980-root {
    text-align: center;
  }


#s-daf354c6-d2ed-4b77-9793-200964049980.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-daf354c6-d2ed-4b77-9793-200964049980-root {
    text-align: center;
  }


#s-daf354c6-d2ed-4b77-9793-200964049980.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-daf354c6-d2ed-4b77-9793-200964049980-root {
    text-align: center;
  }


#s-daf354c6-d2ed-4b77-9793-200964049980.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81-root {
    text-align: center;
  }


#s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81-root {
    text-align: center;
  }


#s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81-root {
    text-align: center;
  }


#s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81-root {
    text-align: center;
  }


#s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81-root {
    text-align: center;
  }


#s-6fb045c7-ff7f-4dc3-a113-9e75f143ca81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b90226d1-b0e5-42dc-9194-42f954f8ac3c {
  margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b90226d1-b0e5-42dc-9194-42f954f8ac3c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b90226d1-b0e5-42dc-9194-42f954f8ac3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b90226d1-b0e5-42dc-9194-42f954f8ac3c-root {
    text-align: center;
  }


#s-b90226d1-b0e5-42dc-9194-42f954f8ac3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b90226d1-b0e5-42dc-9194-42f954f8ac3c-root {
    text-align: center;
  }


#s-b90226d1-b0e5-42dc-9194-42f954f8ac3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b90226d1-b0e5-42dc-9194-42f954f8ac3c-root {
    text-align: center;
  }


#s-b90226d1-b0e5-42dc-9194-42f954f8ac3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b90226d1-b0e5-42dc-9194-42f954f8ac3c-root {
    text-align: center;
  }


#s-b90226d1-b0e5-42dc-9194-42f954f8ac3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b90226d1-b0e5-42dc-9194-42f954f8ac3c-root {
    text-align: center;
  }


#s-b90226d1-b0e5-42dc-9194-42f954f8ac3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d {
  margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d-root {
    text-align: center;
  }


#s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d-root {
    text-align: center;
  }


#s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d-root {
    text-align: center;
  }


#s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d-root {
    text-align: center;
  }


#s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d-root {
    text-align: center;
  }


#s-95a9a5ed-715e-4e00-9baf-85aa4ebe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71 {
  display: none;
}
#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71, #wrap-s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71 {
  display: none;
}
#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71, #wrap-s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71 {
  display: none;
}
#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71, #wrap-s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71 { display: none !important; }}

  #s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71-root {
    text-align: center;
  }


#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71-root {
    text-align: center;
  }


#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71-root {
    text-align: center;
  }


#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71-root {
    text-align: center;
  }


#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71-root {
    text-align: center;
  }


#s-a88840b6-644c-4a6a-92ab-8e13ee4d1d71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6 {
  display: none;
}
#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6, #wrap-s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6 {
  display: none;
}
#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6, #wrap-s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6 {
  display: none;
}
#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6, #wrap-s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6 { display: none !important; }}@media (max-width: 767px){#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6 {
  margin-top: 20px;
}
}

  #s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6-root {
    text-align: center;
  }


#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6-root {
    text-align: center;
  }


#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6-root {
    text-align: center;
  }


#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6-root {
    text-align: center;
  }


#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6-root {
    text-align: center;
  }


#s-fdb6a433-e992-4d2d-b85b-b5cf5ad50ec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8c82b345-f9ee-42d3-a719-540fb9cb2a34 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-8c82b345-f9ee-42d3-a719-540fb9cb2a34 hr {
  border-top: 2px solid #ddd;
}

#s-9b58d377-0d0d-4c26-a4c5-b93594500403 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9b58d377-0d0d-4c26-a4c5-b93594500403"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b58d377-0d0d-4c26-a4c5-b93594500403"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b58d377-0d0d-4c26-a4c5-b93594500403"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b58d377-0d0d-4c26-a4c5-b93594500403"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a0d5417d-bed0-4e35-8b16-c9f86faaa109 {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0d5417d-bed0-4e35-8b16-c9f86faaa109 {
  display: none;
}
#s-a0d5417d-bed0-4e35-8b16-c9f86faaa109, #wrap-s-a0d5417d-bed0-4e35-8b16-c9f86faaa109 { display: none !important; }}@media (max-width: 767px){#s-a0d5417d-bed0-4e35-8b16-c9f86faaa109 {
  display: none;
}
#s-a0d5417d-bed0-4e35-8b16-c9f86faaa109, #wrap-s-a0d5417d-bed0-4e35-8b16-c9f86faaa109 { display: none !important; }}







#s-a0d5417d-bed0-4e35-8b16-c9f86faaa109 .shogun-image-content {
  
    align-items: center;
  
}

#s-17988500-f678-481e-a06c-d48290978313 {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-17988500-f678-481e-a06c-d48290978313 {
  display: none;
}
#s-17988500-f678-481e-a06c-d48290978313, #wrap-s-17988500-f678-481e-a06c-d48290978313 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17988500-f678-481e-a06c-d48290978313 {
  display: none;
}
#s-17988500-f678-481e-a06c-d48290978313, #wrap-s-17988500-f678-481e-a06c-d48290978313 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17988500-f678-481e-a06c-d48290978313 {
  
}
}@media (max-width: 767px){#s-17988500-f678-481e-a06c-d48290978313 {
  display: none;
}
#s-17988500-f678-481e-a06c-d48290978313, #wrap-s-17988500-f678-481e-a06c-d48290978313 { display: none !important; }}







#s-17988500-f678-481e-a06c-d48290978313 .shogun-image-content {
  
    align-items: center;
  
}

#s-7008dea2-9dd7-4ff7-a505-c404e8ab1a84 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7008dea2-9dd7-4ff7-a505-c404e8ab1a84 {
  
}
}







#s-7008dea2-9dd7-4ff7-a505-c404e8ab1a84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7008dea2-9dd7-4ff7-a505-c404e8ab1a84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-ea3109a8-a938-4989-90c9-bb35ba68b550 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea3109a8-a938-4989-90c9-bb35ba68b550 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea3109a8-a938-4989-90c9-bb35ba68b550 {
  
}
}
#s-71403aec-19b9-445e-af0c-b5d5d0581156 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-33c6f00e-2e42-45e0-948e-25f913859e91 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-33c6f00e-2e42-45e0-948e-25f913859e91:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-33c6f00e-2e42-45e0-948e-25f913859e91:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-33c6f00e-2e42-45e0-948e-25f913859e91 {
  display: none;
}
#s-33c6f00e-2e42-45e0-948e-25f913859e91, #wrap-s-33c6f00e-2e42-45e0-948e-25f913859e91 { display: none !important; }}

  #s-33c6f00e-2e42-45e0-948e-25f913859e91-root {
    text-align: center;
  }


#s-33c6f00e-2e42-45e0-948e-25f913859e91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33c6f00e-2e42-45e0-948e-25f913859e91-root {
    text-align: center;
  }


#s-33c6f00e-2e42-45e0-948e-25f913859e91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33c6f00e-2e42-45e0-948e-25f913859e91-root {
    text-align: center;
  }


#s-33c6f00e-2e42-45e0-948e-25f913859e91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33c6f00e-2e42-45e0-948e-25f913859e91-root {
    text-align: center;
  }


#s-33c6f00e-2e42-45e0-948e-25f913859e91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33c6f00e-2e42-45e0-948e-25f913859e91-root {
    text-align: center;
  }


#s-33c6f00e-2e42-45e0-948e-25f913859e91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc {
  display: none;
}
#s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc, #wrap-s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc {
  display: none;
}
#s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc, #wrap-s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc {
  display: none;
}
#s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc, #wrap-s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc { display: none !important; }}







#s-73f8bbe2-807f-43a9-a6a1-b40c81c9dcbc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-244555f0-54ec-46bc-b1ea-44105e06b254"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-244555f0-54ec-46bc-b1ea-44105e06b254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-244555f0-54ec-46bc-b1ea-44105e06b254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-244555f0-54ec-46bc-b1ea-44105e06b254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 .shg-image-zoom,
.shg-c#s-60d387a6-7948-48d3-87e4-2e6ffb54a215 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-971c9bce-5cfe-4c84-84c2-6c177b30303e {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-971c9bce-5cfe-4c84-84c2-6c177b30303e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-971c9bce-5cfe-4c84-84c2-6c177b30303e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-971c9bce-5cfe-4c84-84c2-6c177b30303e-root {
    text-align: center;
  }


#s-971c9bce-5cfe-4c84-84c2-6c177b30303e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-971c9bce-5cfe-4c84-84c2-6c177b30303e-root {
    text-align: center;
  }


#s-971c9bce-5cfe-4c84-84c2-6c177b30303e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-971c9bce-5cfe-4c84-84c2-6c177b30303e-root {
    text-align: center;
  }


#s-971c9bce-5cfe-4c84-84c2-6c177b30303e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-971c9bce-5cfe-4c84-84c2-6c177b30303e-root {
    text-align: center;
  }


#s-971c9bce-5cfe-4c84-84c2-6c177b30303e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-971c9bce-5cfe-4c84-84c2-6c177b30303e-root {
    text-align: center;
  }


#s-971c9bce-5cfe-4c84-84c2-6c177b30303e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-603c05e9-108c-4bc1-8a93-d6cc60720436 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 .shg-image-zoom,
.shg-c#s-603c05e9-108c-4bc1-8a93-d6cc60720436 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-293cc84d-8143-481a-9a96-098e52c588e2 {
  text-align: center;
}

#s-293cc84d-8143-481a-9a96-098e52c588e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-293cc84d-8143-481a-9a96-098e52c588e2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-293cc84d-8143-481a-9a96-098e52c588e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-93a67b6e-694e-4839-9e69-5aca0b2aab44 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-93a67b6e-694e-4839-9e69-5aca0b2aab44:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-93a67b6e-694e-4839-9e69-5aca0b2aab44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93a67b6e-694e-4839-9e69-5aca0b2aab44-root {
    text-align: center;
  }


#s-93a67b6e-694e-4839-9e69-5aca0b2aab44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93a67b6e-694e-4839-9e69-5aca0b2aab44-root {
    text-align: center;
  }


#s-93a67b6e-694e-4839-9e69-5aca0b2aab44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93a67b6e-694e-4839-9e69-5aca0b2aab44-root {
    text-align: center;
  }


#s-93a67b6e-694e-4839-9e69-5aca0b2aab44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93a67b6e-694e-4839-9e69-5aca0b2aab44-root {
    text-align: center;
  }


#s-93a67b6e-694e-4839-9e69-5aca0b2aab44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93a67b6e-694e-4839-9e69-5aca0b2aab44-root {
    text-align: center;
  }


#s-93a67b6e-694e-4839-9e69-5aca0b2aab44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e48ab223-a28e-4aad-84c9-23043b860362 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-e48ab223-a28e-4aad-84c9-23043b860362"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e48ab223-a28e-4aad-84c9-23043b860362"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e48ab223-a28e-4aad-84c9-23043b860362"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e48ab223-a28e-4aad-84c9-23043b860362"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 .shg-image-zoom,
.shg-c#s-d3916fa0-56a4-4383-8e1d-d75e06992ac5 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e6d2152a-e129-4ed2-97de-c77eb0853c54 {
  text-align: center;
}

#s-e6d2152a-e129-4ed2-97de-c77eb0853c54 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e6d2152a-e129-4ed2-97de-c77eb0853c54 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e6d2152a-e129-4ed2-97de-c77eb0853c54 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5-root {
    text-align: center;
  }


#s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5-root {
    text-align: center;
  }


#s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5-root {
    text-align: center;
  }


#s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5-root {
    text-align: center;
  }


#s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5-root {
    text-align: center;
  }


#s-dfa9cb06-5b8f-4016-8e32-6be2f8775cd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 .shg-image-zoom,
.shg-c#s-2f348fa5-7d2d-4094-9ce5-b4ea63054557 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d536f1f8-1f62-436a-b3b1-03b7da00ff14 {
  text-align: center;
}

#s-d536f1f8-1f62-436a-b3b1-03b7da00ff14 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d536f1f8-1f62-436a-b3b1-03b7da00ff14 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d536f1f8-1f62-436a-b3b1-03b7da00ff14 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-59b27a15-4346-4d85-a691-a06eb02c1008 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-59b27a15-4346-4d85-a691-a06eb02c1008:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-59b27a15-4346-4d85-a691-a06eb02c1008:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59b27a15-4346-4d85-a691-a06eb02c1008-root {
    text-align: center;
  }


#s-59b27a15-4346-4d85-a691-a06eb02c1008.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59b27a15-4346-4d85-a691-a06eb02c1008-root {
    text-align: center;
  }


#s-59b27a15-4346-4d85-a691-a06eb02c1008.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59b27a15-4346-4d85-a691-a06eb02c1008-root {
    text-align: center;
  }


#s-59b27a15-4346-4d85-a691-a06eb02c1008.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59b27a15-4346-4d85-a691-a06eb02c1008-root {
    text-align: center;
  }


#s-59b27a15-4346-4d85-a691-a06eb02c1008.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59b27a15-4346-4d85-a691-a06eb02c1008-root {
    text-align: center;
  }


#s-59b27a15-4346-4d85-a691-a06eb02c1008.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0750c8a0-00bf-4d7d-9012-7a873cf5b8ce {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0750c8a0-00bf-4d7d-9012-7a873cf5b8ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0750c8a0-00bf-4d7d-9012-7a873cf5b8ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0750c8a0-00bf-4d7d-9012-7a873cf5b8ce {
  
}
}@media (max-width: 767px){#s-0750c8a0-00bf-4d7d-9012-7a873cf5b8ce {
  
}
}







#s-0750c8a0-00bf-4d7d-9012-7a873cf5b8ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0750c8a0-00bf-4d7d-9012-7a873cf5b8ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-def12e40-6bbd-470d-ba25-6060ac57d9ae {
  margin-top: 30px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-def12e40-6bbd-470d-ba25-6060ac57d9ae {
  
}
}@media (max-width: 767px){#s-def12e40-6bbd-470d-ba25-6060ac57d9ae {
  
}
}
@media (min-width: 0px) {
[id="s-def12e40-6bbd-470d-ba25-6060ac57d9ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-def12e40-6bbd-470d-ba25-6060ac57d9ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-def12e40-6bbd-470d-ba25-6060ac57d9ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-def12e40-6bbd-470d-ba25-6060ac57d9ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ee362405-baea-4451-b4e6-195fe3137fa5 {
  min-height: 10px;
}
@media (min-width: 1200px){#s-ee362405-baea-4451-b4e6-195fe3137fa5 {
  display: none;
}
#s-ee362405-baea-4451-b4e6-195fe3137fa5, #wrap-s-ee362405-baea-4451-b4e6-195fe3137fa5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee362405-baea-4451-b4e6-195fe3137fa5 {
  display: none;
}
#s-ee362405-baea-4451-b4e6-195fe3137fa5, #wrap-s-ee362405-baea-4451-b4e6-195fe3137fa5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee362405-baea-4451-b4e6-195fe3137fa5 {
  display: none;
}
#s-ee362405-baea-4451-b4e6-195fe3137fa5, #wrap-s-ee362405-baea-4451-b4e6-195fe3137fa5 { display: none !important; }}







#s-ee362405-baea-4451-b4e6-195fe3137fa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee362405-baea-4451-b4e6-195fe3137fa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 .shg-image-zoom,
.shg-c#s-c1c7c85f-4375-4f4d-a66c-6194c934ad40 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b3f79895-fc7d-40a7-9013-2d4e945091a4 {
  text-align: center;
}

#s-b3f79895-fc7d-40a7-9013-2d4e945091a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b3f79895-fc7d-40a7-9013-2d4e945091a4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b3f79895-fc7d-40a7-9013-2d4e945091a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2956926-6c60-4fb0-a56c-0ba7480b18bc {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d2956926-6c60-4fb0-a56c-0ba7480b18bc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d2956926-6c60-4fb0-a56c-0ba7480b18bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2956926-6c60-4fb0-a56c-0ba7480b18bc-root {
    text-align: center;
  }


#s-d2956926-6c60-4fb0-a56c-0ba7480b18bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2956926-6c60-4fb0-a56c-0ba7480b18bc-root {
    text-align: center;
  }


#s-d2956926-6c60-4fb0-a56c-0ba7480b18bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2956926-6c60-4fb0-a56c-0ba7480b18bc-root {
    text-align: center;
  }


#s-d2956926-6c60-4fb0-a56c-0ba7480b18bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2956926-6c60-4fb0-a56c-0ba7480b18bc-root {
    text-align: center;
  }


#s-d2956926-6c60-4fb0-a56c-0ba7480b18bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2956926-6c60-4fb0-a56c-0ba7480b18bc-root {
    text-align: center;
  }


#s-d2956926-6c60-4fb0-a56c-0ba7480b18bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d .shg-image-zoom,
.shg-c#s-b56efbdd-6eb3-4cc2-8b6a-25ec7212db8d img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-af9c61aa-1d1c-434b-a674-007f4f3b0cdb {
  text-align: center;
}

#s-af9c61aa-1d1c-434b-a674-007f4f3b0cdb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-af9c61aa-1d1c-434b-a674-007f4f3b0cdb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-af9c61aa-1d1c-434b-a674-007f4f3b0cdb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3de36062-157a-4763-9604-bf2868bdc063 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3de36062-157a-4763-9604-bf2868bdc063:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3de36062-157a-4763-9604-bf2868bdc063:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3de36062-157a-4763-9604-bf2868bdc063-root {
    text-align: center;
  }


#s-3de36062-157a-4763-9604-bf2868bdc063.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3de36062-157a-4763-9604-bf2868bdc063-root {
    text-align: center;
  }


#s-3de36062-157a-4763-9604-bf2868bdc063.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3de36062-157a-4763-9604-bf2868bdc063-root {
    text-align: center;
  }


#s-3de36062-157a-4763-9604-bf2868bdc063.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3de36062-157a-4763-9604-bf2868bdc063-root {
    text-align: center;
  }


#s-3de36062-157a-4763-9604-bf2868bdc063.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3de36062-157a-4763-9604-bf2868bdc063-root {
    text-align: center;
  }


#s-3de36062-157a-4763-9604-bf2868bdc063.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fc8ad67a-e29b-462c-a14b-6298dc231df4 {
  min-height: 10px;
}
@media (min-width: 1200px){#s-fc8ad67a-e29b-462c-a14b-6298dc231df4 {
  display: none;
}
#s-fc8ad67a-e29b-462c-a14b-6298dc231df4, #wrap-s-fc8ad67a-e29b-462c-a14b-6298dc231df4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc8ad67a-e29b-462c-a14b-6298dc231df4 {
  display: none;
}
#s-fc8ad67a-e29b-462c-a14b-6298dc231df4, #wrap-s-fc8ad67a-e29b-462c-a14b-6298dc231df4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc8ad67a-e29b-462c-a14b-6298dc231df4 {
  display: none;
}
#s-fc8ad67a-e29b-462c-a14b-6298dc231df4, #wrap-s-fc8ad67a-e29b-462c-a14b-6298dc231df4 { display: none !important; }}







#s-fc8ad67a-e29b-462c-a14b-6298dc231df4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc8ad67a-e29b-462c-a14b-6298dc231df4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-623d4275-d7ba-4b44-85c4-58079b13e863 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 .shg-image-zoom,
.shg-c#s-623d4275-d7ba-4b44-85c4-58079b13e863 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-620d3876-7927-40f2-8afc-cb7d4c3ae1f6 {
  text-align: center;
}

#s-620d3876-7927-40f2-8afc-cb7d4c3ae1f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-620d3876-7927-40f2-8afc-cb7d4c3ae1f6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-620d3876-7927-40f2-8afc-cb7d4c3ae1f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fcf98de2-8042-442d-bcee-81e753286c89 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fcf98de2-8042-442d-bcee-81e753286c89:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fcf98de2-8042-442d-bcee-81e753286c89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcf98de2-8042-442d-bcee-81e753286c89-root {
    text-align: center;
  }


#s-fcf98de2-8042-442d-bcee-81e753286c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcf98de2-8042-442d-bcee-81e753286c89-root {
    text-align: center;
  }


#s-fcf98de2-8042-442d-bcee-81e753286c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcf98de2-8042-442d-bcee-81e753286c89-root {
    text-align: center;
  }


#s-fcf98de2-8042-442d-bcee-81e753286c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcf98de2-8042-442d-bcee-81e753286c89-root {
    text-align: center;
  }


#s-fcf98de2-8042-442d-bcee-81e753286c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcf98de2-8042-442d-bcee-81e753286c89-root {
    text-align: center;
  }


#s-fcf98de2-8042-442d-bcee-81e753286c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 .shg-image-zoom,
.shg-c#s-e69a5b57-47c8-4fb4-91ce-4a9e7bb7ce58 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38cda4db-8ff9-45c5-bdd5-bd4f6c942bdc {
  text-align: center;
}

#s-38cda4db-8ff9-45c5-bdd5-bd4f6c942bdc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-38cda4db-8ff9-45c5-bdd5-bd4f6c942bdc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-38cda4db-8ff9-45c5-bdd5-bd4f6c942bdc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2-root {
    text-align: center;
  }


#s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2-root {
    text-align: center;
  }


#s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2-root {
    text-align: center;
  }


#s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2-root {
    text-align: center;
  }


#s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2-root {
    text-align: center;
  }


#s-9142bcec-ce7a-48e8-a3ee-54ca3ec035b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b89bb477-1a64-4e1c-aa47-52cb696664eb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b89bb477-1a64-4e1c-aa47-52cb696664eb:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b89bb477-1a64-4e1c-aa47-52cb696664eb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b89bb477-1a64-4e1c-aa47-52cb696664eb {
  display: none;
}
#s-b89bb477-1a64-4e1c-aa47-52cb696664eb, #wrap-s-b89bb477-1a64-4e1c-aa47-52cb696664eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b89bb477-1a64-4e1c-aa47-52cb696664eb {
  display: none;
}
#s-b89bb477-1a64-4e1c-aa47-52cb696664eb, #wrap-s-b89bb477-1a64-4e1c-aa47-52cb696664eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b89bb477-1a64-4e1c-aa47-52cb696664eb {
  display: none;
}
#s-b89bb477-1a64-4e1c-aa47-52cb696664eb, #wrap-s-b89bb477-1a64-4e1c-aa47-52cb696664eb { display: none !important; }}

  #s-b89bb477-1a64-4e1c-aa47-52cb696664eb-root {
    text-align: center;
  }


#s-b89bb477-1a64-4e1c-aa47-52cb696664eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b89bb477-1a64-4e1c-aa47-52cb696664eb-root {
    text-align: center;
  }


#s-b89bb477-1a64-4e1c-aa47-52cb696664eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b89bb477-1a64-4e1c-aa47-52cb696664eb-root {
    text-align: center;
  }


#s-b89bb477-1a64-4e1c-aa47-52cb696664eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b89bb477-1a64-4e1c-aa47-52cb696664eb-root {
    text-align: center;
  }


#s-b89bb477-1a64-4e1c-aa47-52cb696664eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b89bb477-1a64-4e1c-aa47-52cb696664eb-root {
    text-align: center;
  }


#s-b89bb477-1a64-4e1c-aa47-52cb696664eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5109f0c5-e8e2-4982-b0af-d11b7b840c97 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-5109f0c5-e8e2-4982-b0af-d11b7b840c97 {
  
}
}
#s-5109f0c5-e8e2-4982-b0af-d11b7b840c97 hr {
  border-top: 2px solid #ddd;
}

#s-38aa83b2-9c21-425a-91d9-363b879d2df3 {
  margin-top: -30px;
min-height: 50px;
}








#s-38aa83b2-9c21-425a-91d9-363b879d2df3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38aa83b2-9c21-425a-91d9-363b879d2df3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27d5666b-42a9-4e88-a0ec-91dfd69de769 {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-27d5666b-42a9-4e88-a0ec-91dfd69de769"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27d5666b-42a9-4e88-a0ec-91dfd69de769"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27d5666b-42a9-4e88-a0ec-91dfd69de769"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27d5666b-42a9-4e88-a0ec-91dfd69de769"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7720c98e-9f0b-47fc-b3f2-f86f994f6657 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
max-width: 1962px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7720c98e-9f0b-47fc-b3f2-f86f994f6657 {
  display: none;
}
#s-7720c98e-9f0b-47fc-b3f2-f86f994f6657, #wrap-s-7720c98e-9f0b-47fc-b3f2-f86f994f6657 { display: none !important; }}@media (max-width: 767px){#s-7720c98e-9f0b-47fc-b3f2-f86f994f6657 {
  display: none;
}
#s-7720c98e-9f0b-47fc-b3f2-f86f994f6657, #wrap-s-7720c98e-9f0b-47fc-b3f2-f86f994f6657 { display: none !important; }}







#s-7720c98e-9f0b-47fc-b3f2-f86f994f6657 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b340ae0-60a4-4527-82e2-b21168b958b6 {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-2b340ae0-60a4-4527-82e2-b21168b958b6 {
  display: none;
}
#s-2b340ae0-60a4-4527-82e2-b21168b958b6, #wrap-s-2b340ae0-60a4-4527-82e2-b21168b958b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b340ae0-60a4-4527-82e2-b21168b958b6 {
  display: none;
}
#s-2b340ae0-60a4-4527-82e2-b21168b958b6, #wrap-s-2b340ae0-60a4-4527-82e2-b21168b958b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b340ae0-60a4-4527-82e2-b21168b958b6 {
  
}
}@media (max-width: 767px){#s-2b340ae0-60a4-4527-82e2-b21168b958b6 {
  display: none;
}
#s-2b340ae0-60a4-4527-82e2-b21168b958b6, #wrap-s-2b340ae0-60a4-4527-82e2-b21168b958b6 { display: none !important; }}







#s-2b340ae0-60a4-4527-82e2-b21168b958b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9fa57a1-f514-46e4-a5c1-38d18b851359 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-e9fa57a1-f514-46e4-a5c1-38d18b851359 {
  
}
}







#s-e9fa57a1-f514-46e4-a5c1-38d18b851359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9fa57a1-f514-46e4-a5c1-38d18b851359.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-a6e2c344-88ed-457c-a61b-2177be2d60cf {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6e2c344-88ed-457c-a61b-2177be2d60cf {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6e2c344-88ed-457c-a61b-2177be2d60cf {
  
}
}
#s-9f4240b2-50b0-4f32-bf9a-c9fa3ca56442 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-372964a7-40b0-484f-af07-c5408b88540b {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-372964a7-40b0-484f-af07-c5408b88540b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-372964a7-40b0-484f-af07-c5408b88540b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-372964a7-40b0-484f-af07-c5408b88540b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-372964a7-40b0-484f-af07-c5408b88540b {
  
}
}@media (max-width: 767px){#s-372964a7-40b0-484f-af07-c5408b88540b {
  display: none;
}
#s-372964a7-40b0-484f-af07-c5408b88540b, #wrap-s-372964a7-40b0-484f-af07-c5408b88540b { display: none !important; }}

  #s-372964a7-40b0-484f-af07-c5408b88540b-root {
    text-align: center;
  }


#s-372964a7-40b0-484f-af07-c5408b88540b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-372964a7-40b0-484f-af07-c5408b88540b-root {
    text-align: center;
  }


#s-372964a7-40b0-484f-af07-c5408b88540b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-372964a7-40b0-484f-af07-c5408b88540b-root {
    text-align: center;
  }


#s-372964a7-40b0-484f-af07-c5408b88540b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-372964a7-40b0-484f-af07-c5408b88540b-root {
    text-align: center;
  }


#s-372964a7-40b0-484f-af07-c5408b88540b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-372964a7-40b0-484f-af07-c5408b88540b-root {
    text-align: center;
  }


#s-372964a7-40b0-484f-af07-c5408b88540b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8753d927-e7f0-4eef-886d-bd62ceca45a1 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-8753d927-e7f0-4eef-886d-bd62ceca45a1 {
  display: none;
}
#s-8753d927-e7f0-4eef-886d-bd62ceca45a1, #wrap-s-8753d927-e7f0-4eef-886d-bd62ceca45a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8753d927-e7f0-4eef-886d-bd62ceca45a1 {
  display: none;
}
#s-8753d927-e7f0-4eef-886d-bd62ceca45a1, #wrap-s-8753d927-e7f0-4eef-886d-bd62ceca45a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8753d927-e7f0-4eef-886d-bd62ceca45a1 {
  display: none;
}
#s-8753d927-e7f0-4eef-886d-bd62ceca45a1, #wrap-s-8753d927-e7f0-4eef-886d-bd62ceca45a1 { display: none !important; }}







#s-8753d927-e7f0-4eef-886d-bd62ceca45a1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2b9e3e18-be1b-4ac1-8418-ca9f9a0f9c61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b9e3e18-be1b-4ac1-8418-ca9f9a0f9c61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b9e3e18-be1b-4ac1-8418-ca9f9a0f9c61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b9e3e18-be1b-4ac1-8418-ca9f9a0f9c61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 .shg-image-zoom,
.shg-c#s-f3ac493a-58fe-46ca-8079-7ee9fb658197 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-588a559d-8720-48ed-a31f-24929930ec25 {
  text-align: center;
}

#s-588a559d-8720-48ed-a31f-24929930ec25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-588a559d-8720-48ed-a31f-24929930ec25 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-588a559d-8720-48ed-a31f-24929930ec25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e-root {
    text-align: center;
  }


#s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e-root {
    text-align: center;
  }


#s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e-root {
    text-align: center;
  }


#s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e-root {
    text-align: center;
  }


#s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e-root {
    text-align: center;
  }


#s-49aa54f8-3e45-4866-b8d0-b8aba151ec2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 .shg-image-zoom,
.shg-c#s-6a412f4f-f01f-4ce7-8d1d-4fe54c46a500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-69c2605b-392b-42b2-8d34-bf5cdc07d2b3 {
  text-align: center;
}

#s-69c2605b-392b-42b2-8d34-bf5cdc07d2b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-69c2605b-392b-42b2-8d34-bf5cdc07d2b3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-69c2605b-392b-42b2-8d34-bf5cdc07d2b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-310462e7-8ae0-4a08-b629-69e9932789c2 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-310462e7-8ae0-4a08-b629-69e9932789c2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-310462e7-8ae0-4a08-b629-69e9932789c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-310462e7-8ae0-4a08-b629-69e9932789c2-root {
    text-align: center;
  }


#s-310462e7-8ae0-4a08-b629-69e9932789c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-310462e7-8ae0-4a08-b629-69e9932789c2-root {
    text-align: center;
  }


#s-310462e7-8ae0-4a08-b629-69e9932789c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-310462e7-8ae0-4a08-b629-69e9932789c2-root {
    text-align: center;
  }


#s-310462e7-8ae0-4a08-b629-69e9932789c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-310462e7-8ae0-4a08-b629-69e9932789c2-root {
    text-align: center;
  }


#s-310462e7-8ae0-4a08-b629-69e9932789c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-310462e7-8ae0-4a08-b629-69e9932789c2-root {
    text-align: center;
  }


#s-310462e7-8ae0-4a08-b629-69e9932789c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a0e2074b-3813-439d-ae36-b57618bb7a98 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-a0e2074b-3813-439d-ae36-b57618bb7a98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a0e2074b-3813-439d-ae36-b57618bb7a98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0e2074b-3813-439d-ae36-b57618bb7a98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0e2074b-3813-439d-ae36-b57618bb7a98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dad19f98-fdf8-4780-8409-316817c229b0 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 .shg-image-zoom,
.shg-c#s-dad19f98-fdf8-4780-8409-316817c229b0 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3441cf6e-a61b-437d-88db-76cbc3d3210d {
  text-align: center;
}

#s-3441cf6e-a61b-437d-88db-76cbc3d3210d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-3441cf6e-a61b-437d-88db-76cbc3d3210d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-3441cf6e-a61b-437d-88db-76cbc3d3210d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5d879b0-b69c-415d-a9d6-3c343249aef9 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c5d879b0-b69c-415d-a9d6-3c343249aef9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5d879b0-b69c-415d-a9d6-3c343249aef9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5d879b0-b69c-415d-a9d6-3c343249aef9-root {
    text-align: center;
  }


#s-c5d879b0-b69c-415d-a9d6-3c343249aef9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5d879b0-b69c-415d-a9d6-3c343249aef9-root {
    text-align: center;
  }


#s-c5d879b0-b69c-415d-a9d6-3c343249aef9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5d879b0-b69c-415d-a9d6-3c343249aef9-root {
    text-align: center;
  }


#s-c5d879b0-b69c-415d-a9d6-3c343249aef9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5d879b0-b69c-415d-a9d6-3c343249aef9-root {
    text-align: center;
  }


#s-c5d879b0-b69c-415d-a9d6-3c343249aef9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5d879b0-b69c-415d-a9d6-3c343249aef9-root {
    text-align: center;
  }


#s-c5d879b0-b69c-415d-a9d6-3c343249aef9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb .shg-image-zoom,
.shg-c#s-2dbf9a84-136c-4f3d-a4d6-671c4956d1fb img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aadb58cf-28ad-49f0-b2eb-165132765ff1 {
  text-align: center;
}

#s-aadb58cf-28ad-49f0-b2eb-165132765ff1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-aadb58cf-28ad-49f0-b2eb-165132765ff1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-aadb58cf-28ad-49f0-b2eb-165132765ff1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7fca1307-0494-4a76-87aa-86f05c025693 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7fca1307-0494-4a76-87aa-86f05c025693:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7fca1307-0494-4a76-87aa-86f05c025693:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fca1307-0494-4a76-87aa-86f05c025693-root {
    text-align: center;
  }


#s-7fca1307-0494-4a76-87aa-86f05c025693.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fca1307-0494-4a76-87aa-86f05c025693-root {
    text-align: center;
  }


#s-7fca1307-0494-4a76-87aa-86f05c025693.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fca1307-0494-4a76-87aa-86f05c025693-root {
    text-align: center;
  }


#s-7fca1307-0494-4a76-87aa-86f05c025693.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fca1307-0494-4a76-87aa-86f05c025693-root {
    text-align: center;
  }


#s-7fca1307-0494-4a76-87aa-86f05c025693.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fca1307-0494-4a76-87aa-86f05c025693-root {
    text-align: center;
  }


#s-7fca1307-0494-4a76-87aa-86f05c025693.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06 {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06 {
  display: none;
}
#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06, #wrap-s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06 {
  display: none;
}
#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06, #wrap-s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06 {
  display: none;
}
#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06, #wrap-s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06 { display: none !important; }}

  #s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06-root {
    text-align: center;
  }


#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06-root {
    text-align: center;
  }


#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06-root {
    text-align: center;
  }


#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06-root {
    text-align: center;
  }


#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06-root {
    text-align: center;
  }


#s-bd8d28cb-f56f-488a-a7d1-8467a0fbbc06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c0c34997-a809-4b18-a021-05d1b13e9c9a {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (max-width: 767px){#s-c0c34997-a809-4b18-a021-05d1b13e9c9a {
  
}
}
#s-c0c34997-a809-4b18-a021-05d1b13e9c9a hr {
  border-top: 2px solid #ddd;
}

#s-f5d7a964-92a2-4de1-9580-5832986c5a8b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f5d7a964-92a2-4de1-9580-5832986c5a8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5d7a964-92a2-4de1-9580-5832986c5a8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5d7a964-92a2-4de1-9580-5832986c5a8b {
  
}
}@media (max-width: 767px){#s-f5d7a964-92a2-4de1-9580-5832986c5a8b {
  
}
}







#s-f5d7a964-92a2-4de1-9580-5832986c5a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5d7a964-92a2-4de1-9580-5832986c5a8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-443292aa-28b2-4c39-b66d-42f24c67b580 {
  margin-top: -10px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-443292aa-28b2-4c39-b66d-42f24c67b580"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-443292aa-28b2-4c39-b66d-42f24c67b580"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-443292aa-28b2-4c39-b66d-42f24c67b580"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-443292aa-28b2-4c39-b66d-42f24c67b580"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d34f7b7a-2fdf-47bf-9cbe-7cd02c77ab6d {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d34f7b7a-2fdf-47bf-9cbe-7cd02c77ab6d {
  display: none;
}
#s-d34f7b7a-2fdf-47bf-9cbe-7cd02c77ab6d, #wrap-s-d34f7b7a-2fdf-47bf-9cbe-7cd02c77ab6d { display: none !important; }}@media (max-width: 767px){#s-d34f7b7a-2fdf-47bf-9cbe-7cd02c77ab6d {
  display: none;
}
#s-d34f7b7a-2fdf-47bf-9cbe-7cd02c77ab6d, #wrap-s-d34f7b7a-2fdf-47bf-9cbe-7cd02c77ab6d { display: none !important; }}







#s-d34f7b7a-2fdf-47bf-9cbe-7cd02c77ab6d .shogun-image-content {
  
    align-items: center;
  
}

#s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568 {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568 {
  display: none;
}
#s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568, #wrap-s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568 {
  display: none;
}
#s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568, #wrap-s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568 { display: none !important; }}@media (max-width: 767px){#s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568 {
  display: none;
}
#s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568, #wrap-s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568 { display: none !important; }}







#s-0e3e8c12-bfaa-4b4b-ad99-3472adf80568 .shogun-image-content {
  
    align-items: center;
  
}

#s-b64618c0-2b6a-4878-bf8b-b591f31728ba {
  min-height: 30px;
}








#s-b64618c0-2b6a-4878-bf8b-b591f31728ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b64618c0-2b6a-4878-bf8b-b591f31728ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-5851c29d-fedd-427f-a9f4-7e381e27faae {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5851c29d-fedd-427f-a9f4-7e381e27faae {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5851c29d-fedd-427f-a9f4-7e381e27faae {
  
}
}@media (max-width: 767px){#s-5851c29d-fedd-427f-a9f4-7e381e27faae {
  
}
}
#s-bc11576c-8f01-4297-887c-80e370e63e9b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e {
  margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e {
  
}
}@media (max-width: 767px){#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e {
  display: none;
}
#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e, #wrap-s-60c21a58-26b8-404f-bad8-06a9d0f3b38e { display: none !important; }}

  #s-60c21a58-26b8-404f-bad8-06a9d0f3b38e-root {
    text-align: center;
  }


#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60c21a58-26b8-404f-bad8-06a9d0f3b38e-root {
    text-align: center;
  }


#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60c21a58-26b8-404f-bad8-06a9d0f3b38e-root {
    text-align: center;
  }


#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60c21a58-26b8-404f-bad8-06a9d0f3b38e-root {
    text-align: center;
  }


#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60c21a58-26b8-404f-bad8-06a9d0f3b38e-root {
    text-align: center;
  }


#s-60c21a58-26b8-404f-bad8-06a9d0f3b38e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6eaea61b-63f5-46cb-b304-19633a3a7fbd {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-6eaea61b-63f5-46cb-b304-19633a3a7fbd {
  display: none;
}
#s-6eaea61b-63f5-46cb-b304-19633a3a7fbd, #wrap-s-6eaea61b-63f5-46cb-b304-19633a3a7fbd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6eaea61b-63f5-46cb-b304-19633a3a7fbd {
  display: none;
}
#s-6eaea61b-63f5-46cb-b304-19633a3a7fbd, #wrap-s-6eaea61b-63f5-46cb-b304-19633a3a7fbd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6eaea61b-63f5-46cb-b304-19633a3a7fbd {
  display: none;
}
#s-6eaea61b-63f5-46cb-b304-19633a3a7fbd, #wrap-s-6eaea61b-63f5-46cb-b304-19633a3a7fbd { display: none !important; }}







#s-6eaea61b-63f5-46cb-b304-19633a3a7fbd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-974a1d40-c9e7-487a-92a9-55d519dd00ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-974a1d40-c9e7-487a-92a9-55d519dd00ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-974a1d40-c9e7-487a-92a9-55d519dd00ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-974a1d40-c9e7-487a-92a9-55d519dd00ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b92b457b-a44a-45f1-97c4-1a1ace33287b {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b .shg-image-zoom,
.shg-c#s-b92b457b-a44a-45f1-97c4-1a1ace33287b img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-13108428-26ab-4741-a4da-99cb2d122f8c {
  text-align: center;
}

#s-13108428-26ab-4741-a4da-99cb2d122f8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-13108428-26ab-4741-a4da-99cb2d122f8c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-13108428-26ab-4741-a4da-99cb2d122f8c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5c6e734a-845c-4d63-ba89-76bb4608b86b {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5c6e734a-845c-4d63-ba89-76bb4608b86b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5c6e734a-845c-4d63-ba89-76bb4608b86b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c6e734a-845c-4d63-ba89-76bb4608b86b-root {
    text-align: center;
  }


#s-5c6e734a-845c-4d63-ba89-76bb4608b86b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c6e734a-845c-4d63-ba89-76bb4608b86b-root {
    text-align: center;
  }


#s-5c6e734a-845c-4d63-ba89-76bb4608b86b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c6e734a-845c-4d63-ba89-76bb4608b86b-root {
    text-align: center;
  }


#s-5c6e734a-845c-4d63-ba89-76bb4608b86b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c6e734a-845c-4d63-ba89-76bb4608b86b-root {
    text-align: center;
  }


#s-5c6e734a-845c-4d63-ba89-76bb4608b86b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c6e734a-845c-4d63-ba89-76bb4608b86b-root {
    text-align: center;
  }


#s-5c6e734a-845c-4d63-ba89-76bb4608b86b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6352e30c-df84-489d-b62c-6563521e60d9 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 .shg-image-zoom,
.shg-c#s-6352e30c-df84-489d-b62c-6563521e60d9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d2591646-dd21-4dd5-ab1e-341633b6afd4 {
  text-align: center;
}

#s-d2591646-dd21-4dd5-ab1e-341633b6afd4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d2591646-dd21-4dd5-ab1e-341633b6afd4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d2591646-dd21-4dd5-ab1e-341633b6afd4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b98bd4df-ae87-41b9-8b94-b15d7071cc92 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b98bd4df-ae87-41b9-8b94-b15d7071cc92:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b98bd4df-ae87-41b9-8b94-b15d7071cc92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b98bd4df-ae87-41b9-8b94-b15d7071cc92-root {
    text-align: center;
  }


#s-b98bd4df-ae87-41b9-8b94-b15d7071cc92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b98bd4df-ae87-41b9-8b94-b15d7071cc92-root {
    text-align: center;
  }


#s-b98bd4df-ae87-41b9-8b94-b15d7071cc92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b98bd4df-ae87-41b9-8b94-b15d7071cc92-root {
    text-align: center;
  }


#s-b98bd4df-ae87-41b9-8b94-b15d7071cc92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b98bd4df-ae87-41b9-8b94-b15d7071cc92-root {
    text-align: center;
  }


#s-b98bd4df-ae87-41b9-8b94-b15d7071cc92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b98bd4df-ae87-41b9-8b94-b15d7071cc92-root {
    text-align: center;
  }


#s-b98bd4df-ae87-41b9-8b94-b15d7071cc92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0376c366-4fb3-4f42-81f6-8129a43e3bad {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-0376c366-4fb3-4f42-81f6-8129a43e3bad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0376c366-4fb3-4f42-81f6-8129a43e3bad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0376c366-4fb3-4f42-81f6-8129a43e3bad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0376c366-4fb3-4f42-81f6-8129a43e3bad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ae159be3-3269-44a2-832c-db4cddf3b023 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 .shg-image-zoom,
.shg-c#s-ae159be3-3269-44a2-832c-db4cddf3b023 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2805b77a-2f0d-439d-88fa-8759e7712f35 {
  text-align: center;
}

#s-2805b77a-2f0d-439d-88fa-8759e7712f35 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2805b77a-2f0d-439d-88fa-8759e7712f35 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2805b77a-2f0d-439d-88fa-8759e7712f35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9856118e-fdc6-43fc-bfec-ec9feb7836c2 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9856118e-fdc6-43fc-bfec-ec9feb7836c2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9856118e-fdc6-43fc-bfec-ec9feb7836c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9856118e-fdc6-43fc-bfec-ec9feb7836c2-root {
    text-align: center;
  }


#s-9856118e-fdc6-43fc-bfec-ec9feb7836c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9856118e-fdc6-43fc-bfec-ec9feb7836c2-root {
    text-align: center;
  }


#s-9856118e-fdc6-43fc-bfec-ec9feb7836c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9856118e-fdc6-43fc-bfec-ec9feb7836c2-root {
    text-align: center;
  }


#s-9856118e-fdc6-43fc-bfec-ec9feb7836c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9856118e-fdc6-43fc-bfec-ec9feb7836c2-root {
    text-align: center;
  }


#s-9856118e-fdc6-43fc-bfec-ec9feb7836c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9856118e-fdc6-43fc-bfec-ec9feb7836c2-root {
    text-align: center;
  }


#s-9856118e-fdc6-43fc-bfec-ec9feb7836c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f2e72668-012a-41b7-a954-7136b5ac1119 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 .shg-image-zoom,
.shg-c#s-f2e72668-012a-41b7-a954-7136b5ac1119 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9bc14ea4-2ae8-411e-ae7c-4147004a4084 {
  text-align: center;
}

#s-9bc14ea4-2ae8-411e-ae7c-4147004a4084 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9bc14ea4-2ae8-411e-ae7c-4147004a4084 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9bc14ea4-2ae8-411e-ae7c-4147004a4084 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b4db39a0-0a40-4319-9f93-8b70a5969c12 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b4db39a0-0a40-4319-9f93-8b70a5969c12:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b4db39a0-0a40-4319-9f93-8b70a5969c12:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4db39a0-0a40-4319-9f93-8b70a5969c12-root {
    text-align: center;
  }


#s-b4db39a0-0a40-4319-9f93-8b70a5969c12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4db39a0-0a40-4319-9f93-8b70a5969c12-root {
    text-align: center;
  }


#s-b4db39a0-0a40-4319-9f93-8b70a5969c12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4db39a0-0a40-4319-9f93-8b70a5969c12-root {
    text-align: center;
  }


#s-b4db39a0-0a40-4319-9f93-8b70a5969c12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4db39a0-0a40-4319-9f93-8b70a5969c12-root {
    text-align: center;
  }


#s-b4db39a0-0a40-4319-9f93-8b70a5969c12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4db39a0-0a40-4319-9f93-8b70a5969c12-root {
    text-align: center;
  }


#s-b4db39a0-0a40-4319-9f93-8b70a5969c12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fa930747-1825-495f-91d5-4fee94e45618 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fa930747-1825-495f-91d5-4fee94e45618:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fa930747-1825-495f-91d5-4fee94e45618:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fa930747-1825-495f-91d5-4fee94e45618 {
  display: none;
}
#s-fa930747-1825-495f-91d5-4fee94e45618, #wrap-s-fa930747-1825-495f-91d5-4fee94e45618 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa930747-1825-495f-91d5-4fee94e45618 {
  display: none;
}
#s-fa930747-1825-495f-91d5-4fee94e45618, #wrap-s-fa930747-1825-495f-91d5-4fee94e45618 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa930747-1825-495f-91d5-4fee94e45618 {
  display: none;
}
#s-fa930747-1825-495f-91d5-4fee94e45618, #wrap-s-fa930747-1825-495f-91d5-4fee94e45618 { display: none !important; }}

  #s-fa930747-1825-495f-91d5-4fee94e45618-root {
    text-align: center;
  }


#s-fa930747-1825-495f-91d5-4fee94e45618.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa930747-1825-495f-91d5-4fee94e45618-root {
    text-align: center;
  }


#s-fa930747-1825-495f-91d5-4fee94e45618.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa930747-1825-495f-91d5-4fee94e45618-root {
    text-align: center;
  }


#s-fa930747-1825-495f-91d5-4fee94e45618.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa930747-1825-495f-91d5-4fee94e45618-root {
    text-align: center;
  }


#s-fa930747-1825-495f-91d5-4fee94e45618.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa930747-1825-495f-91d5-4fee94e45618-root {
    text-align: center;
  }


#s-fa930747-1825-495f-91d5-4fee94e45618.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5b031e64-767a-4b17-b14d-b008e40c2cc2 {
  margin-top: 35px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5b031e64-767a-4b17-b14d-b008e40c2cc2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5b031e64-767a-4b17-b14d-b008e40c2cc2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5b031e64-767a-4b17-b14d-b008e40c2cc2 {
  display: none;
}
#s-5b031e64-767a-4b17-b14d-b008e40c2cc2, #wrap-s-5b031e64-767a-4b17-b14d-b008e40c2cc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b031e64-767a-4b17-b14d-b008e40c2cc2 {
  display: none;
}
#s-5b031e64-767a-4b17-b14d-b008e40c2cc2, #wrap-s-5b031e64-767a-4b17-b14d-b008e40c2cc2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b031e64-767a-4b17-b14d-b008e40c2cc2 {
  display: none;
}
#s-5b031e64-767a-4b17-b14d-b008e40c2cc2, #wrap-s-5b031e64-767a-4b17-b14d-b008e40c2cc2 { display: none !important; }}

  #s-5b031e64-767a-4b17-b14d-b008e40c2cc2-root {
    text-align: center;
  }


#s-5b031e64-767a-4b17-b14d-b008e40c2cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b031e64-767a-4b17-b14d-b008e40c2cc2-root {
    text-align: center;
  }


#s-5b031e64-767a-4b17-b14d-b008e40c2cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b031e64-767a-4b17-b14d-b008e40c2cc2-root {
    text-align: center;
  }


#s-5b031e64-767a-4b17-b14d-b008e40c2cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b031e64-767a-4b17-b14d-b008e40c2cc2-root {
    text-align: center;
  }


#s-5b031e64-767a-4b17-b14d-b008e40c2cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b031e64-767a-4b17-b14d-b008e40c2cc2-root {
    text-align: center;
  }


#s-5b031e64-767a-4b17-b14d-b008e40c2cc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d71075db-bfd1-4e2b-b63d-6e023fd45585 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d71075db-bfd1-4e2b-b63d-6e023fd45585 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d71075db-bfd1-4e2b-b63d-6e023fd45585 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d71075db-bfd1-4e2b-b63d-6e023fd45585 {
  
}
}@media (max-width: 767px){#s-d71075db-bfd1-4e2b-b63d-6e023fd45585 {
  
}
}







#s-d71075db-bfd1-4e2b-b63d-6e023fd45585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d71075db-bfd1-4e2b-b63d-6e023fd45585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18e678f1-ced0-45c5-9551-4d4c1df783cf {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-18e678f1-ced0-45c5-9551-4d4c1df783cf {
  
}
}
#s-18e678f1-ced0-45c5-9551-4d4c1df783cf hr {
  border-top: 2px solid #ddd;
}

#s-15bd1a39-9168-42f8-b8e7-1fdf8e98168f {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-15bd1a39-9168-42f8-b8e7-1fdf8e98168f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15bd1a39-9168-42f8-b8e7-1fdf8e98168f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15bd1a39-9168-42f8-b8e7-1fdf8e98168f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15bd1a39-9168-42f8-b8e7-1fdf8e98168f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-705f99fe-bce4-49fa-ae79-32b8801bed26 {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-705f99fe-bce4-49fa-ae79-32b8801bed26 {
  display: none;
}
#s-705f99fe-bce4-49fa-ae79-32b8801bed26, #wrap-s-705f99fe-bce4-49fa-ae79-32b8801bed26 { display: none !important; }}@media (max-width: 767px){#s-705f99fe-bce4-49fa-ae79-32b8801bed26 {
  display: none;
}
#s-705f99fe-bce4-49fa-ae79-32b8801bed26, #wrap-s-705f99fe-bce4-49fa-ae79-32b8801bed26 { display: none !important; }}







#s-705f99fe-bce4-49fa-ae79-32b8801bed26 .shogun-image-content {
  
    align-items: center;
  
}

#s-8718d5bd-af94-4a01-935f-c79e9a23ab73 {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-8718d5bd-af94-4a01-935f-c79e9a23ab73 {
  display: none;
}
#s-8718d5bd-af94-4a01-935f-c79e9a23ab73, #wrap-s-8718d5bd-af94-4a01-935f-c79e9a23ab73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8718d5bd-af94-4a01-935f-c79e9a23ab73 {
  display: none;
}
#s-8718d5bd-af94-4a01-935f-c79e9a23ab73, #wrap-s-8718d5bd-af94-4a01-935f-c79e9a23ab73 { display: none !important; }}@media (max-width: 767px){#s-8718d5bd-af94-4a01-935f-c79e9a23ab73 {
  display: none;
}
#s-8718d5bd-af94-4a01-935f-c79e9a23ab73, #wrap-s-8718d5bd-af94-4a01-935f-c79e9a23ab73 { display: none !important; }}







#s-8718d5bd-af94-4a01-935f-c79e9a23ab73 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e9fbd20-7195-4c23-b899-f04c620a05a1 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-9e9fbd20-7195-4c23-b899-f04c620a05a1 {
  
}
}







#s-9e9fbd20-7195-4c23-b899-f04c620a05a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e9fbd20-7195-4c23-b899-f04c620a05a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-50f08449-ac94-408f-aab8-c5eacce98e83 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50f08449-ac94-408f-aab8-c5eacce98e83 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50f08449-ac94-408f-aab8-c5eacce98e83 {
  
}
}@media (max-width: 767px){#s-50f08449-ac94-408f-aab8-c5eacce98e83 {
  
}
}
#s-7cbfd503-06ff-406f-9973-2a080b32facc {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0 {
  display: none;
}
#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0, #wrap-s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0 { display: none !important; }}

  #s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0-root {
    text-align: center;
  }


#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0-root {
    text-align: center;
  }


#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0-root {
    text-align: center;
  }


#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0-root {
    text-align: center;
  }


#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0-root {
    text-align: center;
  }


#s-a9ae5d51-73ab-4abc-b907-ba0a9f6ddac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c5159759-a869-4ea4-b91a-352c290d2d10 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-c5159759-a869-4ea4-b91a-352c290d2d10 {
  display: none;
}
#s-c5159759-a869-4ea4-b91a-352c290d2d10, #wrap-s-c5159759-a869-4ea4-b91a-352c290d2d10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5159759-a869-4ea4-b91a-352c290d2d10 {
  display: none;
}
#s-c5159759-a869-4ea4-b91a-352c290d2d10, #wrap-s-c5159759-a869-4ea4-b91a-352c290d2d10 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5159759-a869-4ea4-b91a-352c290d2d10 {
  display: none;
}
#s-c5159759-a869-4ea4-b91a-352c290d2d10, #wrap-s-c5159759-a869-4ea4-b91a-352c290d2d10 { display: none !important; }}







#s-c5159759-a869-4ea4-b91a-352c290d2d10 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-646e9836-ed58-4863-b401-886cba143f05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-646e9836-ed58-4863-b401-886cba143f05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-646e9836-ed58-4863-b401-886cba143f05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-646e9836-ed58-4863-b401-886cba143f05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 .shg-image-zoom,
.shg-c#s-28a4f438-4e5f-429f-a7d9-ec3f4c9d5ee9 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9971919a-be7f-4c2d-9a78-9b004fd9ebd9 {
  text-align: center;
}

#s-9971919a-be7f-4c2d-9a78-9b004fd9ebd9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9971919a-be7f-4c2d-9a78-9b004fd9ebd9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9971919a-be7f-4c2d-9a78-9b004fd9ebd9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-abfd7ffc-d759-4766-8dcd-74588c359757 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-abfd7ffc-d759-4766-8dcd-74588c359757:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-abfd7ffc-d759-4766-8dcd-74588c359757:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abfd7ffc-d759-4766-8dcd-74588c359757-root {
    text-align: center;
  }


#s-abfd7ffc-d759-4766-8dcd-74588c359757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abfd7ffc-d759-4766-8dcd-74588c359757-root {
    text-align: center;
  }


#s-abfd7ffc-d759-4766-8dcd-74588c359757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abfd7ffc-d759-4766-8dcd-74588c359757-root {
    text-align: center;
  }


#s-abfd7ffc-d759-4766-8dcd-74588c359757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abfd7ffc-d759-4766-8dcd-74588c359757-root {
    text-align: center;
  }


#s-abfd7ffc-d759-4766-8dcd-74588c359757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abfd7ffc-d759-4766-8dcd-74588c359757-root {
    text-align: center;
  }


#s-abfd7ffc-d759-4766-8dcd-74588c359757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-89dd6d09-2025-45d2-bf97-9fe3d5f75370 {
  margin-left: auto;
margin-right: auto;
}

.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;
  height: inherit;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  margin-left: 10%;
margin-right: 10%;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  margin-left: 10%;
  margin-right: 10%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-content {
  
    align-items: center;
  
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
      position: relative;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-content {
  
    align-items: center;
  
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
      position: relative;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-content {
  
    align-items: center;
  
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
      position: relative;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-content {
  
    align-items: center;
  
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
      position: relative;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee .shogun-image-content {
  
    align-items: center;
  
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container {
      position: relative;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-986e9ee5-74e9-4f81-92d7-a774e8a8daee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-cae6880d-c208-48c6-a192-7279d043ebba {
  text-align: center;
}

#s-cae6880d-c208-48c6-a192-7279d043ebba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-cae6880d-c208-48c6-a192-7279d043ebba .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cae6880d-c208-48c6-a192-7279d043ebba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0b992c34-8616-4347-84c5-bbef6c418c7d {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0b992c34-8616-4347-84c5-bbef6c418c7d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0b992c34-8616-4347-84c5-bbef6c418c7d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b992c34-8616-4347-84c5-bbef6c418c7d-root {
    text-align: center;
  }


#s-0b992c34-8616-4347-84c5-bbef6c418c7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b992c34-8616-4347-84c5-bbef6c418c7d-root {
    text-align: center;
  }


#s-0b992c34-8616-4347-84c5-bbef6c418c7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b992c34-8616-4347-84c5-bbef6c418c7d-root {
    text-align: center;
  }


#s-0b992c34-8616-4347-84c5-bbef6c418c7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b992c34-8616-4347-84c5-bbef6c418c7d-root {
    text-align: center;
  }


#s-0b992c34-8616-4347-84c5-bbef6c418c7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b992c34-8616-4347-84c5-bbef6c418c7d-root {
    text-align: center;
  }


#s-0b992c34-8616-4347-84c5-bbef6c418c7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ab284041-f405-48c8-96b8-fd665df5ab63 {
  min-height: 30px;
}








#s-ab284041-f405-48c8-96b8-fd665df5ab63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab284041-f405-48c8-96b8-fd665df5ab63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2e3b898-0c81-4c4e-b06d-faebcfc2aea9 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-e2e3b898-0c81-4c4e-b06d-faebcfc2aea9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e2e3b898-0c81-4c4e-b06d-faebcfc2aea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2e3b898-0c81-4c4e-b06d-faebcfc2aea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2e3b898-0c81-4c4e-b06d-faebcfc2aea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-96839b36-6b74-42ba-b935-5e75c4f46e52 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 .shg-image-zoom,
.shg-c#s-96839b36-6b74-42ba-b935-5e75c4f46e52 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cea26857-09a0-4244-9ca7-52b71a52c64f {
  text-align: center;
}

#s-cea26857-09a0-4244-9ca7-52b71a52c64f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-cea26857-09a0-4244-9ca7-52b71a52c64f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cea26857-09a0-4244-9ca7-52b71a52c64f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9f9af825-f85e-464c-9c21-07154e2fed9c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9f9af825-f85e-464c-9c21-07154e2fed9c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9f9af825-f85e-464c-9c21-07154e2fed9c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f9af825-f85e-464c-9c21-07154e2fed9c-root {
    text-align: center;
  }


#s-9f9af825-f85e-464c-9c21-07154e2fed9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f9af825-f85e-464c-9c21-07154e2fed9c-root {
    text-align: center;
  }


#s-9f9af825-f85e-464c-9c21-07154e2fed9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f9af825-f85e-464c-9c21-07154e2fed9c-root {
    text-align: center;
  }


#s-9f9af825-f85e-464c-9c21-07154e2fed9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f9af825-f85e-464c-9c21-07154e2fed9c-root {
    text-align: center;
  }


#s-9f9af825-f85e-464c-9c21-07154e2fed9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f9af825-f85e-464c-9c21-07154e2fed9c-root {
    text-align: center;
  }


#s-9f9af825-f85e-464c-9c21-07154e2fed9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-71cbf759-d080-4270-847c-8a848e672831 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 .shg-image-zoom,
.shg-c#s-71cbf759-d080-4270-847c-8a848e672831 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2f5815ed-aa12-4363-b18a-f14f0fe4f3fe {
  text-align: center;
}

#s-2f5815ed-aa12-4363-b18a-f14f0fe4f3fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2f5815ed-aa12-4363-b18a-f14f0fe4f3fe .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2f5815ed-aa12-4363-b18a-f14f0fe4f3fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c18001d7-2f23-4a74-91c8-caeb9a47edfb {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c18001d7-2f23-4a74-91c8-caeb9a47edfb:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c18001d7-2f23-4a74-91c8-caeb9a47edfb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c18001d7-2f23-4a74-91c8-caeb9a47edfb-root {
    text-align: center;
  }


#s-c18001d7-2f23-4a74-91c8-caeb9a47edfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c18001d7-2f23-4a74-91c8-caeb9a47edfb-root {
    text-align: center;
  }


#s-c18001d7-2f23-4a74-91c8-caeb9a47edfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c18001d7-2f23-4a74-91c8-caeb9a47edfb-root {
    text-align: center;
  }


#s-c18001d7-2f23-4a74-91c8-caeb9a47edfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c18001d7-2f23-4a74-91c8-caeb9a47edfb-root {
    text-align: center;
  }


#s-c18001d7-2f23-4a74-91c8-caeb9a47edfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c18001d7-2f23-4a74-91c8-caeb9a47edfb-root {
    text-align: center;
  }


#s-c18001d7-2f23-4a74-91c8-caeb9a47edfb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8 {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8 {
  display: none;
}
#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8, #wrap-s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8 {
  display: none;
}
#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8, #wrap-s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8 {
  display: none;
}
#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8, #wrap-s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8 { display: none !important; }}

  #s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8-root {
    text-align: center;
  }


#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8-root {
    text-align: center;
  }


#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8-root {
    text-align: center;
  }


#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8-root {
    text-align: center;
  }


#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8-root {
    text-align: center;
  }


#s-9d009c78-0b82-4a6f-b9a2-55ce4fd62bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-107e8ac3-bbbc-4901-816a-305ad68caf3c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-107e8ac3-bbbc-4901-816a-305ad68caf3c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-107e8ac3-bbbc-4901-816a-305ad68caf3c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-107e8ac3-bbbc-4901-816a-305ad68caf3c {
  
}
}@media (max-width: 767px){#s-107e8ac3-bbbc-4901-816a-305ad68caf3c {
  
}
}







#s-107e8ac3-bbbc-4901-816a-305ad68caf3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-107e8ac3-bbbc-4901-816a-305ad68caf3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51f7ec15-b9b8-416a-a17b-3266a91d3d48 {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (max-width: 767px){#s-51f7ec15-b9b8-416a-a17b-3266a91d3d48 {
  
}
}
#s-51f7ec15-b9b8-416a-a17b-3266a91d3d48 hr {
  border-top: 2px solid #ddd;
}

#s-d8798031-284c-4d15-83c3-7a8aaf512775 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d8798031-284c-4d15-83c3-7a8aaf512775"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8798031-284c-4d15-83c3-7a8aaf512775"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8798031-284c-4d15-83c3-7a8aaf512775"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8798031-284c-4d15-83c3-7a8aaf512775"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c416dda7-282d-4267-abbb-663025426d5f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
max-width: 1962px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c416dda7-282d-4267-abbb-663025426d5f {
  display: none;
}
#s-c416dda7-282d-4267-abbb-663025426d5f, #wrap-s-c416dda7-282d-4267-abbb-663025426d5f { display: none !important; }}@media (max-width: 767px){#s-c416dda7-282d-4267-abbb-663025426d5f {
  display: none;
}
#s-c416dda7-282d-4267-abbb-663025426d5f, #wrap-s-c416dda7-282d-4267-abbb-663025426d5f { display: none !important; }}







#s-c416dda7-282d-4267-abbb-663025426d5f .shogun-image-content {
  
    align-items: center;
  
}

#s-cacb5446-cf36-4334-bdb1-72c0867a42d0 {
  max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-cacb5446-cf36-4334-bdb1-72c0867a42d0 {
  display: none;
}
#s-cacb5446-cf36-4334-bdb1-72c0867a42d0, #wrap-s-cacb5446-cf36-4334-bdb1-72c0867a42d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cacb5446-cf36-4334-bdb1-72c0867a42d0 {
  display: none;
}
#s-cacb5446-cf36-4334-bdb1-72c0867a42d0, #wrap-s-cacb5446-cf36-4334-bdb1-72c0867a42d0 { display: none !important; }}@media (max-width: 767px){#s-cacb5446-cf36-4334-bdb1-72c0867a42d0 {
  display: none;
}
#s-cacb5446-cf36-4334-bdb1-72c0867a42d0, #wrap-s-cacb5446-cf36-4334-bdb1-72c0867a42d0 { display: none !important; }}







#s-cacb5446-cf36-4334-bdb1-72c0867a42d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dec3a3c8-7228-4388-830f-7afd626e5fef {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 30px;
}
@media (max-width: 767px){#s-dec3a3c8-7228-4388-830f-7afd626e5fef {
  
}
}







#s-dec3a3c8-7228-4388-830f-7afd626e5fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dec3a3c8-7228-4388-830f-7afd626e5fef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-c709c1b8-9087-49f6-8d3d-572412a49bb1 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c709c1b8-9087-49f6-8d3d-572412a49bb1 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c709c1b8-9087-49f6-8d3d-572412a49bb1 {
  
}
}@media (max-width: 767px){#s-c709c1b8-9087-49f6-8d3d-572412a49bb1 {
  
}
}
#s-502d9d8e-3c49-4594-a672-ad171d3f9028 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5 {
  display: none;
}
#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5, #wrap-s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5 { display: none !important; }}

  #s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5-root {
    text-align: center;
  }


#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5-root {
    text-align: center;
  }


#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5-root {
    text-align: center;
  }


#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5-root {
    text-align: center;
  }


#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5-root {
    text-align: center;
  }


#s-719f465a-5a8d-48cf-9bbc-b1c24911c1f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1962px;
text-align: center;
}
@media (min-width: 1200px){#s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9 {
  display: none;
}
#s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9, #wrap-s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9 {
  display: none;
}
#s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9, #wrap-s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9 {
  display: none;
}
#s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9, #wrap-s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9 { display: none !important; }}







#s-fb3f3149-d8ee-483a-a62a-b0fddf9b5ab9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a5b48dc7-a357-4852-aa32-5eea7685f9b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a5b48dc7-a357-4852-aa32-5eea7685f9b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5b48dc7-a357-4852-aa32-5eea7685f9b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5b48dc7-a357-4852-aa32-5eea7685f9b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db44aad7-8cee-4f68-ad13-540ca70a5987 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 .shg-image-zoom,
.shg-c#s-db44aad7-8cee-4f68-ad13-540ca70a5987 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e797fbd4-dddf-44fc-b528-2e5efbd6601d {
  text-align: center;
}

#s-e797fbd4-dddf-44fc-b528-2e5efbd6601d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e797fbd4-dddf-44fc-b528-2e5efbd6601d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e797fbd4-dddf-44fc-b528-2e5efbd6601d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f432a1a4-9a8c-421f-8bfc-edea5a202f92 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f432a1a4-9a8c-421f-8bfc-edea5a202f92:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f432a1a4-9a8c-421f-8bfc-edea5a202f92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f432a1a4-9a8c-421f-8bfc-edea5a202f92-root {
    text-align: center;
  }


#s-f432a1a4-9a8c-421f-8bfc-edea5a202f92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f432a1a4-9a8c-421f-8bfc-edea5a202f92-root {
    text-align: center;
  }


#s-f432a1a4-9a8c-421f-8bfc-edea5a202f92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f432a1a4-9a8c-421f-8bfc-edea5a202f92-root {
    text-align: center;
  }


#s-f432a1a4-9a8c-421f-8bfc-edea5a202f92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f432a1a4-9a8c-421f-8bfc-edea5a202f92-root {
    text-align: center;
  }


#s-f432a1a4-9a8c-421f-8bfc-edea5a202f92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f432a1a4-9a8c-421f-8bfc-edea5a202f92-root {
    text-align: center;
  }


#s-f432a1a4-9a8c-421f-8bfc-edea5a202f92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c .shg-image-zoom,
.shg-c#s-67943c7c-7f4e-4d9e-b2a9-55b8d4935b5c img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-251b220c-ccd1-492d-bb83-095d431a3647 {
  text-align: center;
}

#s-251b220c-ccd1-492d-bb83-095d431a3647 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-251b220c-ccd1-492d-bb83-095d431a3647 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-251b220c-ccd1-492d-bb83-095d431a3647 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b-root {
    text-align: center;
  }


#s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b-root {
    text-align: center;
  }


#s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b-root {
    text-align: center;
  }


#s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b-root {
    text-align: center;
  }


#s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b-root {
    text-align: center;
  }


#s-1f8e25fa-f149-4dc8-8505-c2d0339f6b8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3f6e21c6-4872-4c38-9789-953946a54db1 {
  min-height: 30px;
}








#s-3f6e21c6-4872-4c38-9789-953946a54db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f6e21c6-4872-4c38-9789-953946a54db1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c913420-ff16-4697-96cf-459fba407be1 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-1c913420-ff16-4697-96cf-459fba407be1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c913420-ff16-4697-96cf-459fba407be1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c913420-ff16-4697-96cf-459fba407be1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c913420-ff16-4697-96cf-459fba407be1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-0e9b6a1a-7567-49cb-a2cf-6968bdaf1754 {
  display: none;
}
#s-0e9b6a1a-7567-49cb-a2cf-6968bdaf1754, #wrap-s-0e9b6a1a-7567-49cb-a2cf-6968bdaf1754 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e9b6a1a-7567-49cb-a2cf-6968bdaf1754 {
  display: none;
}
#s-0e9b6a1a-7567-49cb-a2cf-6968bdaf1754, #wrap-s-0e9b6a1a-7567-49cb-a2cf-6968bdaf1754 { display: none !important; }}
#s-69fb070d-f3bb-4373-8867-64fd667c87e8 {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 .shg-image-zoom,
.shg-c#s-69fb070d-f3bb-4373-8867-64fd667c87e8 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-67db9a4c-94d1-49d6-a95a-9957f094f5d9 {
  text-align: center;
}

#s-67db9a4c-94d1-49d6-a95a-9957f094f5d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-67db9a4c-94d1-49d6-a95a-9957f094f5d9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-67db9a4c-94d1-49d6-a95a-9957f094f5d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70ab0a14-cd2a-4967-a641-c7179955f600 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-70ab0a14-cd2a-4967-a641-c7179955f600:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-70ab0a14-cd2a-4967-a641-c7179955f600:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70ab0a14-cd2a-4967-a641-c7179955f600-root {
    text-align: center;
  }


#s-70ab0a14-cd2a-4967-a641-c7179955f600.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70ab0a14-cd2a-4967-a641-c7179955f600-root {
    text-align: center;
  }


#s-70ab0a14-cd2a-4967-a641-c7179955f600.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70ab0a14-cd2a-4967-a641-c7179955f600-root {
    text-align: center;
  }


#s-70ab0a14-cd2a-4967-a641-c7179955f600.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70ab0a14-cd2a-4967-a641-c7179955f600-root {
    text-align: center;
  }


#s-70ab0a14-cd2a-4967-a641-c7179955f600.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70ab0a14-cd2a-4967-a641-c7179955f600-root {
    text-align: center;
  }


#s-70ab0a14-cd2a-4967-a641-c7179955f600.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



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

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 .shg-image-zoom,
.shg-c#s-1d50d0fc-fd41-40d3-b986-5ec12486e944 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7b662273-fb0e-4811-94ec-16832bfe6fa0 {
  text-align: center;
}

#s-7b662273-fb0e-4811-94ec-16832bfe6fa0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7b662273-fb0e-4811-94ec-16832bfe6fa0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7b662273-fb0e-4811-94ec-16832bfe6fa0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dfbb374a-5f50-4a12-a545-90d5f661b067 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dfbb374a-5f50-4a12-a545-90d5f661b067:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dfbb374a-5f50-4a12-a545-90d5f661b067:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfbb374a-5f50-4a12-a545-90d5f661b067-root {
    text-align: center;
  }


#s-dfbb374a-5f50-4a12-a545-90d5f661b067.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfbb374a-5f50-4a12-a545-90d5f661b067-root {
    text-align: center;
  }


#s-dfbb374a-5f50-4a12-a545-90d5f661b067.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfbb374a-5f50-4a12-a545-90d5f661b067-root {
    text-align: center;
  }


#s-dfbb374a-5f50-4a12-a545-90d5f661b067.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfbb374a-5f50-4a12-a545-90d5f661b067-root {
    text-align: center;
  }


#s-dfbb374a-5f50-4a12-a545-90d5f661b067.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfbb374a-5f50-4a12-a545-90d5f661b067-root {
    text-align: center;
  }


#s-dfbb374a-5f50-4a12-a545-90d5f661b067.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3 {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3 {
  display: none;
}
#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3, #wrap-s-3f1a14a4-a0a6-44a0-b326-76fd469edff3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3 {
  display: none;
}
#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3, #wrap-s-3f1a14a4-a0a6-44a0-b326-76fd469edff3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3 {
  display: none;
}
#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3, #wrap-s-3f1a14a4-a0a6-44a0-b326-76fd469edff3 { display: none !important; }}

  #s-3f1a14a4-a0a6-44a0-b326-76fd469edff3-root {
    text-align: center;
  }


#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f1a14a4-a0a6-44a0-b326-76fd469edff3-root {
    text-align: center;
  }


#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f1a14a4-a0a6-44a0-b326-76fd469edff3-root {
    text-align: center;
  }


#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f1a14a4-a0a6-44a0-b326-76fd469edff3-root {
    text-align: center;
  }


#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f1a14a4-a0a6-44a0-b326-76fd469edff3-root {
    text-align: center;
  }


#s-3f1a14a4-a0a6-44a0-b326-76fd469edff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e3ba4354-387d-490f-ac9f-a6c0a2735bd0 {
  min-height: 50px;
}








#s-e3ba4354-387d-490f-ac9f-a6c0a2735bd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3ba4354-387d-490f-ac9f-a6c0a2735bd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2496dbc-6368-4bfa-a37e-c61baba121f9 {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (max-width: 767px){#s-f2496dbc-6368-4bfa-a37e-c61baba121f9 {
  
}
}
#s-f2496dbc-6368-4bfa-a37e-c61baba121f9 hr {
  border-top: 2px solid #ddd;
}

#s-c52752ca-035b-433e-88cd-d62b289c3506 {
  margin-top: 45px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c52752ca-035b-433e-88cd-d62b289c3506"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c52752ca-035b-433e-88cd-d62b289c3506"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c52752ca-035b-433e-88cd-d62b289c3506"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c52752ca-035b-433e-88cd-d62b289c3506"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f00c8a24-a316-43eb-9330-0cf3b99be44d {
  max-width: 1962px;
text-align: center;
}








#s-f00c8a24-a316-43eb-9330-0cf3b99be44d .shogun-image-content {
  
    align-items: center;
  
}

#s-17e760af-5e47-4150-84dd-60b04a61dca6 {
  margin-bottom: 10px;
}

#s-16e6083a-c3aa-4123-821e-b3bbbf6c5ccf {
  margin-left: 5%;
margin-right: 5%;
}

#s-926af520-b23a-4261-a516-5a9ad81117da {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-926af520-b23a-4261-a516-5a9ad81117da:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-926af520-b23a-4261-a516-5a9ad81117da:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-926af520-b23a-4261-a516-5a9ad81117da-root {
    text-align: center;
  }


#s-926af520-b23a-4261-a516-5a9ad81117da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-926af520-b23a-4261-a516-5a9ad81117da-root {
    text-align: center;
  }


#s-926af520-b23a-4261-a516-5a9ad81117da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-926af520-b23a-4261-a516-5a9ad81117da-root {
    text-align: center;
  }


#s-926af520-b23a-4261-a516-5a9ad81117da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-926af520-b23a-4261-a516-5a9ad81117da-root {
    text-align: center;
  }


#s-926af520-b23a-4261-a516-5a9ad81117da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-926af520-b23a-4261-a516-5a9ad81117da-root {
    text-align: center;
  }


#s-926af520-b23a-4261-a516-5a9ad81117da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-68a88e1b-a609-4725-ba21-283a9ff55196 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-68a88e1b-a609-4725-ba21-283a9ff55196 {
  display: none;
}
#s-68a88e1b-a609-4725-ba21-283a9ff55196, #wrap-s-68a88e1b-a609-4725-ba21-283a9ff55196 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68a88e1b-a609-4725-ba21-283a9ff55196 {
  display: none;
}
#s-68a88e1b-a609-4725-ba21-283a9ff55196, #wrap-s-68a88e1b-a609-4725-ba21-283a9ff55196 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68a88e1b-a609-4725-ba21-283a9ff55196 {
  display: none;
}
#s-68a88e1b-a609-4725-ba21-283a9ff55196, #wrap-s-68a88e1b-a609-4725-ba21-283a9ff55196 { display: none !important; }}







#s-68a88e1b-a609-4725-ba21-283a9ff55196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68a88e1b-a609-4725-ba21-283a9ff55196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09854897-40a8-453f-9bbc-b132ccb5bf8c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-style: solid;
max-width: 1962px;
text-align: center;
}








#s-09854897-40a8-453f-9bbc-b132ccb5bf8c .shogun-image-content {
  
    align-items: center;
  
}

#s-1e30dd3f-78af-4c44-9c6d-05171835f21d {
  margin-bottom: 10px;
}

#s-5c560971-0357-4baf-acbd-e3dce41338cc {
  margin-left: 5%;
margin-right: 5%;
}

#s-819efdb0-7119-4c6b-8264-f6f8a4df7307 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-819efdb0-7119-4c6b-8264-f6f8a4df7307:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-819efdb0-7119-4c6b-8264-f6f8a4df7307:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-819efdb0-7119-4c6b-8264-f6f8a4df7307-root {
    text-align: center;
  }


#s-819efdb0-7119-4c6b-8264-f6f8a4df7307.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-819efdb0-7119-4c6b-8264-f6f8a4df7307-root {
    text-align: center;
  }


#s-819efdb0-7119-4c6b-8264-f6f8a4df7307.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-819efdb0-7119-4c6b-8264-f6f8a4df7307-root {
    text-align: center;
  }


#s-819efdb0-7119-4c6b-8264-f6f8a4df7307.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-819efdb0-7119-4c6b-8264-f6f8a4df7307-root {
    text-align: center;
  }


#s-819efdb0-7119-4c6b-8264-f6f8a4df7307.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-819efdb0-7119-4c6b-8264-f6f8a4df7307-root {
    text-align: center;
  }


#s-819efdb0-7119-4c6b-8264-f6f8a4df7307.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b6df42e5-ded1-45d7-8a23-80a4a439a9d1 {
  margin-top: 50px;
padding-top: 20px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b6df42e5-ded1-45d7-8a23-80a4a439a9d1 {
  max-width: 1024px;
}
}







#s-b6df42e5-ded1-45d7-8a23-80a4a439a9d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6df42e5-ded1-45d7-8a23-80a4a439a9d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-871157f1-f5ad-4bd5-96e6-bf405fc36e30 {
  margin-top: 5px;
margin-bottom: 20px;
}

#s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d {
  margin-left: 5%;
margin-right: 5%;
min-height: 445px;
max-width: 3000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d {
  margin-left: 1%;
margin-right: 1%;
max-width: 1024px;
}
}@media (max-width: 767px){#s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d {
  margin-left: 1%;
margin-right: 1%;
max-width: 414px;
display: none;
}
#s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d, #wrap-s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-8d811cf3-e8b0-4fcc-b7b6-1c4f89e9624d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-95ac3bbc-c48d-4c0e-a6da-fc2ab0a930c8 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 0px;
max-width: 299px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-95ac3bbc-c48d-4c0e-a6da-fc2ab0a930c8 {
  padding-bottom: 10px;
min-height: 480px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95ac3bbc-c48d-4c0e-a6da-fc2ab0a930c8 {
  min-height: 485px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95ac3bbc-c48d-4c0e-a6da-fc2ab0a930c8 {
  min-height: 445px;
}
}@media (max-width: 767px){#s-95ac3bbc-c48d-4c0e-a6da-fc2ab0a930c8 {
  margin-bottom: 15px;
}
}







#s-95ac3bbc-c48d-4c0e-a6da-fc2ab0a930c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95ac3bbc-c48d-4c0e-a6da-fc2ab0a930c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7be2a311-c65d-4dee-9525-1e51d3ba8891 {
  margin-top: 0px;
padding-bottom: 0px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-7be2a311-c65d-4dee-9525-1e51d3ba8891 {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7be2a311-c65d-4dee-9525-1e51d3ba8891 {
  min-height: 190px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7be2a311-c65d-4dee-9525-1e51d3ba8891 {
  min-height: 150px;
}
}@media (max-width: 767px){#s-7be2a311-c65d-4dee-9525-1e51d3ba8891 {
  min-height: 100px;
}
}







#s-7be2a311-c65d-4dee-9525-1e51d3ba8891 .shogun-image-content {
  
    align-items: center;
  
}

#s-416d766f-d380-4560-9312-cd797b9d74d8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-416d766f-d380-4560-9312-cd797b9d74d8 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-416d766f-d380-4560-9312-cd797b9d74d8 {
  
}
}@media (max-width: 767px){#s-416d766f-d380-4560-9312-cd797b9d74d8 {
  display: none;
}
#s-416d766f-d380-4560-9312-cd797b9d74d8, #wrap-s-416d766f-d380-4560-9312-cd797b9d74d8 { display: none !important; }}
#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
}
#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b {
  margin-top: 5px;
}
}

  #s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b-root {
    text-align: center;
  }


#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b-root {
    text-align: center;
  }


#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b-root {
    text-align: center;
  }


#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b-root {
    text-align: center;
  }


#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b-root {
    text-align: center;
  }


#s-c6ce6746-5352-48b7-9a54-ec4ec3859d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e4df5a6c-f547-4102-a1de-8e90bcc4b7fb {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 0px;
max-width: 299px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e4df5a6c-f547-4102-a1de-8e90bcc4b7fb {
  margin-top: -1px;
margin-bottom: -1px;
padding-bottom: 10px;
min-height: 480px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4df5a6c-f547-4102-a1de-8e90bcc4b7fb {
  min-height: 485px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4df5a6c-f547-4102-a1de-8e90bcc4b7fb {
  padding-left: 2%;
padding-right: 2%;
min-height: 445px;
}
}@media (max-width: 767px){#s-e4df5a6c-f547-4102-a1de-8e90bcc4b7fb {
  margin-bottom: 15px;
padding-left: 1%;
padding-right: 1%;
}
}







#s-e4df5a6c-f547-4102-a1de-8e90bcc4b7fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4df5a6c-f547-4102-a1de-8e90bcc4b7fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5305efc6-df09-4a39-8c6d-b61f7f817919 {
  margin-top: 0px;
padding-bottom: 0px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
min-height: 100px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-5305efc6-df09-4a39-8c6d-b61f7f817919 {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5305efc6-df09-4a39-8c6d-b61f7f817919 {
  min-height: 190px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5305efc6-df09-4a39-8c6d-b61f7f817919 {
  margin-left: 3%;
margin-right: 3%;
min-height: 150px;
}
}@media (max-width: 767px){#s-5305efc6-df09-4a39-8c6d-b61f7f817919 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-5305efc6-df09-4a39-8c6d-b61f7f817919 .shogun-image-content {
  
    align-items: center;
  
}

#s-852bd49a-0e09-4767-85c0-4e6b93efa097 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-852bd49a-0e09-4767-85c0-4e6b93efa097 {
  
}
}@media (max-width: 767px){#s-852bd49a-0e09-4767-85c0-4e6b93efa097 {
  
}
}
#s-f98d4c62-40a4-42a2-b891-d8deea43060a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
}
#s-f98d4c62-40a4-42a2-b891-d8deea43060a:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f98d4c62-40a4-42a2-b891-d8deea43060a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f98d4c62-40a4-42a2-b891-d8deea43060a {
  margin-top: 5px;
margin-bottom: 0px;
}
}

  #s-f98d4c62-40a4-42a2-b891-d8deea43060a-root {
    text-align: center;
  }


#s-f98d4c62-40a4-42a2-b891-d8deea43060a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f98d4c62-40a4-42a2-b891-d8deea43060a-root {
    text-align: center;
  }


#s-f98d4c62-40a4-42a2-b891-d8deea43060a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f98d4c62-40a4-42a2-b891-d8deea43060a-root {
    text-align: center;
  }


#s-f98d4c62-40a4-42a2-b891-d8deea43060a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f98d4c62-40a4-42a2-b891-d8deea43060a-root {
    text-align: center;
  }


#s-f98d4c62-40a4-42a2-b891-d8deea43060a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f98d4c62-40a4-42a2-b891-d8deea43060a-root {
    text-align: center;
  }


#s-f98d4c62-40a4-42a2-b891-d8deea43060a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4e2c2a93-5ca3-41d3-8131-15dda4698e0e {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 0px;
max-width: 299px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4e2c2a93-5ca3-41d3-8131-15dda4698e0e {
  min-height: 480px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e2c2a93-5ca3-41d3-8131-15dda4698e0e {
  min-height: 485px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e2c2a93-5ca3-41d3-8131-15dda4698e0e {
  padding-left: 5%;
padding-right: 5%;
min-height: 445px;
}
}@media (max-width: 767px){#s-4e2c2a93-5ca3-41d3-8131-15dda4698e0e {
  margin-bottom: 15px;
}
}







#s-4e2c2a93-5ca3-41d3-8131-15dda4698e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2c2a93-5ca3-41d3-8131-15dda4698e0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b89ebf8-e70b-4e53-ad0b-5b3f82d18adf {
  margin-top: 0px;
padding-bottom: 0px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
min-height: 100px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-0b89ebf8-e70b-4e53-ad0b-5b3f82d18adf {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b89ebf8-e70b-4e53-ad0b-5b3f82d18adf {
  min-height: 190px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b89ebf8-e70b-4e53-ad0b-5b3f82d18adf {
  min-height: 150px;
}
}







#s-0b89ebf8-e70b-4e53-ad0b-5b3f82d18adf .shogun-image-content {
  
    align-items: center;
  
}

#s-a0c84153-716b-44fd-afde-0a21633854ee {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0c84153-716b-44fd-afde-0a21633854ee {
  
}
}
#s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
}
#s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c-root {
    text-align: center;
  }


#s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c-root {
    text-align: center;
  }


#s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c-root {
    text-align: center;
  }


#s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c-root {
    text-align: center;
  }


#s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c-root {
    text-align: center;
  }


#s-8330ddd9-0c81-41c0-a5f8-f7361f1d5c6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a46b359b-783f-4968-8749-410ba05e1463 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 0px;
max-width: 299px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a46b359b-783f-4968-8749-410ba05e1463 {
  min-height: 480px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a46b359b-783f-4968-8749-410ba05e1463 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 485px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a46b359b-783f-4968-8749-410ba05e1463 {
  padding-left: 5%;
padding-right: 5%;
min-height: 445px;
}
}@media (max-width: 767px){#s-a46b359b-783f-4968-8749-410ba05e1463 {
  margin-bottom: 15px;
}
}







#s-a46b359b-783f-4968-8749-410ba05e1463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a46b359b-783f-4968-8749-410ba05e1463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33a441bc-4e29-4a3b-9397-08bb81108ecd {
  margin-top: 0px;
padding-bottom: 0px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
min-height: 100px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-33a441bc-4e29-4a3b-9397-08bb81108ecd {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33a441bc-4e29-4a3b-9397-08bb81108ecd {
  padding-top: 10px;
min-height: 190px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-33a441bc-4e29-4a3b-9397-08bb81108ecd {
  min-height: 150px;
}
}







#s-33a441bc-4e29-4a3b-9397-08bb81108ecd .shogun-image-content {
  
    align-items: center;
  
}

#s-62c2d44e-1a3a-433a-8057-3e8d44598234 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62c2d44e-1a3a-433a-8057-3e8d44598234 {
  
}
}
#s-e1936072-f60c-47b3-81af-fbe06d133e9e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
}
#s-e1936072-f60c-47b3-81af-fbe06d133e9e:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e1936072-f60c-47b3-81af-fbe06d133e9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1936072-f60c-47b3-81af-fbe06d133e9e-root {
    text-align: center;
  }


#s-e1936072-f60c-47b3-81af-fbe06d133e9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1936072-f60c-47b3-81af-fbe06d133e9e-root {
    text-align: center;
  }


#s-e1936072-f60c-47b3-81af-fbe06d133e9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1936072-f60c-47b3-81af-fbe06d133e9e-root {
    text-align: center;
  }


#s-e1936072-f60c-47b3-81af-fbe06d133e9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1936072-f60c-47b3-81af-fbe06d133e9e-root {
    text-align: center;
  }


#s-e1936072-f60c-47b3-81af-fbe06d133e9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1936072-f60c-47b3-81af-fbe06d133e9e-root {
    text-align: center;
  }


#s-e1936072-f60c-47b3-81af-fbe06d133e9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-179ce2bf-25bc-491a-b181-d504bad15be3 {
  margin-left: 5%;
margin-right: 5%;
min-height: 400px;
max-width: 3000px;
}
@media (min-width: 1200px){#s-179ce2bf-25bc-491a-b181-d504bad15be3 {
  display: none;
}
#s-179ce2bf-25bc-491a-b181-d504bad15be3, #wrap-s-179ce2bf-25bc-491a-b181-d504bad15be3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-179ce2bf-25bc-491a-b181-d504bad15be3 {
  display: none;
}
#s-179ce2bf-25bc-491a-b181-d504bad15be3, #wrap-s-179ce2bf-25bc-491a-b181-d504bad15be3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-179ce2bf-25bc-491a-b181-d504bad15be3 {
  margin-left: 1%;
margin-right: 1%;
max-width: 1024px;
display: none;
}
#s-179ce2bf-25bc-491a-b181-d504bad15be3, #wrap-s-179ce2bf-25bc-491a-b181-d504bad15be3 { display: none !important; }}@media (max-width: 767px){#s-179ce2bf-25bc-491a-b181-d504bad15be3 {
  margin-left: 1%;
margin-right: 1%;
max-width: 414px;
}
}
@media (min-width: 0px) {
[id="s-179ce2bf-25bc-491a-b181-d504bad15be3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-179ce2bf-25bc-491a-b181-d504bad15be3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-179ce2bf-25bc-491a-b181-d504bad15be3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-179ce2bf-25bc-491a-b181-d504bad15be3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-97edeae0-cf64-46c6-b088-b2a81c10334f {
  padding-left: 5%;
padding-right: 5%;
min-height: 445px;
max-width: 299px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-97edeae0-cf64-46c6-b088-b2a81c10334f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
}







#s-97edeae0-cf64-46c6-b088-b2a81c10334f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97edeae0-cf64-46c6-b088-b2a81c10334f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8a5d865d-0e54-4af1-afd9-6443e7edf875 {
  margin-top: 0px;
padding-bottom: 0px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-8a5d865d-0e54-4af1-afd9-6443e7edf875 {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a5d865d-0e54-4af1-afd9-6443e7edf875 {
  min-height: 190px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a5d865d-0e54-4af1-afd9-6443e7edf875 {
  min-height: 150px;
}
}@media (max-width: 767px){#s-8a5d865d-0e54-4af1-afd9-6443e7edf875 {
  min-height: 100px;
}
}







#s-8a5d865d-0e54-4af1-afd9-6443e7edf875 .shogun-image-content {
  
    align-items: center;
  
}

#s-46cd9dba-021a-4aff-8370-d9df9f91ade0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-46cd9dba-021a-4aff-8370-d9df9f91ade0 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46cd9dba-021a-4aff-8370-d9df9f91ade0 {
  display: none;
}
#s-46cd9dba-021a-4aff-8370-d9df9f91ade0, #wrap-s-46cd9dba-021a-4aff-8370-d9df9f91ade0 { display: none !important; }}@media (max-width: 767px){#s-46cd9dba-021a-4aff-8370-d9df9f91ade0 {
  display: none;
}
#s-46cd9dba-021a-4aff-8370-d9df9f91ade0, #wrap-s-46cd9dba-021a-4aff-8370-d9df9f91ade0 { display: none !important; }}
#s-4d10256a-ef5a-43a1-a41b-a7e3511f3a4c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4d10256a-ef5a-43a1-a41b-a7e3511f3a4c {
  display: none;
}
#s-4d10256a-ef5a-43a1-a41b-a7e3511f3a4c, #wrap-s-4d10256a-ef5a-43a1-a41b-a7e3511f3a4c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d10256a-ef5a-43a1-a41b-a7e3511f3a4c {
  display: none;
}
#s-4d10256a-ef5a-43a1-a41b-a7e3511f3a4c, #wrap-s-4d10256a-ef5a-43a1-a41b-a7e3511f3a4c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d10256a-ef5a-43a1-a41b-a7e3511f3a4c {
  
}
}
#s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
}
#s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6-root {
    text-align: center;
  }


#s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6-root {
    text-align: center;
  }


#s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6-root {
    text-align: center;
  }


#s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6-root {
    text-align: center;
  }


#s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6-root {
    text-align: center;
  }


#s-d3ae45c6-f969-4ea6-bcf2-44b0e7d275f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b6fdb563-57e0-458d-9887-bb3ef05cb4f2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 440px;
max-width: 299px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b6fdb563-57e0-458d-9887-bb3ef05cb4f2 {
  padding-left: 5%;
padding-right: 5%;
min-height: 0px;
}
}







#s-b6fdb563-57e0-458d-9887-bb3ef05cb4f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6fdb563-57e0-458d-9887-bb3ef05cb4f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-45c3fafb-aa0d-4e7f-a612-c05b64e297a5 {
  margin-top: 0px;
padding-bottom: 0px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
min-height: 100px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-45c3fafb-aa0d-4e7f-a612-c05b64e297a5 {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45c3fafb-aa0d-4e7f-a612-c05b64e297a5 {
  min-height: 190px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45c3fafb-aa0d-4e7f-a612-c05b64e297a5 {
  margin-left: 3%;
margin-right: 3%;
min-height: 150px;
}
}@media (max-width: 767px){#s-45c3fafb-aa0d-4e7f-a612-c05b64e297a5 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-45c3fafb-aa0d-4e7f-a612-c05b64e297a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-91fcd114-b55a-424c-a215-b192c6a384ae {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91fcd114-b55a-424c-a215-b192c6a384ae {
  
}
}@media (max-width: 767px){#s-91fcd114-b55a-424c-a215-b192c6a384ae {
  
}
}
#s-63fa2025-2393-4261-8cd8-764c1c02e76f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
}
#s-63fa2025-2393-4261-8cd8-764c1c02e76f:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-63fa2025-2393-4261-8cd8-764c1c02e76f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63fa2025-2393-4261-8cd8-764c1c02e76f-root {
    text-align: center;
  }


#s-63fa2025-2393-4261-8cd8-764c1c02e76f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63fa2025-2393-4261-8cd8-764c1c02e76f-root {
    text-align: center;
  }


#s-63fa2025-2393-4261-8cd8-764c1c02e76f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63fa2025-2393-4261-8cd8-764c1c02e76f-root {
    text-align: center;
  }


#s-63fa2025-2393-4261-8cd8-764c1c02e76f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63fa2025-2393-4261-8cd8-764c1c02e76f-root {
    text-align: center;
  }


#s-63fa2025-2393-4261-8cd8-764c1c02e76f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63fa2025-2393-4261-8cd8-764c1c02e76f-root {
    text-align: center;
  }


#s-63fa2025-2393-4261-8cd8-764c1c02e76f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-20a8cd17-4b17-4b1b-afba-ba98093f6d18 {
  margin-left: 5%;
margin-right: 5%;
min-height: 400px;
max-width: 3000px;
}
@media (min-width: 1200px){#s-20a8cd17-4b17-4b1b-afba-ba98093f6d18 {
  display: none;
}
#s-20a8cd17-4b17-4b1b-afba-ba98093f6d18, #wrap-s-20a8cd17-4b17-4b1b-afba-ba98093f6d18 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20a8cd17-4b17-4b1b-afba-ba98093f6d18 {
  display: none;
}
#s-20a8cd17-4b17-4b1b-afba-ba98093f6d18, #wrap-s-20a8cd17-4b17-4b1b-afba-ba98093f6d18 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20a8cd17-4b17-4b1b-afba-ba98093f6d18 {
  margin-left: 1%;
margin-right: 1%;
max-width: 1024px;
display: none;
}
#s-20a8cd17-4b17-4b1b-afba-ba98093f6d18, #wrap-s-20a8cd17-4b17-4b1b-afba-ba98093f6d18 { display: none !important; }}@media (max-width: 767px){#s-20a8cd17-4b17-4b1b-afba-ba98093f6d18 {
  margin-left: 1%;
margin-right: 1%;
max-width: 414px;
}
}
@media (min-width: 0px) {
[id="s-20a8cd17-4b17-4b1b-afba-ba98093f6d18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-20a8cd17-4b17-4b1b-afba-ba98093f6d18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-20a8cd17-4b17-4b1b-afba-ba98093f6d18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-20a8cd17-4b17-4b1b-afba-ba98093f6d18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-8961daa0-5484-4215-bdc1-65d325950e93 {
  padding-left: 5%;
padding-right: 5%;
min-height: 445px;
max-width: 299px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8961daa0-5484-4215-bdc1-65d325950e93 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8961daa0-5484-4215-bdc1-65d325950e93 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
}







#s-8961daa0-5484-4215-bdc1-65d325950e93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8961daa0-5484-4215-bdc1-65d325950e93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b000c1e-b83e-44fa-8034-7523e7562adc {
  margin-top: 0px;
padding-bottom: 0px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
min-height: 100px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-1b000c1e-b83e-44fa-8034-7523e7562adc {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b000c1e-b83e-44fa-8034-7523e7562adc {
  min-height: 190px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b000c1e-b83e-44fa-8034-7523e7562adc {
  min-height: 150px;
}
}







#s-1b000c1e-b83e-44fa-8034-7523e7562adc .shogun-image-content {
  
    align-items: center;
  
}

#s-038f7ef3-63e8-4fca-a7fa-3dafb60cb0ff {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-038f7ef3-63e8-4fca-a7fa-3dafb60cb0ff {
  
}
}
#s-fe9ec768-1fe5-44f5-9005-22e9d2abc89d {
  margin-top: 5px;
margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fe9ec768-1fe5-44f5-9005-22e9d2abc89d {
  margin-left: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe9ec768-1fe5-44f5-9005-22e9d2abc89d {
  display: none;
}
#s-fe9ec768-1fe5-44f5-9005-22e9d2abc89d, #wrap-s-fe9ec768-1fe5-44f5-9005-22e9d2abc89d { display: none !important; }}@media (max-width: 767px){#s-fe9ec768-1fe5-44f5-9005-22e9d2abc89d {
  display: none;
}
#s-fe9ec768-1fe5-44f5-9005-22e9d2abc89d, #wrap-s-fe9ec768-1fe5-44f5-9005-22e9d2abc89d { display: none !important; }}
#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
}
#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4 {
  margin-top: 5px;
}
}

  #s-24afe9c0-9577-49b0-a09a-274ba42e0ec4-root {
    text-align: center;
  }


#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24afe9c0-9577-49b0-a09a-274ba42e0ec4-root {
    text-align: center;
  }


#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24afe9c0-9577-49b0-a09a-274ba42e0ec4-root {
    text-align: center;
  }


#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24afe9c0-9577-49b0-a09a-274ba42e0ec4-root {
    text-align: center;
  }


#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24afe9c0-9577-49b0-a09a-274ba42e0ec4-root {
    text-align: center;
  }


#s-24afe9c0-9577-49b0-a09a-274ba42e0ec4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0153e24f-efde-48f9-9456-6324d2256fd1 {
  padding-left: 5%;
padding-right: 5%;
min-height: 445px;
max-width: 299px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0153e24f-efde-48f9-9456-6324d2256fd1 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0153e24f-efde-48f9-9456-6324d2256fd1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
}







#s-0153e24f-efde-48f9-9456-6324d2256fd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0153e24f-efde-48f9-9456-6324d2256fd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46c3a209-338b-4026-9712-de678e376ed2 {
  margin-top: 0px;
padding-bottom: 0px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
min-height: 100px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-46c3a209-338b-4026-9712-de678e376ed2 {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46c3a209-338b-4026-9712-de678e376ed2 {
  min-height: 190px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46c3a209-338b-4026-9712-de678e376ed2 {
  min-height: 150px;
}
}







#s-46c3a209-338b-4026-9712-de678e376ed2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee81f390-8874-45b0-932a-3cc547f3e3e2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee81f390-8874-45b0-932a-3cc547f3e3e2 {
  
}
}
#s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba {
  margin-top: 5px;
margin-left: 2%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba {
  margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba {
  margin-left: 1%;
margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba {
  margin-right: 2%;
display: none;
}
#s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba, #wrap-s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba { display: none !important; }}@media (max-width: 767px){#s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba {
  margin-right: 2%;
display: none;
}
#s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba, #wrap-s-1b1321b4-cb2e-4b0f-9cf9-ca944cea48ba { display: none !important; }}
#s-1f355d58-f85a-4473-809a-34b3c3877258 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(88, 88, 88, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.67);
text-decoration: none;
}
#s-1f355d58-f85a-4473-809a-34b3c3877258:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-1f355d58-f85a-4473-809a-34b3c3877258:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1f355d58-f85a-4473-809a-34b3c3877258 {
  margin-top: 5px;
margin-bottom: 0px;
}
}

  #s-1f355d58-f85a-4473-809a-34b3c3877258-root {
    text-align: center;
  }


#s-1f355d58-f85a-4473-809a-34b3c3877258.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f355d58-f85a-4473-809a-34b3c3877258-root {
    text-align: center;
  }


#s-1f355d58-f85a-4473-809a-34b3c3877258.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f355d58-f85a-4473-809a-34b3c3877258-root {
    text-align: center;
  }


#s-1f355d58-f85a-4473-809a-34b3c3877258.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f355d58-f85a-4473-809a-34b3c3877258-root {
    text-align: center;
  }


#s-1f355d58-f85a-4473-809a-34b3c3877258.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f355d58-f85a-4473-809a-34b3c3877258-root {
    text-align: center;
  }


#s-1f355d58-f85a-4473-809a-34b3c3877258.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Montserrat;
  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;
}

#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-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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