.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-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 40px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 10px;
max-width: 600px;
}
}
#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  background-image: url();
}








#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c439588e-241b-4c4d-8659-9bb64a13ab72 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c439588e-241b-4c4d-8659-9bb64a13ab72 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-c439588e-241b-4c4d-8659-9bb64a13ab72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c439588e-241b-4c4d-8659-9bb64a13ab72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5efc361c-13b2-41f5-a666-a09843a98e85 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5efc361c-13b2-41f5-a666-a09843a98e85 {
  display: none;
}
#s-5efc361c-13b2-41f5-a666-a09843a98e85, #wrap-s-5efc361c-13b2-41f5-a666-a09843a98e85, #wrap-content-s-5efc361c-13b2-41f5-a666-a09843a98e85 { display: none !important; }}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (max-width: 767px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  margin-top: 6px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-db35a17b-fc26-4cd6-b01f-308e6a897675 {
  margin-left: 2%;
margin-right: 2%;
}

#s-db35a17b-fc26-4cd6-b01f-308e6a897675 hr {
  border-top: 2px solid #ddd;
}
@media (min-width: 1200px){#s-db35a17b-fc26-4cd6-b01f-308e6a897675 hr {
  border-top: 2px solid rgba(242, 242, 242, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db35a17b-fc26-4cd6-b01f-308e6a897675 hr {
  border-top: 2px solid rgba(242, 242, 242, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-db35a17b-fc26-4cd6-b01f-308e6a897675 hr {
  border-top: 2px solid rgba(242, 242, 242, 1);
}
}@media (max-width: 767px){#s-db35a17b-fc26-4cd6-b01f-308e6a897675 hr {
  border-top: 2px solid rgba(242, 242, 242, 1);
}
}
#s-363185c7-a4a3-4856-850b-a906f0b5d7f8 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-363185c7-a4a3-4856-850b-a906f0b5d7f8 {
  margin-top: 40px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-363185c7-a4a3-4856-850b-a906f0b5d7f8 {
  margin-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-363185c7-a4a3-4856-850b-a906f0b5d7f8 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-363185c7-a4a3-4856-850b-a906f0b5d7f8 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-363185c7-a4a3-4856-850b-a906f0b5d7f8 {
  background-image: url();
}








#s-363185c7-a4a3-4856-850b-a906f0b5d7f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-363185c7-a4a3-4856-850b-a906f0b5d7f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6178bdf2-b8f0-4069-82b3-51e1d1da2818 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6178bdf2-b8f0-4069-82b3-51e1d1da2818 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-6178bdf2-b8f0-4069-82b3-51e1d1da2818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6178bdf2-b8f0-4069-82b3-51e1d1da2818.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8ec4075-0dfd-4e1f-9de8-a89d86a144d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a8ec4075-0dfd-4e1f-9de8-a89d86a144d4 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-a8ec4075-0dfd-4e1f-9de8-a89d86a144d4 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-a8ec4075-0dfd-4e1f-9de8-a89d86a144d4 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-a8ec4075-0dfd-4e1f-9de8-a89d86a144d4 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-a8ec4075-0dfd-4e1f-9de8-a89d86a144d4 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-a8ec4075-0dfd-4e1f-9de8-a89d86a144d4 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-a8ec4075-0dfd-4e1f-9de8-a89d86a144d4 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}
#s-92b98723-1841-48d7-bd43-92aa0857a0d7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-92b98723-1841-48d7-bd43-92aa0857a0d7 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-92b98723-1841-48d7-bd43-92aa0857a0d7 {
  display: none;
}
#s-92b98723-1841-48d7-bd43-92aa0857a0d7, #wrap-s-92b98723-1841-48d7-bd43-92aa0857a0d7, #wrap-content-s-92b98723-1841-48d7-bd43-92aa0857a0d7 { display: none !important; }}
#s-d889ee8c-328e-4984-a30c-745125948a0c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d889ee8c-328e-4984-a30c-745125948a0c {
  display: none;
}
#s-d889ee8c-328e-4984-a30c-745125948a0c, #wrap-s-d889ee8c-328e-4984-a30c-745125948a0c, #wrap-content-s-d889ee8c-328e-4984-a30c-745125948a0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d889ee8c-328e-4984-a30c-745125948a0c {
  display: none;
}
#s-d889ee8c-328e-4984-a30c-745125948a0c, #wrap-s-d889ee8c-328e-4984-a30c-745125948a0c, #wrap-content-s-d889ee8c-328e-4984-a30c-745125948a0c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d889ee8c-328e-4984-a30c-745125948a0c {
  display: none;
}
#s-d889ee8c-328e-4984-a30c-745125948a0c, #wrap-s-d889ee8c-328e-4984-a30c-745125948a0c, #wrap-content-s-d889ee8c-328e-4984-a30c-745125948a0c { display: none !important; }}@media (max-width: 767px){#s-d889ee8c-328e-4984-a30c-745125948a0c {
  margin-top: 4px;
}
}
.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-54703811-a949-4a95-bdee-b7ba8159cd4d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-54703811-a949-4a95-bdee-b7ba8159cd4d {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54703811-a949-4a95-bdee-b7ba8159cd4d {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-54703811-a949-4a95-bdee-b7ba8159cd4d {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-54703811-a949-4a95-bdee-b7ba8159cd4d {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-54703811-a949-4a95-bdee-b7ba8159cd4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54703811-a949-4a95-bdee-b7ba8159cd4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54703811-a949-4a95-bdee-b7ba8159cd4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54703811-a949-4a95-bdee-b7ba8159cd4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5f4d1718-49b9-41bc-8af5-1bb5518b3169 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5f4d1718-49b9-41bc-8af5-1bb5518b3169 {
  border-color: #000;
border-right-width: 0px;
border-style: solid;
}
}
#s-5f4d1718-49b9-41bc-8af5-1bb5518b3169 {
  background-image: url();
}








#s-5f4d1718-49b9-41bc-8af5-1bb5518b3169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f4d1718-49b9-41bc-8af5-1bb5518b3169.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-df67fe36-ed29-4a65-9ce0-331d932c1076 {
  margin-left: auto;
margin-right: auto;
}

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

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

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: 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-34f5450d-031d-4b7b-a341-16d8830f6fad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad .shg-image-zoom,
.shg-c#s-34f5450d-031d-4b7b-a341-16d8830f6fad img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-07900cba-69e9-467e-ab27-955ce16f9b18 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-07900cba-69e9-467e-ab27-955ce16f9b18 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2f7bb086-9f80-45f2-9fae-02a10b59e397 {
  text-align: left;
}

#s-2f7bb086-9f80-45f2-9fae-02a10b59e397 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2f7bb086-9f80-45f2-9fae-02a10b59e397 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-2f7bb086-9f80-45f2-9fae-02a10b59e397 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60d23a85-d59b-4c7e-9bf5-0569a36704b3-atc-btn-wrapper {
    text-align: center;
  }


#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-60d23a85-d59b-4c7e-9bf5-0569a36704b3-atc-btn-wrapper {
    text-align: center;
  }


#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-60d23a85-d59b-4c7e-9bf5-0569a36704b3-atc-btn-wrapper {
    text-align: center;
  }


#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-60d23a85-d59b-4c7e-9bf5-0569a36704b3-atc-btn-wrapper {
    text-align: center;
  }


#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-60d23a85-d59b-4c7e-9bf5-0569a36704b3-atc-btn-wrapper {
    text-align: center;
  }


#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-60d23a85-d59b-4c7e-9bf5-0569a36704b3.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-86a38775-d5f6-4bac-80c4-3a1eaa69ba9e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-86a38775-d5f6-4bac-80c4-3a1eaa69ba9e {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-86a38775-d5f6-4bac-80c4-3a1eaa69ba9e {
  background-image: url();
}








#s-86a38775-d5f6-4bac-80c4-3a1eaa69ba9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86a38775-d5f6-4bac-80c4-3a1eaa69ba9e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bbf4fdbf-b6a9-4fd1-a72e-566947ab052d {
  margin-left: auto;
margin-right: auto;
}

#s-208a7ac7-1f93-4ba2-979b-beb524346026 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 .shg-image-zoom,
.shg-c#s-208a7ac7-1f93-4ba2-979b-beb524346026 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c7978fc2-6a4f-4080-bf0e-624a08d0ccf0 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-c7978fc2-6a4f-4080-bf0e-624a08d0ccf0 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-cf4dd4b7-f38c-48f9-a78d-72b76e27a8de {
  text-align: left;
}

#s-cf4dd4b7-f38c-48f9-a78d-72b76e27a8de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cf4dd4b7-f38c-48f9-a78d-72b76e27a8de .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-cf4dd4b7-f38c-48f9-a78d-72b76e27a8de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-68623950-c321-4ca3-a3c7-aea4ecc820d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68623950-c321-4ca3-a3c7-aea4ecc820d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68623950-c321-4ca3-a3c7-aea4ecc820d4-atc-btn-wrapper {
    text-align: center;
  }


#s-68623950-c321-4ca3-a3c7-aea4ecc820d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-68623950-c321-4ca3-a3c7-aea4ecc820d4-atc-btn-wrapper {
    text-align: center;
  }


#s-68623950-c321-4ca3-a3c7-aea4ecc820d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-68623950-c321-4ca3-a3c7-aea4ecc820d4-atc-btn-wrapper {
    text-align: center;
  }


#s-68623950-c321-4ca3-a3c7-aea4ecc820d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-68623950-c321-4ca3-a3c7-aea4ecc820d4-atc-btn-wrapper {
    text-align: center;
  }


#s-68623950-c321-4ca3-a3c7-aea4ecc820d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-68623950-c321-4ca3-a3c7-aea4ecc820d4-atc-btn-wrapper {
    text-align: center;
  }


#s-68623950-c321-4ca3-a3c7-aea4ecc820d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-68623950-c321-4ca3-a3c7-aea4ecc820d4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-b9562edb-f891-437a-9ba0-1c074679006e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9562edb-f891-437a-9ba0-1c074679006e {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (max-width: 767px){#s-b9562edb-f891-437a-9ba0-1c074679006e {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-b9562edb-f891-437a-9ba0-1c074679006e {
  background-image: url();
}








#s-b9562edb-f891-437a-9ba0-1c074679006e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9562edb-f891-437a-9ba0-1c074679006e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-eb2dbce4-4e96-422e-91d2-17c3a5e8a00c {
  margin-left: auto;
margin-right: auto;
}

#s-ce22f918-5361-490a-84ac-47e0b494aa95 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 .shg-image-zoom,
.shg-c#s-ce22f918-5361-490a-84ac-47e0b494aa95 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f8c8f1de-c6b8-4c34-abc4-564ff7efb842 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-f8c8f1de-c6b8-4c34-abc4-564ff7efb842 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-687f18d8-d964-46af-b47d-241f63954f82 {
  text-align: left;
}

#s-687f18d8-d964-46af-b47d-241f63954f82 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-687f18d8-d964-46af-b47d-241f63954f82 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-687f18d8-d964-46af-b47d-241f63954f82 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775-atc-btn-wrapper {
    text-align: center;
  }


#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775-atc-btn-wrapper {
    text-align: center;
  }


#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775-atc-btn-wrapper {
    text-align: center;
  }


#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775-atc-btn-wrapper {
    text-align: center;
  }


#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775-atc-btn-wrapper {
    text-align: center;
  }


#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b485b1bd-da9d-4f1c-b795-e2dc61b2a775.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 60px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 40px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  background-image: url();
}








#s-4b0bf277-5ac4-4162-a25f-c77229f821db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b0bf277-5ac4-4162-a25f-c77229f821db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b520128-508f-4867-b77a-68597944c04c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-7b520128-508f-4867-b77a-68597944c04c {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-7b520128-508f-4867-b77a-68597944c04c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b520128-508f-4867-b77a-68597944c04c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8256ece-a42d-45c7-a145-c2f9817bfba0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e8256ece-a42d-45c7-a145-c2f9817bfba0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e8256ece-a42d-45c7-a145-c2f9817bfba0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8256ece-a42d-45c7-a145-c2f9817bfba0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8256ece-a42d-45c7-a145-c2f9817bfba0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8256ece-a42d-45c7-a145-c2f9817bfba0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8256ece-a42d-45c7-a145-c2f9817bfba0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8256ece-a42d-45c7-a145-c2f9817bfba0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-5d5623a8-378c-49bc-b45b-e9c6b5e55ead {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5d5623a8-378c-49bc-b45b-e9c6b5e55ead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d5623a8-378c-49bc-b45b-e9c6b5e55ead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f6464eb-64d4-4727-a823-ecc170c60967 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2f6464eb-64d4-4727-a823-ecc170c60967 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-2f6464eb-64d4-4727-a823-ecc170c60967 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-2f6464eb-64d4-4727-a823-ecc170c60967 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-2f6464eb-64d4-4727-a823-ecc170c60967 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-2f6464eb-64d4-4727-a823-ecc170c60967 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-2f6464eb-64d4-4727-a823-ecc170c60967 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-2f6464eb-64d4-4727-a823-ecc170c60967 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}
#s-fb6f013b-eb81-4b91-918d-bbc0401e1861 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb6f013b-eb81-4b91-918d-bbc0401e1861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb6f013b-eb81-4b91-918d-bbc0401e1861.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e644187-0b45-4e66-bff9-1f105fefcf86 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-1e644187-0b45-4e66-bff9-1f105fefcf86 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-1e644187-0b45-4e66-bff9-1f105fefcf86 .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1e644187-0b45-4e66-bff9-1f105fefcf86 .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-1e644187-0b45-4e66-bff9-1f105fefcf86 .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1e644187-0b45-4e66-bff9-1f105fefcf86 .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-1e644187-0b45-4e66-bff9-1f105fefcf86 .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1e644187-0b45-4e66-bff9-1f105fefcf86 .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}

}
#s-f08a9e7d-e400-4a6d-a7f2-4f53d7852173 {
  margin-top: -4px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f08a9e7d-e400-4a6d-a7f2-4f53d7852173 {
  display: none;
}
#s-f08a9e7d-e400-4a6d-a7f2-4f53d7852173, #wrap-s-f08a9e7d-e400-4a6d-a7f2-4f53d7852173, #wrap-content-s-f08a9e7d-e400-4a6d-a7f2-4f53d7852173 { display: none !important; }}
#s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2 {
  display: none;
}
#s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2, #wrap-s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2, #wrap-content-s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2 {
  display: none;
}
#s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2, #wrap-s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2, #wrap-content-s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2 {
  display: none;
}
#s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2, #wrap-s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2, #wrap-content-s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2 { display: none !important; }}@media (max-width: 767px){#s-57b9d2ac-c0c1-488a-84b7-dd462d1a24d2 {
  margin-top: 0px;
}
}
#s-370ec62d-2530-44c5-9503-d1ef897e04af {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-370ec62d-2530-44c5-9503-d1ef897e04af {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-370ec62d-2530-44c5-9503-d1ef897e04af {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-370ec62d-2530-44c5-9503-d1ef897e04af {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-370ec62d-2530-44c5-9503-d1ef897e04af {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-370ec62d-2530-44c5-9503-d1ef897e04af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-370ec62d-2530-44c5-9503-d1ef897e04af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-370ec62d-2530-44c5-9503-d1ef897e04af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-370ec62d-2530-44c5-9503-d1ef897e04af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-c38366a7-12bb-46ac-a53e-e633c99e3247 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c38366a7-12bb-46ac-a53e-e633c99e3247 {
  border-style: solid;
}
}
#s-c38366a7-12bb-46ac-a53e-e633c99e3247 {
  background-image: url();
}








#s-c38366a7-12bb-46ac-a53e-e633c99e3247 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c38366a7-12bb-46ac-a53e-e633c99e3247.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-aeebc67b-fe26-457d-95f1-d77001c338e9 {
  margin-left: auto;
margin-right: auto;
}

#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 .shg-image-zoom,
.shg-c#s-a4e3cfd1-d1fe-4d01-8b35-49601b4f9531 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b1d56cfd-0f07-4f08-8d7c-2231fac05f16 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-b1d56cfd-0f07-4f08-8d7c-2231fac05f16 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-f18a59ad-ab9b-4aff-9500-5719e23e2d89 {
  text-align: left;
}

#s-f18a59ad-ab9b-4aff-9500-5719e23e2d89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f18a59ad-ab9b-4aff-9500-5719e23e2d89 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-f18a59ad-ab9b-4aff-9500-5719e23e2d89 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-48bbba07-1352-497f-b3db-32c92aa596f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48bbba07-1352-497f-b3db-32c92aa596f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48bbba07-1352-497f-b3db-32c92aa596f6-atc-btn-wrapper {
    text-align: center;
  }


#s-48bbba07-1352-497f-b3db-32c92aa596f6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-48bbba07-1352-497f-b3db-32c92aa596f6-atc-btn-wrapper {
    text-align: center;
  }


#s-48bbba07-1352-497f-b3db-32c92aa596f6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-48bbba07-1352-497f-b3db-32c92aa596f6-atc-btn-wrapper {
    text-align: center;
  }


#s-48bbba07-1352-497f-b3db-32c92aa596f6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-48bbba07-1352-497f-b3db-32c92aa596f6-atc-btn-wrapper {
    text-align: center;
  }


#s-48bbba07-1352-497f-b3db-32c92aa596f6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-48bbba07-1352-497f-b3db-32c92aa596f6-atc-btn-wrapper {
    text-align: center;
  }


#s-48bbba07-1352-497f-b3db-32c92aa596f6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-48bbba07-1352-497f-b3db-32c92aa596f6.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-db3a9217-d4d4-448c-b03c-cc2da1be5e79 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-db3a9217-d4d4-448c-b03c-cc2da1be5e79 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-db3a9217-d4d4-448c-b03c-cc2da1be5e79 {
  background-image: url();
}








#s-db3a9217-d4d4-448c-b03c-cc2da1be5e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db3a9217-d4d4-448c-b03c-cc2da1be5e79.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8bcf70b1-3f2b-438a-9ce9-386f2ccd6329 {
  margin-left: auto;
margin-right: auto;
}

#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 .shg-image-zoom,
.shg-c#s-006d946b-1fde-41a4-8a4a-5576e7c15a37 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3b6cc4be-f496-4b74-a0a3-2763d80bd06f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-3b6cc4be-f496-4b74-a0a3-2763d80bd06f .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-9abe49fc-9c6c-4210-83f9-af4342c96db1 {
  text-align: left;
}

#s-9abe49fc-9c6c-4210-83f9-af4342c96db1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9abe49fc-9c6c-4210-83f9-af4342c96db1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-9abe49fc-9c6c-4210-83f9-af4342c96db1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2c187d92-359c-4923-a030-86f917baf7a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c187d92-359c-4923-a030-86f917baf7a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2c187d92-359c-4923-a030-86f917baf7a4-atc-btn-wrapper {
    text-align: center;
  }


#s-2c187d92-359c-4923-a030-86f917baf7a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-2c187d92-359c-4923-a030-86f917baf7a4-atc-btn-wrapper {
    text-align: center;
  }


#s-2c187d92-359c-4923-a030-86f917baf7a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c187d92-359c-4923-a030-86f917baf7a4-atc-btn-wrapper {
    text-align: center;
  }


#s-2c187d92-359c-4923-a030-86f917baf7a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2c187d92-359c-4923-a030-86f917baf7a4-atc-btn-wrapper {
    text-align: center;
  }


#s-2c187d92-359c-4923-a030-86f917baf7a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-2c187d92-359c-4923-a030-86f917baf7a4-atc-btn-wrapper {
    text-align: center;
  }


#s-2c187d92-359c-4923-a030-86f917baf7a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2c187d92-359c-4923-a030-86f917baf7a4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-9c761f35-d7aa-4e96-a043-5ee7c7eb133f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9c761f35-d7aa-4e96-a043-5ee7c7eb133f {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-9c761f35-d7aa-4e96-a043-5ee7c7eb133f {
  background-image: url();
}








#s-9c761f35-d7aa-4e96-a043-5ee7c7eb133f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c761f35-d7aa-4e96-a043-5ee7c7eb133f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0fcac0f0-60b2-4e45-a23a-282c63a2342c {
  margin-left: auto;
margin-right: auto;
}

#s-f05962ac-aec4-40a5-8539-acd194029d89 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 .shg-image-zoom,
.shg-c#s-f05962ac-aec4-40a5-8539-acd194029d89 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-789af6d4-dff5-4685-b8af-28a44aeeb675 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-789af6d4-dff5-4685-b8af-28a44aeeb675 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-d92b88ac-ce09-4ce5-afbb-b049b249415e {
  text-align: left;
}

#s-d92b88ac-ce09-4ce5-afbb-b049b249415e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d92b88ac-ce09-4ce5-afbb-b049b249415e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-d92b88ac-ce09-4ce5-afbb-b049b249415e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede-atc-btn-wrapper {
    text-align: center;
  }


#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede-atc-btn-wrapper {
    text-align: center;
  }


#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede-atc-btn-wrapper {
    text-align: center;
  }


#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede-atc-btn-wrapper {
    text-align: center;
  }


#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede-atc-btn-wrapper {
    text-align: center;
  }


#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c46cfddf-6e65-4b75-b9d1-d49bc1456ede.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-b1e21c7d-393c-4d2a-9fca-1515bf098bd5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b1e21c7d-393c-4d2a-9fca-1515bf098bd5 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (max-width: 767px){#s-b1e21c7d-393c-4d2a-9fca-1515bf098bd5 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-b1e21c7d-393c-4d2a-9fca-1515bf098bd5 {
  background-image: url();
}








#s-b1e21c7d-393c-4d2a-9fca-1515bf098bd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1e21c7d-393c-4d2a-9fca-1515bf098bd5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b5da56ff-f45a-482e-8d4a-6821cfaece2c {
  margin-left: auto;
margin-right: auto;
}

#s-8d65b8b2-498d-4634-874c-02f9eadad716 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 .shg-image-zoom,
.shg-c#s-8d65b8b2-498d-4634-874c-02f9eadad716 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-35983aa1-d24a-4a0b-9116-648308517301 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-35983aa1-d24a-4a0b-9116-648308517301 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-3f714509-a227-48d8-80f2-54650245a000 {
  text-align: left;
}

#s-3f714509-a227-48d8-80f2-54650245a000 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3f714509-a227-48d8-80f2-54650245a000 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-3f714509-a227-48d8-80f2-54650245a000 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-206431f0-5a5c-492a-a207-5ebb6890816f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-206431f0-5a5c-492a-a207-5ebb6890816f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-206431f0-5a5c-492a-a207-5ebb6890816f-atc-btn-wrapper {
    text-align: center;
  }


#s-206431f0-5a5c-492a-a207-5ebb6890816f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-206431f0-5a5c-492a-a207-5ebb6890816f-atc-btn-wrapper {
    text-align: center;
  }


#s-206431f0-5a5c-492a-a207-5ebb6890816f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-206431f0-5a5c-492a-a207-5ebb6890816f-atc-btn-wrapper {
    text-align: center;
  }


#s-206431f0-5a5c-492a-a207-5ebb6890816f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-206431f0-5a5c-492a-a207-5ebb6890816f-atc-btn-wrapper {
    text-align: center;
  }


#s-206431f0-5a5c-492a-a207-5ebb6890816f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-206431f0-5a5c-492a-a207-5ebb6890816f-atc-btn-wrapper {
    text-align: center;
  }


#s-206431f0-5a5c-492a-a207-5ebb6890816f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-206431f0-5a5c-492a-a207-5ebb6890816f.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-ed446df1-9bb8-4b32-b1be-ce6b5413c240 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ed446df1-9bb8-4b32-b1be-ce6b5413c240 {
  margin-top: 60px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed446df1-9bb8-4b32-b1be-ce6b5413c240 {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed446df1-9bb8-4b32-b1be-ce6b5413c240 {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-ed446df1-9bb8-4b32-b1be-ce6b5413c240 {
  margin-top: 40px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-ed446df1-9bb8-4b32-b1be-ce6b5413c240 {
  background-image: url();
}








#s-ed446df1-9bb8-4b32-b1be-ce6b5413c240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed446df1-9bb8-4b32-b1be-ce6b5413c240.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0839960-5275-4fce-8795-501c64e41aad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-f0839960-5275-4fce-8795-501c64e41aad {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-f0839960-5275-4fce-8795-501c64e41aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0839960-5275-4fce-8795-501c64e41aad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6a0194d-14d2-4efe-b2c9-9e92d7ed5782 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e6a0194d-14d2-4efe-b2c9-9e92d7ed5782 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-e6a0194d-14d2-4efe-b2c9-9e92d7ed5782 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-e6a0194d-14d2-4efe-b2c9-9e92d7ed5782 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-e6a0194d-14d2-4efe-b2c9-9e92d7ed5782 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-e6a0194d-14d2-4efe-b2c9-9e92d7ed5782 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-e6a0194d-14d2-4efe-b2c9-9e92d7ed5782 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-e6a0194d-14d2-4efe-b2c9-9e92d7ed5782 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}
#s-8569dc24-bfd2-4783-aed0-3210960d6671 {
  margin-top: -4px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8569dc24-bfd2-4783-aed0-3210960d6671 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8569dc24-bfd2-4783-aed0-3210960d6671 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8569dc24-bfd2-4783-aed0-3210960d6671 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-8569dc24-bfd2-4783-aed0-3210960d6671 {
  display: none;
}
#s-8569dc24-bfd2-4783-aed0-3210960d6671, #wrap-s-8569dc24-bfd2-4783-aed0-3210960d6671, #wrap-content-s-8569dc24-bfd2-4783-aed0-3210960d6671 { display: none !important; }}
#s-295f85a5-273c-4e36-b798-2561be1c89a8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-295f85a5-273c-4e36-b798-2561be1c89a8 {
  display: none;
}
#s-295f85a5-273c-4e36-b798-2561be1c89a8, #wrap-s-295f85a5-273c-4e36-b798-2561be1c89a8, #wrap-content-s-295f85a5-273c-4e36-b798-2561be1c89a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-295f85a5-273c-4e36-b798-2561be1c89a8 {
  display: none;
}
#s-295f85a5-273c-4e36-b798-2561be1c89a8, #wrap-s-295f85a5-273c-4e36-b798-2561be1c89a8, #wrap-content-s-295f85a5-273c-4e36-b798-2561be1c89a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-295f85a5-273c-4e36-b798-2561be1c89a8 {
  display: none;
}
#s-295f85a5-273c-4e36-b798-2561be1c89a8, #wrap-s-295f85a5-273c-4e36-b798-2561be1c89a8, #wrap-content-s-295f85a5-273c-4e36-b798-2561be1c89a8 { display: none !important; }}@media (max-width: 767px){#s-295f85a5-273c-4e36-b798-2561be1c89a8 {
  margin-top: 4px;
}
}
#s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f7f75f9-4b98-49eb-bb29-620dc47eeab0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2bda44a8-a708-4702-a5a2-a09a7d8aba85 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-2bda44a8-a708-4702-a5a2-a09a7d8aba85 {
  border-style: solid;
}
}
#s-2bda44a8-a708-4702-a5a2-a09a7d8aba85 {
  background-image: url();
}








#s-2bda44a8-a708-4702-a5a2-a09a7d8aba85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bda44a8-a708-4702-a5a2-a09a7d8aba85.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-58fe6144-8f8e-45ce-b3bd-9c7f83ba62a7 {
  margin-left: auto;
margin-right: auto;
}

#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 .shg-image-zoom,
.shg-c#s-feedc5cb-84d2-4cec-89dd-328a4dd20045 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fd13ded0-9cd4-4425-9aa6-a1a2e4425256 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-fd13ded0-9cd4-4425-9aa6-a1a2e4425256 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1984335b-14be-4b81-96ae-2794e180aa7c {
  text-align: left;
}

#s-1984335b-14be-4b81-96ae-2794e180aa7c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1984335b-14be-4b81-96ae-2794e180aa7c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-1984335b-14be-4b81-96ae-2794e180aa7c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9567315b-a64c-4af0-9f23-14aec37a95b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9567315b-a64c-4af0-9f23-14aec37a95b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9567315b-a64c-4af0-9f23-14aec37a95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-9567315b-a64c-4af0-9f23-14aec37a95b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-9567315b-a64c-4af0-9f23-14aec37a95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-9567315b-a64c-4af0-9f23-14aec37a95b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9567315b-a64c-4af0-9f23-14aec37a95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-9567315b-a64c-4af0-9f23-14aec37a95b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9567315b-a64c-4af0-9f23-14aec37a95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-9567315b-a64c-4af0-9f23-14aec37a95b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-9567315b-a64c-4af0-9f23-14aec37a95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-9567315b-a64c-4af0-9f23-14aec37a95b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9567315b-a64c-4af0-9f23-14aec37a95b4.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-b62e742f-7b3f-4e45-959b-aa3e35b445ad {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-b62e742f-7b3f-4e45-959b-aa3e35b445ad {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-b62e742f-7b3f-4e45-959b-aa3e35b445ad {
  background-image: url();
}








#s-b62e742f-7b3f-4e45-959b-aa3e35b445ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b62e742f-7b3f-4e45-959b-aa3e35b445ad.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-657d5282-72b3-47ef-ae5f-c84948f5d4ec {
  margin-left: auto;
margin-right: auto;
}

#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 .shg-image-zoom,
.shg-c#s-4c17840e-8b7f-4f20-83bf-eb0dbb892f84 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-837193b8-c4ec-4185-8d01-e93c92c504c9 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-837193b8-c4ec-4185-8d01-e93c92c504c9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b639382f-ad48-4a9b-a48e-57de68bf1c24 {
  text-align: left;
}

#s-b639382f-ad48-4a9b-a48e-57de68bf1c24 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b639382f-ad48-4a9b-a48e-57de68bf1c24 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-b639382f-ad48-4a9b-a48e-57de68bf1c24 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf-atc-btn-wrapper {
    text-align: center;
  }


#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf-atc-btn-wrapper {
    text-align: center;
  }


#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf-atc-btn-wrapper {
    text-align: center;
  }


#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf-atc-btn-wrapper {
    text-align: center;
  }


#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf-atc-btn-wrapper {
    text-align: center;
  }


#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4cfa7b98-1cf5-412b-97c8-8a1a3ab61acf.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-1eddf3d3-139d-4c23-b790-3e4d3ceedbbd {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-1eddf3d3-139d-4c23-b790-3e4d3ceedbbd {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-1eddf3d3-139d-4c23-b790-3e4d3ceedbbd {
  background-image: url();
}








#s-1eddf3d3-139d-4c23-b790-3e4d3ceedbbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1eddf3d3-139d-4c23-b790-3e4d3ceedbbd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-80c79973-2d4f-4785-b9cd-bde727ce8483 {
  margin-left: auto;
margin-right: auto;
}

#s-071c7a98-d36a-43f0-bca2-56c1948adf86 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 .shg-image-zoom,
.shg-c#s-071c7a98-d36a-43f0-bca2-56c1948adf86 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bd13ab8c-5e06-44eb-910a-f0d0e848176a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-bd13ab8c-5e06-44eb-910a-f0d0e848176a .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e374db14-c5f2-4faf-81a1-c2fbd050212b {
  text-align: left;
}

#s-e374db14-c5f2-4faf-81a1-c2fbd050212b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e374db14-c5f2-4faf-81a1-c2fbd050212b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e374db14-c5f2-4faf-81a1-c2fbd050212b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b6611a40-fca0-4459-9852-2999fa72769b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6611a40-fca0-4459-9852-2999fa72769b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6611a40-fca0-4459-9852-2999fa72769b-atc-btn-wrapper {
    text-align: center;
  }


#s-b6611a40-fca0-4459-9852-2999fa72769b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-b6611a40-fca0-4459-9852-2999fa72769b-atc-btn-wrapper {
    text-align: center;
  }


#s-b6611a40-fca0-4459-9852-2999fa72769b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6611a40-fca0-4459-9852-2999fa72769b-atc-btn-wrapper {
    text-align: center;
  }


#s-b6611a40-fca0-4459-9852-2999fa72769b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b6611a40-fca0-4459-9852-2999fa72769b-atc-btn-wrapper {
    text-align: center;
  }


#s-b6611a40-fca0-4459-9852-2999fa72769b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-b6611a40-fca0-4459-9852-2999fa72769b-atc-btn-wrapper {
    text-align: center;
  }


#s-b6611a40-fca0-4459-9852-2999fa72769b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b6611a40-fca0-4459-9852-2999fa72769b.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-daef4800-7970-4cbd-847d-016a9289b13f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-daef4800-7970-4cbd-847d-016a9289b13f {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (max-width: 767px){#s-daef4800-7970-4cbd-847d-016a9289b13f {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-daef4800-7970-4cbd-847d-016a9289b13f {
  background-image: url();
}








#s-daef4800-7970-4cbd-847d-016a9289b13f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daef4800-7970-4cbd-847d-016a9289b13f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b1aa16fc-dc07-4f42-8763-91b8844d95b8 {
  margin-left: auto;
margin-right: auto;
}

#s-bb95c500-8c49-4a2a-9d81-002503b66ecf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf .shg-image-zoom,
.shg-c#s-bb95c500-8c49-4a2a-9d81-002503b66ecf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-456d5acd-f1b2-4070-8b9b-44b57d832f97 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-456d5acd-f1b2-4070-8b9b-44b57d832f97 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-09dc8226-7e59-496e-b924-06fcf8da078e {
  text-align: left;
}

#s-09dc8226-7e59-496e-b924-06fcf8da078e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-09dc8226-7e59-496e-b924-06fcf8da078e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-09dc8226-7e59-496e-b924-06fcf8da078e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d-atc-btn-wrapper {
    text-align: center;
  }


#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d-atc-btn-wrapper {
    text-align: center;
  }


#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d-atc-btn-wrapper {
    text-align: center;
  }


#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d-atc-btn-wrapper {
    text-align: center;
  }


#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d-atc-btn-wrapper {
    text-align: center;
  }


#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c392c0a9-7ebb-40bb-80b2-0ab9c2b6df8d.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-1ca3f365-5fda-4f25-8cc3-70c4ae888c94 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1ca3f365-5fda-4f25-8cc3-70c4ae888c94 {
  margin-top: 60px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ca3f365-5fda-4f25-8cc3-70c4ae888c94 {
  margin-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ca3f365-5fda-4f25-8cc3-70c4ae888c94 {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-1ca3f365-5fda-4f25-8cc3-70c4ae888c94 {
  margin-top: 40px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-1ca3f365-5fda-4f25-8cc3-70c4ae888c94 {
  background-image: url();
}








#s-1ca3f365-5fda-4f25-8cc3-70c4ae888c94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ca3f365-5fda-4f25-8cc3-70c4ae888c94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a233db6-2692-4a29-a7a8-595215ca9794 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1a233db6-2692-4a29-a7a8-595215ca9794 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-1a233db6-2692-4a29-a7a8-595215ca9794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a233db6-2692-4a29-a7a8-595215ca9794.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b1a3def-1127-4426-95a1-82b9fc5134c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-1b1a3def-1127-4426-95a1-82b9fc5134c8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b1a3def-1127-4426-95a1-82b9fc5134c8 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b1a3def-1127-4426-95a1-82b9fc5134c8 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
}
}@media (max-width: 767px){#s-1b1a3def-1127-4426-95a1-82b9fc5134c8 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
}
}







#s-1b1a3def-1127-4426-95a1-82b9fc5134c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b1a3def-1127-4426-95a1-82b9fc5134c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea {
  text-align: center;
}
}@media (max-width: 767px){#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}
}
#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-c1f2d8b8-56fb-4b98-93d6-7b1f2a0045ea .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}
#s-e07b5d99-15a6-4e57-b959-55618966f5f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e07b5d99-15a6-4e57-b959-55618966f5f3 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e07b5d99-15a6-4e57-b959-55618966f5f3 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e07b5d99-15a6-4e57-b959-55618966f5f3 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-e07b5d99-15a6-4e57-b959-55618966f5f3 {
  display: none;
}
#s-e07b5d99-15a6-4e57-b959-55618966f5f3, #wrap-s-e07b5d99-15a6-4e57-b959-55618966f5f3, #wrap-content-s-e07b5d99-15a6-4e57-b959-55618966f5f3 { display: none !important; }}
#s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a {
  display: none;
}
#s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a, #wrap-s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a, #wrap-content-s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a {
  display: none;
}
#s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a, #wrap-s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a, #wrap-content-s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a {
  display: none;
}
#s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a, #wrap-s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a, #wrap-content-s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a { display: none !important; }}@media (max-width: 767px){#s-133b5488-9ccd-4cb3-b87e-3df96a7a6b1a {
  margin-top: 4px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a {
  margin-top: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a {
  margin-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a {
  margin-top: 15px;
}
}@media (max-width: 767px){#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a {
  margin-top: 15px;
}
}

  #s-d2db06c2-f7bc-44b4-9754-87ecd912d87a-root {
    text-align: center;
  }


#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2db06c2-f7bc-44b4-9754-87ecd912d87a-root {
    text-align: center;
  }


#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2db06c2-f7bc-44b4-9754-87ecd912d87a-root {
    text-align: center;
  }


#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2db06c2-f7bc-44b4-9754-87ecd912d87a-root {
    text-align: center;
  }


#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2db06c2-f7bc-44b4-9754-87ecd912d87a-root {
    text-align: center;
  }


#s-d2db06c2-f7bc-44b4-9754-87ecd912d87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  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;
}
