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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/7c15e206-3524-4695-8af5-2efe121ac372/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 250px;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display:none !important; }}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display:none !important; }}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

#s-d40da1d1-87b4-4c70-b8df-7d2c4be1b303 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d40da1d1-87b4-4c70-b8df-7d2c4be1b303 {
  display: none;
}
#s-d40da1d1-87b4-4c70-b8df-7d2c4be1b303, #wrap-s-d40da1d1-87b4-4c70-b8df-7d2c4be1b303 { display:none !important; }}@media (max-width: 767px){#s-d40da1d1-87b4-4c70-b8df-7d2c4be1b303 {
  display: none;
}
#s-d40da1d1-87b4-4c70-b8df-7d2c4be1b303, #wrap-s-d40da1d1-87b4-4c70-b8df-7d2c4be1b303 { display:none !important; }}
#s-d40da1d1-87b4-4c70-b8df-7d2c4be1b303 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Alex Brush;
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b0d407d0-23da-4c9f-abb0-fa7d5258d80f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0d407d0-23da-4c9f-abb0-fa7d5258d80f {
  display: none;
}
#s-b0d407d0-23da-4c9f-abb0-fa7d5258d80f, #wrap-s-b0d407d0-23da-4c9f-abb0-fa7d5258d80f { display:none !important; }}@media (max-width: 767px){#s-b0d407d0-23da-4c9f-abb0-fa7d5258d80f {
  display: none;
}
#s-b0d407d0-23da-4c9f-abb0-fa7d5258d80f, #wrap-s-b0d407d0-23da-4c9f-abb0-fa7d5258d80f { display:none !important; }}
#s-b0d407d0-23da-4c9f-abb0-fa7d5258d80f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-30370159-b306-4290-8b90-ad02979e35f3 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-30370159-b306-4290-8b90-ad02979e35f3 {
  display: none;
}
#s-30370159-b306-4290-8b90-ad02979e35f3, #wrap-s-30370159-b306-4290-8b90-ad02979e35f3 { display:none !important; }}@media (max-width: 767px){#s-30370159-b306-4290-8b90-ad02979e35f3 {
  display: none;
}
#s-30370159-b306-4290-8b90-ad02979e35f3, #wrap-s-30370159-b306-4290-8b90-ad02979e35f3 { display:none !important; }}
#s-30370159-b306-4290-8b90-ad02979e35f3 hr {
  border: 0;
  width: 100%;
  border-top: 8px solid rgba(255, 255, 255, 1);
}

#s-9979f37c-d866-4c9c-9b37-2d151cf55572 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9979f37c-d866-4c9c-9b37-2d151cf55572 {
  display: none;
}
#s-9979f37c-d866-4c9c-9b37-2d151cf55572, #wrap-s-9979f37c-d866-4c9c-9b37-2d151cf55572 { display:none !important; }}@media (max-width: 767px){#s-9979f37c-d866-4c9c-9b37-2d151cf55572 {
  display: none;
}
#s-9979f37c-d866-4c9c-9b37-2d151cf55572, #wrap-s-9979f37c-d866-4c9c-9b37-2d151cf55572 { display:none !important; }}







#s-9979f37c-d866-4c9c-9b37-2d151cf55572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9979f37c-d866-4c9c-9b37-2d151cf55572.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-772d0bba-6db3-41b1-9fcc-0e10cc69de77 {
  display: none;
}
#s-772d0bba-6db3-41b1-9fcc-0e10cc69de77, #wrap-s-772d0bba-6db3-41b1-9fcc-0e10cc69de77 { display:none !important; }}@media (max-width: 767px){#s-772d0bba-6db3-41b1-9fcc-0e10cc69de77 {
  display: none;
}
#s-772d0bba-6db3-41b1-9fcc-0e10cc69de77, #wrap-s-772d0bba-6db3-41b1-9fcc-0e10cc69de77 { display:none !important; }}
@media (min-width: 0px) {
[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-772d0bba-6db3-41b1-9fcc-0e10cc69de77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-36f67871-aae0-41c6-a803-86e098cfb4fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-36f67871-aae0-41c6-a803-86e098cfb4fb {
  display: none;
}
#s-36f67871-aae0-41c6-a803-86e098cfb4fb, #wrap-s-36f67871-aae0-41c6-a803-86e098cfb4fb { display:none !important; }}@media (max-width: 767px){#s-36f67871-aae0-41c6-a803-86e098cfb4fb {
  display: none;
}
#s-36f67871-aae0-41c6-a803-86e098cfb4fb, #wrap-s-36f67871-aae0-41c6-a803-86e098cfb4fb { display:none !important; }}
#s-36f67871-aae0-41c6-a803-86e098cfb4fb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-36f67871-aae0-41c6-a803-86e098cfb4fb .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-4be1fa95-41d5-4254-a9b4-41952f88a8f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4be1fa95-41d5-4254-a9b4-41952f88a8f7 {
  display: none;
}
#s-4be1fa95-41d5-4254-a9b4-41952f88a8f7, #wrap-s-4be1fa95-41d5-4254-a9b4-41952f88a8f7 { display:none !important; }}@media (max-width: 767px){#s-4be1fa95-41d5-4254-a9b4-41952f88a8f7 {
  display: none;
}
#s-4be1fa95-41d5-4254-a9b4-41952f88a8f7, #wrap-s-4be1fa95-41d5-4254-a9b4-41952f88a8f7 { display:none !important; }}
#s-4be1fa95-41d5-4254-a9b4-41952f88a8f7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4be1fa95-41d5-4254-a9b4-41952f88a8f7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-910acfc7-a655-4e1c-b975-2762c8f0d488 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-910acfc7-a655-4e1c-b975-2762c8f0d488 {
  display: none;
}
#s-910acfc7-a655-4e1c-b975-2762c8f0d488, #wrap-s-910acfc7-a655-4e1c-b975-2762c8f0d488 { display:none !important; }}@media (max-width: 767px){#s-910acfc7-a655-4e1c-b975-2762c8f0d488 {
  display: none;
}
#s-910acfc7-a655-4e1c-b975-2762c8f0d488, #wrap-s-910acfc7-a655-4e1c-b975-2762c8f0d488 { display:none !important; }}
#s-910acfc7-a655-4e1c-b975-2762c8f0d488 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-910acfc7-a655-4e1c-b975-2762c8f0d488 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e {
  display: none;
}
#s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e, #wrap-s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e { display:none !important; }}@media (max-width: 767px){#s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e {
  display: none;
}
#s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e, #wrap-s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e { display:none !important; }}







#s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fe4b382-1e5d-467e-b9b6-f6e4287f6d6e.shg-box.shg-c {
  justify-content: center;
}

#s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d {
  display: none;
}
#s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d, #wrap-s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d { display:none !important; }}@media (max-width: 767px){#s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d {
  display: none;
}
#s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d, #wrap-s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d { display:none !important; }}







#s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdcceb9c-fd10-4261-ba8e-0451ea0f129d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-dd0f98ef-e636-4aca-9965-6764297a5acc {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-dd0f98ef-e636-4aca-9965-6764297a5acc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd0f98ef-e636-4aca-9965-6764297a5acc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd0f98ef-e636-4aca-9965-6764297a5acc {
  display: none;
}
#s-dd0f98ef-e636-4aca-9965-6764297a5acc, #wrap-s-dd0f98ef-e636-4aca-9965-6764297a5acc { display:none !important; }}@media (max-width: 767px){#s-dd0f98ef-e636-4aca-9965-6764297a5acc {
  display: none;
}
#s-dd0f98ef-e636-4aca-9965-6764297a5acc, #wrap-s-dd0f98ef-e636-4aca-9965-6764297a5acc { display:none !important; }}
#s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11 {
  display: none;
}
#s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11, #wrap-s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11 { display:none !important; }}@media (max-width: 767px){#s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11 {
  display: none;
}
#s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11, #wrap-s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11 { display:none !important; }}







#s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65fd62da-b143-4f5e-9a6a-8a5f45b18e11.shg-box.shg-c {
  justify-content: center;
}

#s-d6773d61-2676-4c6a-8268-47945f814aef {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d6773d61-2676-4c6a-8268-47945f814aef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6773d61-2676-4c6a-8268-47945f814aef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6773d61-2676-4c6a-8268-47945f814aef {
  display: none;
}
#s-d6773d61-2676-4c6a-8268-47945f814aef, #wrap-s-d6773d61-2676-4c6a-8268-47945f814aef { display:none !important; }}@media (max-width: 767px){#s-d6773d61-2676-4c6a-8268-47945f814aef {
  display: none;
}
#s-d6773d61-2676-4c6a-8268-47945f814aef, #wrap-s-d6773d61-2676-4c6a-8268-47945f814aef { display:none !important; }}
#s-d6773d61-2676-4c6a-8268-47945f814aef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 80px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-50f82441-a049-4d83-b320-1713d667af70 {
  background-image: url(https://i.shgcdn.com/5c484c09-93ac-4941-9bbb-669e43aa829b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-50f82441-a049-4d83-b320-1713d667af70 {
  display: none;
}
#s-50f82441-a049-4d83-b320-1713d667af70, #wrap-s-50f82441-a049-4d83-b320-1713d667af70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50f82441-a049-4d83-b320-1713d667af70 {
  display: none;
}
#s-50f82441-a049-4d83-b320-1713d667af70, #wrap-s-50f82441-a049-4d83-b320-1713d667af70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50f82441-a049-4d83-b320-1713d667af70 {
  
}
}@media (max-width: 767px){#s-50f82441-a049-4d83-b320-1713d667af70 {
  
}
}







#s-50f82441-a049-4d83-b320-1713d667af70 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-50f82441-a049-4d83-b320-1713d667af70.shg-box.shg-c {
  justify-content: center;
}

#s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dba8c686-2026-4afa-9ef2-ec8b474a0ff2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ad239b76-b495-41db-9e54-f10e19b527c5 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-ad239b76-b495-41db-9e54-f10e19b527c5 {
  display: none;
}
#s-ad239b76-b495-41db-9e54-f10e19b527c5, #wrap-s-ad239b76-b495-41db-9e54-f10e19b527c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad239b76-b495-41db-9e54-f10e19b527c5 {
  display: none;
}
#s-ad239b76-b495-41db-9e54-f10e19b527c5, #wrap-s-ad239b76-b495-41db-9e54-f10e19b527c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad239b76-b495-41db-9e54-f10e19b527c5 {
  
}
}@media (max-width: 767px){#s-ad239b76-b495-41db-9e54-f10e19b527c5 {
  
}
}
#s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b {
  display: none;
}
#s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b, #wrap-s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b {
  display: none;
}
#s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b, #wrap-s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b { display:none !important; }}







#s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deb6ee02-0e1b-4d8e-a193-bbaf1cf9be3b.shg-box.shg-c {
  justify-content: center;
}

#s-cd6f928c-7ae7-4437-984a-f9fef9ea154c {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cd6f928c-7ae7-4437-984a-f9fef9ea154c {
  display: none;
}
#s-cd6f928c-7ae7-4437-984a-f9fef9ea154c, #wrap-s-cd6f928c-7ae7-4437-984a-f9fef9ea154c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd6f928c-7ae7-4437-984a-f9fef9ea154c {
  display: none;
}
#s-cd6f928c-7ae7-4437-984a-f9fef9ea154c, #wrap-s-cd6f928c-7ae7-4437-984a-f9fef9ea154c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd6f928c-7ae7-4437-984a-f9fef9ea154c {
  
}
}@media (max-width: 767px){#s-cd6f928c-7ae7-4437-984a-f9fef9ea154c {
  
}
}
#s-cd6f928c-7ae7-4437-984a-f9fef9ea154c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3345ddfd-7ad6-4256-ba6a-5cfe9704c370 {
  min-height: 50px;
}








#s-3345ddfd-7ad6-4256-ba6a-5cfe9704c370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3345ddfd-7ad6-4256-ba6a-5cfe9704c370.shg-box.shg-c {
  justify-content: center;
}

#s-8edc6ce5-3892-4848-af8d-71228532f62e {
  min-height: 50px;
background-color: rgba(115, 33, 99, 1);
}








#s-8edc6ce5-3892-4848-af8d-71228532f62e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8edc6ce5-3892-4848-af8d-71228532f62e.shg-box.shg-c {
  justify-content: center;
}

#s-4c2b1bfa-e961-469c-aa02-1d05fe2f341f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c2b1bfa-e961-469c-aa02-1d05fe2f341f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d9a79e61-a9ae-4ed1-8539-a156a8b57502 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d9a79e61-a9ae-4ed1-8539-a156a8b57502 {
  display: none;
}
#s-d9a79e61-a9ae-4ed1-8539-a156a8b57502, #wrap-s-d9a79e61-a9ae-4ed1-8539-a156a8b57502 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9a79e61-a9ae-4ed1-8539-a156a8b57502 {
  display: none;
}
#s-d9a79e61-a9ae-4ed1-8539-a156a8b57502, #wrap-s-d9a79e61-a9ae-4ed1-8539-a156a8b57502 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9a79e61-a9ae-4ed1-8539-a156a8b57502 {
  
}
}







#s-d9a79e61-a9ae-4ed1-8539-a156a8b57502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9a79e61-a9ae-4ed1-8539-a156a8b57502.shg-box.shg-c {
  justify-content: center;
}

#s-dcc039ca-a788-40c5-aec8-23843bdbb00e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcc039ca-a788-40c5-aec8-23843bdbb00e .shogun-heading-component h2 {
  color: rgba(113, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-637afe97-4184-451c-94e9-764fc03bf7b5 {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-637afe97-4184-451c-94e9-764fc03bf7b5 {
  display: none;
}
#s-637afe97-4184-451c-94e9-764fc03bf7b5, #wrap-s-637afe97-4184-451c-94e9-764fc03bf7b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-637afe97-4184-451c-94e9-764fc03bf7b5 {
  display: none;
}
#s-637afe97-4184-451c-94e9-764fc03bf7b5, #wrap-s-637afe97-4184-451c-94e9-764fc03bf7b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-637afe97-4184-451c-94e9-764fc03bf7b5 {
  
}
}
@media (min-width: 0px) {
[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-637afe97-4184-451c-94e9-764fc03bf7b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-a7d8ca1e-593d-42ed-935c-b0d0c1190647 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  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-34eac254-cb82-4592-9523-6dce0e6ed8ec {
  text-align: left;
}


.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec {
  max-width: 100%;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom,
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec {
  max-width: 100%;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom,
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec {
  max-width: 100%;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom,
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec {
  max-width: 100%;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom,
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec {
  max-width: 100%;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom,
.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34eac254-cb82-4592-9523-6dce0e6ed8ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-8ead2bca-a4f0-46bc-91a0-fc6b4f4f7959 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ead2bca-a4f0-46bc-91a0-fc6b4f4f7959 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2bc08644-ef22-4a77-b9dc-839ad33ecfa5 {
  text-align: center;
}

#s-2bc08644-ef22-4a77-b9dc-839ad33ecfa5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2bc08644-ef22-4a77-b9dc-839ad33ecfa5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2bc08644-ef22-4a77-b9dc-839ad33ecfa5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  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-center {
  text-align: center;
}

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

#s-e15a432b-7508-45a8-8638-b77756842e71 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e15a432b-7508-45a8-8638-b77756842e71:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e15a432b-7508-45a8-8638-b77756842e71:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e15a432b-7508-45a8-8638-b77756842e71 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e15a432b-7508-45a8-8638-b77756842e71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e15a432b-7508-45a8-8638-b77756842e71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e15a432b-7508-45a8-8638-b77756842e71.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f629f24b-33bb-49f1-9077-0793cbebc7f3 {
  display: none;
}
#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 {
  text-align: left;
}


.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 {
  max-width: 100%;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom,
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 {
  max-width: 100%;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom,
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 {
  max-width: 100%;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom,
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 {
  max-width: 100%;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom,
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 {
  max-width: 100%;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom,
.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d736b45-2b5c-4589-8b2f-02521fd6f7d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-230687cb-a601-44c0-aa98-66df9aeda1a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-230687cb-a601-44c0-aa98-66df9aeda1a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7b2fe12d-6e5a-4103-8a56-66a1ec12c504 {
  text-align: center;
}

#s-7b2fe12d-6e5a-4103-8a56-66a1ec12c504 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7b2fe12d-6e5a-4103-8a56-66a1ec12c504 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7b2fe12d-6e5a-4103-8a56-66a1ec12c504 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c6b30701-7de1-4599-87c7-fb598b2278b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
}
#s-c6b30701-7de1-4599-87c7-fb598b2278b8:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6b30701-7de1-4599-87c7-fb598b2278b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6b30701-7de1-4599-87c7-fb598b2278b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6b30701-7de1-4599-87c7-fb598b2278b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6b30701-7de1-4599-87c7-fb598b2278b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6b30701-7de1-4599-87c7-fb598b2278b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fb242f5e-f99c-4ca9-845d-e59bd3d1d214 {
  display: none;
}
#s-814137ba-c746-4c54-9cc0-6cf0ae652113 {
  text-align: left;
}


.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 {
  max-width: 100%;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom,
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 {
  max-width: 100%;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom,
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 {
  max-width: 100%;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom,
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 {
  max-width: 100%;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom,
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 {
  max-width: 100%;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom,
.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-814137ba-c746-4c54-9cc0-6cf0ae652113 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6dfd99ce-b622-450c-bb70-61b294af7491 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6dfd99ce-b622-450c-bb70-61b294af7491 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-10db91a2-f00f-4e57-96ab-cf4730b30bbd {
  text-align: center;
}

#s-10db91a2-f00f-4e57-96ab-cf4730b30bbd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-10db91a2-f00f-4e57-96ab-cf4730b30bbd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-10db91a2-f00f-4e57-96ab-cf4730b30bbd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-15e83f72-e4f9-4ef9-b6a1-89ce98ed84e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
}
#s-15e83f72-e4f9-4ef9-b6a1-89ce98ed84e1:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-15e83f72-e4f9-4ef9-b6a1-89ce98ed84e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15e83f72-e4f9-4ef9-b6a1-89ce98ed84e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15e83f72-e4f9-4ef9-b6a1-89ce98ed84e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15e83f72-e4f9-4ef9-b6a1-89ce98ed84e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-15e83f72-e4f9-4ef9-b6a1-89ce98ed84e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8e058f03-0ec0-47af-8e65-8ff8e4f776e3 {
  display: none;
}
#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 {
  text-align: left;
}


.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 {
  max-width: 100%;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom,
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 {
  max-width: 100%;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom,
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 {
  max-width: 100%;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom,
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 {
  max-width: 100%;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom,
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 {
  max-width: 100%;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom,
.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0055f6c5-1ec9-4ccb-9998-b54c41e1a6f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-54fac5e7-7cdc-4b5f-a477-be72b4b5468d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54fac5e7-7cdc-4b5f-a477-be72b4b5468d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-41f67c52-4168-479a-8b48-9952bd5d7f05 {
  text-align: center;
}

#s-41f67c52-4168-479a-8b48-9952bd5d7f05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41f67c52-4168-479a-8b48-9952bd5d7f05 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-41f67c52-4168-479a-8b48-9952bd5d7f05 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-4cd370f6-b4e6-4e28-8dad-013c08125beb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
}
#s-4cd370f6-b4e6-4e28-8dad-013c08125beb:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4cd370f6-b4e6-4e28-8dad-013c08125beb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4cd370f6-b4e6-4e28-8dad-013c08125beb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cd370f6-b4e6-4e28-8dad-013c08125beb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cd370f6-b4e6-4e28-8dad-013c08125beb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4cd370f6-b4e6-4e28-8dad-013c08125beb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d068ed71-d7de-4edb-99e2-365e2a3aedc0 {
  display: none;
}
#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e {
  text-align: left;
}


.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e {
  max-width: 100%;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom,
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e {
  max-width: 100%;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom,
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e {
  max-width: 100%;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom,
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e {
  max-width: 100%;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom,
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e {
  max-width: 100%;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom,
.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af13324d-5a28-4f12-9a0a-8da9bc59fc0e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-28d43b06-403d-41c9-bad6-8f7942819e03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28d43b06-403d-41c9-bad6-8f7942819e03 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-936f5441-ea67-4eef-8004-466886420d34 {
  text-align: center;
}

#s-936f5441-ea67-4eef-8004-466886420d34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-936f5441-ea67-4eef-8004-466886420d34 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-936f5441-ea67-4eef-8004-466886420d34 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-fd885de3-b4d7-4b83-bdb9-adc19dab6335 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fd885de3-b4d7-4b83-bdb9-adc19dab6335:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd885de3-b4d7-4b83-bdb9-adc19dab6335:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd885de3-b4d7-4b83-bdb9-adc19dab6335 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd885de3-b4d7-4b83-bdb9-adc19dab6335.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd885de3-b4d7-4b83-bdb9-adc19dab6335.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd885de3-b4d7-4b83-bdb9-adc19dab6335.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-266a2ca1-bb1f-466f-b7fd-f3c5e467b5fb {
  display: none;
}
#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 {
  text-align: left;
}


.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 {
  max-width: 100%;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom,
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 {
  max-width: 100%;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom,
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 {
  max-width: 100%;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom,
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 {
  max-width: 100%;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom,
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 {
  max-width: 100%;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom,
.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-742fbbf8-4325-451f-8a49-fc2188a51dc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-73abfcb9-ac69-4f2c-aa8f-75f017ed454d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73abfcb9-ac69-4f2c-aa8f-75f017ed454d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ab6b1441-990d-42ec-a6e1-ddc101cba29b {
  text-align: center;
}

#s-ab6b1441-990d-42ec-a6e1-ddc101cba29b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ab6b1441-990d-42ec-a6e1-ddc101cba29b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ab6b1441-990d-42ec-a6e1-ddc101cba29b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-711e79cd-ea90-460e-800d-263e5187dc8d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
}
#s-711e79cd-ea90-460e-800d-263e5187dc8d:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-711e79cd-ea90-460e-800d-263e5187dc8d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-711e79cd-ea90-460e-800d-263e5187dc8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-711e79cd-ea90-460e-800d-263e5187dc8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-711e79cd-ea90-460e-800d-263e5187dc8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-711e79cd-ea90-460e-800d-263e5187dc8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4046603c-e31d-424c-8b45-3ea4c4ca0999 {
  display: none;
}
#s-d0f8a489-4cef-4727-9e97-08779f666af2 {
  text-align: left;
}


.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 {
  max-width: 100%;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom,
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 {
  max-width: 100%;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom,
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 {
  max-width: 100%;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom,
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 {
  max-width: 100%;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom,
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 {
  max-width: 100%;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom,
.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0f8a489-4cef-4727-9e97-08779f666af2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-16ba2f4a-2606-49ee-bbfd-4c917c47d1b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16ba2f4a-2606-49ee-bbfd-4c917c47d1b9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0cd31e37-b53f-4beb-b818-7d7339ce53a3 {
  text-align: center;
}

#s-0cd31e37-b53f-4beb-b818-7d7339ce53a3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0cd31e37-b53f-4beb-b818-7d7339ce53a3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0cd31e37-b53f-4beb-b818-7d7339ce53a3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-7d296b1e-f8a7-4f38-a0ef-1f5977abffc8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7d296b1e-f8a7-4f38-a0ef-1f5977abffc8:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d296b1e-f8a7-4f38-a0ef-1f5977abffc8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d296b1e-f8a7-4f38-a0ef-1f5977abffc8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d296b1e-f8a7-4f38-a0ef-1f5977abffc8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d296b1e-f8a7-4f38-a0ef-1f5977abffc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d296b1e-f8a7-4f38-a0ef-1f5977abffc8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3d5cb3d6-95e6-450d-a790-52c3dbc4e543 {
  display: none;
}
#s-44e433d1-c221-4670-ae53-378cb6044b1f {
  text-align: left;
}


.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f {
  max-width: 100%;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom,
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f {
  max-width: 100%;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom,
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f {
  max-width: 100%;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom,
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f {
  max-width: 100%;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom,
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f {
  max-width: 100%;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom,
.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44e433d1-c221-4670-ae53-378cb6044b1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-97fc5f31-1f93-4d9c-8f44-e2880349fbe3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97fc5f31-1f93-4d9c-8f44-e2880349fbe3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7da758f1-a608-4693-ac21-2d655f655d4b {
  text-align: center;
}

#s-7da758f1-a608-4693-ac21-2d655f655d4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7da758f1-a608-4693-ac21-2d655f655d4b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7da758f1-a608-4693-ac21-2d655f655d4b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-b6ac1519-2282-431c-950c-4fff947e8ebd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
}
#s-b6ac1519-2282-431c-950c-4fff947e8ebd:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6ac1519-2282-431c-950c-4fff947e8ebd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6ac1519-2282-431c-950c-4fff947e8ebd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6ac1519-2282-431c-950c-4fff947e8ebd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6ac1519-2282-431c-950c-4fff947e8ebd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6ac1519-2282-431c-950c-4fff947e8ebd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee30cd2f-db15-4bdf-8732-078eb456c8d3 {
  display: none;
}
#s-ce827af2-babb-44b4-8b65-866b56d454ae {
  text-align: left;
}


.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae {
  max-width: 100%;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom,
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae {
  max-width: 100%;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom,
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae {
  max-width: 100%;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom,
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae {
  max-width: 100%;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom,
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae {
  max-width: 100%;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom,
.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce827af2-babb-44b4-8b65-866b56d454ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50806c4f-fce7-49e7-bbe9-902e26f29223 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50806c4f-fce7-49e7-bbe9-902e26f29223 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b9a1eaf8-0d4e-452a-af63-626ff4f8a416 {
  text-align: center;
}

#s-b9a1eaf8-0d4e-452a-af63-626ff4f8a416 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9a1eaf8-0d4e-452a-af63-626ff4f8a416 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b9a1eaf8-0d4e-452a-af63-626ff4f8a416 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-f0765e57-e35d-40da-a66f-28e2790d28eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
}
#s-f0765e57-e35d-40da-a66f-28e2790d28eb:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f0765e57-e35d-40da-a66f-28e2790d28eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0765e57-e35d-40da-a66f-28e2790d28eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f0765e57-e35d-40da-a66f-28e2790d28eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0765e57-e35d-40da-a66f-28e2790d28eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f0765e57-e35d-40da-a66f-28e2790d28eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d731e181-f115-4eb1-be42-7bb3fd8a69a6 {
  display: none;
}
#s-3b7fb332-9f78-4815-a919-07c94b04ec06 {
  text-align: left;
}


.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 {
  max-width: 100%;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom,
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 {
  max-width: 100%;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom,
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 {
  max-width: 100%;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom,
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 {
  max-width: 100%;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom,
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 {
  max-width: 100%;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom,
.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b7fb332-9f78-4815-a919-07c94b04ec06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a965a290-a408-446d-b245-a504fbe6c1c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a965a290-a408-446d-b245-a504fbe6c1c7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e6a265ed-a50a-47f6-ae83-13336a5b5dd7 {
  text-align: center;
}

#s-e6a265ed-a50a-47f6-ae83-13336a5b5dd7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e6a265ed-a50a-47f6-ae83-13336a5b5dd7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e6a265ed-a50a-47f6-ae83-13336a5b5dd7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-127fe4bb-4ed8-418c-afd4-a754ede90441 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
}
#s-127fe4bb-4ed8-418c-afd4-a754ede90441:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-127fe4bb-4ed8-418c-afd4-a754ede90441:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-127fe4bb-4ed8-418c-afd4-a754ede90441 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-127fe4bb-4ed8-418c-afd4-a754ede90441.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-127fe4bb-4ed8-418c-afd4-a754ede90441.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-127fe4bb-4ed8-418c-afd4-a754ede90441.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7151b877-da45-4234-b393-2d08e2102fca {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7151b877-da45-4234-b393-2d08e2102fca {
  display: none;
}
#s-7151b877-da45-4234-b393-2d08e2102fca, #wrap-s-7151b877-da45-4234-b393-2d08e2102fca { display:none !important; }}@media (max-width: 767px){#s-7151b877-da45-4234-b393-2d08e2102fca {
  display: none;
}
#s-7151b877-da45-4234-b393-2d08e2102fca, #wrap-s-7151b877-da45-4234-b393-2d08e2102fca { display:none !important; }}







#s-7151b877-da45-4234-b393-2d08e2102fca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7151b877-da45-4234-b393-2d08e2102fca.shg-box.shg-c {
  justify-content: center;
}

#s-aa7db9e5-d3e8-4aa2-968d-5ef2be033d40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa7db9e5-d3e8-4aa2-968d-5ef2be033d40 {
  display: none;
}
#s-aa7db9e5-d3e8-4aa2-968d-5ef2be033d40, #wrap-s-aa7db9e5-d3e8-4aa2-968d-5ef2be033d40 { display:none !important; }}
#s-aa7db9e5-d3e8-4aa2-968d-5ef2be033d40 .shogun-heading-component h1 {
  color: rgba(113, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-c35dfbd8-d60b-461b-bff8-475795a8c49d {
  display: none;
}
#s-c35dfbd8-d60b-461b-bff8-475795a8c49d, #wrap-s-c35dfbd8-d60b-461b-bff8-475795a8c49d { display:none !important; }}@media (max-width: 767px){#s-c35dfbd8-d60b-461b-bff8-475795a8c49d {
  display: none;
}
#s-c35dfbd8-d60b-461b-bff8-475795a8c49d, #wrap-s-c35dfbd8-d60b-461b-bff8-475795a8c49d { display:none !important; }}
#s-a870a544-0234-453e-9cea-60c3bc6252a4 {
  display: none;
}
#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be {
  text-align: left;
}


.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be {
  max-width: 100%;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom,
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be {
  max-width: 100%;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom,
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be {
  max-width: 100%;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom,
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be {
  max-width: 100%;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom,
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be {
  max-width: 100%;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom,
.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b47ef10-71cc-4fcb-a8e7-89eba8c2d2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-68b7b272-5f46-4f07-a311-f4b2bd8dc280 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68b7b272-5f46-4f07-a311-f4b2bd8dc280 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-3b8ce4da-5eb0-4332-9289-2a010016b2b6 {
  text-align: center;
}

#s-3b8ce4da-5eb0-4332-9289-2a010016b2b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3b8ce4da-5eb0-4332-9289-2a010016b2b6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3b8ce4da-5eb0-4332-9289-2a010016b2b6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d67ad627-5ecc-4e1e-83d9-789119b2d58f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d67ad627-5ecc-4e1e-83d9-789119b2d58f:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d67ad627-5ecc-4e1e-83d9-789119b2d58f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d67ad627-5ecc-4e1e-83d9-789119b2d58f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d67ad627-5ecc-4e1e-83d9-789119b2d58f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d67ad627-5ecc-4e1e-83d9-789119b2d58f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d67ad627-5ecc-4e1e-83d9-789119b2d58f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0dfab9a1-d437-49c9-9615-a6aee5449ba2 {
  display: none;
}
#s-78cd031f-2086-4c3d-b217-c7667ec72a6d {
  text-align: left;
}


.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d {
  max-width: 100%;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom,
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d {
  max-width: 100%;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom,
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d {
  max-width: 100%;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom,
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d {
  max-width: 100%;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom,
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d {
  max-width: 100%;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom,
.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78cd031f-2086-4c3d-b217-c7667ec72a6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-16f9dd2c-e457-418f-b27b-0ea1e6ea1201 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16f9dd2c-e457-418f-b27b-0ea1e6ea1201 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-b055f9a2-02b0-40c5-b07e-bc3ce963ee38 {
  text-align: center;
}

#s-b055f9a2-02b0-40c5-b07e-bc3ce963ee38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b055f9a2-02b0-40c5-b07e-bc3ce963ee38 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b055f9a2-02b0-40c5-b07e-bc3ce963ee38 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f76d200b-1d8f-4809-be9d-4c52b0fdc804 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f76d200b-1d8f-4809-be9d-4c52b0fdc804:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f76d200b-1d8f-4809-be9d-4c52b0fdc804:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f76d200b-1d8f-4809-be9d-4c52b0fdc804 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f76d200b-1d8f-4809-be9d-4c52b0fdc804.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f76d200b-1d8f-4809-be9d-4c52b0fdc804.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f76d200b-1d8f-4809-be9d-4c52b0fdc804.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7f005a35-4b23-4b1d-866c-6a69ca207a94 {
  display: none;
}
#s-83c0960f-797a-4dbf-9201-3efba430c30a {
  text-align: left;
}


.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a {
  max-width: 100%;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom,
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a {
  max-width: 100%;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom,
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a {
  max-width: 100%;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom,
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a {
  max-width: 100%;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom,
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a {
  max-width: 100%;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom,
.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83c0960f-797a-4dbf-9201-3efba430c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d77d2114-4f7e-4356-93bc-05cc0f46b627 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d77d2114-4f7e-4356-93bc-05cc0f46b627 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-02c124de-318c-47b9-9958-6924bc533bf7 {
  text-align: center;
}

#s-02c124de-318c-47b9-9958-6924bc533bf7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-02c124de-318c-47b9-9958-6924bc533bf7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-02c124de-318c-47b9-9958-6924bc533bf7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b955d8f-0ece-482f-bd35-9b0f5f6aeaeb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2b955d8f-0ece-482f-bd35-9b0f5f6aeaeb:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b955d8f-0ece-482f-bd35-9b0f5f6aeaeb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b955d8f-0ece-482f-bd35-9b0f5f6aeaeb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b955d8f-0ece-482f-bd35-9b0f5f6aeaeb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b955d8f-0ece-482f-bd35-9b0f5f6aeaeb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b955d8f-0ece-482f-bd35-9b0f5f6aeaeb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-37bee5ce-e6da-4aab-a337-45dfaab0e03b {
  display: none;
}
#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 {
  text-align: left;
}


.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 {
  max-width: 100%;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom,
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 {
  max-width: 100%;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom,
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 {
  max-width: 100%;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom,
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 {
  max-width: 100%;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom,
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 {
  max-width: 100%;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom,
.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce74fd4b-0940-406e-a0c9-5786d67e6906 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ae8e3930-6648-41a3-a7d8-732e4a6325b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae8e3930-6648-41a3-a7d8-732e4a6325b0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a9b0292e-e49f-4b3b-8341-7b03c12babbc {
  text-align: center;
}

#s-a9b0292e-e49f-4b3b-8341-7b03c12babbc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a9b0292e-e49f-4b3b-8341-7b03c12babbc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a9b0292e-e49f-4b3b-8341-7b03c12babbc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70ead867-2d5c-4d19-9e62-a07d4b68bcf9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-70ead867-2d5c-4d19-9e62-a07d4b68bcf9:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70ead867-2d5c-4d19-9e62-a07d4b68bcf9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70ead867-2d5c-4d19-9e62-a07d4b68bcf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-70ead867-2d5c-4d19-9e62-a07d4b68bcf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-70ead867-2d5c-4d19-9e62-a07d4b68bcf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-70ead867-2d5c-4d19-9e62-a07d4b68bcf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-774b1851-b4fd-48e4-90b7-4ae484386c50 {
  display: none;
}
#s-d0421370-c866-45f9-bb0b-8d3925418c5e {
  text-align: left;
}


.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e {
  max-width: 100%;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom,
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e {
  max-width: 100%;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom,
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e {
  max-width: 100%;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom,
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e {
  max-width: 100%;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom,
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e {
  max-width: 100%;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom,
.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0421370-c866-45f9-bb0b-8d3925418c5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5ecf1fa2-cab6-4589-baf0-06c3e6acfde1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ecf1fa2-cab6-4589-baf0-06c3e6acfde1 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-f79c63a0-8c8e-45eb-95b2-6cf86fc31ce0 {
  text-align: center;
}

#s-f79c63a0-8c8e-45eb-95b2-6cf86fc31ce0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f79c63a0-8c8e-45eb-95b2-6cf86fc31ce0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f79c63a0-8c8e-45eb-95b2-6cf86fc31ce0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-adce8dee-8eb5-44dd-8712-7d65db35aa52 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-adce8dee-8eb5-44dd-8712-7d65db35aa52:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-adce8dee-8eb5-44dd-8712-7d65db35aa52:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-adce8dee-8eb5-44dd-8712-7d65db35aa52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adce8dee-8eb5-44dd-8712-7d65db35aa52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adce8dee-8eb5-44dd-8712-7d65db35aa52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-adce8dee-8eb5-44dd-8712-7d65db35aa52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-3dd4e6ba-588a-4827-9b07-0cb8b38c5e29 {
  display: none;
}
#s-3dd4e6ba-588a-4827-9b07-0cb8b38c5e29, #wrap-s-3dd4e6ba-588a-4827-9b07-0cb8b38c5e29 { display:none !important; }}@media (max-width: 767px){#s-3dd4e6ba-588a-4827-9b07-0cb8b38c5e29 {
  display: none;
}
#s-3dd4e6ba-588a-4827-9b07-0cb8b38c5e29, #wrap-s-3dd4e6ba-588a-4827-9b07-0cb8b38c5e29 { display:none !important; }}
#s-1827bb84-4dbb-41cb-8b6f-7eaa91585f93 {
  display: none;
}
#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 {
  text-align: left;
}


.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 {
  max-width: 100%;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom,
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 {
  max-width: 100%;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom,
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 {
  max-width: 100%;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom,
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 {
  max-width: 100%;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom,
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 {
  max-width: 100%;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom,
.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1a8c88e-1d21-4ddb-873a-9144048c4be0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e2aad3dc-4bf5-456b-87f0-4820848584cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2aad3dc-4bf5-456b-87f0-4820848584cd .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-3f7e549d-4877-4d89-9357-1cf45e369086 {
  text-align: center;
}

#s-3f7e549d-4877-4d89-9357-1cf45e369086 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f7e549d-4877-4d89-9357-1cf45e369086 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3f7e549d-4877-4d89-9357-1cf45e369086 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f6717be3-5a16-4bb2-a769-b3d2942864f8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f6717be3-5a16-4bb2-a769-b3d2942864f8:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6717be3-5a16-4bb2-a769-b3d2942864f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6717be3-5a16-4bb2-a769-b3d2942864f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6717be3-5a16-4bb2-a769-b3d2942864f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6717be3-5a16-4bb2-a769-b3d2942864f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6717be3-5a16-4bb2-a769-b3d2942864f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-90112f66-503c-4670-b197-3b26dd9208db {
  display: none;
}
#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f {
  text-align: left;
}


.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f {
  max-width: 100%;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom,
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f {
  max-width: 100%;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom,
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f {
  max-width: 100%;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom,
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f {
  max-width: 100%;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom,
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f {
  max-width: 100%;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom,
.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcb6c628-e755-49f8-b132-8c1996eb0f2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-add64bfa-4357-44fe-966c-ebbcb28c1e84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-add64bfa-4357-44fe-966c-ebbcb28c1e84 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8840365f-b4a7-4118-9aab-e6dfe6f492ea {
  text-align: center;
}

#s-8840365f-b4a7-4118-9aab-e6dfe6f492ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8840365f-b4a7-4118-9aab-e6dfe6f492ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8840365f-b4a7-4118-9aab-e6dfe6f492ea .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f3879afe-7ed6-4ebe-bf7d-bf7907ff268c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f3879afe-7ed6-4ebe-bf7d-bf7907ff268c:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3879afe-7ed6-4ebe-bf7d-bf7907ff268c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3879afe-7ed6-4ebe-bf7d-bf7907ff268c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f3879afe-7ed6-4ebe-bf7d-bf7907ff268c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3879afe-7ed6-4ebe-bf7d-bf7907ff268c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f3879afe-7ed6-4ebe-bf7d-bf7907ff268c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c72bad88-7ebe-40c1-8f7a-415f5eefe7e2 {
  display: none;
}
#s-979d9cae-99c3-4be0-9077-47af5ffba95a {
  text-align: left;
}


.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a {
  max-width: 100%;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom,
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a {
  max-width: 100%;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom,
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a {
  max-width: 100%;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom,
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a {
  max-width: 100%;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom,
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a {
  max-width: 100%;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom,
.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-979d9cae-99c3-4be0-9077-47af5ffba95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f22ab87a-12d8-433e-8c70-8ddaae23bc89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f22ab87a-12d8-433e-8c70-8ddaae23bc89 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-16c41c9a-1451-4dec-b242-a839f80b7c84 {
  text-align: center;
}

#s-16c41c9a-1451-4dec-b242-a839f80b7c84 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-16c41c9a-1451-4dec-b242-a839f80b7c84 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-16c41c9a-1451-4dec-b242-a839f80b7c84 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-217f7677-d11c-4861-b3be-7406f8d6504b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-217f7677-d11c-4861-b3be-7406f8d6504b:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-217f7677-d11c-4861-b3be-7406f8d6504b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-217f7677-d11c-4861-b3be-7406f8d6504b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-217f7677-d11c-4861-b3be-7406f8d6504b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-217f7677-d11c-4861-b3be-7406f8d6504b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-217f7677-d11c-4861-b3be-7406f8d6504b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2e0dddfa-3034-4060-a0a8-6c01a9dc78b7 {
  display: none;
}
#s-74c0d266-12f0-42e2-8add-1c9993cc43df {
  text-align: left;
}


.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df {
  max-width: 100%;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom,
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df {
  max-width: 100%;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom,
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df {
  max-width: 100%;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom,
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df {
  max-width: 100%;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom,
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df {
  max-width: 100%;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom,
.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74c0d266-12f0-42e2-8add-1c9993cc43df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b8a2ad1b-c568-4eed-be45-8ef34d9efdd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8a2ad1b-c568-4eed-be45-8ef34d9efdd7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-83ea95d4-325d-4fa0-9d4e-0da77cce86a1 {
  text-align: center;
}

#s-83ea95d4-325d-4fa0-9d4e-0da77cce86a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83ea95d4-325d-4fa0-9d4e-0da77cce86a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-83ea95d4-325d-4fa0-9d4e-0da77cce86a1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-81503cfd-29c4-4d92-a557-785d6e2ef19d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-81503cfd-29c4-4d92-a557-785d6e2ef19d:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81503cfd-29c4-4d92-a557-785d6e2ef19d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-81503cfd-29c4-4d92-a557-785d6e2ef19d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81503cfd-29c4-4d92-a557-785d6e2ef19d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81503cfd-29c4-4d92-a557-785d6e2ef19d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81503cfd-29c4-4d92-a557-785d6e2ef19d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dff3b33d-d930-421d-ad16-fead23c334b3 {
  display: none;
}
#s-4503eafa-0544-48a0-9917-fee0cc702283 {
  text-align: left;
}


.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 {
  max-width: 100%;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom,
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 {
  max-width: 100%;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom,
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 {
  max-width: 100%;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom,
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 {
  max-width: 100%;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom,
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 {
  max-width: 100%;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom,
.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4503eafa-0544-48a0-9917-fee0cc702283 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b5737662-c77a-4da8-8ac6-bd5fac42f016 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5737662-c77a-4da8-8ac6-bd5fac42f016 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d81f70b9-38ab-4905-af8f-ef1862eb5257 {
  text-align: center;
}

#s-d81f70b9-38ab-4905-af8f-ef1862eb5257 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d81f70b9-38ab-4905-af8f-ef1862eb5257 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d81f70b9-38ab-4905-af8f-ef1862eb5257 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b7e07c96-ea0a-43cb-9aa7-44f8c82c7566 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b7e07c96-ea0a-43cb-9aa7-44f8c82c7566:hover {background-color: rgba(108, 201, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7e07c96-ea0a-43cb-9aa7-44f8c82c7566:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7e07c96-ea0a-43cb-9aa7-44f8c82c7566 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7e07c96-ea0a-43cb-9aa7-44f8c82c7566.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7e07c96-ea0a-43cb-9aa7-44f8c82c7566.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b7e07c96-ea0a-43cb-9aa7-44f8c82c7566.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a0f38d7d-7407-4cbc-a421-e2ebdf657914 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0f38d7d-7407-4cbc-a421-e2ebdf657914 {
  display: none;
}
#s-a0f38d7d-7407-4cbc-a421-e2ebdf657914, #wrap-s-a0f38d7d-7407-4cbc-a421-e2ebdf657914 { display:none !important; }}@media (max-width: 767px){#s-a0f38d7d-7407-4cbc-a421-e2ebdf657914 {
  display: none;
}
#s-a0f38d7d-7407-4cbc-a421-e2ebdf657914, #wrap-s-a0f38d7d-7407-4cbc-a421-e2ebdf657914 { display:none !important; }}







#s-a0f38d7d-7407-4cbc-a421-e2ebdf657914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0f38d7d-7407-4cbc-a421-e2ebdf657914.shg-box.shg-c {
  justify-content: center;
}

#s-3b9e5412-4cdf-431f-8886-16c0de3a752e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3b9e5412-4cdf-431f-8886-16c0de3a752e {
  display: none;
}
#s-3b9e5412-4cdf-431f-8886-16c0de3a752e, #wrap-s-3b9e5412-4cdf-431f-8886-16c0de3a752e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b9e5412-4cdf-431f-8886-16c0de3a752e {
  display: none;
}
#s-3b9e5412-4cdf-431f-8886-16c0de3a752e, #wrap-s-3b9e5412-4cdf-431f-8886-16c0de3a752e { display:none !important; }}@media (max-width: 767px){#s-3b9e5412-4cdf-431f-8886-16c0de3a752e {
  display: none;
}
#s-3b9e5412-4cdf-431f-8886-16c0de3a752e, #wrap-s-3b9e5412-4cdf-431f-8886-16c0de3a752e { display:none !important; }}







#s-3b9e5412-4cdf-431f-8886-16c0de3a752e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b9e5412-4cdf-431f-8886-16c0de3a752e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2a3e313e-b27f-40a8-89d3-a00590ebcba4 {
  margin-bottom: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a3e313e-b27f-40a8-89d3-a00590ebcba4 {
  
}
}



  #s-2a3e313e-b27f-40a8-89d3-a00590ebcba4 img.shogun-image {
    
    width: px;
  }


#s-2a3e313e-b27f-40a8-89d3-a00590ebcba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccf036d1-03c6-4655-878e-2758c412862d {
  margin-top: -50px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ccf036d1-03c6-4655-878e-2758c412862d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccf036d1-03c6-4655-878e-2758c412862d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccf036d1-03c6-4655-878e-2758c412862d {
  display: none;
}
#s-ccf036d1-03c6-4655-878e-2758c412862d, #wrap-s-ccf036d1-03c6-4655-878e-2758c412862d { display:none !important; }}@media (max-width: 767px){#s-ccf036d1-03c6-4655-878e-2758c412862d {
  
}
}







#s-ccf036d1-03c6-4655-878e-2758c412862d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccf036d1-03c6-4655-878e-2758c412862d.shg-box.shg-c {
  justify-content: center;
}

#s-12d75a9d-475b-4691-8996-4019980dec3b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-12d75a9d-475b-4691-8996-4019980dec3b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1 {
  display: none;
}
#s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1, #wrap-s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1 {
  display: none;
}
#s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1, #wrap-s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1 {
  display: none;
}
#s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1, #wrap-s-8040cd4d-3faa-46f0-957e-ac59ed35fbe1 { display:none !important; }}
#s-4b666993-b89e-4cd5-9298-b7805aedd461 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b666993-b89e-4cd5-9298-b7805aedd461 {
  display: none;
}
#s-4b666993-b89e-4cd5-9298-b7805aedd461, #wrap-s-4b666993-b89e-4cd5-9298-b7805aedd461 { display:none !important; }}
#s-4b666993-b89e-4cd5-9298-b7805aedd461 .shogun-heading-component h1 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4b666993-b89e-4cd5-9298-b7805aedd461 .shogun-heading-component h1 a {
  color: rgba(114, 31, 98, 1);
}


#s-6e0bca42-3bed-4a9f-92c4-e1f1d32e920c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6e0bca42-3bed-4a9f-92c4-e1f1d32e920c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e0bca42-3bed-4a9f-92c4-e1f1d32e920c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e0bca42-3bed-4a9f-92c4-e1f1d32e920c {
  
}
}@media (max-width: 767px){#s-6e0bca42-3bed-4a9f-92c4-e1f1d32e920c {
  
}
}







#s-6e0bca42-3bed-4a9f-92c4-e1f1d32e920c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6e0bca42-3bed-4a9f-92c4-e1f1d32e920c.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c2540a29-b01a-4a42-9ea6-52de474dd77f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2540a29-b01a-4a42-9ea6-52de474dd77f {
  display: none;
}
#s-c2540a29-b01a-4a42-9ea6-52de474dd77f, #wrap-s-c2540a29-b01a-4a42-9ea6-52de474dd77f { display:none !important; }}
#s-94b30eb0-ef19-4256-ba6c-db11005a73ff {
  display: none;
}
#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc {
  text-align: left;
}


.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc {
  max-width: 100%;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom,
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc {
  max-width: 100%;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom,
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc {
  max-width: 100%;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom,
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc {
  max-width: 100%;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom,
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc {
  max-width: 100%;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom,
.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71f2fc35-599e-4e7e-bbf7-43ce99d0a6bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3d33057c-7b10-4a0e-b8e6-1f87384e38b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d33057c-7b10-4a0e-b8e6-1f87384e38b4 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-941b409e-efc9-4052-a99f-c8e7c4ae0b4e {
  text-align: center;
}

#s-941b409e-efc9-4052-a99f-c8e7c4ae0b4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-941b409e-efc9-4052-a99f-c8e7c4ae0b4e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-941b409e-efc9-4052-a99f-c8e7c4ae0b4e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9d0f1978-a48c-4dac-b25e-550436b7df2a {
  text-align: center;
}




  #s-9d0f1978-a48c-4dac-b25e-550436b7df2a img.shogun-image {
    
    width: px;
  }


#s-9d0f1978-a48c-4dac-b25e-550436b7df2a .shogun-image-content {
  
    align-items: center;
  
}

#s-743581ec-c43f-427b-9842-b8d9e7e6c725 {
  display: none;
}
#s-cf021c38-5875-4453-a3cd-805adc71e5b4 {
  text-align: left;
}


.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 {
  max-width: 100%;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom,
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 {
  max-width: 100%;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom,
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 {
  max-width: 100%;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom,
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 {
  max-width: 100%;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom,
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 {
  max-width: 100%;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom,
.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf021c38-5875-4453-a3cd-805adc71e5b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a253da7a-4e0f-4e71-a7ba-ffe4e813024a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a253da7a-4e0f-4e71-a7ba-ffe4e813024a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-336577c7-b521-44ec-b62a-a46efc30fdc0 {
  text-align: center;
}

#s-336577c7-b521-44ec-b62a-a46efc30fdc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-336577c7-b521-44ec-b62a-a46efc30fdc0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-336577c7-b521-44ec-b62a-a46efc30fdc0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f93b6e53-939a-404e-a62a-1e0ddc3b9198 {
  display: none;
}
#s-bb445524-e937-404d-a86e-786d944af241 {
  text-align: left;
}


.shg-c#s-bb445524-e937-404d-a86e-786d944af241 {
  max-width: 100%;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom,
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 {
  max-width: 100%;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom,
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 {
  max-width: 100%;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom,
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 {
  max-width: 100%;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom,
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 {
  max-width: 100%;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom,
.shg-c#s-bb445524-e937-404d-a86e-786d944af241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb445524-e937-404d-a86e-786d944af241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-59218fbc-c336-4a3e-be43-666caa4e4b9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59218fbc-c336-4a3e-be43-666caa4e4b9a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-785ee739-fcb2-4292-aff9-3b2910ebb59a {
  text-align: center;
}

#s-785ee739-fcb2-4292-aff9-3b2910ebb59a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-785ee739-fcb2-4292-aff9-3b2910ebb59a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-785ee739-fcb2-4292-aff9-3b2910ebb59a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-004a3ddc-517d-4255-9fcc-56059ed4d201 {
  display: none;
}
#s-d5c1896c-02a4-47b2-af32-e98847b5b846 {
  text-align: left;
}


.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 {
  max-width: 100%;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom,
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 {
  max-width: 100%;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom,
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 {
  max-width: 100%;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom,
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 {
  max-width: 100%;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom,
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 {
  max-width: 100%;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom,
.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c1896c-02a4-47b2-af32-e98847b5b846 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-59793681-e7bb-4cd7-8001-3c072abf0ce8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59793681-e7bb-4cd7-8001-3c072abf0ce8 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e8539d89-d2b7-4485-9d7c-2ed6386f5e99 {
  text-align: center;
}

#s-e8539d89-d2b7-4485-9d7c-2ed6386f5e99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e8539d89-d2b7-4485-9d7c-2ed6386f5e99 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8539d89-d2b7-4485-9d7c-2ed6386f5e99 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-997aef97-287b-4723-b65f-e47db956f7ff {
  display: none;
}
#s-4bb821a8-f099-445e-9433-cdc00c5534f1 {
  text-align: left;
}


.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 {
  max-width: 100%;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom,
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 {
  max-width: 100%;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom,
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 {
  max-width: 100%;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom,
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 {
  max-width: 100%;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom,
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 {
  max-width: 100%;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom,
.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4bb821a8-f099-445e-9433-cdc00c5534f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-391c7b0a-9150-4334-9ae4-4d34844f15b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-391c7b0a-9150-4334-9ae4-4d34844f15b5 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-714703c2-cdef-4b59-b1dc-ceb16d71b364 {
  text-align: center;
}

#s-714703c2-cdef-4b59-b1dc-ceb16d71b364 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-714703c2-cdef-4b59-b1dc-ceb16d71b364 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-714703c2-cdef-4b59-b1dc-ceb16d71b364 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d72d791-00ce-4bb8-9067-a9683c0ad78d {
  display: none;
}
#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 {
  text-align: left;
}


.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 {
  max-width: 100%;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom,
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 {
  max-width: 100%;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom,
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 {
  max-width: 100%;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom,
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 {
  max-width: 100%;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom,
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 {
  max-width: 100%;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom,
.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9075430b-7e91-4b3a-9bb8-62c5c7a84b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9508f80f-a77b-4c8d-9700-7535bb118b9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9508f80f-a77b-4c8d-9700-7535bb118b9f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ca2a1eb6-1407-4035-851d-292262bfcc7a {
  text-align: center;
}

#s-ca2a1eb6-1407-4035-851d-292262bfcc7a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ca2a1eb6-1407-4035-851d-292262bfcc7a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca2a1eb6-1407-4035-851d-292262bfcc7a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a36d9537-92d1-4523-a19a-d721c83cdbbe {
  display: none;
}
#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 {
  text-align: left;
}


.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 {
  max-width: 100%;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom,
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 {
  max-width: 100%;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom,
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 {
  max-width: 100%;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom,
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 {
  max-width: 100%;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom,
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 {
  max-width: 100%;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom,
.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc25d6b8-ba39-4518-ad2b-eb5b7b872be4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b49d548d-6779-413f-bb48-4caca9e6be32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b49d548d-6779-413f-bb48-4caca9e6be32 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-669860ca-63b0-4dd9-bc17-4c3bd748c2a8 {
  text-align: center;
}

#s-669860ca-63b0-4dd9-bc17-4c3bd748c2a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-669860ca-63b0-4dd9-bc17-4c3bd748c2a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-669860ca-63b0-4dd9-bc17-4c3bd748c2a8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-64a5eab4-2b7a-475d-8c27-3e1e66ce2143 {
  display: none;
}
#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f {
  text-align: left;
}


.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f {
  max-width: 100%;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom,
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f {
  max-width: 100%;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom,
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f {
  max-width: 100%;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom,
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f {
  max-width: 100%;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom,
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f {
  max-width: 100%;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom,
.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2b116c-66a5-47a1-a5a3-4b956b9db58f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-23945f48-4f9a-4a20-a24c-398a63713a39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23945f48-4f9a-4a20-a24c-398a63713a39 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-8e403195-8a15-483f-b019-29c25bfae84b {
  text-align: center;
}

#s-8e403195-8a15-483f-b019-29c25bfae84b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8e403195-8a15-483f-b019-29c25bfae84b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8e403195-8a15-483f-b019-29c25bfae84b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  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-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.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-2025f307-21c7-43bb-b804-73f5e1dd2850 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2025f307-21c7-43bb-b804-73f5e1dd2850:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2025f307-21c7-43bb-b804-73f5e1dd2850:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2025f307-21c7-43bb-b804-73f5e1dd2850.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-67d04b79-ae34-4c21-b0e0-b397806533e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-67d04b79-ae34-4c21-b0e0-b397806533e3:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67d04b79-ae34-4c21-b0e0-b397806533e3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-67d04b79-ae34-4c21-b0e0-b397806533e3 {
  display: none;
}
#s-67d04b79-ae34-4c21-b0e0-b397806533e3, #wrap-s-67d04b79-ae34-4c21-b0e0-b397806533e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67d04b79-ae34-4c21-b0e0-b397806533e3 {
  display: none;
}
#s-67d04b79-ae34-4c21-b0e0-b397806533e3, #wrap-s-67d04b79-ae34-4c21-b0e0-b397806533e3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67d04b79-ae34-4c21-b0e0-b397806533e3 {
  display: none;
}
#s-67d04b79-ae34-4c21-b0e0-b397806533e3, #wrap-s-67d04b79-ae34-4c21-b0e0-b397806533e3 { display:none !important; }}


#s-67d04b79-ae34-4c21-b0e0-b397806533e3.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-5d1ea75e-1ad8-4eab-a2f0-696615aee0a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d1ea75e-1ad8-4eab-a2f0-696615aee0a5 {
  display: none;
}
#s-5d1ea75e-1ad8-4eab-a2f0-696615aee0a5, #wrap-s-5d1ea75e-1ad8-4eab-a2f0-696615aee0a5 { display:none !important; }}
#s-5d1ea75e-1ad8-4eab-a2f0-696615aee0a5 .shogun-heading-component h1 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5d1ea75e-1ad8-4eab-a2f0-696615aee0a5 .shogun-heading-component h1 a {
  color: rgba(114, 32, 98, 1);
}


#s-9de7779b-675a-4234-a576-b3abd6308eaa {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-9de7779b-675a-4234-a576-b3abd6308eaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9de7779b-675a-4234-a576-b3abd6308eaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9de7779b-675a-4234-a576-b3abd6308eaa {
  
}
}@media (max-width: 767px){#s-9de7779b-675a-4234-a576-b3abd6308eaa {
  
}
}







#s-9de7779b-675a-4234-a576-b3abd6308eaa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9de7779b-675a-4234-a576-b3abd6308eaa.shg-box.shg-c {
  justify-content: center;
}

#s-086c3e02-00f3-4dbe-a17d-5b98789e94d4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-086c3e02-00f3-4dbe-a17d-5b98789e94d4 {
  display: none;
}
#s-086c3e02-00f3-4dbe-a17d-5b98789e94d4, #wrap-s-086c3e02-00f3-4dbe-a17d-5b98789e94d4 { display:none !important; }}



  #s-086c3e02-00f3-4dbe-a17d-5b98789e94d4 img.shogun-image {
    
    width: px;
  }


#s-086c3e02-00f3-4dbe-a17d-5b98789e94d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea {
  display: none;
}
#s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea, #wrap-s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea { display:none !important; }}@media (max-width: 767px){#s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea {
  display: none;
}
#s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea, #wrap-s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea { display:none !important; }}


#s-52a46fa1-0e6c-4a12-a9d9-28a7f39863ea.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-8021ecc6-0655-4bda-823b-6d51be1898a4 {
  min-height: 50px;
}








#s-8021ecc6-0655-4bda-823b-6d51be1898a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8021ecc6-0655-4bda-823b-6d51be1898a4.shg-box.shg-c {
  justify-content: center;
}

#s-2fa574ed-5baf-435c-a89f-708b9676f9d4 {
  text-align: center;
}
@media (min-width: 1200px){#s-2fa574ed-5baf-435c-a89f-708b9676f9d4 {
  display: none;
}
#s-2fa574ed-5baf-435c-a89f-708b9676f9d4, #wrap-s-2fa574ed-5baf-435c-a89f-708b9676f9d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fa574ed-5baf-435c-a89f-708b9676f9d4 {
  display: none;
}
#s-2fa574ed-5baf-435c-a89f-708b9676f9d4, #wrap-s-2fa574ed-5baf-435c-a89f-708b9676f9d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2fa574ed-5baf-435c-a89f-708b9676f9d4 {
  display: none;
}
#s-2fa574ed-5baf-435c-a89f-708b9676f9d4, #wrap-s-2fa574ed-5baf-435c-a89f-708b9676f9d4 { display:none !important; }}



  #s-2fa574ed-5baf-435c-a89f-708b9676f9d4 img.shogun-image {
    
    width: px;
  }


#s-2fa574ed-5baf-435c-a89f-708b9676f9d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd {
  display: none;
}
#s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd, #wrap-s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd { display:none !important; }}@media (max-width: 767px){#s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd {
  display: none;
}
#s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd, #wrap-s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd { display:none !important; }}



  #s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd img.shogun-image {
    
    width: px;
  }


#s-c18844c8-3f61-4a31-9325-9d5fa7ff29dd .shogun-image-content {
  
    align-items: center;
  
}

#s-e8d856ac-bd2d-44af-9e03-996dc801e1d5 {
  padding-left: 300px;
padding-right: 300px;
}
@media (min-width: 1200px){#s-e8d856ac-bd2d-44af-9e03-996dc801e1d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8d856ac-bd2d-44af-9e03-996dc801e1d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8d856ac-bd2d-44af-9e03-996dc801e1d5 {
  display: none;
}
#s-e8d856ac-bd2d-44af-9e03-996dc801e1d5, #wrap-s-e8d856ac-bd2d-44af-9e03-996dc801e1d5 { display:none !important; }}@media (max-width: 767px){#s-e8d856ac-bd2d-44af-9e03-996dc801e1d5 {
  display: none;
}
#s-e8d856ac-bd2d-44af-9e03-996dc801e1d5, #wrap-s-e8d856ac-bd2d-44af-9e03-996dc801e1d5 { display:none !important; }}
#s-4ae82018-5a57-4c56-87a0-3e99acec798e {
  padding-left: 100px;
padding-right: 100px;
}

#s-4ae82018-5a57-4c56-87a0-3e99acec798e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-7ce3f681-ce25-4469-a8d3-6886b6ba9b3e {
  padding-left: 100px;
padding-right: 100px;
}

#s-7ce3f681-ce25-4469-a8d3-6886b6ba9b3e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-e88ce733-e3a6-45cf-a308-020b7684b0c1 {
  margin-top: -50px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e88ce733-e3a6-45cf-a308-020b7684b0c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e88ce733-e3a6-45cf-a308-020b7684b0c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e88ce733-e3a6-45cf-a308-020b7684b0c1 {
  display: none;
}
#s-e88ce733-e3a6-45cf-a308-020b7684b0c1, #wrap-s-e88ce733-e3a6-45cf-a308-020b7684b0c1 { display:none !important; }}@media (max-width: 767px){#s-e88ce733-e3a6-45cf-a308-020b7684b0c1 {
  
}
}







#s-e88ce733-e3a6-45cf-a308-020b7684b0c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e88ce733-e3a6-45cf-a308-020b7684b0c1.shg-box.shg-c {
  justify-content: center;
}

#s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4f0eccfb-7f9a-4575-afe0-0cdb0ec93ce3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81 {
  display: none;
}
#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81, #wrap-s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81 {
  display: none;
}
#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81, #wrap-s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81 {
  display: none;
}
#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81, #wrap-s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81 { display:none !important; }}







#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d8ca9b4-f38d-4ab2-b8cc-c4b307223e81.shg-box.shg-c {
  justify-content: center;
}

#s-7051c44c-441c-4e1b-806d-80b97ff03c1a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7051c44c-441c-4e1b-806d-80b97ff03c1a {
  display: none;
}
#s-7051c44c-441c-4e1b-806d-80b97ff03c1a, #wrap-s-7051c44c-441c-4e1b-806d-80b97ff03c1a { display:none !important; }}



  #s-7051c44c-441c-4e1b-806d-80b97ff03c1a img.shogun-image {
    
    width: px;
  }


#s-7051c44c-441c-4e1b-806d-80b97ff03c1a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2 {
  display: none;
}
#s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2, #wrap-s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2 {
  display: none;
}
#s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2, #wrap-s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2 {
  display: none;
}
#s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2, #wrap-s-d84d9782-1b7b-4ad6-8aad-846c859d1fe2 { display:none !important; }}
#s-32fa09ca-360d-467a-8449-315f57ef6094 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-32fa09ca-360d-467a-8449-315f57ef6094 {
  display: none;
}
#s-32fa09ca-360d-467a-8449-315f57ef6094, #wrap-s-32fa09ca-360d-467a-8449-315f57ef6094 { display:none !important; }}
#s-32fa09ca-360d-467a-8449-315f57ef6094 .shogun-heading-component h1 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-32fa09ca-360d-467a-8449-315f57ef6094 .shogun-heading-component h1 a {
  color: rgba(114, 31, 98, 1);
}


#s-1ffb79c9-fe52-45b0-b0cd-816b79f882c7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1ffb79c9-fe52-45b0-b0cd-816b79f882c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ffb79c9-fe52-45b0-b0cd-816b79f882c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ffb79c9-fe52-45b0-b0cd-816b79f882c7 {
  
}
}@media (max-width: 767px){#s-1ffb79c9-fe52-45b0-b0cd-816b79f882c7 {
  
}
}







#s-1ffb79c9-fe52-45b0-b0cd-816b79f882c7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1ffb79c9-fe52-45b0-b0cd-816b79f882c7.shg-box.shg-c {
  justify-content: center;
}

#s-af2786c1-2e55-4aaa-8fc6-7d6fc1bf7ef9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af2786c1-2e55-4aaa-8fc6-7d6fc1bf7ef9 {
  display: none;
}
#s-af2786c1-2e55-4aaa-8fc6-7d6fc1bf7ef9, #wrap-s-af2786c1-2e55-4aaa-8fc6-7d6fc1bf7ef9 { display:none !important; }}
#s-9081f71e-b84a-4fcf-85bd-1de968cb3046 {
  display: none;
}
#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a {
  text-align: left;
}


.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a {
  max-width: 100%;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom,
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a {
  max-width: 100%;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom,
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a {
  max-width: 100%;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom,
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a {
  max-width: 100%;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom,
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a {
  max-width: 100%;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom,
.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9961a383-2bf4-49f7-97cc-43d2f20e2f5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aa472c8e-b2b8-4abb-948b-5e9ab62d0f95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa472c8e-b2b8-4abb-948b-5e9ab62d0f95 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-513bb912-6a5e-49ac-9ee6-5aabed2853cf {
  text-align: center;
}

#s-513bb912-6a5e-49ac-9ee6-5aabed2853cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-513bb912-6a5e-49ac-9ee6-5aabed2853cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-513bb912-6a5e-49ac-9ee6-5aabed2853cf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d73d8a0-fcde-4d6f-8a9e-aa4d91ad120d {
  text-align: center;
}




  #s-0d73d8a0-fcde-4d6f-8a9e-aa4d91ad120d img.shogun-image {
    
    width: px;
  }


#s-0d73d8a0-fcde-4d6f-8a9e-aa4d91ad120d .shogun-image-content {
  
    align-items: center;
  
}

#s-b1e4cd4b-4c01-4f32-a438-4ec81afb553c {
  display: none;
}
#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 {
  text-align: left;
}


.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 {
  max-width: 100%;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom,
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 {
  max-width: 100%;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom,
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 {
  max-width: 100%;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom,
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 {
  max-width: 100%;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom,
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 {
  max-width: 100%;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom,
.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2988d56c-b8af-48f8-a5ad-7b21a1e98b29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f74faabd-7b07-4ec4-af54-7554595f9ad7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f74faabd-7b07-4ec4-af54-7554595f9ad7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-26ced262-b91e-451b-9608-e38c6161953a {
  text-align: center;
}

#s-26ced262-b91e-451b-9608-e38c6161953a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-26ced262-b91e-451b-9608-e38c6161953a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-26ced262-b91e-451b-9608-e38c6161953a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a259a14d-abce-42e7-bcb0-faac889836d1 {
  display: none;
}
#s-b42010c1-e995-4c23-8498-7aaa24d6f306 {
  text-align: left;
}


.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 {
  max-width: 100%;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom,
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 {
  max-width: 100%;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom,
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 {
  max-width: 100%;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom,
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 {
  max-width: 100%;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom,
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 {
  max-width: 100%;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom,
.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b42010c1-e995-4c23-8498-7aaa24d6f306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-42c30e1c-8e8a-40ec-b8c9-99f0629f536b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42c30e1c-8e8a-40ec-b8c9-99f0629f536b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-94768d30-c4bc-4fca-a99f-b0d3107161ad {
  text-align: center;
}

#s-94768d30-c4bc-4fca-a99f-b0d3107161ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-94768d30-c4bc-4fca-a99f-b0d3107161ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-94768d30-c4bc-4fca-a99f-b0d3107161ad .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e94766a-0405-48b6-b156-fe6c09af61b9 {
  display: none;
}
#s-679ede2d-d341-413d-936e-de41e832be68 {
  text-align: left;
}


.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 {
  max-width: 100%;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom,
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 {
  max-width: 100%;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom,
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 {
  max-width: 100%;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom,
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 {
  max-width: 100%;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom,
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 {
  max-width: 100%;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom,
.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-679ede2d-d341-413d-936e-de41e832be68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-89edc59e-2543-4e14-b289-2911a58fbb7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89edc59e-2543-4e14-b289-2911a58fbb7e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4cd7674c-66ea-49c4-b39e-78f9694c48a6 {
  text-align: center;
}

#s-4cd7674c-66ea-49c4-b39e-78f9694c48a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4cd7674c-66ea-49c4-b39e-78f9694c48a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4cd7674c-66ea-49c4-b39e-78f9694c48a6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-875c70f5-3eba-4bbf-a77a-1fc10c3056d7 {
  display: none;
}
#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead {
  text-align: left;
}


.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead {
  max-width: 100%;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom,
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead {
  max-width: 100%;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom,
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead {
  max-width: 100%;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom,
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead {
  max-width: 100%;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom,
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead {
  max-width: 100%;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom,
.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18385c8b-f9f6-482f-b0b5-33d4f6b08ead .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4c24c378-7734-4ba2-8fb3-2e828db4406f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c24c378-7734-4ba2-8fb3-2e828db4406f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8325ac0b-8c5e-4859-a3e3-b0a90790a572 {
  text-align: center;
}

#s-8325ac0b-8c5e-4859-a3e3-b0a90790a572 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8325ac0b-8c5e-4859-a3e3-b0a90790a572 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8325ac0b-8c5e-4859-a3e3-b0a90790a572 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2edb9cb3-f4c8-450f-a3b1-0d95d931ceea {
  display: none;
}
#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae {
  text-align: left;
}


.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae {
  max-width: 100%;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom,
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae {
  max-width: 100%;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom,
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae {
  max-width: 100%;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom,
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae {
  max-width: 100%;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom,
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae {
  max-width: 100%;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom,
.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ad081f-31d4-4a26-8e74-cf6ff7a56fae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7d2dcd42-81cb-41f4-98c3-55e474fc84b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d2dcd42-81cb-41f4-98c3-55e474fc84b3 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5d762c2c-efae-4ebf-831c-84fe4c1816de {
  text-align: center;
}

#s-5d762c2c-efae-4ebf-831c-84fe4c1816de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5d762c2c-efae-4ebf-831c-84fe4c1816de .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5d762c2c-efae-4ebf-831c-84fe4c1816de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9639dbfb-a54d-4804-91e2-16fb590b8190 {
  display: none;
}
#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 {
  text-align: left;
}


.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 {
  max-width: 100%;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom,
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 {
  max-width: 100%;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom,
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 {
  max-width: 100%;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom,
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 {
  max-width: 100%;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom,
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 {
  max-width: 100%;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom,
.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd5a0bd-0ac5-474c-b453-37c7fb3592c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-07ef78ae-9664-4081-b5fb-50f52e002656 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07ef78ae-9664-4081-b5fb-50f52e002656 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-07724064-94f3-4829-9f39-1b81650d6446 {
  text-align: center;
}

#s-07724064-94f3-4829-9f39-1b81650d6446 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07724064-94f3-4829-9f39-1b81650d6446 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-07724064-94f3-4829-9f39-1b81650d6446 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8548cc7b-1fa5-4ea1-aef8-94a38fa4bf50 {
  display: none;
}
#s-2938726a-6dc7-4607-b5f8-2bcd91745301 {
  text-align: left;
}


.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 {
  max-width: 100%;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom,
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 {
  max-width: 100%;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom,
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 {
  max-width: 100%;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom,
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 {
  max-width: 100%;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom,
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 {
  max-width: 100%;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom,
.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2938726a-6dc7-4607-b5f8-2bcd91745301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8d3358fa-5e25-4e52-a941-e5929cb7890f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d3358fa-5e25-4e52-a941-e5929cb7890f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0dc542c6-f2fe-4a2a-8fc8-116107e83430 {
  text-align: center;
}

#s-0dc542c6-f2fe-4a2a-8fc8-116107e83430 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0dc542c6-f2fe-4a2a-8fc8-116107e83430 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0dc542c6-f2fe-4a2a-8fc8-116107e83430 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ba21ace0-ca4b-447a-94fb-88557432f283 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ba21ace0-ca4b-447a-94fb-88557432f283:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba21ace0-ca4b-447a-94fb-88557432f283:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba21ace0-ca4b-447a-94fb-88557432f283.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f1b26000-2394-4eb1-be37-ee05268d4da0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-f1b26000-2394-4eb1-be37-ee05268d4da0:hover {background-color: rgba(108, 202, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1b26000-2394-4eb1-be37-ee05268d4da0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f1b26000-2394-4eb1-be37-ee05268d4da0 {
  display: none;
}
#s-f1b26000-2394-4eb1-be37-ee05268d4da0, #wrap-s-f1b26000-2394-4eb1-be37-ee05268d4da0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1b26000-2394-4eb1-be37-ee05268d4da0 {
  display: none;
}
#s-f1b26000-2394-4eb1-be37-ee05268d4da0, #wrap-s-f1b26000-2394-4eb1-be37-ee05268d4da0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1b26000-2394-4eb1-be37-ee05268d4da0 {
  display: none;
}
#s-f1b26000-2394-4eb1-be37-ee05268d4da0, #wrap-s-f1b26000-2394-4eb1-be37-ee05268d4da0 { display:none !important; }}@media (max-width: 767px){#s-f1b26000-2394-4eb1-be37-ee05268d4da0 {
  
}
}


#s-f1b26000-2394-4eb1-be37-ee05268d4da0.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-026973a8-6440-463a-b80f-4e88d4aa7b95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-026973a8-6440-463a-b80f-4e88d4aa7b95 {
  display: none;
}
#s-026973a8-6440-463a-b80f-4e88d4aa7b95, #wrap-s-026973a8-6440-463a-b80f-4e88d4aa7b95 { display:none !important; }}
#s-026973a8-6440-463a-b80f-4e88d4aa7b95 .shogun-heading-component h1 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-026973a8-6440-463a-b80f-4e88d4aa7b95 .shogun-heading-component h1 a {
  color: rgba(114, 32, 98, 1);
}


#s-cac4df00-8193-4049-aa28-adbdcf1d53ce {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cac4df00-8193-4049-aa28-adbdcf1d53ce {
  display: none;
}
#s-cac4df00-8193-4049-aa28-adbdcf1d53ce, #wrap-s-cac4df00-8193-4049-aa28-adbdcf1d53ce { display:none !important; }}



  #s-cac4df00-8193-4049-aa28-adbdcf1d53ce img.shogun-image {
    
    width: px;
  }


#s-cac4df00-8193-4049-aa28-adbdcf1d53ce .shogun-image-content {
  
    align-items: center;
  
}

#s-0759c614-f526-4fb9-972d-f0b6471814d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-0759c614-f526-4fb9-972d-f0b6471814d5:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0759c614-f526-4fb9-972d-f0b6471814d5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0759c614-f526-4fb9-972d-f0b6471814d5 {
  display: none;
}
#s-0759c614-f526-4fb9-972d-f0b6471814d5, #wrap-s-0759c614-f526-4fb9-972d-f0b6471814d5 { display:none !important; }}@media (max-width: 767px){#s-0759c614-f526-4fb9-972d-f0b6471814d5 {
  display: none;
}
#s-0759c614-f526-4fb9-972d-f0b6471814d5, #wrap-s-0759c614-f526-4fb9-972d-f0b6471814d5 { display:none !important; }}


#s-0759c614-f526-4fb9-972d-f0b6471814d5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc {
  display: none;
}
#s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc, #wrap-s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc { display:none !important; }}@media (max-width: 767px){#s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc {
  display: none;
}
#s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc, #wrap-s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc { display:none !important; }}







#s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c56c2b9b-f2dd-4ccb-90f5-79290464eecc.shg-box.shg-c {
  justify-content: center;
}

#s-860286ae-cff8-43f6-ba0b-97e542bf7a4b {
  text-align: center;
}
@media (min-width: 1200px){#s-860286ae-cff8-43f6-ba0b-97e542bf7a4b {
  display: none;
}
#s-860286ae-cff8-43f6-ba0b-97e542bf7a4b, #wrap-s-860286ae-cff8-43f6-ba0b-97e542bf7a4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-860286ae-cff8-43f6-ba0b-97e542bf7a4b {
  display: none;
}
#s-860286ae-cff8-43f6-ba0b-97e542bf7a4b, #wrap-s-860286ae-cff8-43f6-ba0b-97e542bf7a4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-860286ae-cff8-43f6-ba0b-97e542bf7a4b {
  display: none;
}
#s-860286ae-cff8-43f6-ba0b-97e542bf7a4b, #wrap-s-860286ae-cff8-43f6-ba0b-97e542bf7a4b { display:none !important; }}



  #s-860286ae-cff8-43f6-ba0b-97e542bf7a4b img.shogun-image {
    
    width: px;
  }


#s-860286ae-cff8-43f6-ba0b-97e542bf7a4b .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310 {
  display: none;
}
#s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310, #wrap-s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310 { display:none !important; }}@media (max-width: 767px){#s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310 {
  display: none;
}
#s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310, #wrap-s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310 { display:none !important; }}



  #s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310 img.shogun-image {
    
    width: px;
  }


#s-f0a7573d-dec5-456d-ba9c-eb4bdaa0a310 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb {
  padding-left: 300px;
padding-right: 300px;
}
@media (min-width: 1200px){#s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb {
  display: none;
}
#s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb, #wrap-s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb { display:none !important; }}@media (max-width: 767px){#s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb {
  display: none;
}
#s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb, #wrap-s-ba9c9f36-2cd2-4977-a7fb-964a3a8870bb { display:none !important; }}
#s-3e67c775-1250-4f46-8c3c-f0ecc1270e11 {
  padding-left: 100px;
padding-right: 100px;
}

#s-3e67c775-1250-4f46-8c3c-f0ecc1270e11 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-94146e25-bfb7-4480-89b7-b2aad953b794 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94146e25-bfb7-4480-89b7-b2aad953b794 {
  display: none;
}
#s-94146e25-bfb7-4480-89b7-b2aad953b794, #wrap-s-94146e25-bfb7-4480-89b7-b2aad953b794 { display:none !important; }}@media (max-width: 767px){#s-94146e25-bfb7-4480-89b7-b2aad953b794 {
  
}
}







#s-94146e25-bfb7-4480-89b7-b2aad953b794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94146e25-bfb7-4480-89b7-b2aad953b794.shg-box.shg-c {
  justify-content: center;
}

#s-c32737c4-9242-4e99-9259-b2519baafe79 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c32737c4-9242-4e99-9259-b2519baafe79"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf {
  display: none;
}
#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf, #wrap-s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf {
  display: none;
}
#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf, #wrap-s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf {
  display: none;
}
#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf, #wrap-s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf { display:none !important; }}







#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e5ddf3c-77e6-464d-8d85-ad279178ccbf.shg-box.shg-c {
  justify-content: center;
}

#s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa {
  text-align: center;
}
@media (min-width: 1200px){#s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa {
  display: none;
}
#s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa, #wrap-s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa {
  display: none;
}
#s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa, #wrap-s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa {
  display: none;
}
#s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa, #wrap-s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa { display:none !important; }}



  #s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa img.shogun-image {
    
    width: px;
  }


#s-821ac50c-12a6-4e87-8e28-a5b0b6c3f7fa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3 {
  display: none;
}
#s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3, #wrap-s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3 {
  display: none;
}
#s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3, #wrap-s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3 {
  display: none;
}
#s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3, #wrap-s-ed6f69de-93c8-48ea-9cdc-19097bd1a7a3 { display:none !important; }}
#s-d4232d04-10e1-4ecb-96ed-e2973ca501a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4232d04-10e1-4ecb-96ed-e2973ca501a8 {
  display: none;
}
#s-d4232d04-10e1-4ecb-96ed-e2973ca501a8, #wrap-s-d4232d04-10e1-4ecb-96ed-e2973ca501a8 { display:none !important; }}
#s-d4232d04-10e1-4ecb-96ed-e2973ca501a8 .shogun-heading-component h1 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d4232d04-10e1-4ecb-96ed-e2973ca501a8 .shogun-heading-component h1 a {
  color: rgba(114, 31, 98, 1);
}


#s-82c07fc5-776e-4164-8ec8-9ad7d6e26556 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-82c07fc5-776e-4164-8ec8-9ad7d6e26556 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82c07fc5-776e-4164-8ec8-9ad7d6e26556 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82c07fc5-776e-4164-8ec8-9ad7d6e26556 {
  display: none;
}
#s-82c07fc5-776e-4164-8ec8-9ad7d6e26556, #wrap-s-82c07fc5-776e-4164-8ec8-9ad7d6e26556 { display:none !important; }}@media (max-width: 767px){#s-82c07fc5-776e-4164-8ec8-9ad7d6e26556 {
  
}
}







#s-82c07fc5-776e-4164-8ec8-9ad7d6e26556 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-82c07fc5-776e-4164-8ec8-9ad7d6e26556.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-855112a4-1d1d-4a4b-b451-4b79cde49688 {
  display: none;
}
#s-855112a4-1d1d-4a4b-b451-4b79cde49688, #wrap-s-855112a4-1d1d-4a4b-b451-4b79cde49688 { display:none !important; }}
#s-29b99bf7-f0d2-4475-adf9-7ec293cf67cd {
  display: none;
}
#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 {
  text-align: left;
}


.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 {
  max-width: 100%;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom,
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 {
  max-width: 100%;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom,
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 {
  max-width: 100%;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom,
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 {
  max-width: 100%;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom,
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 {
  max-width: 100%;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom,
.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f11b80a-3764-4ad7-a411-e3f487a2aec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d614c44d-b221-4e6e-94f1-417e2c0d8785 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d614c44d-b221-4e6e-94f1-417e2c0d8785 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-456a7331-ee70-4b19-9e0c-c37ebeb3b087 {
  text-align: center;
}

#s-456a7331-ee70-4b19-9e0c-c37ebeb3b087 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-456a7331-ee70-4b19-9e0c-c37ebeb3b087 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-456a7331-ee70-4b19-9e0c-c37ebeb3b087 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-39077f2a-cfd3-4702-90e5-74393218f3ce {
  display: none;
}
#s-49657afa-7a96-4bd1-9657-2b361f197378 {
  text-align: left;
}


.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 {
  max-width: 100%;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom,
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 {
  max-width: 100%;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom,
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 {
  max-width: 100%;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom,
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 {
  max-width: 100%;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom,
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 {
  max-width: 100%;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom,
.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49657afa-7a96-4bd1-9657-2b361f197378 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ef20c6f-b648-4f10-826d-151186e4133f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ef20c6f-b648-4f10-826d-151186e4133f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-0b7e7dfc-4203-47d6-80c7-fe4dec2f2529 {
  text-align: center;
}

#s-0b7e7dfc-4203-47d6-80c7-fe4dec2f2529 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0b7e7dfc-4203-47d6-80c7-fe4dec2f2529 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0b7e7dfc-4203-47d6-80c7-fe4dec2f2529 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4370b06c-d694-4868-8926-fc53b570bf30 {
  text-align: center;
}




  #s-4370b06c-d694-4868-8926-fc53b570bf30 img.shogun-image {
    
    width: px;
  }


#s-4370b06c-d694-4868-8926-fc53b570bf30 .shogun-image-content {
  
    align-items: center;
  
}

#s-c22c8a83-3a2a-4fff-8f90-250db42ca783 {
  display: none;
}
#s-3a31573a-8f2b-4208-941b-ba82723e8627 {
  text-align: left;
}


.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 {
  max-width: 100%;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom,
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 {
  max-width: 100%;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom,
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 {
  max-width: 100%;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom,
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 {
  max-width: 100%;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom,
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 {
  max-width: 100%;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom,
.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a31573a-8f2b-4208-941b-ba82723e8627 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-30c667c4-d61e-42ef-a760-c566181b09f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30c667c4-d61e-42ef-a760-c566181b09f2 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d866a0f1-eb4f-4ca0-ac72-6adddce22848 {
  text-align: center;
}

#s-d866a0f1-eb4f-4ca0-ac72-6adddce22848 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d866a0f1-eb4f-4ca0-ac72-6adddce22848 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d866a0f1-eb4f-4ca0-ac72-6adddce22848 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b9498cc-6ecc-4713-9730-36321f3f700d {
  display: none;
}
#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce {
  text-align: left;
}


.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce {
  max-width: 100%;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom,
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce {
  max-width: 100%;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom,
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce {
  max-width: 100%;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom,
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce {
  max-width: 100%;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom,
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce {
  max-width: 100%;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom,
.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ae1bfd-398e-4764-994c-8313cfe9d8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-498b8b65-31de-4663-9dd0-cd9dec180a24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-498b8b65-31de-4663-9dd0-cd9dec180a24 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e07d3c02-93fe-42c2-af6c-8233ad72227c {
  text-align: center;
}

#s-e07d3c02-93fe-42c2-af6c-8233ad72227c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e07d3c02-93fe-42c2-af6c-8233ad72227c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e07d3c02-93fe-42c2-af6c-8233ad72227c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7ca5469c-2f27-4a02-b18c-79c9fec59668 {
  display: none;
}
#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 {
  text-align: left;
}


.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 {
  max-width: 100%;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom,
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 {
  max-width: 100%;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom,
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 {
  max-width: 100%;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom,
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 {
  max-width: 100%;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom,
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 {
  max-width: 100%;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom,
.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a34e0ff-0573-443f-b60a-a1f2c1f2d9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ce12b1af-f248-43a6-a928-c866229ae862 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce12b1af-f248-43a6-a928-c866229ae862 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e65610ba-0795-4b06-9c5d-f4dc639cc39c {
  text-align: center;
}

#s-e65610ba-0795-4b06-9c5d-f4dc639cc39c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e65610ba-0795-4b06-9c5d-f4dc639cc39c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e65610ba-0795-4b06-9c5d-f4dc639cc39c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a41dbca9-bf78-43a8-9f46-20915b6d6685 {
  display: none;
}
#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a {
  text-align: left;
}


.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a {
  max-width: 100%;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom,
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a {
  max-width: 100%;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom,
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a {
  max-width: 100%;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom,
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a {
  max-width: 100%;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom,
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a {
  max-width: 100%;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom,
.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-692a4c10-6213-45fc-9ac1-4a5eff471e6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c83af57-b42d-4918-87b4-06fe30ca5a7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c83af57-b42d-4918-87b4-06fe30ca5a7a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7251d39e-c69b-4f75-9e8d-2e121cee45f9 {
  text-align: center;
}

#s-7251d39e-c69b-4f75-9e8d-2e121cee45f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7251d39e-c69b-4f75-9e8d-2e121cee45f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7251d39e-c69b-4f75-9e8d-2e121cee45f9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-685a5ecf-7d0d-43cd-93fa-9cafda9e4105 {
  display: none;
}
#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 {
  text-align: left;
}


.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 {
  max-width: 100%;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom,
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 {
  max-width: 100%;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom,
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 {
  max-width: 100%;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom,
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 {
  max-width: 100%;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom,
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 {
  max-width: 100%;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom,
.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52fb3aab-c121-4beb-b842-edc8d0ff7c12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-03e8ac01-b16a-4113-96c5-376442c689b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03e8ac01-b16a-4113-96c5-376442c689b4 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-372df295-6c78-43b2-9754-7ad99c7d12aa {
  text-align: center;
}

#s-372df295-6c78-43b2-9754-7ad99c7d12aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-372df295-6c78-43b2-9754-7ad99c7d12aa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-372df295-6c78-43b2-9754-7ad99c7d12aa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1ce8e332-137a-41e4-af09-2bb6084abdbe {
  display: none;
}
#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f {
  text-align: left;
}


.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f {
  max-width: 100%;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom,
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f {
  max-width: 100%;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom,
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f {
  max-width: 100%;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom,
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f {
  max-width: 100%;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom,
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f {
  max-width: 100%;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom,
.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b24ad8d0-8367-4122-90ca-bc0fa17ea25f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b1067db5-380b-4fb0-851a-914cb8574e90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1067db5-380b-4fb0-851a-914cb8574e90 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b250589c-12cb-4fff-b8b5-0c3fe93271e0 {
  text-align: center;
}

#s-b250589c-12cb-4fff-b8b5-0c3fe93271e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b250589c-12cb-4fff-b8b5-0c3fe93271e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b250589c-12cb-4fff-b8b5-0c3fe93271e0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9fa810c6-3bd5-4987-9f4b-dfc392b81732 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9fa810c6-3bd5-4987-9f4b-dfc392b81732:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9fa810c6-3bd5-4987-9f4b-dfc392b81732:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fa810c6-3bd5-4987-9f4b-dfc392b81732.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a1f57015-93e8-4c22-96c0-4e01e1851b19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 1.5em;
}
#s-a1f57015-93e8-4c22-96c0-4e01e1851b19:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1f57015-93e8-4c22-96c0-4e01e1851b19:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a1f57015-93e8-4c22-96c0-4e01e1851b19 {
  display: none;
}
#s-a1f57015-93e8-4c22-96c0-4e01e1851b19, #wrap-s-a1f57015-93e8-4c22-96c0-4e01e1851b19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1f57015-93e8-4c22-96c0-4e01e1851b19 {
  display: none;
}
#s-a1f57015-93e8-4c22-96c0-4e01e1851b19, #wrap-s-a1f57015-93e8-4c22-96c0-4e01e1851b19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1f57015-93e8-4c22-96c0-4e01e1851b19 {
  display: none;
}
#s-a1f57015-93e8-4c22-96c0-4e01e1851b19, #wrap-s-a1f57015-93e8-4c22-96c0-4e01e1851b19 { display:none !important; }}

  #s-a1f57015-93e8-4c22-96c0-4e01e1851b19-btn-wrapper {
    text-align: center;
  }


#s-a1f57015-93e8-4c22-96c0-4e01e1851b19.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-b85b0f14-3d01-4ef8-bd5b-ae2345cf29ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b85b0f14-3d01-4ef8-bd5b-ae2345cf29ff {
  display: none;
}
#s-b85b0f14-3d01-4ef8-bd5b-ae2345cf29ff, #wrap-s-b85b0f14-3d01-4ef8-bd5b-ae2345cf29ff { display:none !important; }}
#s-b85b0f14-3d01-4ef8-bd5b-ae2345cf29ff .shogun-heading-component h1 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b85b0f14-3d01-4ef8-bd5b-ae2345cf29ff .shogun-heading-component h1 a {
  color: rgba(114, 32, 98, 1);
}


#s-8913976e-1eaa-4dde-b1bb-e0b7e19695e3 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8913976e-1eaa-4dde-b1bb-e0b7e19695e3 {
  display: none;
}
#s-8913976e-1eaa-4dde-b1bb-e0b7e19695e3, #wrap-s-8913976e-1eaa-4dde-b1bb-e0b7e19695e3 { display:none !important; }}



  #s-8913976e-1eaa-4dde-b1bb-e0b7e19695e3 img.shogun-image {
    
    width: px;
  }


#s-8913976e-1eaa-4dde-b1bb-e0b7e19695e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-11a22a58-aa97-4236-b1f0-717bbc1cff0b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-11a22a58-aa97-4236-b1f0-717bbc1cff0b:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11a22a58-aa97-4236-b1f0-717bbc1cff0b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-11a22a58-aa97-4236-b1f0-717bbc1cff0b {
  display: none;
}
#s-11a22a58-aa97-4236-b1f0-717bbc1cff0b, #wrap-s-11a22a58-aa97-4236-b1f0-717bbc1cff0b { display:none !important; }}@media (max-width: 767px){#s-11a22a58-aa97-4236-b1f0-717bbc1cff0b {
  display: none;
}
#s-11a22a58-aa97-4236-b1f0-717bbc1cff0b, #wrap-s-11a22a58-aa97-4236-b1f0-717bbc1cff0b { display:none !important; }}


#s-11a22a58-aa97-4236-b1f0-717bbc1cff0b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-811b5bd3-2508-44e2-9c30-98060cdec0bb {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-811b5bd3-2508-44e2-9c30-98060cdec0bb {
  display: none;
}
#s-811b5bd3-2508-44e2-9c30-98060cdec0bb, #wrap-s-811b5bd3-2508-44e2-9c30-98060cdec0bb { display:none !important; }}@media (max-width: 767px){#s-811b5bd3-2508-44e2-9c30-98060cdec0bb {
  display: none;
}
#s-811b5bd3-2508-44e2-9c30-98060cdec0bb, #wrap-s-811b5bd3-2508-44e2-9c30-98060cdec0bb { display:none !important; }}







#s-811b5bd3-2508-44e2-9c30-98060cdec0bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-811b5bd3-2508-44e2-9c30-98060cdec0bb.shg-box.shg-c {
  justify-content: center;
}

#s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 {
  text-align: center;
}
@media (min-width: 1200px){#s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 {
  display: none;
}
#s-081d5d0c-c7f2-4775-aaec-50b0e95a0800, #wrap-s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 {
  display: none;
}
#s-081d5d0c-c7f2-4775-aaec-50b0e95a0800, #wrap-s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 {
  display: none;
}
#s-081d5d0c-c7f2-4775-aaec-50b0e95a0800, #wrap-s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 { display:none !important; }}



  #s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 img.shogun-image {
    
    width: px;
  }


#s-081d5d0c-c7f2-4775-aaec-50b0e95a0800 .shogun-image-content {
  
    align-items: center;
  
}

#s-d219df11-e8bd-4a09-9f4c-70afac5b3b51 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d219df11-e8bd-4a09-9f4c-70afac5b3b51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d219df11-e8bd-4a09-9f4c-70afac5b3b51 {
  display: none;
}
#s-d219df11-e8bd-4a09-9f4c-70afac5b3b51, #wrap-s-d219df11-e8bd-4a09-9f4c-70afac5b3b51 { display:none !important; }}@media (max-width: 767px){#s-d219df11-e8bd-4a09-9f4c-70afac5b3b51 {
  display: none;
}
#s-d219df11-e8bd-4a09-9f4c-70afac5b3b51, #wrap-s-d219df11-e8bd-4a09-9f4c-70afac5b3b51 { display:none !important; }}



  #s-d219df11-e8bd-4a09-9f4c-70afac5b3b51 img.shogun-image {
    
    width: px;
  }


#s-d219df11-e8bd-4a09-9f4c-70afac5b3b51 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d16f1b7-170a-45d9-93b5-3a1ae7583966 {
  padding-left: 300px;
padding-right: 300px;
}
@media (min-width: 1200px){#s-9d16f1b7-170a-45d9-93b5-3a1ae7583966 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d16f1b7-170a-45d9-93b5-3a1ae7583966 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d16f1b7-170a-45d9-93b5-3a1ae7583966 {
  display: none;
}
#s-9d16f1b7-170a-45d9-93b5-3a1ae7583966, #wrap-s-9d16f1b7-170a-45d9-93b5-3a1ae7583966 { display:none !important; }}@media (max-width: 767px){#s-9d16f1b7-170a-45d9-93b5-3a1ae7583966 {
  display: none;
}
#s-9d16f1b7-170a-45d9-93b5-3a1ae7583966, #wrap-s-9d16f1b7-170a-45d9-93b5-3a1ae7583966 { display:none !important; }}
#s-09164011-1697-48e3-87a5-3eb2dbc0f2f3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09164011-1697-48e3-87a5-3eb2dbc0f2f3 {
  display: none;
}
#s-09164011-1697-48e3-87a5-3eb2dbc0f2f3, #wrap-s-09164011-1697-48e3-87a5-3eb2dbc0f2f3 { display:none !important; }}







#s-09164011-1697-48e3-87a5-3eb2dbc0f2f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09164011-1697-48e3-87a5-3eb2dbc0f2f3.shg-box.shg-c {
  justify-content: center;
}

#s-87c255e3-4caa-4398-992e-3cc49fa8bbca {
  padding-left: 100px;
padding-right: 100px;
}

#s-87c255e3-4caa-4398-992e-3cc49fa8bbca hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-d80c1c80-be53-42b4-899a-920e7911da76 {
  margin-top: -50px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d80c1c80-be53-42b4-899a-920e7911da76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d80c1c80-be53-42b4-899a-920e7911da76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d80c1c80-be53-42b4-899a-920e7911da76 {
  display: none;
}
#s-d80c1c80-be53-42b4-899a-920e7911da76, #wrap-s-d80c1c80-be53-42b4-899a-920e7911da76 { display:none !important; }}@media (max-width: 767px){#s-d80c1c80-be53-42b4-899a-920e7911da76 {
  
}
}







#s-d80c1c80-be53-42b4-899a-920e7911da76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d80c1c80-be53-42b4-899a-920e7911da76.shg-box.shg-c {
  justify-content: center;
}

#s-6d3caa15-e149-494d-9d9b-13f5dc28441a {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6d3caa15-e149-494d-9d9b-13f5dc28441a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-df35994d-deaf-49b3-80cf-03cffbcaccd6 {
  display: none;
}
#s-df35994d-deaf-49b3-80cf-03cffbcaccd6, #wrap-s-df35994d-deaf-49b3-80cf-03cffbcaccd6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df35994d-deaf-49b3-80cf-03cffbcaccd6 {
  display: none;
}
#s-df35994d-deaf-49b3-80cf-03cffbcaccd6, #wrap-s-df35994d-deaf-49b3-80cf-03cffbcaccd6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df35994d-deaf-49b3-80cf-03cffbcaccd6 {
  display: none;
}
#s-df35994d-deaf-49b3-80cf-03cffbcaccd6, #wrap-s-df35994d-deaf-49b3-80cf-03cffbcaccd6 { display:none !important; }}
#s-0637c296-b984-4158-9bb7-42681bd536ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0637c296-b984-4158-9bb7-42681bd536ff {
  display: none;
}
#s-0637c296-b984-4158-9bb7-42681bd536ff, #wrap-s-0637c296-b984-4158-9bb7-42681bd536ff { display:none !important; }}
#s-0637c296-b984-4158-9bb7-42681bd536ff .shogun-heading-component h1 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0637c296-b984-4158-9bb7-42681bd536ff .shogun-heading-component h1 a {
  color: rgba(114, 31, 98, 1);
}


#s-2811abe6-6602-4c98-94c1-45da1b1f656e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2811abe6-6602-4c98-94c1-45da1b1f656e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2811abe6-6602-4c98-94c1-45da1b1f656e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2811abe6-6602-4c98-94c1-45da1b1f656e {
  
}
}@media (max-width: 767px){#s-2811abe6-6602-4c98-94c1-45da1b1f656e {
  
}
}







#s-2811abe6-6602-4c98-94c1-45da1b1f656e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2811abe6-6602-4c98-94c1-45da1b1f656e.shg-box.shg-c {
  justify-content: center;
}

#s-30ec49f9-92f8-45ec-b10a-0667ba7e2d5f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-30ec49f9-92f8-45ec-b10a-0667ba7e2d5f {
  display: none;
}
#s-30ec49f9-92f8-45ec-b10a-0667ba7e2d5f, #wrap-s-30ec49f9-92f8-45ec-b10a-0667ba7e2d5f { display:none !important; }}
#s-247a03a7-e6d8-41c5-9250-03d5386c160c {
  display: none;
}
#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b {
  text-align: left;
}


.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b {
  max-width: 100%;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom,
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b {
  max-width: 100%;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom,
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b {
  max-width: 100%;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom,
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b {
  max-width: 100%;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom,
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b {
  max-width: 100%;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom,
.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5781da9d-cf32-45ab-bf1e-eba7b2a0b43b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c352cad6-e026-44f3-b63c-45c25a28d8e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c352cad6-e026-44f3-b63c-45c25a28d8e0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-56a81e1e-ec53-40d0-b6a9-73f8cc236970 {
  text-align: center;
}

#s-56a81e1e-ec53-40d0-b6a9-73f8cc236970 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56a81e1e-ec53-40d0-b6a9-73f8cc236970 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56a81e1e-ec53-40d0-b6a9-73f8cc236970 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c2445aca-2d38-4f6a-b7a1-0d0eedac5af9 {
  display: none;
}
#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 {
  text-align: left;
}


.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 {
  max-width: 100%;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom,
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 {
  max-width: 100%;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom,
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 {
  max-width: 100%;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom,
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 {
  max-width: 100%;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom,
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 {
  max-width: 100%;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom,
.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c8ded07-6cec-46fc-96e1-6c3bcc4490b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74a14e6c-83ec-48e5-ae7e-841145aaad82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74a14e6c-83ec-48e5-ae7e-841145aaad82 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1683f3a8-4017-4156-a753-fc8a1e03368d {
  text-align: center;
}

#s-1683f3a8-4017-4156-a753-fc8a1e03368d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1683f3a8-4017-4156-a753-fc8a1e03368d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1683f3a8-4017-4156-a753-fc8a1e03368d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-208e9157-185a-434b-9007-73bd4676a808 {
  display: none;
}
#s-483b781f-9098-4f82-914c-d67b0d317825 {
  text-align: left;
}


.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 {
  max-width: 100%;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom,
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 {
  max-width: 100%;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom,
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 {
  max-width: 100%;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom,
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 {
  max-width: 100%;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom,
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 {
  max-width: 100%;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom,
.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-483b781f-9098-4f82-914c-d67b0d317825 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-361d2213-b378-4081-81da-02566d2d6226 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-361d2213-b378-4081-81da-02566d2d6226 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-43545dc8-1786-4804-aa10-f04ce055d23d {
  text-align: center;
}

#s-43545dc8-1786-4804-aa10-f04ce055d23d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-43545dc8-1786-4804-aa10-f04ce055d23d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-43545dc8-1786-4804-aa10-f04ce055d23d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-99881366-5cd8-4a3a-9989-d5236f848dc9 {
  display: none;
}
#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 {
  text-align: left;
}


.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 {
  max-width: 100%;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom,
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 {
  max-width: 100%;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom,
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 {
  max-width: 100%;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom,
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 {
  max-width: 100%;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom,
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 {
  max-width: 100%;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom,
.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea151cdc-4510-46e5-a4e8-20c545f77ac0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-08677a80-4fbd-498e-a5cf-7b3ebeb653d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08677a80-4fbd-498e-a5cf-7b3ebeb653d4 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-52dfedd6-9309-4574-aa62-6434107e57a7 {
  text-align: center;
}

#s-52dfedd6-9309-4574-aa62-6434107e57a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-52dfedd6-9309-4574-aa62-6434107e57a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-52dfedd6-9309-4574-aa62-6434107e57a7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f1cf04f1-4471-4799-87a1-01006e2c55b7 {
  text-align: center;
}




  #s-f1cf04f1-4471-4799-87a1-01006e2c55b7 img.shogun-image {
    
    width: px;
  }


#s-f1cf04f1-4471-4799-87a1-01006e2c55b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-58a18de0-47c5-4779-ad6f-b5492eb27e98 {
  display: none;
}
#s-c96ea336-e98d-46de-8b6c-0f7d1f110cd8 {
  display: none;
}
#s-4d520d56-bdc6-437f-a25d-e53c80c5306f {
  text-align: left;
}


.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f {
  max-width: 100%;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom,
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f {
  max-width: 100%;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom,
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f {
  max-width: 100%;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom,
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f {
  max-width: 100%;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom,
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f {
  max-width: 100%;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom,
.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d520d56-bdc6-437f-a25d-e53c80c5306f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-514a7d01-5454-47bb-8df4-1f06441c8056 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-514a7d01-5454-47bb-8df4-1f06441c8056 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4645eb41-e71d-460d-b576-74cdc3040513 {
  text-align: center;
}

#s-4645eb41-e71d-460d-b576-74cdc3040513 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4645eb41-e71d-460d-b576-74cdc3040513 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4645eb41-e71d-460d-b576-74cdc3040513 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-057db74b-7d09-433a-8477-b244525193e2 {
  display: none;
}
#s-9335983b-5e03-414c-a8ac-5ee427a95bbd {
  display: none;
}
#s-84a609fe-86dd-4f73-9dba-ec4430f71485 {
  text-align: left;
}


.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 {
  max-width: 100%;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom,
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 {
  max-width: 100%;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom,
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 {
  max-width: 100%;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom,
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 {
  max-width: 100%;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom,
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 {
  max-width: 100%;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom,
.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84a609fe-86dd-4f73-9dba-ec4430f71485 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0a580919-8f0b-4cd9-9f24-308915aee8d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a580919-8f0b-4cd9-9f24-308915aee8d3 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4d072a82-b1c2-46b3-9335-9fcef293eb8d {
  text-align: center;
}

#s-4d072a82-b1c2-46b3-9335-9fcef293eb8d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d072a82-b1c2-46b3-9335-9fcef293eb8d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d072a82-b1c2-46b3-9335-9fcef293eb8d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c2404ea1-7f82-46f8-8c8a-a548c3753f66 {
  display: none;
}
#s-570508e8-d58e-43a8-8e74-14424489595c {
  text-align: left;
}


.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c {
  max-width: 100%;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom,
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c {
  max-width: 100%;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom,
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c {
  max-width: 100%;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom,
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c {
  max-width: 100%;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom,
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c {
  max-width: 100%;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom,
.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-570508e8-d58e-43a8-8e74-14424489595c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-69480c5b-4ed0-4e0c-a50d-5496df179b1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69480c5b-4ed0-4e0c-a50d-5496df179b1c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-61015177-3693-4c75-ba15-3098b7af1562 {
  text-align: center;
}

#s-61015177-3693-4c75-ba15-3098b7af1562 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61015177-3693-4c75-ba15-3098b7af1562 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-61015177-3693-4c75-ba15-3098b7af1562 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2092cada-efa6-4a2d-9978-1a1456f8ee42 {
  display: none;
}
#s-596a6c48-597e-44fc-81a6-575cbd88b164 {
  text-align: left;
}


.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 {
  max-width: 100%;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom,
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 {
  max-width: 100%;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom,
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 {
  max-width: 100%;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom,
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 {
  max-width: 100%;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom,
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 {
  max-width: 100%;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom,
.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596a6c48-597e-44fc-81a6-575cbd88b164 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-70419e0e-a724-40aa-a377-fc1b8f1af3b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70419e0e-a724-40aa-a377-fc1b8f1af3b5 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-a8a9b3cf-7589-4525-9e1c-a25c89c60bd1 {
  text-align: center;
}

#s-a8a9b3cf-7589-4525-9e1c-a25c89c60bd1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a8a9b3cf-7589-4525-9e1c-a25c89c60bd1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a8a9b3cf-7589-4525-9e1c-a25c89c60bd1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-be9995d2-5b12-40dd-9f2c-d7289450b3b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-be9995d2-5b12-40dd-9f2c-d7289450b3b8:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be9995d2-5b12-40dd-9f2c-d7289450b3b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be9995d2-5b12-40dd-9f2c-d7289450b3b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8 {
  display: none;
}
#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8, #wrap-s-99dded9b-7b92-4cd2-bd0f-29da78857fe8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8 {
  display: none;
}
#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8, #wrap-s-99dded9b-7b92-4cd2-bd0f-29da78857fe8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8 {
  display: none;
}
#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8, #wrap-s-99dded9b-7b92-4cd2-bd0f-29da78857fe8 { display:none !important; }}


#s-99dded9b-7b92-4cd2-bd0f-29da78857fe8.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-f5a0efc9-4c48-4d76-882b-70cdda161cec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5a0efc9-4c48-4d76-882b-70cdda161cec {
  display: none;
}
#s-f5a0efc9-4c48-4d76-882b-70cdda161cec, #wrap-s-f5a0efc9-4c48-4d76-882b-70cdda161cec { display:none !important; }}
#s-f5a0efc9-4c48-4d76-882b-70cdda161cec .shogun-heading-component h1 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f5a0efc9-4c48-4d76-882b-70cdda161cec .shogun-heading-component h1 a {
  color: rgba(114, 32, 98, 1);
}


#s-9af86644-0478-4c31-8ef6-ccbda6501484 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-9af86644-0478-4c31-8ef6-ccbda6501484 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9af86644-0478-4c31-8ef6-ccbda6501484 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9af86644-0478-4c31-8ef6-ccbda6501484 {
  
}
}@media (max-width: 767px){#s-9af86644-0478-4c31-8ef6-ccbda6501484 {
  
}
}







#s-9af86644-0478-4c31-8ef6-ccbda6501484 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9af86644-0478-4c31-8ef6-ccbda6501484.shg-box.shg-c {
  justify-content: center;
}

#s-f65a3fed-2819-40a6-970b-390b6a4c2733 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f65a3fed-2819-40a6-970b-390b6a4c2733 {
  display: none;
}
#s-f65a3fed-2819-40a6-970b-390b6a4c2733, #wrap-s-f65a3fed-2819-40a6-970b-390b6a4c2733 { display:none !important; }}



  #s-f65a3fed-2819-40a6-970b-390b6a4c2733 img.shogun-image {
    
    width: px;
  }


#s-f65a3fed-2819-40a6-970b-390b6a4c2733 .shogun-image-content {
  
    align-items: center;
  
}

#s-44baa761-14c5-4649-a636-75cd8da19d26 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-44baa761-14c5-4649-a636-75cd8da19d26:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44baa761-14c5-4649-a636-75cd8da19d26:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-44baa761-14c5-4649-a636-75cd8da19d26 {
  display: none;
}
#s-44baa761-14c5-4649-a636-75cd8da19d26, #wrap-s-44baa761-14c5-4649-a636-75cd8da19d26 { display:none !important; }}@media (max-width: 767px){#s-44baa761-14c5-4649-a636-75cd8da19d26 {
  display: none;
}
#s-44baa761-14c5-4649-a636-75cd8da19d26, #wrap-s-44baa761-14c5-4649-a636-75cd8da19d26 { display:none !important; }}


#s-44baa761-14c5-4649-a636-75cd8da19d26.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-5d141af0-5f46-4803-a26b-c0eb8c8e1e2b {
  min-height: 50px;
}








#s-5d141af0-5f46-4803-a26b-c0eb8c8e1e2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d141af0-5f46-4803-a26b-c0eb8c8e1e2b.shg-box.shg-c {
  justify-content: center;
}

#s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 {
  text-align: center;
}
@media (min-width: 1200px){#s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 {
  display: none;
}
#s-9408a75e-76a1-4fde-a5ea-eb8e6229c608, #wrap-s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 {
  display: none;
}
#s-9408a75e-76a1-4fde-a5ea-eb8e6229c608, #wrap-s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 {
  display: none;
}
#s-9408a75e-76a1-4fde-a5ea-eb8e6229c608, #wrap-s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 { display:none !important; }}



  #s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 img.shogun-image {
    
    width: px;
  }


#s-9408a75e-76a1-4fde-a5ea-eb8e6229c608 .shogun-image-content {
  
    align-items: center;
  
}

#s-24f7301f-21d7-4e38-ab1d-a0296953fd1f {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-24f7301f-21d7-4e38-ab1d-a0296953fd1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24f7301f-21d7-4e38-ab1d-a0296953fd1f {
  display: none;
}
#s-24f7301f-21d7-4e38-ab1d-a0296953fd1f, #wrap-s-24f7301f-21d7-4e38-ab1d-a0296953fd1f { display:none !important; }}@media (max-width: 767px){#s-24f7301f-21d7-4e38-ab1d-a0296953fd1f {
  display: none;
}
#s-24f7301f-21d7-4e38-ab1d-a0296953fd1f, #wrap-s-24f7301f-21d7-4e38-ab1d-a0296953fd1f { display:none !important; }}



  #s-24f7301f-21d7-4e38-ab1d-a0296953fd1f img.shogun-image {
    
    width: px;
  }


#s-24f7301f-21d7-4e38-ab1d-a0296953fd1f .shogun-image-content {
  
    align-items: center;
  
}

#s-783c94a1-6d07-453f-8a3e-2bd0f6746993 {
  padding-left: 300px;
padding-right: 300px;
}
@media (min-width: 1200px){#s-783c94a1-6d07-453f-8a3e-2bd0f6746993 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-783c94a1-6d07-453f-8a3e-2bd0f6746993 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-783c94a1-6d07-453f-8a3e-2bd0f6746993 {
  display: none;
}
#s-783c94a1-6d07-453f-8a3e-2bd0f6746993, #wrap-s-783c94a1-6d07-453f-8a3e-2bd0f6746993 { display:none !important; }}@media (max-width: 767px){#s-783c94a1-6d07-453f-8a3e-2bd0f6746993 {
  display: none;
}
#s-783c94a1-6d07-453f-8a3e-2bd0f6746993, #wrap-s-783c94a1-6d07-453f-8a3e-2bd0f6746993 { display:none !important; }}
#s-2330e066-b3f9-4b98-975d-e32644c98306 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2330e066-b3f9-4b98-975d-e32644c98306 {
  display: none;
}
#s-2330e066-b3f9-4b98-975d-e32644c98306, #wrap-s-2330e066-b3f9-4b98-975d-e32644c98306 { display:none !important; }}







#s-2330e066-b3f9-4b98-975d-e32644c98306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2330e066-b3f9-4b98-975d-e32644c98306.shg-box.shg-c {
  justify-content: center;
}

#s-fb4f268e-a596-4c84-be18-db1193ef24e7 {
  padding-left: 100px;
padding-right: 100px;
}

#s-fb4f268e-a596-4c84-be18-db1193ef24e7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-2a8afcf6-723f-4ba5-80c4-9e4a31342145 {
  margin-top: -50px;
margin-bottom: -50px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2a8afcf6-723f-4ba5-80c4-9e4a31342145 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a8afcf6-723f-4ba5-80c4-9e4a31342145 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a8afcf6-723f-4ba5-80c4-9e4a31342145 {
  display: none;
}
#s-2a8afcf6-723f-4ba5-80c4-9e4a31342145, #wrap-s-2a8afcf6-723f-4ba5-80c4-9e4a31342145 { display:none !important; }}@media (max-width: 767px){#s-2a8afcf6-723f-4ba5-80c4-9e4a31342145 {
  
}
}







#s-2a8afcf6-723f-4ba5-80c4-9e4a31342145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a8afcf6-723f-4ba5-80c4-9e4a31342145.shg-box.shg-c {
  justify-content: center;
}

#s-776ee541-cdc1-43b4-9367-98c8122af562 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-776ee541-cdc1-43b4-9367-98c8122af562"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-ac8df3e1-b64e-494a-a288-3006de7f0662 {
  display: none;
}
#s-ac8df3e1-b64e-494a-a288-3006de7f0662, #wrap-s-ac8df3e1-b64e-494a-a288-3006de7f0662 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac8df3e1-b64e-494a-a288-3006de7f0662 {
  display: none;
}
#s-ac8df3e1-b64e-494a-a288-3006de7f0662, #wrap-s-ac8df3e1-b64e-494a-a288-3006de7f0662 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac8df3e1-b64e-494a-a288-3006de7f0662 {
  
}
}
#s-a290fb68-920b-4e75-a69f-0656c81bfa05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a290fb68-920b-4e75-a69f-0656c81bfa05 {
  display: none;
}
#s-a290fb68-920b-4e75-a69f-0656c81bfa05, #wrap-s-a290fb68-920b-4e75-a69f-0656c81bfa05 { display:none !important; }}
#s-a290fb68-920b-4e75-a69f-0656c81bfa05 .shogun-heading-component h1 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a290fb68-920b-4e75-a69f-0656c81bfa05 .shogun-heading-component h1 a {
  color: rgba(114, 31, 98, 1);
}


#s-4c08aad1-8262-40d6-b743-3bd2d66d80ff {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4c08aad1-8262-40d6-b743-3bd2d66d80ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c08aad1-8262-40d6-b743-3bd2d66d80ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c08aad1-8262-40d6-b743-3bd2d66d80ff {
  
}
}@media (max-width: 767px){#s-4c08aad1-8262-40d6-b743-3bd2d66d80ff {
  
}
}







#s-4c08aad1-8262-40d6-b743-3bd2d66d80ff > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4c08aad1-8262-40d6-b743-3bd2d66d80ff.shg-box.shg-c {
  justify-content: center;
}

#s-1c173bd9-5f0a-4219-9b97-0c0c4f97192a {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c173bd9-5f0a-4219-9b97-0c0c4f97192a {
  display: none;
}
#s-1c173bd9-5f0a-4219-9b97-0c0c4f97192a, #wrap-s-1c173bd9-5f0a-4219-9b97-0c0c4f97192a { display:none !important; }}
#s-664c3d64-d90e-4346-8939-3feab8e83210 {
  text-align: center;
}




  #s-664c3d64-d90e-4346-8939-3feab8e83210 img.shogun-image {
    
    width: px;
  }


#s-664c3d64-d90e-4346-8939-3feab8e83210 .shogun-image-content {
  
    align-items: center;
  
}

#s-30065d88-d1db-4a07-aa99-c1fe34e7e11f {
  display: none;
}
#s-fc667077-c47d-4503-8a21-b19bb78374ef {
  text-align: left;
}


.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef {
  max-width: 100%;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom,
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef {
  max-width: 100%;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom,
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef {
  max-width: 100%;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom,
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef {
  max-width: 100%;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom,
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef {
  max-width: 100%;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom,
.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc667077-c47d-4503-8a21-b19bb78374ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d210a9c6-bb48-4ce7-9c70-3d6889498e59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d210a9c6-bb48-4ce7-9c70-3d6889498e59 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a3941640-eea7-4ef9-928d-26950546c2c1 {
  text-align: center;
}

#s-a3941640-eea7-4ef9-928d-26950546c2c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3941640-eea7-4ef9-928d-26950546c2c1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a3941640-eea7-4ef9-928d-26950546c2c1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1383e4e5-4844-4148-9b6d-142a4a9b581a {
  display: none;
}
#s-1d7dbb88-f805-4132-aa1f-110a9613e31b {
  text-align: left;
}


.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b {
  max-width: 100%;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom,
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b {
  max-width: 100%;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom,
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b {
  max-width: 100%;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom,
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b {
  max-width: 100%;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom,
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b {
  max-width: 100%;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom,
.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d7dbb88-f805-4132-aa1f-110a9613e31b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8d1f0f61-ba1c-4104-a5bb-90f478f2f3ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d1f0f61-ba1c-4104-a5bb-90f478f2f3ff .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ebff5acf-23f2-462c-9aa0-da09020baf62 {
  text-align: center;
}

#s-ebff5acf-23f2-462c-9aa0-da09020baf62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ebff5acf-23f2-462c-9aa0-da09020baf62 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ebff5acf-23f2-462c-9aa0-da09020baf62 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c01c3f8-6953-43c4-b845-ae3021738a53 {
  display: none;
}
#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 {
  text-align: left;
}


.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 {
  max-width: 100%;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom,
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 {
  max-width: 100%;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom,
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 {
  max-width: 100%;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom,
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 {
  max-width: 100%;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom,
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 {
  max-width: 100%;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom,
.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4096756-b7c2-4fd7-abe5-f72572f16bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a27da2bb-021a-467e-a814-f828bfe11f94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a27da2bb-021a-467e-a814-f828bfe11f94 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-03d1c60e-1018-4219-b174-056cf35664f2 {
  text-align: center;
}

#s-03d1c60e-1018-4219-b174-056cf35664f2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-03d1c60e-1018-4219-b174-056cf35664f2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-03d1c60e-1018-4219-b174-056cf35664f2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e024817-cd54-43c9-a076-3f068029afde {
  display: none;
}
#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 {
  text-align: left;
}


.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 {
  max-width: 100%;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom,
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 {
  max-width: 100%;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom,
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 {
  max-width: 100%;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom,
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 {
  max-width: 100%;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom,
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 {
  max-width: 100%;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom,
.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda2653d-9e12-4f0a-8f45-63f5a916b879 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-54d9e545-b65f-4491-9864-9cf4043ca58a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54d9e545-b65f-4491-9864-9cf4043ca58a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9bc4f264-744e-4d22-bb36-10ffaf33c97e {
  text-align: center;
}

#s-9bc4f264-744e-4d22-bb36-10ffaf33c97e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9bc4f264-744e-4d22-bb36-10ffaf33c97e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bc4f264-744e-4d22-bb36-10ffaf33c97e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb638c18-7ee8-4618-af66-691c0bfba97c {
  display: none;
}
#s-442a73f7-dc67-4d81-8571-d36c7eba118e {
  display: none;
}
#s-81fe6f0a-869c-4dff-b794-8f38f37f006b {
  text-align: left;
}


.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b {
  max-width: 100%;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom,
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b {
  max-width: 100%;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom,
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b {
  max-width: 100%;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom,
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b {
  max-width: 100%;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom,
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b {
  max-width: 100%;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom,
.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81fe6f0a-869c-4dff-b794-8f38f37f006b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-13c0693a-1851-467c-ba01-96981bbf5b92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13c0693a-1851-467c-ba01-96981bbf5b92 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-37f394b6-3d78-47c9-ab16-21df0308d58f {
  text-align: center;
}

#s-37f394b6-3d78-47c9-ab16-21df0308d58f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37f394b6-3d78-47c9-ab16-21df0308d58f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-37f394b6-3d78-47c9-ab16-21df0308d58f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d954837b-eedf-42e5-a4fd-d84e8fc80da4 {
  display: none;
}
#s-7554f6a5-075c-4fab-981b-f61abd18869d {
  text-align: left;
}


.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d {
  max-width: 100%;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom,
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d {
  max-width: 100%;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom,
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d {
  max-width: 100%;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom,
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d {
  max-width: 100%;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom,
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d {
  max-width: 100%;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom,
.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7554f6a5-075c-4fab-981b-f61abd18869d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ad4f557f-a61b-44f5-bd39-a5f153f2bdcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad4f557f-a61b-44f5-bd39-a5f153f2bdcb .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-42653d45-26b0-4ac9-8fc8-ac1acec8fa84 {
  text-align: center;
}

#s-42653d45-26b0-4ac9-8fc8-ac1acec8fa84 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-42653d45-26b0-4ac9-8fc8-ac1acec8fa84 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-42653d45-26b0-4ac9-8fc8-ac1acec8fa84 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac4883fb-bb5c-4ecf-8a49-6f98f6aac6e4 {
  display: none;
}
#s-130afebc-5b65-476b-a378-801656785622 {
  text-align: left;
}


.shg-c#s-130afebc-5b65-476b-a378-801656785622 {
  max-width: 100%;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom,
.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-130afebc-5b65-476b-a378-801656785622 {
  max-width: 100%;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom,
.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-130afebc-5b65-476b-a378-801656785622 {
  max-width: 100%;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom,
.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-130afebc-5b65-476b-a378-801656785622 {
  max-width: 100%;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom,
.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-130afebc-5b65-476b-a378-801656785622 {
  max-width: 100%;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom,
.shg-c#s-130afebc-5b65-476b-a378-801656785622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-130afebc-5b65-476b-a378-801656785622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-86637e52-59b1-423a-a19a-b3ad9b54b86c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86637e52-59b1-423a-a19a-b3ad9b54b86c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-bf161d22-6bb7-48df-9bea-29803b1e87d3 {
  text-align: center;
}

#s-bf161d22-6bb7-48df-9bea-29803b1e87d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bf161d22-6bb7-48df-9bea-29803b1e87d3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bf161d22-6bb7-48df-9bea-29803b1e87d3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3dcc7989-fbce-47ef-bcc1-0393e5b7bb1e {
  display: none;
}
#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 {
  text-align: left;
}


.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 {
  max-width: 100%;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom,
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 {
  max-width: 100%;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom,
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 {
  max-width: 100%;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom,
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 {
  max-width: 100%;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom,
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 {
  max-width: 100%;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom,
.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91a7b2a5-eada-4b7f-8bf6-7d6938d34cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9fed207b-0906-4072-813a-a6d0ec9d4926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fed207b-0906-4072-813a-a6d0ec9d4926 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-2bc73e91-b2ad-43ff-9c7a-e130810ad6e2 {
  text-align: center;
}

#s-2bc73e91-b2ad-43ff-9c7a-e130810ad6e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2bc73e91-b2ad-43ff-9c7a-e130810ad6e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2bc73e91-b2ad-43ff-9c7a-e130810ad6e2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5a10238-4ab0-4e71-98ac-180ab37ceffa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5a10238-4ab0-4e71-98ac-180ab37ceffa:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5a10238-4ab0-4e71-98ac-180ab37ceffa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5a10238-4ab0-4e71-98ac-180ab37ceffa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9085c7ef-037e-42db-a30e-565677b8fbeb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-9085c7ef-037e-42db-a30e-565677b8fbeb:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9085c7ef-037e-42db-a30e-565677b8fbeb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9085c7ef-037e-42db-a30e-565677b8fbeb {
  display: none;
}
#s-9085c7ef-037e-42db-a30e-565677b8fbeb, #wrap-s-9085c7ef-037e-42db-a30e-565677b8fbeb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9085c7ef-037e-42db-a30e-565677b8fbeb {
  display: none;
}
#s-9085c7ef-037e-42db-a30e-565677b8fbeb, #wrap-s-9085c7ef-037e-42db-a30e-565677b8fbeb { display:none !important; }}@media (max-width: 767px){#s-9085c7ef-037e-42db-a30e-565677b8fbeb {
  display: none;
}
#s-9085c7ef-037e-42db-a30e-565677b8fbeb, #wrap-s-9085c7ef-037e-42db-a30e-565677b8fbeb { display:none !important; }}


#s-9085c7ef-037e-42db-a30e-565677b8fbeb.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-57866d63-3319-46a9-8046-4e1ca8b78330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-57866d63-3319-46a9-8046-4e1ca8b78330 {
  display: none;
}
#s-57866d63-3319-46a9-8046-4e1ca8b78330, #wrap-s-57866d63-3319-46a9-8046-4e1ca8b78330 { display:none !important; }}
#s-57866d63-3319-46a9-8046-4e1ca8b78330 .shogun-heading-component h1 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-57866d63-3319-46a9-8046-4e1ca8b78330 .shogun-heading-component h1 a {
  color: rgba(114, 32, 98, 1);
}


#s-ac3021e5-fe63-429f-88e5-04bb581102de {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-ac3021e5-fe63-429f-88e5-04bb581102de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac3021e5-fe63-429f-88e5-04bb581102de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac3021e5-fe63-429f-88e5-04bb581102de {
  
}
}@media (max-width: 767px){#s-ac3021e5-fe63-429f-88e5-04bb581102de {
  
}
}







#s-ac3021e5-fe63-429f-88e5-04bb581102de > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ac3021e5-fe63-429f-88e5-04bb581102de.shg-box.shg-c {
  justify-content: center;
}

#s-0d130430-17f7-441f-9a1e-ceba02921da1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d130430-17f7-441f-9a1e-ceba02921da1 {
  display: none;
}
#s-0d130430-17f7-441f-9a1e-ceba02921da1, #wrap-s-0d130430-17f7-441f-9a1e-ceba02921da1 { display:none !important; }}



  #s-0d130430-17f7-441f-9a1e-ceba02921da1 img.shogun-image {
    
    width: px;
  }


#s-0d130430-17f7-441f-9a1e-ceba02921da1 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177 {
  display: none;
}
#s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177, #wrap-s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177 { display:none !important; }}@media (max-width: 767px){#s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177 {
  display: none;
}
#s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177, #wrap-s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177 { display:none !important; }}


#s-dd7c8e70-21fd-4b2a-bd0f-509834ae7177.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-caaddf72-bdee-4c26-b731-9c0feb0028ab {
  min-height: 50px;
}








#s-caaddf72-bdee-4c26-b731-9c0feb0028ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caaddf72-bdee-4c26-b731-9c0feb0028ab.shg-box.shg-c {
  justify-content: center;
}

#s-db3e2494-0d07-44e0-a396-7d6a0c773dde {
  text-align: center;
}
@media (min-width: 1200px){#s-db3e2494-0d07-44e0-a396-7d6a0c773dde {
  display: none;
}
#s-db3e2494-0d07-44e0-a396-7d6a0c773dde, #wrap-s-db3e2494-0d07-44e0-a396-7d6a0c773dde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db3e2494-0d07-44e0-a396-7d6a0c773dde {
  display: none;
}
#s-db3e2494-0d07-44e0-a396-7d6a0c773dde, #wrap-s-db3e2494-0d07-44e0-a396-7d6a0c773dde { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db3e2494-0d07-44e0-a396-7d6a0c773dde {
  display: none;
}
#s-db3e2494-0d07-44e0-a396-7d6a0c773dde, #wrap-s-db3e2494-0d07-44e0-a396-7d6a0c773dde { display:none !important; }}



  #s-db3e2494-0d07-44e0-a396-7d6a0c773dde img.shogun-image {
    
    width: px;
  }


#s-db3e2494-0d07-44e0-a396-7d6a0c773dde .shogun-image-content {
  
    align-items: center;
  
}

#s-1ca4214d-9988-4136-b4a0-bafb6aaf0b0d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ca4214d-9988-4136-b4a0-bafb6aaf0b0d {
  display: none;
}
#s-1ca4214d-9988-4136-b4a0-bafb6aaf0b0d, #wrap-s-1ca4214d-9988-4136-b4a0-bafb6aaf0b0d { display:none !important; }}







#s-1ca4214d-9988-4136-b4a0-bafb6aaf0b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ca4214d-9988-4136-b4a0-bafb6aaf0b0d.shg-box.shg-c {
  justify-content: center;
}

#s-79dddc26-f7fd-4908-9af1-e4467c5539f3 {
  min-height: 50px;
}








#s-79dddc26-f7fd-4908-9af1-e4467c5539f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79dddc26-f7fd-4908-9af1-e4467c5539f3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-70b03e13-2263-4c2b-9eb0-eca24af20cb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-370b3928-bb67-40b8-b765-9dbab16853b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-370b3928-bb67-40b8-b765-9dbab16853b3 {
  display: none;
}
#s-370b3928-bb67-40b8-b765-9dbab16853b3, #wrap-s-370b3928-bb67-40b8-b765-9dbab16853b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-370b3928-bb67-40b8-b765-9dbab16853b3 {
  display: none;
}
#s-370b3928-bb67-40b8-b765-9dbab16853b3, #wrap-s-370b3928-bb67-40b8-b765-9dbab16853b3 { display:none !important; }}@media (max-width: 767px){#s-370b3928-bb67-40b8-b765-9dbab16853b3 {
  display: none;
}
#s-370b3928-bb67-40b8-b765-9dbab16853b3, #wrap-s-370b3928-bb67-40b8-b765-9dbab16853b3 { display:none !important; }}
#s-370b3928-bb67-40b8-b765-9dbab16853b3 .shogun-heading-component h2 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-370b3928-bb67-40b8-b765-9dbab16853b3 .shogun-heading-component h2 a {
  color: rgba(114, 31, 98, 1);
}


#s-153914a4-fa9e-4c86-9849-4203f17fe28f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-153914a4-fa9e-4c86-9849-4203f17fe28f {
  display: none;
}
#s-153914a4-fa9e-4c86-9849-4203f17fe28f, #wrap-s-153914a4-fa9e-4c86-9849-4203f17fe28f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-153914a4-fa9e-4c86-9849-4203f17fe28f {
  display: none;
}
#s-153914a4-fa9e-4c86-9849-4203f17fe28f, #wrap-s-153914a4-fa9e-4c86-9849-4203f17fe28f { display:none !important; }}@media (max-width: 767px){#s-153914a4-fa9e-4c86-9849-4203f17fe28f {
  display: none;
}
#s-153914a4-fa9e-4c86-9849-4203f17fe28f, #wrap-s-153914a4-fa9e-4c86-9849-4203f17fe28f { display:none !important; }}
#s-b939f563-0f7e-44a8-a08f-a866220286d9 {
  display: none;
}
#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b {
  text-align: left;
}


.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b {
  max-width: 100%;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom,
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b {
  max-width: 100%;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom,
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b {
  max-width: 100%;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom,
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b {
  max-width: 100%;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom,
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b {
  max-width: 100%;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom,
.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6634a00d-fdfc-4f60-b046-2f5e84978f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9297ef27-1d73-47c6-ba15-403bd6593b0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9297ef27-1d73-47c6-ba15-403bd6593b0c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-63d2416d-553c-4d5d-ae20-da4e9d65a317 {
  text-align: center;
}

#s-63d2416d-553c-4d5d-ae20-da4e9d65a317 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-63d2416d-553c-4d5d-ae20-da4e9d65a317 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-63d2416d-553c-4d5d-ae20-da4e9d65a317 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b51302dc-e0ae-40b0-a473-be260982f15c {
  text-align: center;
}




  #s-b51302dc-e0ae-40b0-a473-be260982f15c img.shogun-image {
    
    width: px;
  }


#s-b51302dc-e0ae-40b0-a473-be260982f15c .shogun-image-content {
  
    align-items: center;
  
}

#s-2b68748f-2aea-4347-9ea5-6cc0c72d18c0 {
  display: none;
}
#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd {
  text-align: left;
}


.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd {
  max-width: 100%;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom,
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd {
  max-width: 100%;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom,
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd {
  max-width: 100%;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom,
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd {
  max-width: 100%;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom,
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd {
  max-width: 100%;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom,
.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb0c154d-21d1-414a-9b3d-9011c1d041dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ae2bb15f-4401-4d2b-8cfa-dc7ffe8f7ae3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae2bb15f-4401-4d2b-8cfa-dc7ffe8f7ae3 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-770153f8-e199-428c-970d-17b61145b122 {
  text-align: center;
}

#s-770153f8-e199-428c-970d-17b61145b122 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-770153f8-e199-428c-970d-17b61145b122 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-770153f8-e199-428c-970d-17b61145b122 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1d5c101-c61c-4c6d-a543-35d61448493c {
  display: none;
}
#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 {
  text-align: left;
}


.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 {
  max-width: 100%;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom,
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 {
  max-width: 100%;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom,
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 {
  max-width: 100%;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom,
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 {
  max-width: 100%;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom,
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 {
  max-width: 100%;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom,
.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b49558f0-fe4f-4c10-bd7c-92c7f14b5251 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-90d2ad71-bc19-4320-90ea-fc34b5737510 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90d2ad71-bc19-4320-90ea-fc34b5737510 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-14f7be93-4718-435c-bdd1-fd471d4ea74b {
  text-align: center;
}

#s-14f7be93-4718-435c-bdd1-fd471d4ea74b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-14f7be93-4718-435c-bdd1-fd471d4ea74b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-14f7be93-4718-435c-bdd1-fd471d4ea74b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-586e76e0-1f4f-4047-b0d0-9dde596f9508 {
  display: none;
}
#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 {
  text-align: left;
}


.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 {
  max-width: 100%;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom,
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 {
  max-width: 100%;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom,
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 {
  max-width: 100%;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom,
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 {
  max-width: 100%;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom,
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 {
  max-width: 100%;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom,
.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7d93f3f-346c-4863-8ae5-ee2457190c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-49df6b08-aea9-475e-afbe-bee1cc0d3224 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49df6b08-aea9-475e-afbe-bee1cc0d3224 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-884f1c81-2070-4aed-a86b-631ad4e14a0f {
  text-align: center;
}

#s-884f1c81-2070-4aed-a86b-631ad4e14a0f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-884f1c81-2070-4aed-a86b-631ad4e14a0f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-884f1c81-2070-4aed-a86b-631ad4e14a0f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b181ebba-0190-498c-889a-f893e438c13a {
  display: none;
}
#s-e46c8612-9533-406a-802e-f10ad7ff2058 {
  text-align: left;
}


.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 {
  max-width: 100%;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom,
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 {
  max-width: 100%;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom,
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 {
  max-width: 100%;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom,
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 {
  max-width: 100%;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom,
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 {
  max-width: 100%;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom,
.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e46c8612-9533-406a-802e-f10ad7ff2058 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9688b435-e053-449a-8946-53fa3557720f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9688b435-e053-449a-8946-53fa3557720f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9c9aef36-f76e-4d25-9a5d-719016b8529c {
  text-align: center;
}

#s-9c9aef36-f76e-4d25-9a5d-719016b8529c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9c9aef36-f76e-4d25-9a5d-719016b8529c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9c9aef36-f76e-4d25-9a5d-719016b8529c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c6398040-daaa-4783-af3f-9a292fda2e37 {
  display: none;
}
#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 {
  text-align: left;
}


.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 {
  max-width: 100%;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom,
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 {
  max-width: 100%;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom,
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 {
  max-width: 100%;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom,
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 {
  max-width: 100%;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom,
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 {
  max-width: 100%;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom,
.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a452319d-99e2-4892-b3fc-f51b7349f4b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-826e3b17-aeda-49e7-883f-40d37f15bac1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-826e3b17-aeda-49e7-883f-40d37f15bac1 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8f4866cc-7dca-4d4b-a17c-596648d84237 {
  text-align: center;
}

#s-8f4866cc-7dca-4d4b-a17c-596648d84237 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8f4866cc-7dca-4d4b-a17c-596648d84237 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f4866cc-7dca-4d4b-a17c-596648d84237 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-83fbf571-99e7-4b56-afa8-0e2c2c675a88 {
  display: none;
}
#s-3663e262-735e-4634-93f4-79b28c3ce41a {
  text-align: left;
}


.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a {
  max-width: 100%;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom,
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a {
  max-width: 100%;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom,
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a {
  max-width: 100%;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom,
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a {
  max-width: 100%;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom,
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a {
  max-width: 100%;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom,
.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3663e262-735e-4634-93f4-79b28c3ce41a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e3db477e-c455-4c87-a237-b5a35f383e8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3db477e-c455-4c87-a237-b5a35f383e8f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d8790d3b-d02d-4881-9528-a243d8852573 {
  text-align: center;
}

#s-d8790d3b-d02d-4881-9528-a243d8852573 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d8790d3b-d02d-4881-9528-a243d8852573 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8790d3b-d02d-4881-9528-a243d8852573 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44f3b321-c0f5-4ef0-a9c9-b78d9c1f50e0 {
  display: none;
}
#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 {
  text-align: left;
}


.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 {
  max-width: 100%;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom,
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 {
  max-width: 100%;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom,
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 {
  max-width: 100%;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom,
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 {
  max-width: 100%;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom,
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 {
  max-width: 100%;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom,
.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-950e8fc2-41a6-48b8-a5c7-1fb49661d618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43775825-f3e5-4b0d-a5e7-6adbc6a201d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43775825-f3e5-4b0d-a5e7-6adbc6a201d2 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-2867858e-4dba-4993-891b-90704a927026 {
  text-align: center;
}

#s-2867858e-4dba-4993-891b-90704a927026 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2867858e-4dba-4993-891b-90704a927026 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2867858e-4dba-4993-891b-90704a927026 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-14f3502d-f3e6-4dd5-8a62-c792c54b2a5e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-14f3502d-f3e6-4dd5-8a62-c792c54b2a5e:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-14f3502d-f3e6-4dd5-8a62-c792c54b2a5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-14f3502d-f3e6-4dd5-8a62-c792c54b2a5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e {
  display: none;
}
#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e, #wrap-s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e {
  display: none;
}
#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e, #wrap-s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e { display:none !important; }}@media (max-width: 767px){#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e {
  display: none;
}
#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e, #wrap-s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e { display:none !important; }}
#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e .shogun-heading-component h2 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a1ef27c2-3dc2-4ec3-8fa0-5e3fae41d00e .shogun-heading-component h2 a {
  color: rgba(114, 32, 98, 1);
}


#s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 {
  text-align: center;
}
@media (min-width: 1200px){#s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 {
  display: none;
}
#s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42, #wrap-s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 {
  display: none;
}
#s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42, #wrap-s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 { display:none !important; }}@media (max-width: 767px){#s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 {
  display: none;
}
#s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42, #wrap-s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 { display:none !important; }}



  #s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 img.shogun-image {
    
    width: px;
  }


#s-f8e197f7-3aef-4eb6-aba6-1c1e28d48c42 .shogun-image-content {
  
    align-items: center;
  
}

#s-657fe50a-70ae-4cb7-8e91-33cedf65bc28 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-657fe50a-70ae-4cb7-8e91-33cedf65bc28:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-657fe50a-70ae-4cb7-8e91-33cedf65bc28:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-657fe50a-70ae-4cb7-8e91-33cedf65bc28 {
  display: none;
}
#s-657fe50a-70ae-4cb7-8e91-33cedf65bc28, #wrap-s-657fe50a-70ae-4cb7-8e91-33cedf65bc28 { display:none !important; }}@media (max-width: 767px){#s-657fe50a-70ae-4cb7-8e91-33cedf65bc28 {
  display: none;
}
#s-657fe50a-70ae-4cb7-8e91-33cedf65bc28, #wrap-s-657fe50a-70ae-4cb7-8e91-33cedf65bc28 { display:none !important; }}


#s-657fe50a-70ae-4cb7-8e91-33cedf65bc28.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-6c800e73-e021-48f0-9045-e799eb0be617 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-6c800e73-e021-48f0-9045-e799eb0be617:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c800e73-e021-48f0-9045-e799eb0be617:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6c800e73-e021-48f0-9045-e799eb0be617 {
  display: none;
}
#s-6c800e73-e021-48f0-9045-e799eb0be617, #wrap-s-6c800e73-e021-48f0-9045-e799eb0be617 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c800e73-e021-48f0-9045-e799eb0be617 {
  display: none;
}
#s-6c800e73-e021-48f0-9045-e799eb0be617, #wrap-s-6c800e73-e021-48f0-9045-e799eb0be617 { display:none !important; }}@media (max-width: 767px){#s-6c800e73-e021-48f0-9045-e799eb0be617 {
  display: none;
}
#s-6c800e73-e021-48f0-9045-e799eb0be617, #wrap-s-6c800e73-e021-48f0-9045-e799eb0be617 { display:none !important; }}


#s-6c800e73-e021-48f0-9045-e799eb0be617.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-52076621-3b04-4cbf-ac78-e45342f834b2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-52076621-3b04-4cbf-ac78-e45342f834b2 {
  display: none;
}
#s-52076621-3b04-4cbf-ac78-e45342f834b2, #wrap-s-52076621-3b04-4cbf-ac78-e45342f834b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52076621-3b04-4cbf-ac78-e45342f834b2 {
  display: none;
}
#s-52076621-3b04-4cbf-ac78-e45342f834b2, #wrap-s-52076621-3b04-4cbf-ac78-e45342f834b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52076621-3b04-4cbf-ac78-e45342f834b2 {
  
}
}@media (max-width: 767px){#s-52076621-3b04-4cbf-ac78-e45342f834b2 {
  display: none;
}
#s-52076621-3b04-4cbf-ac78-e45342f834b2, #wrap-s-52076621-3b04-4cbf-ac78-e45342f834b2 { display:none !important; }}







#s-52076621-3b04-4cbf-ac78-e45342f834b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52076621-3b04-4cbf-ac78-e45342f834b2.shg-box.shg-c {
  justify-content: center;
}

#s-e9774970-dfdf-4cd1-9697-e362b1f1964d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9774970-dfdf-4cd1-9697-e362b1f1964d {
  display: none;
}
#s-e9774970-dfdf-4cd1-9697-e362b1f1964d, #wrap-s-e9774970-dfdf-4cd1-9697-e362b1f1964d { display:none !important; }}



  #s-e9774970-dfdf-4cd1-9697-e362b1f1964d img.shogun-image {
    
    width: px;
  }


#s-e9774970-dfdf-4cd1-9697-e362b1f1964d .shogun-image-content {
  
    align-items: center;
  
}

#s-ae42189f-bf2e-46d7-90c5-b1e88928db91 {
  text-align: center;
}
@media (min-width: 1200px){#s-ae42189f-bf2e-46d7-90c5-b1e88928db91 {
  display: none;
}
#s-ae42189f-bf2e-46d7-90c5-b1e88928db91, #wrap-s-ae42189f-bf2e-46d7-90c5-b1e88928db91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae42189f-bf2e-46d7-90c5-b1e88928db91 {
  display: none;
}
#s-ae42189f-bf2e-46d7-90c5-b1e88928db91, #wrap-s-ae42189f-bf2e-46d7-90c5-b1e88928db91 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae42189f-bf2e-46d7-90c5-b1e88928db91 {
  
}
}@media (max-width: 767px){#s-ae42189f-bf2e-46d7-90c5-b1e88928db91 {
  display: none;
}
#s-ae42189f-bf2e-46d7-90c5-b1e88928db91, #wrap-s-ae42189f-bf2e-46d7-90c5-b1e88928db91 { display:none !important; }}



  #s-ae42189f-bf2e-46d7-90c5-b1e88928db91 img.shogun-image {
    
    width: px;
  }


#s-ae42189f-bf2e-46d7-90c5-b1e88928db91 .shogun-image-content {
  
    align-items: center;
  
}

#s-b659e123-02a1-463f-88be-a57956c2c4af {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-b659e123-02a1-463f-88be-a57956c2c4af {
  display: none;
}
#s-b659e123-02a1-463f-88be-a57956c2c4af, #wrap-s-b659e123-02a1-463f-88be-a57956c2c4af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b659e123-02a1-463f-88be-a57956c2c4af {
  display: none;
}
#s-b659e123-02a1-463f-88be-a57956c2c4af, #wrap-s-b659e123-02a1-463f-88be-a57956c2c4af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b659e123-02a1-463f-88be-a57956c2c4af {
  
}
}
#s-821a5483-9dd9-49c7-a030-58de2da9b98f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-821a5483-9dd9-49c7-a030-58de2da9b98f {
  display: none;
}
#s-821a5483-9dd9-49c7-a030-58de2da9b98f, #wrap-s-821a5483-9dd9-49c7-a030-58de2da9b98f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-821a5483-9dd9-49c7-a030-58de2da9b98f {
  display: none;
}
#s-821a5483-9dd9-49c7-a030-58de2da9b98f, #wrap-s-821a5483-9dd9-49c7-a030-58de2da9b98f { display:none !important; }}@media (max-width: 767px){#s-821a5483-9dd9-49c7-a030-58de2da9b98f {
  display: none;
}
#s-821a5483-9dd9-49c7-a030-58de2da9b98f, #wrap-s-821a5483-9dd9-49c7-a030-58de2da9b98f { display:none !important; }}







#s-821a5483-9dd9-49c7-a030-58de2da9b98f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-821a5483-9dd9-49c7-a030-58de2da9b98f.shg-box.shg-c {
  justify-content: center;
}

#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29 {
  display: none;
}
#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29, #wrap-s-f23dcf33-18b6-42a4-8a62-0303b41a9a29 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29 {
  display: none;
}
#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29, #wrap-s-f23dcf33-18b6-42a4-8a62-0303b41a9a29 { display:none !important; }}@media (max-width: 767px){#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29 {
  display: none;
}
#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29, #wrap-s-f23dcf33-18b6-42a4-8a62-0303b41a9a29 { display:none !important; }}







#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f23dcf33-18b6-42a4-8a62-0303b41a9a29.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-061a05d5-562a-4748-96c8-3bc5d59d0273"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1f0245b5-6140-4dfc-841b-dbfeaed74c3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f0245b5-6140-4dfc-841b-dbfeaed74c3a .shogun-heading-component h2 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-1f0245b5-6140-4dfc-841b-dbfeaed74c3a .shogun-heading-component h2 a {
  color: rgba(114, 31, 98, 1);
}


#s-524f1f0e-27c3-46ed-8a02-b3f08064b898 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5418f704-4f35-4940-bb7c-2c3e76868b73 {
  display: none;
}
#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 {
  text-align: left;
}


.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 {
  max-width: 100%;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom,
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 {
  max-width: 100%;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom,
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 {
  max-width: 100%;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom,
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 {
  max-width: 100%;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom,
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 {
  max-width: 100%;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom,
.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b7eae-c059-4287-ae54-c27ee5c58841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3df49e57-b062-449b-852d-5672ebb0c0df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3df49e57-b062-449b-852d-5672ebb0c0df .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-a16c61f7-fccc-4d7c-8795-51695af2ad17 {
  text-align: center;
}

#s-a16c61f7-fccc-4d7c-8795-51695af2ad17 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a16c61f7-fccc-4d7c-8795-51695af2ad17 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a16c61f7-fccc-4d7c-8795-51695af2ad17 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-37dc496a-7fd2-41cc-9b95-e6139d6a90b8 {
  text-align: center;
}




  #s-37dc496a-7fd2-41cc-9b95-e6139d6a90b8 img.shogun-image {
    
    width: px;
  }


#s-37dc496a-7fd2-41cc-9b95-e6139d6a90b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6200eeb2-adea-4adb-a4d6-56c9cb65d306 {
  display: none;
}
#s-90776a34-4a14-459f-b43b-f764b64a1243 {
  text-align: left;
}


.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 {
  max-width: 100%;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom,
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 {
  max-width: 100%;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom,
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 {
  max-width: 100%;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom,
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 {
  max-width: 100%;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom,
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 {
  max-width: 100%;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom,
.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90776a34-4a14-459f-b43b-f764b64a1243 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-253ee3bb-3248-4eba-b2eb-4430ff84882a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-253ee3bb-3248-4eba-b2eb-4430ff84882a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d590add8-0271-4754-b6b2-f5b712944ea5 {
  text-align: center;
}

#s-d590add8-0271-4754-b6b2-f5b712944ea5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d590add8-0271-4754-b6b2-f5b712944ea5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d590add8-0271-4754-b6b2-f5b712944ea5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-158a39ce-96d1-45a5-b270-1a96e3a678bd {
  display: none;
}
#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 {
  text-align: left;
}


.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 {
  max-width: 100%;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom,
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 {
  max-width: 100%;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom,
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 {
  max-width: 100%;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom,
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 {
  max-width: 100%;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom,
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 {
  max-width: 100%;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom,
.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ec09a8-9164-4c36-84ad-8bc87c6b1053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6be69b03-93e7-4fee-ae3d-dc8d90e88737 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6be69b03-93e7-4fee-ae3d-dc8d90e88737 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-eb98ab7c-5a53-4f5a-97a4-a64e33fda83e {
  text-align: center;
}

#s-eb98ab7c-5a53-4f5a-97a4-a64e33fda83e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb98ab7c-5a53-4f5a-97a4-a64e33fda83e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eb98ab7c-5a53-4f5a-97a4-a64e33fda83e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3edb8e4c-d2d8-4ff4-aef6-5c7ebcb4e593 {
  display: none;
}
#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b {
  text-align: left;
}


.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b {
  max-width: 100%;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom,
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b {
  max-width: 100%;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom,
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b {
  max-width: 100%;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom,
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b {
  max-width: 100%;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom,
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b {
  max-width: 100%;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom,
.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9253e90c-375e-4e5c-ae7a-af0c1d0b414b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8b5f474c-9aa9-4942-b792-930828aae657 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b5f474c-9aa9-4942-b792-930828aae657 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-91a15b81-15ab-4aa7-9a28-827b835d628b {
  text-align: center;
}

#s-91a15b81-15ab-4aa7-9a28-827b835d628b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-91a15b81-15ab-4aa7-9a28-827b835d628b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-91a15b81-15ab-4aa7-9a28-827b835d628b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0c147e4-4d00-442d-af4a-9bf8ecdb48d9 {
  display: none;
}
#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 {
  text-align: left;
}


.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 {
  max-width: 100%;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom,
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 {
  max-width: 100%;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom,
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 {
  max-width: 100%;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom,
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 {
  max-width: 100%;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom,
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 {
  max-width: 100%;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom,
.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6aa75c0c-089b-456a-8884-1059a7d9dcc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-db9c03da-49cc-44c4-870c-02957d39d204 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db9c03da-49cc-44c4-870c-02957d39d204 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8b704bc7-6d39-4f87-a1b3-44bb14c0324c {
  text-align: center;
}

#s-8b704bc7-6d39-4f87-a1b3-44bb14c0324c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8b704bc7-6d39-4f87-a1b3-44bb14c0324c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8b704bc7-6d39-4f87-a1b3-44bb14c0324c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b151ee55-dd29-4ae4-bd7e-3a77861e5520 {
  display: none;
}
#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 {
  text-align: left;
}


.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 {
  max-width: 100%;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom,
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 {
  max-width: 100%;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom,
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 {
  max-width: 100%;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom,
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 {
  max-width: 100%;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom,
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 {
  max-width: 100%;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom,
.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ba8f38f-5db4-4637-9173-72fa8d9f3c23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf4d3a80-696f-4687-bb6b-3881c8a6b39f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf4d3a80-696f-4687-bb6b-3881c8a6b39f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ad4ffe6d-d3c9-40fe-9a68-00d99be856f4 {
  text-align: center;
}

#s-ad4ffe6d-d3c9-40fe-9a68-00d99be856f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ad4ffe6d-d3c9-40fe-9a68-00d99be856f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ad4ffe6d-d3c9-40fe-9a68-00d99be856f4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5d44f843-740f-4ecc-963e-298fdf04b106 {
  display: none;
}
#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a {
  text-align: left;
}


.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a {
  max-width: 100%;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom,
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a {
  max-width: 100%;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom,
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a {
  max-width: 100%;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom,
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a {
  max-width: 100%;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom,
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a {
  max-width: 100%;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom,
.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4399935a-317a-4c19-a8f4-3bce9dc68a6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-58398bbf-7821-4a1d-981b-7f97a481d33d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58398bbf-7821-4a1d-981b-7f97a481d33d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-fd5def1e-cc66-4071-a86b-02408986ddfe {
  text-align: center;
}

#s-fd5def1e-cc66-4071-a86b-02408986ddfe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fd5def1e-cc66-4071-a86b-02408986ddfe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fd5def1e-cc66-4071-a86b-02408986ddfe .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4f2e221-82c4-4b50-8154-636b7f75709d {
  display: none;
}
#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a {
  text-align: left;
}


.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a {
  max-width: 100%;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom,
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a {
  max-width: 100%;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom,
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a {
  max-width: 100%;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom,
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a {
  max-width: 100%;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom,
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a {
  max-width: 100%;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom,
.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d09bd2a4-0311-4045-9c4c-46dc9dcfe51a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c4d8d4dc-15d0-48b0-a5c9-e65c45a45731 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4d8d4dc-15d0-48b0-a5c9-e65c45a45731 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c060be25-7fa0-4cc8-bf6f-4b660e5cdaaf {
  text-align: center;
}

#s-c060be25-7fa0-4cc8-bf6f-4b660e5cdaaf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c060be25-7fa0-4cc8-bf6f-4b660e5cdaaf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c060be25-7fa0-4cc8-bf6f-4b660e5cdaaf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-02f37751-d040-4f85-b0ef-1fd41dbaaa55 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02f37751-d040-4f85-b0ef-1fd41dbaaa55:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-02f37751-d040-4f85-b0ef-1fd41dbaaa55:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02f37751-d040-4f85-b0ef-1fd41dbaaa55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-436b1850-17f2-4381-b602-74fec9ed15d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-436b1850-17f2-4381-b602-74fec9ed15d1 {
  display: none;
}
#s-436b1850-17f2-4381-b602-74fec9ed15d1, #wrap-s-436b1850-17f2-4381-b602-74fec9ed15d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-436b1850-17f2-4381-b602-74fec9ed15d1 {
  display: none;
}
#s-436b1850-17f2-4381-b602-74fec9ed15d1, #wrap-s-436b1850-17f2-4381-b602-74fec9ed15d1 { display:none !important; }}@media (max-width: 767px){#s-436b1850-17f2-4381-b602-74fec9ed15d1 {
  display: none;
}
#s-436b1850-17f2-4381-b602-74fec9ed15d1, #wrap-s-436b1850-17f2-4381-b602-74fec9ed15d1 { display:none !important; }}
#s-436b1850-17f2-4381-b602-74fec9ed15d1 .shogun-heading-component h2 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-436b1850-17f2-4381-b602-74fec9ed15d1 .shogun-heading-component h2 a {
  color: rgba(114, 32, 98, 1);
}


#s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e {
  text-align: center;
}
@media (min-width: 1200px){#s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e {
  display: none;
}
#s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e, #wrap-s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e {
  display: none;
}
#s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e, #wrap-s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e { display:none !important; }}@media (max-width: 767px){#s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e {
  display: none;
}
#s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e, #wrap-s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e { display:none !important; }}



  #s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e img.shogun-image {
    
    width: px;
  }


#s-68b44a39-fb9a-4e29-acb8-0ab5bc0e3c9e .shogun-image-content {
  
    align-items: center;
  
}

#s-45e3f19c-aba7-4530-8964-8b5c20d1f00d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-45e3f19c-aba7-4530-8964-8b5c20d1f00d:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45e3f19c-aba7-4530-8964-8b5c20d1f00d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-45e3f19c-aba7-4530-8964-8b5c20d1f00d {
  display: none;
}
#s-45e3f19c-aba7-4530-8964-8b5c20d1f00d, #wrap-s-45e3f19c-aba7-4530-8964-8b5c20d1f00d { display:none !important; }}@media (max-width: 767px){#s-45e3f19c-aba7-4530-8964-8b5c20d1f00d {
  display: none;
}
#s-45e3f19c-aba7-4530-8964-8b5c20d1f00d, #wrap-s-45e3f19c-aba7-4530-8964-8b5c20d1f00d { display:none !important; }}


#s-45e3f19c-aba7-4530-8964-8b5c20d1f00d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0:hover {background-color: rgba(108, 202, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0 {
  display: none;
}
#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0, #wrap-s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0 {
  display: none;
}
#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0, #wrap-s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0 {
  
}
}@media (max-width: 767px){#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0 {
  display: none;
}
#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0, #wrap-s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0 { display:none !important; }}


#s-e2d49126-f7cc-4fe3-9a63-bff29ca454f0.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-d6d41590-6bc0-4a1a-8e2b-30da8331642b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d6d41590-6bc0-4a1a-8e2b-30da8331642b {
  display: none;
}
#s-d6d41590-6bc0-4a1a-8e2b-30da8331642b, #wrap-s-d6d41590-6bc0-4a1a-8e2b-30da8331642b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6d41590-6bc0-4a1a-8e2b-30da8331642b {
  display: none;
}
#s-d6d41590-6bc0-4a1a-8e2b-30da8331642b, #wrap-s-d6d41590-6bc0-4a1a-8e2b-30da8331642b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6d41590-6bc0-4a1a-8e2b-30da8331642b {
  
}
}







#s-d6d41590-6bc0-4a1a-8e2b-30da8331642b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6d41590-6bc0-4a1a-8e2b-30da8331642b.shg-box.shg-c {
  justify-content: center;
}

#s-a8e9cb11-97f7-41de-a92b-73d21b3a329e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8e9cb11-97f7-41de-a92b-73d21b3a329e {
  display: none;
}
#s-a8e9cb11-97f7-41de-a92b-73d21b3a329e, #wrap-s-a8e9cb11-97f7-41de-a92b-73d21b3a329e { display:none !important; }}



  #s-a8e9cb11-97f7-41de-a92b-73d21b3a329e img.shogun-image {
    
    width: px;
  }


#s-a8e9cb11-97f7-41de-a92b-73d21b3a329e .shogun-image-content {
  
    align-items: center;
  
}

#s-b44d0f3d-2233-4da3-9a46-1431650608bd {
  text-align: center;
}
@media (min-width: 1200px){#s-b44d0f3d-2233-4da3-9a46-1431650608bd {
  display: none;
}
#s-b44d0f3d-2233-4da3-9a46-1431650608bd, #wrap-s-b44d0f3d-2233-4da3-9a46-1431650608bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b44d0f3d-2233-4da3-9a46-1431650608bd {
  display: none;
}
#s-b44d0f3d-2233-4da3-9a46-1431650608bd, #wrap-s-b44d0f3d-2233-4da3-9a46-1431650608bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b44d0f3d-2233-4da3-9a46-1431650608bd {
  
}
}@media (max-width: 767px){#s-b44d0f3d-2233-4da3-9a46-1431650608bd {
  display: none;
}
#s-b44d0f3d-2233-4da3-9a46-1431650608bd, #wrap-s-b44d0f3d-2233-4da3-9a46-1431650608bd { display:none !important; }}



  #s-b44d0f3d-2233-4da3-9a46-1431650608bd img.shogun-image {
    
    width: px;
  }


#s-b44d0f3d-2233-4da3-9a46-1431650608bd .shogun-image-content {
  
    align-items: center;
  
}

#s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2 {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2 {
  display: none;
}
#s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2, #wrap-s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2 {
  display: none;
}
#s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2, #wrap-s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2 {
  
}
}@media (max-width: 767px){#s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2 {
  display: none;
}
#s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2, #wrap-s-bd4b877a-c3eb-4b14-86b8-d7800ca9a2f2 { display:none !important; }}
#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c {
  display: none;
}
#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c, #wrap-s-900f6d51-5adc-4dfe-b043-2438bbcdd59c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c {
  display: none;
}
#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c, #wrap-s-900f6d51-5adc-4dfe-b043-2438bbcdd59c { display:none !important; }}@media (max-width: 767px){#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c {
  display: none;
}
#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c, #wrap-s-900f6d51-5adc-4dfe-b043-2438bbcdd59c { display:none !important; }}







#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-900f6d51-5adc-4dfe-b043-2438bbcdd59c.shg-box.shg-c {
  justify-content: center;
}

#s-3a971daa-be8f-431c-943c-4fe7864556c6 {
  padding-left: 100px;
padding-right: 100px;
}

#s-3a971daa-be8f-431c-943c-4fe7864556c6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-71b1d0a8-b060-44f2-a7dd-a5c6f4e498bc {
  min-height: 50px;
}








#s-71b1d0a8-b060-44f2-a7dd-a5c6f4e498bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b1d0a8-b060-44f2-a7dd-a5c6f4e498bc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df {
  display: none;
}
#s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df, #wrap-s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df {
  display: none;
}
#s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df, #wrap-s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df { display:none !important; }}@media (max-width: 767px){#s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df {
  display: none;
}
#s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df, #wrap-s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df { display:none !important; }}
@media (min-width: 0px) {
[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4e68ab4b-f2aa-44e8-a7e3-e870a1acf3df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-22af01fe-312c-4b66-9adc-4116f5d1f25c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-22af01fe-312c-4b66-9adc-4116f5d1f25c {
  display: none;
}
#s-22af01fe-312c-4b66-9adc-4116f5d1f25c, #wrap-s-22af01fe-312c-4b66-9adc-4116f5d1f25c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22af01fe-312c-4b66-9adc-4116f5d1f25c {
  display: none;
}
#s-22af01fe-312c-4b66-9adc-4116f5d1f25c, #wrap-s-22af01fe-312c-4b66-9adc-4116f5d1f25c { display:none !important; }}@media (max-width: 767px){#s-22af01fe-312c-4b66-9adc-4116f5d1f25c {
  display: none;
}
#s-22af01fe-312c-4b66-9adc-4116f5d1f25c, #wrap-s-22af01fe-312c-4b66-9adc-4116f5d1f25c { display:none !important; }}
#s-22af01fe-312c-4b66-9adc-4116f5d1f25c .shogun-heading-component h2 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-22af01fe-312c-4b66-9adc-4116f5d1f25c .shogun-heading-component h2 a {
  color: rgba(114, 31, 98, 1);
}


#s-daa5a336-b7b3-41ea-904e-60bb0d67d6df {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-daa5a336-b7b3-41ea-904e-60bb0d67d6df {
  display: none;
}
#s-daa5a336-b7b3-41ea-904e-60bb0d67d6df, #wrap-s-daa5a336-b7b3-41ea-904e-60bb0d67d6df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-daa5a336-b7b3-41ea-904e-60bb0d67d6df {
  display: none;
}
#s-daa5a336-b7b3-41ea-904e-60bb0d67d6df, #wrap-s-daa5a336-b7b3-41ea-904e-60bb0d67d6df { display:none !important; }}@media (max-width: 767px){#s-daa5a336-b7b3-41ea-904e-60bb0d67d6df {
  display: none;
}
#s-daa5a336-b7b3-41ea-904e-60bb0d67d6df, #wrap-s-daa5a336-b7b3-41ea-904e-60bb0d67d6df { display:none !important; }}
#s-73afe5f9-ac58-4665-ab78-1f2d1d691432 {
  display: none;
}
#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 {
  text-align: left;
}


.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 {
  max-width: 100%;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom,
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 {
  max-width: 100%;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom,
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 {
  max-width: 100%;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom,
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 {
  max-width: 100%;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom,
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 {
  max-width: 100%;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom,
.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0a974d5-b2c5-48b4-94e8-17fb99b92c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b4731ffc-0ef4-49c1-87d5-58d46ce80214 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4731ffc-0ef4-49c1-87d5-58d46ce80214 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5ccdd87a-5a10-4c3d-894f-9588de99d56e {
  text-align: center;
}

#s-5ccdd87a-5a10-4c3d-894f-9588de99d56e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ccdd87a-5a10-4c3d-894f-9588de99d56e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ccdd87a-5a10-4c3d-894f-9588de99d56e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b107631-9673-4d19-9bc9-446f83b2afef {
  display: none;
}
#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d {
  text-align: left;
}


.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d {
  max-width: 100%;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom,
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d {
  max-width: 100%;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom,
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d {
  max-width: 100%;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom,
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d {
  max-width: 100%;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom,
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d {
  max-width: 100%;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom,
.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc16c09-5e9c-4e46-b3ea-aa10ddf5345d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4ade5b52-1dad-43f0-b4c3-e8835355522b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ade5b52-1dad-43f0-b4c3-e8835355522b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-897c0bd2-bc0d-4f67-aa3b-09ae612ae766 {
  text-align: center;
}

#s-897c0bd2-bc0d-4f67-aa3b-09ae612ae766 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-897c0bd2-bc0d-4f67-aa3b-09ae612ae766 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-897c0bd2-bc0d-4f67-aa3b-09ae612ae766 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0900577-459f-433c-b3bb-3916dd103d27 {
  display: none;
}
#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab {
  text-align: left;
}


.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab {
  max-width: 100%;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom,
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab {
  max-width: 100%;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom,
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab {
  max-width: 100%;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom,
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab {
  max-width: 100%;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom,
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab {
  max-width: 100%;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom,
.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8af65c7-3eb4-4a78-bda3-4c63e7aae0ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aa98cb6c-8843-4e81-bc12-a47da15bb528 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa98cb6c-8843-4e81-bc12-a47da15bb528 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-cead569e-5ed4-4d7e-8f1e-78110b4f133e {
  text-align: center;
}

#s-cead569e-5ed4-4d7e-8f1e-78110b4f133e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cead569e-5ed4-4d7e-8f1e-78110b4f133e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cead569e-5ed4-4d7e-8f1e-78110b4f133e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-573386b3-2c58-4cc4-a0e1-f0754d9ab587 {
  display: none;
}
#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 {
  text-align: left;
}


.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 {
  max-width: 100%;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom,
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 {
  max-width: 100%;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom,
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 {
  max-width: 100%;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom,
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 {
  max-width: 100%;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom,
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 {
  max-width: 100%;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom,
.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3787ab3-300d-4547-8bb4-cd9a36ca7150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f80d1322-d4d3-4a0f-bd20-f9f8f6289d14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f80d1322-d4d3-4a0f-bd20-f9f8f6289d14 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-f98dec38-8201-42a7-8a7f-5e59ce5486b3 {
  text-align: center;
}

#s-f98dec38-8201-42a7-8a7f-5e59ce5486b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f98dec38-8201-42a7-8a7f-5e59ce5486b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f98dec38-8201-42a7-8a7f-5e59ce5486b3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b20f7b7-b719-467b-acd0-3d48f0441899 {
  text-align: center;
}




  #s-6b20f7b7-b719-467b-acd0-3d48f0441899 img.shogun-image {
    
    width: px;
  }


#s-6b20f7b7-b719-467b-acd0-3d48f0441899 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c52c49a-f223-4bef-90e7-4c351a4c2816 {
  display: none;
}
#s-1f7a5e56-348c-4e81-85c3-d2e0084ece50 {
  display: none;
}
#s-539ee403-cab6-49d3-b910-cfb678ba4c87 {
  text-align: left;
}


.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 {
  max-width: 100%;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom,
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 {
  max-width: 100%;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom,
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 {
  max-width: 100%;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom,
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 {
  max-width: 100%;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom,
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 {
  max-width: 100%;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom,
.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-539ee403-cab6-49d3-b910-cfb678ba4c87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2a160d8-6af2-4651-9184-72f58bd4edbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2a160d8-6af2-4651-9184-72f58bd4edbe .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-70c2b8be-88e9-4482-b4e6-006d003839cb {
  text-align: center;
}

#s-70c2b8be-88e9-4482-b4e6-006d003839cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-70c2b8be-88e9-4482-b4e6-006d003839cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-70c2b8be-88e9-4482-b4e6-006d003839cb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-098d520b-3817-4799-b945-fc508771269c {
  display: none;
}
#s-5eb10007-324a-4827-b3ac-ca8d1508ec5e {
  display: none;
}
#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 {
  text-align: left;
}


.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 {
  max-width: 100%;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom,
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 {
  max-width: 100%;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom,
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 {
  max-width: 100%;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom,
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 {
  max-width: 100%;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom,
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 {
  max-width: 100%;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom,
.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d41485c0-aa47-4941-8fa8-f9b05eae7561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d0b32bdc-7707-41db-ab93-691aa8e4e935 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0b32bdc-7707-41db-ab93-691aa8e4e935 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9f7ce739-2203-4e72-aba4-89b7bf3b03fe {
  text-align: center;
}

#s-9f7ce739-2203-4e72-aba4-89b7bf3b03fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f7ce739-2203-4e72-aba4-89b7bf3b03fe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f7ce739-2203-4e72-aba4-89b7bf3b03fe .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c94f04b-0241-492e-880e-222332a1f45e {
  display: none;
}
#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce {
  text-align: left;
}


.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce {
  max-width: 100%;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom,
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce {
  max-width: 100%;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom,
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce {
  max-width: 100%;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom,
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce {
  max-width: 100%;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom,
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce {
  max-width: 100%;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom,
.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bec89317-331d-4ab9-a7da-2c2fc173c0ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-62874997-0a5f-4ec8-b853-191f4ea18360 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62874997-0a5f-4ec8-b853-191f4ea18360 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e86f01a0-3b4a-44d1-b255-449df1b90b0a {
  text-align: center;
}

#s-e86f01a0-3b4a-44d1-b255-449df1b90b0a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e86f01a0-3b4a-44d1-b255-449df1b90b0a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e86f01a0-3b4a-44d1-b255-449df1b90b0a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8fef9699-f178-431e-bcd8-f184ddc80ccc {
  display: none;
}
#s-1b971f85-635a-4cec-8f3f-61e3f1912cab {
  text-align: left;
}


.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab {
  max-width: 100%;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom,
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab {
  max-width: 100%;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom,
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab {
  max-width: 100%;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom,
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab {
  max-width: 100%;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom,
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab {
  max-width: 100%;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom,
.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b971f85-635a-4cec-8f3f-61e3f1912cab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-75072c7f-e9d0-4ee7-9a0f-c21c327d9dbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75072c7f-e9d0-4ee7-9a0f-c21c327d9dbd .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-650d2062-48f3-4a47-84a7-635ff2d31d06 {
  text-align: center;
}

#s-650d2062-48f3-4a47-84a7-635ff2d31d06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-650d2062-48f3-4a47-84a7-635ff2d31d06 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-650d2062-48f3-4a47-84a7-635ff2d31d06 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a2c83b96-0ae1-44d3-9108-19cb2b8cd482 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a2c83b96-0ae1-44d3-9108-19cb2b8cd482:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2c83b96-0ae1-44d3-9108-19cb2b8cd482:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2c83b96-0ae1-44d3-9108-19cb2b8cd482.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f {
  display: none;
}
#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f, #wrap-s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f {
  display: none;
}
#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f, #wrap-s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f { display:none !important; }}@media (max-width: 767px){#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f {
  display: none;
}
#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f, #wrap-s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f { display:none !important; }}
#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f .shogun-heading-component h2 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5c616db0-2f68-4a0e-ae1a-d6b791730d1f .shogun-heading-component h2 a {
  color: rgba(114, 32, 98, 1);
}


#s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 {
  text-align: center;
}
@media (min-width: 1200px){#s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 {
  display: none;
}
#s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1, #wrap-s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 {
  display: none;
}
#s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1, #wrap-s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 { display:none !important; }}@media (max-width: 767px){#s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 {
  display: none;
}
#s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1, #wrap-s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 { display:none !important; }}



  #s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 img.shogun-image {
    
    width: px;
  }


#s-85420f65-84bc-4303-aef9-fc2e1ec8d8b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b {
  display: none;
}
#s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b, #wrap-s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b { display:none !important; }}@media (max-width: 767px){#s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b {
  display: none;
}
#s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b, #wrap-s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b { display:none !important; }}


#s-95cb37c9-dcc3-49c1-93d3-11c30335dc2b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f {
  display: none;
}
#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f, #wrap-s-de00d74b-420b-4fbe-b850-6cd19e1fb51f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f {
  display: none;
}
#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f, #wrap-s-de00d74b-420b-4fbe-b850-6cd19e1fb51f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f {
  
}
}


#s-de00d74b-420b-4fbe-b850-6cd19e1fb51f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-dc76c726-932c-4109-a345-bb76ba6c1709 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc76c726-932c-4109-a345-bb76ba6c1709 {
  display: none;
}
#s-dc76c726-932c-4109-a345-bb76ba6c1709, #wrap-s-dc76c726-932c-4109-a345-bb76ba6c1709 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc76c726-932c-4109-a345-bb76ba6c1709 {
  display: none;
}
#s-dc76c726-932c-4109-a345-bb76ba6c1709, #wrap-s-dc76c726-932c-4109-a345-bb76ba6c1709 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc76c726-932c-4109-a345-bb76ba6c1709 {
  
}
}@media (max-width: 767px){#s-dc76c726-932c-4109-a345-bb76ba6c1709 {
  display: none;
}
#s-dc76c726-932c-4109-a345-bb76ba6c1709, #wrap-s-dc76c726-932c-4109-a345-bb76ba6c1709 { display:none !important; }}







#s-dc76c726-932c-4109-a345-bb76ba6c1709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc76c726-932c-4109-a345-bb76ba6c1709.shg-box.shg-c {
  justify-content: center;
}

#s-98db3802-f1e2-490e-a7e0-6c56efeb5a9a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-98db3802-f1e2-490e-a7e0-6c56efeb5a9a {
  display: none;
}
#s-98db3802-f1e2-490e-a7e0-6c56efeb5a9a, #wrap-s-98db3802-f1e2-490e-a7e0-6c56efeb5a9a { display:none !important; }}



  #s-98db3802-f1e2-490e-a7e0-6c56efeb5a9a img.shogun-image {
    
    width: px;
  }


#s-98db3802-f1e2-490e-a7e0-6c56efeb5a9a .shogun-image-content {
  
    align-items: center;
  
}

#s-590c9bc0-b94c-4358-97a4-10875a4aeb58 {
  text-align: center;
}
@media (min-width: 1200px){#s-590c9bc0-b94c-4358-97a4-10875a4aeb58 {
  display: none;
}
#s-590c9bc0-b94c-4358-97a4-10875a4aeb58, #wrap-s-590c9bc0-b94c-4358-97a4-10875a4aeb58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-590c9bc0-b94c-4358-97a4-10875a4aeb58 {
  display: none;
}
#s-590c9bc0-b94c-4358-97a4-10875a4aeb58, #wrap-s-590c9bc0-b94c-4358-97a4-10875a4aeb58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-590c9bc0-b94c-4358-97a4-10875a4aeb58 {
  
}
}@media (max-width: 767px){#s-590c9bc0-b94c-4358-97a4-10875a4aeb58 {
  display: none;
}
#s-590c9bc0-b94c-4358-97a4-10875a4aeb58, #wrap-s-590c9bc0-b94c-4358-97a4-10875a4aeb58 { display:none !important; }}



  #s-590c9bc0-b94c-4358-97a4-10875a4aeb58 img.shogun-image {
    
    width: px;
  }


#s-590c9bc0-b94c-4358-97a4-10875a4aeb58 .shogun-image-content {
  
    align-items: center;
  
}

#s-a229385a-ad81-4661-a9e7-68fea544da70 {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-a229385a-ad81-4661-a9e7-68fea544da70 {
  display: none;
}
#s-a229385a-ad81-4661-a9e7-68fea544da70, #wrap-s-a229385a-ad81-4661-a9e7-68fea544da70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a229385a-ad81-4661-a9e7-68fea544da70 {
  display: none;
}
#s-a229385a-ad81-4661-a9e7-68fea544da70, #wrap-s-a229385a-ad81-4661-a9e7-68fea544da70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a229385a-ad81-4661-a9e7-68fea544da70 {
  
}
}@media (max-width: 767px){#s-a229385a-ad81-4661-a9e7-68fea544da70 {
  display: none;
}
#s-a229385a-ad81-4661-a9e7-68fea544da70, #wrap-s-a229385a-ad81-4661-a9e7-68fea544da70 { display:none !important; }}
#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905 {
  display: none;
}
#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905, #wrap-s-e29caedd-6d50-474f-a3c2-d3b2bcc66905 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905 {
  display: none;
}
#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905, #wrap-s-e29caedd-6d50-474f-a3c2-d3b2bcc66905 { display:none !important; }}@media (max-width: 767px){#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905 {
  display: none;
}
#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905, #wrap-s-e29caedd-6d50-474f-a3c2-d3b2bcc66905 { display:none !important; }}







#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e29caedd-6d50-474f-a3c2-d3b2bcc66905.shg-box.shg-c {
  justify-content: center;
}

#s-66fc9b22-659f-44ae-8fab-792c28296c54 {
  padding-left: 100px;
padding-right: 100px;
}

#s-66fc9b22-659f-44ae-8fab-792c28296c54 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5 {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5 {
  display: none;
}
#s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5, #wrap-s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5 {
  display: none;
}
#s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5, #wrap-s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5 { display:none !important; }}@media (max-width: 767px){#s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5 {
  display: none;
}
#s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5, #wrap-s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5 { display:none !important; }}
#s-3f2d7226-7a0d-4496-8f5d-939bf33a26d5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-29fbf2f9-a79c-4df2-ae6a-03380020423d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-29fbf2f9-a79c-4df2-ae6a-03380020423d {
  display: none;
}
#s-29fbf2f9-a79c-4df2-ae6a-03380020423d, #wrap-s-29fbf2f9-a79c-4df2-ae6a-03380020423d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29fbf2f9-a79c-4df2-ae6a-03380020423d {
  display: none;
}
#s-29fbf2f9-a79c-4df2-ae6a-03380020423d, #wrap-s-29fbf2f9-a79c-4df2-ae6a-03380020423d { display:none !important; }}@media (max-width: 767px){#s-29fbf2f9-a79c-4df2-ae6a-03380020423d {
  display: none;
}
#s-29fbf2f9-a79c-4df2-ae6a-03380020423d, #wrap-s-29fbf2f9-a79c-4df2-ae6a-03380020423d { display:none !important; }}







#s-29fbf2f9-a79c-4df2-ae6a-03380020423d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29fbf2f9-a79c-4df2-ae6a-03380020423d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6e5e95c8-5059-4fb4-8216-19facd5f7c09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px){#s-b7040ce6-fbf9-4573-9452-db858da40c35 {
  display: none;
}
#s-b7040ce6-fbf9-4573-9452-db858da40c35, #wrap-s-b7040ce6-fbf9-4573-9452-db858da40c35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7040ce6-fbf9-4573-9452-db858da40c35 {
  display: none;
}
#s-b7040ce6-fbf9-4573-9452-db858da40c35, #wrap-s-b7040ce6-fbf9-4573-9452-db858da40c35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7040ce6-fbf9-4573-9452-db858da40c35 {
  
}
}@media (max-width: 767px){#s-b7040ce6-fbf9-4573-9452-db858da40c35 {
  display: none;
}
#s-b7040ce6-fbf9-4573-9452-db858da40c35, #wrap-s-b7040ce6-fbf9-4573-9452-db858da40c35 { display:none !important; }}
#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba {
  display: none;
}
#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba, #wrap-s-b6075a29-48f4-4ded-a6bf-4fd8171114ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba {
  display: none;
}
#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba, #wrap-s-b6075a29-48f4-4ded-a6bf-4fd8171114ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba {
  
}
}@media (max-width: 767px){#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba {
  display: none;
}
#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba, #wrap-s-b6075a29-48f4-4ded-a6bf-4fd8171114ba { display:none !important; }}
#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba .shogun-heading-component h2 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b6075a29-48f4-4ded-a6bf-4fd8171114ba .shogun-heading-component h2 a {
  color: rgba(114, 31, 98, 1);
}


#s-37d3a2c5-10db-4e09-94cc-525773ac65f2 {
  display: none;
}
#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 {
  text-align: left;
}


.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 {
  max-width: 100%;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom,
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 {
  max-width: 100%;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom,
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 {
  max-width: 100%;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom,
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 {
  max-width: 100%;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom,
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 {
  max-width: 100%;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom,
.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f967ec0-2523-439a-99c3-c5f092dd72f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-213c767c-7aff-4717-8f47-3456b6a6a236 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-213c767c-7aff-4717-8f47-3456b6a6a236 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a3e86202-23e9-4e69-aa15-794d572bcc9f {
  text-align: center;
}

#s-a3e86202-23e9-4e69-aa15-794d572bcc9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3e86202-23e9-4e69-aa15-794d572bcc9f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a3e86202-23e9-4e69-aa15-794d572bcc9f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-158a8361-22d1-4018-b6d2-b9eee78d756b {
  text-align: center;
}




  #s-158a8361-22d1-4018-b6d2-b9eee78d756b img.shogun-image {
    
    width: px;
  }


#s-158a8361-22d1-4018-b6d2-b9eee78d756b .shogun-image-content {
  
    align-items: center;
  
}

#s-7641bae8-3c60-45ae-bcf9-077b17628821 {
  display: none;
}
#s-573047e1-196e-4e8e-908b-40dd462e4ded {
  text-align: left;
}


.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded {
  max-width: 100%;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom,
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded {
  max-width: 100%;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom,
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded {
  max-width: 100%;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom,
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded {
  max-width: 100%;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom,
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded {
  max-width: 100%;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom,
.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-573047e1-196e-4e8e-908b-40dd462e4ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-66b9ed55-a008-440f-92b2-f2ea71e67936 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66b9ed55-a008-440f-92b2-f2ea71e67936 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-90865032-d43f-4045-8ef9-a21184a75903 {
  text-align: center;
}

#s-90865032-d43f-4045-8ef9-a21184a75903 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-90865032-d43f-4045-8ef9-a21184a75903 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-90865032-d43f-4045-8ef9-a21184a75903 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-890502d1-3e88-4961-b67e-7bb6320114ec {
  display: none;
}
#s-1b0de939-04b1-42af-9d30-6be611439f9e {
  text-align: left;
}


.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e {
  max-width: 100%;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom,
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e {
  max-width: 100%;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom,
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e {
  max-width: 100%;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom,
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e {
  max-width: 100%;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom,
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e {
  max-width: 100%;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom,
.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b0de939-04b1-42af-9d30-6be611439f9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf582a9d-df8f-48ed-b053-a00a4c754868 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf582a9d-df8f-48ed-b053-a00a4c754868 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a68db75a-5a38-44b3-a93d-64c2f146f2c7 {
  text-align: center;
}

#s-a68db75a-5a38-44b3-a93d-64c2f146f2c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a68db75a-5a38-44b3-a93d-64c2f146f2c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a68db75a-5a38-44b3-a93d-64c2f146f2c7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1df26554-6338-483f-8779-f9996c8fb9bf {
  display: none;
}
#s-e2843fbf-d15d-4370-b4da-d5e201138452 {
  text-align: left;
}


.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 {
  max-width: 100%;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom,
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 {
  max-width: 100%;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom,
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 {
  max-width: 100%;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom,
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 {
  max-width: 100%;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom,
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 {
  max-width: 100%;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom,
.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2843fbf-d15d-4370-b4da-d5e201138452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aa97ce5e-abea-4b6a-8b1f-e0525734ca65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa97ce5e-abea-4b6a-8b1f-e0525734ca65 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-447c2ca9-287c-4481-b518-f0bef464f76f {
  text-align: center;
}

#s-447c2ca9-287c-4481-b518-f0bef464f76f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-447c2ca9-287c-4481-b518-f0bef464f76f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-447c2ca9-287c-4481-b518-f0bef464f76f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3424a9ad-1ad3-4a73-8260-36de3cfa75a2 {
  display: none;
}
#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 {
  text-align: left;
}


.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 {
  max-width: 100%;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom,
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 {
  max-width: 100%;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom,
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 {
  max-width: 100%;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom,
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 {
  max-width: 100%;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom,
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 {
  max-width: 100%;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom,
.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a20a5f6-08a2-4bd5-bc2a-71cbd3de2c03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-936a10f1-7b27-4a48-8745-8ab0137a2eb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-936a10f1-7b27-4a48-8745-8ab0137a2eb1 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1bce4910-c0c5-4500-97e1-f797f9d9fd58 {
  text-align: center;
}

#s-1bce4910-c0c5-4500-97e1-f797f9d9fd58 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1bce4910-c0c5-4500-97e1-f797f9d9fd58 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1bce4910-c0c5-4500-97e1-f797f9d9fd58 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35c02a2b-c52f-4760-b93e-7a3688f058d0 {
  display: none;
}
#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 {
  text-align: left;
}


.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 {
  max-width: 100%;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom,
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 {
  max-width: 100%;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom,
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 {
  max-width: 100%;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom,
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 {
  max-width: 100%;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom,
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 {
  max-width: 100%;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom,
.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7e36f8f-1e6b-4099-91e3-adc136fb8e37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dac71252-57ea-4794-b0e6-71dfe72f2e3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dac71252-57ea-4794-b0e6-71dfe72f2e3b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-41d9e8ed-e8f5-486c-9615-9a2378052c2c {
  text-align: center;
}

#s-41d9e8ed-e8f5-486c-9615-9a2378052c2c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41d9e8ed-e8f5-486c-9615-9a2378052c2c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-41d9e8ed-e8f5-486c-9615-9a2378052c2c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44cd02a9-8775-428f-b709-bfbafa171527 {
  display: none;
}
#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 {
  text-align: left;
}


.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 {
  max-width: 100%;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom,
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 {
  max-width: 100%;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom,
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 {
  max-width: 100%;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom,
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 {
  max-width: 100%;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom,
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 {
  max-width: 100%;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom,
.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69b96eb0-aa9f-43e7-856b-7464a65bd4e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a3a47083-70b5-4d81-b449-a1d60c4e9c27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3a47083-70b5-4d81-b449-a1d60c4e9c27 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-468dcf90-49ab-4349-953c-7b5f2b53a47a {
  text-align: center;
}

#s-468dcf90-49ab-4349-953c-7b5f2b53a47a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-468dcf90-49ab-4349-953c-7b5f2b53a47a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-468dcf90-49ab-4349-953c-7b5f2b53a47a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea0789c6-8be8-4911-9496-1c500bf39b9e {
  display: none;
}
#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 {
  text-align: left;
}


.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 {
  max-width: 100%;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom,
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 {
  max-width: 100%;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom,
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 {
  max-width: 100%;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom,
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 {
  max-width: 100%;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom,
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 {
  max-width: 100%;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom,
.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3608a3-7e84-4c48-ba92-541b1e312a66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-25a5e880-30db-4d85-ade2-77b3f02de9d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25a5e880-30db-4d85-ade2-77b3f02de9d0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-faee2ae0-e473-49fa-8730-e53cc7c2bfb0 {
  text-align: center;
}

#s-faee2ae0-e473-49fa-8730-e53cc7c2bfb0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-faee2ae0-e473-49fa-8730-e53cc7c2bfb0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-faee2ae0-e473-49fa-8730-e53cc7c2bfb0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8123e879-dc1c-4f1d-8d15-0b912bb069db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8123e879-dc1c-4f1d-8d15-0b912bb069db:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8123e879-dc1c-4f1d-8d15-0b912bb069db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8123e879-dc1c-4f1d-8d15-0b912bb069db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 {
  display: none;
}
#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549, #wrap-s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 {
  display: none;
}
#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549, #wrap-s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 {
  
}
}@media (max-width: 767px){#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 {
  display: none;
}
#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549, #wrap-s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 { display:none !important; }}
#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 .shogun-heading-component h2 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-c5ae2d2a-04aa-4250-b8b1-4b536f1c1549 .shogun-heading-component h2 a {
  color: rgba(114, 32, 98, 1);
}


#s-2404c8b5-788a-4e66-924f-0a6c256c52b5 {
  text-align: center;
}
@media (min-width: 1200px){#s-2404c8b5-788a-4e66-924f-0a6c256c52b5 {
  display: none;
}
#s-2404c8b5-788a-4e66-924f-0a6c256c52b5, #wrap-s-2404c8b5-788a-4e66-924f-0a6c256c52b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2404c8b5-788a-4e66-924f-0a6c256c52b5 {
  display: none;
}
#s-2404c8b5-788a-4e66-924f-0a6c256c52b5, #wrap-s-2404c8b5-788a-4e66-924f-0a6c256c52b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2404c8b5-788a-4e66-924f-0a6c256c52b5 {
  
}
}@media (max-width: 767px){#s-2404c8b5-788a-4e66-924f-0a6c256c52b5 {
  display: none;
}
#s-2404c8b5-788a-4e66-924f-0a6c256c52b5, #wrap-s-2404c8b5-788a-4e66-924f-0a6c256c52b5 { display:none !important; }}



  #s-2404c8b5-788a-4e66-924f-0a6c256c52b5 img.shogun-image {
    
    width: px;
  }


#s-2404c8b5-788a-4e66-924f-0a6c256c52b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0319b9ab-1bc6-4fd5-b64a-c6197252470e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-0319b9ab-1bc6-4fd5-b64a-c6197252470e:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0319b9ab-1bc6-4fd5-b64a-c6197252470e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0319b9ab-1bc6-4fd5-b64a-c6197252470e {
  display: none;
}
#s-0319b9ab-1bc6-4fd5-b64a-c6197252470e, #wrap-s-0319b9ab-1bc6-4fd5-b64a-c6197252470e { display:none !important; }}@media (max-width: 767px){#s-0319b9ab-1bc6-4fd5-b64a-c6197252470e {
  display: none;
}
#s-0319b9ab-1bc6-4fd5-b64a-c6197252470e, #wrap-s-0319b9ab-1bc6-4fd5-b64a-c6197252470e { display:none !important; }}


#s-0319b9ab-1bc6-4fd5-b64a-c6197252470e.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-f444c0d8-865a-4772-a23d-92c70270895b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 1.5em;
}
#s-f444c0d8-865a-4772-a23d-92c70270895b:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f444c0d8-865a-4772-a23d-92c70270895b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f444c0d8-865a-4772-a23d-92c70270895b {
  display: none;
}
#s-f444c0d8-865a-4772-a23d-92c70270895b, #wrap-s-f444c0d8-865a-4772-a23d-92c70270895b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f444c0d8-865a-4772-a23d-92c70270895b {
  display: none;
}
#s-f444c0d8-865a-4772-a23d-92c70270895b, #wrap-s-f444c0d8-865a-4772-a23d-92c70270895b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f444c0d8-865a-4772-a23d-92c70270895b {
  
}
}@media (max-width: 767px){#s-f444c0d8-865a-4772-a23d-92c70270895b {
  display: none;
}
#s-f444c0d8-865a-4772-a23d-92c70270895b, #wrap-s-f444c0d8-865a-4772-a23d-92c70270895b { display:none !important; }}

  #s-f444c0d8-865a-4772-a23d-92c70270895b-btn-wrapper {
    text-align: center;
  }


#s-f444c0d8-865a-4772-a23d-92c70270895b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e {
  display: none;
}
#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e, #wrap-s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e {
  display: none;
}
#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e, #wrap-s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e {
  
}
}@media (max-width: 767px){#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e {
  display: none;
}
#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e, #wrap-s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e { display:none !important; }}







#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ffa6d7b-c966-48cf-89bd-6cce78582c4e.shg-box.shg-c {
  justify-content: center;
}

#s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 {
  text-align: center;
}
@media (min-width: 1200px){#s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 {
  display: none;
}
#s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2, #wrap-s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 {
  display: none;
}
#s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2, #wrap-s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 {
  display: none;
}
#s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2, #wrap-s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 { display:none !important; }}



  #s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 img.shogun-image {
    
    width: px;
  }


#s-52bffa1a-3ddf-4dbd-8b2a-2c976d912ad2 .shogun-image-content {
  
    align-items: center;
  
}

#s-abb67723-2935-4c18-bd76-2f2f9d79d40a {
  text-align: center;
}
@media (min-width: 1200px){#s-abb67723-2935-4c18-bd76-2f2f9d79d40a {
  display: none;
}
#s-abb67723-2935-4c18-bd76-2f2f9d79d40a, #wrap-s-abb67723-2935-4c18-bd76-2f2f9d79d40a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abb67723-2935-4c18-bd76-2f2f9d79d40a {
  display: none;
}
#s-abb67723-2935-4c18-bd76-2f2f9d79d40a, #wrap-s-abb67723-2935-4c18-bd76-2f2f9d79d40a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abb67723-2935-4c18-bd76-2f2f9d79d40a {
  
}
}@media (max-width: 767px){#s-abb67723-2935-4c18-bd76-2f2f9d79d40a {
  display: none;
}
#s-abb67723-2935-4c18-bd76-2f2f9d79d40a, #wrap-s-abb67723-2935-4c18-bd76-2f2f9d79d40a { display:none !important; }}



  #s-abb67723-2935-4c18-bd76-2f2f9d79d40a img.shogun-image {
    
    width: px;
  }


#s-abb67723-2935-4c18-bd76-2f2f9d79d40a .shogun-image-content {
  
    align-items: center;
  
}

#s-f86cd94a-9c9b-402e-a223-f479a18c2ab8 {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-f86cd94a-9c9b-402e-a223-f479a18c2ab8 {
  display: none;
}
#s-f86cd94a-9c9b-402e-a223-f479a18c2ab8, #wrap-s-f86cd94a-9c9b-402e-a223-f479a18c2ab8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f86cd94a-9c9b-402e-a223-f479a18c2ab8 {
  display: none;
}
#s-f86cd94a-9c9b-402e-a223-f479a18c2ab8, #wrap-s-f86cd94a-9c9b-402e-a223-f479a18c2ab8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f86cd94a-9c9b-402e-a223-f479a18c2ab8 {
  
}
}@media (max-width: 767px){#s-f86cd94a-9c9b-402e-a223-f479a18c2ab8 {
  display: none;
}
#s-f86cd94a-9c9b-402e-a223-f479a18c2ab8, #wrap-s-f86cd94a-9c9b-402e-a223-f479a18c2ab8 { display:none !important; }}
#s-56f58bb5-e500-49db-8c34-cbb268eb1e49 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-56f58bb5-e500-49db-8c34-cbb268eb1e49 {
  display: none;
}
#s-56f58bb5-e500-49db-8c34-cbb268eb1e49, #wrap-s-56f58bb5-e500-49db-8c34-cbb268eb1e49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56f58bb5-e500-49db-8c34-cbb268eb1e49 {
  display: none;
}
#s-56f58bb5-e500-49db-8c34-cbb268eb1e49, #wrap-s-56f58bb5-e500-49db-8c34-cbb268eb1e49 { display:none !important; }}@media (max-width: 767px){#s-56f58bb5-e500-49db-8c34-cbb268eb1e49 {
  display: none;
}
#s-56f58bb5-e500-49db-8c34-cbb268eb1e49, #wrap-s-56f58bb5-e500-49db-8c34-cbb268eb1e49 { display:none !important; }}







#s-56f58bb5-e500-49db-8c34-cbb268eb1e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56f58bb5-e500-49db-8c34-cbb268eb1e49.shg-box.shg-c {
  justify-content: center;
}

#s-ee366edb-f2c7-4f70-958d-8916de479ab8 {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-ee366edb-f2c7-4f70-958d-8916de479ab8 {
  display: none;
}
#s-ee366edb-f2c7-4f70-958d-8916de479ab8, #wrap-s-ee366edb-f2c7-4f70-958d-8916de479ab8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee366edb-f2c7-4f70-958d-8916de479ab8 {
  display: none;
}
#s-ee366edb-f2c7-4f70-958d-8916de479ab8, #wrap-s-ee366edb-f2c7-4f70-958d-8916de479ab8 { display:none !important; }}@media (max-width: 767px){#s-ee366edb-f2c7-4f70-958d-8916de479ab8 {
  display: none;
}
#s-ee366edb-f2c7-4f70-958d-8916de479ab8, #wrap-s-ee366edb-f2c7-4f70-958d-8916de479ab8 { display:none !important; }}
#s-ee366edb-f2c7-4f70-958d-8916de479ab8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(106, 203, 211, 1);
}

#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3 {
  display: none;
}
#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3, #wrap-s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3 {
  display: none;
}
#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3, #wrap-s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3 { display:none !important; }}@media (max-width: 767px){#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3 {
  display: none;
}
#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3, #wrap-s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3 { display:none !important; }}







#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1b96c1e-24d6-4c95-adb7-4c96f8dc56c3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-eb3c76c1-d95b-4e02-bf91-73488e177f01 {
  display: none;
}
#s-eb3c76c1-d95b-4e02-bf91-73488e177f01, #wrap-s-eb3c76c1-d95b-4e02-bf91-73488e177f01 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb3c76c1-d95b-4e02-bf91-73488e177f01 {
  display: none;
}
#s-eb3c76c1-d95b-4e02-bf91-73488e177f01, #wrap-s-eb3c76c1-d95b-4e02-bf91-73488e177f01 { display:none !important; }}@media (max-width: 767px){#s-eb3c76c1-d95b-4e02-bf91-73488e177f01 {
  display: none;
}
#s-eb3c76c1-d95b-4e02-bf91-73488e177f01, #wrap-s-eb3c76c1-d95b-4e02-bf91-73488e177f01 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-eb3c76c1-d95b-4e02-bf91-73488e177f01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 {
  display: none;
}
#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87, #wrap-s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 {
  display: none;
}
#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87, #wrap-s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 { display:none !important; }}@media (max-width: 767px){#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 {
  display: none;
}
#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87, #wrap-s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 { display:none !important; }}
#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 .shogun-heading-component h2 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-71227bd2-6dba-4697-bc9b-40b3b9e4cc87 .shogun-heading-component h2 a {
  color: rgba(114, 31, 98, 1);
}


#s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3 {
  display: none;
}
#s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3, #wrap-s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3 {
  display: none;
}
#s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3, #wrap-s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3 { display:none !important; }}@media (max-width: 767px){#s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3 {
  display: none;
}
#s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3, #wrap-s-5bf30382-4369-4a4a-bf8c-2eccc81cf9d3 { display:none !important; }}
#s-a5f3c7ec-6ada-4ae9-b28f-0d0dba3935d9 {
  text-align: center;
}




  #s-a5f3c7ec-6ada-4ae9-b28f-0d0dba3935d9 img.shogun-image {
    
    width: px;
  }


#s-a5f3c7ec-6ada-4ae9-b28f-0d0dba3935d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3865f7e1-2721-4fcc-9630-decc54570945 {
  display: none;
}
#s-e20941ef-2d06-4514-8bc9-66862f4a2988 {
  text-align: left;
}


.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 {
  max-width: 100%;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom,
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 {
  max-width: 100%;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom,
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 {
  max-width: 100%;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom,
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 {
  max-width: 100%;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom,
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 {
  max-width: 100%;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom,
.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20941ef-2d06-4514-8bc9-66862f4a2988 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c1a03f7-343c-4857-ada0-7fc4fdde12ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c1a03f7-343c-4857-ada0-7fc4fdde12ec .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-653f200a-9b03-4bd9-a4b2-768eef3901bb {
  text-align: center;
}

#s-653f200a-9b03-4bd9-a4b2-768eef3901bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-653f200a-9b03-4bd9-a4b2-768eef3901bb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-653f200a-9b03-4bd9-a4b2-768eef3901bb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3a7d3a20-0678-4842-b31e-a95c017f6ab8 {
  display: none;
}
#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 {
  text-align: left;
}


.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 {
  max-width: 100%;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom,
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 {
  max-width: 100%;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom,
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 {
  max-width: 100%;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom,
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 {
  max-width: 100%;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom,
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 {
  max-width: 100%;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom,
.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38f2ad02-dca0-4c26-a716-4d351b8b4aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3da512ca-6339-42c9-bbad-49a2b0bb8570 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3da512ca-6339-42c9-bbad-49a2b0bb8570 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9013a7c3-1261-4acb-a809-e9cb11edd5e5 {
  text-align: center;
}

#s-9013a7c3-1261-4acb-a809-e9cb11edd5e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9013a7c3-1261-4acb-a809-e9cb11edd5e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9013a7c3-1261-4acb-a809-e9cb11edd5e5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1dec15e9-22f8-4d91-a5e9-7e5169837327 {
  display: none;
}
#s-2326391b-b082-45c6-8b5f-9337d992f510 {
  text-align: left;
}


.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 {
  max-width: 100%;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom,
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 {
  max-width: 100%;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom,
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 {
  max-width: 100%;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom,
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 {
  max-width: 100%;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom,
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 {
  max-width: 100%;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom,
.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2326391b-b082-45c6-8b5f-9337d992f510 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a221f652-6c3f-4139-9afa-e70102833830 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a221f652-6c3f-4139-9afa-e70102833830 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-fbb65556-8913-45cf-b2f0-2d661fa2f4ed {
  text-align: center;
}

#s-fbb65556-8913-45cf-b2f0-2d661fa2f4ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fbb65556-8913-45cf-b2f0-2d661fa2f4ed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fbb65556-8913-45cf-b2f0-2d661fa2f4ed .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c6ff658a-b294-49cb-894e-31b7ff273da8 {
  display: none;
}
#s-76757661-c184-4191-8e2a-3355fc82008f {
  text-align: left;
}


.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f {
  max-width: 100%;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom,
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f {
  max-width: 100%;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom,
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f {
  max-width: 100%;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom,
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f {
  max-width: 100%;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom,
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f {
  max-width: 100%;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom,
.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76757661-c184-4191-8e2a-3355fc82008f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ef9c1b26-0d4c-4ff0-96eb-ee2a88a84689 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef9c1b26-0d4c-4ff0-96eb-ee2a88a84689 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-53fce734-8b53-4935-889c-faf9f57f17f8 {
  text-align: center;
}

#s-53fce734-8b53-4935-889c-faf9f57f17f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53fce734-8b53-4935-889c-faf9f57f17f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-53fce734-8b53-4935-889c-faf9f57f17f8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c261b8db-5597-485c-af35-86c9cb1eaf1f {
  display: none;
}
#s-014d8e4b-4244-4399-918a-5753a5d2f59a {
  display: none;
}
#s-73a00020-5a18-4470-9bfb-98af79343d01 {
  text-align: left;
}


.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 {
  max-width: 100%;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom,
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 {
  max-width: 100%;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom,
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 {
  max-width: 100%;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom,
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 {
  max-width: 100%;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom,
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 {
  max-width: 100%;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom,
.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73a00020-5a18-4470-9bfb-98af79343d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-84596522-577f-4797-9c12-08024838c376 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84596522-577f-4797-9c12-08024838c376 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0d95ffc3-0c4d-47c5-8252-d7e026d38f7c {
  text-align: center;
}

#s-0d95ffc3-0c4d-47c5-8252-d7e026d38f7c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0d95ffc3-0c4d-47c5-8252-d7e026d38f7c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d95ffc3-0c4d-47c5-8252-d7e026d38f7c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5840dd0f-6f42-41a5-b81f-cc7d3a91ac5c {
  display: none;
}
#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 {
  text-align: left;
}


.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 {
  max-width: 100%;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom,
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 {
  max-width: 100%;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom,
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 {
  max-width: 100%;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom,
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 {
  max-width: 100%;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom,
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 {
  max-width: 100%;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom,
.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5224d41b-5b17-4c43-a389-de7b3f1d3425 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-55a1e0d8-057a-42d0-8b6f-c5acbc19ed54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55a1e0d8-057a-42d0-8b6f-c5acbc19ed54 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a0e50f0e-338b-4d4f-9d86-c56d6e7e6260 {
  text-align: center;
}

#s-a0e50f0e-338b-4d4f-9d86-c56d6e7e6260 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a0e50f0e-338b-4d4f-9d86-c56d6e7e6260 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0e50f0e-338b-4d4f-9d86-c56d6e7e6260 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38ca9712-dc37-4de5-b949-63435f1456ac {
  display: none;
}
#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 {
  text-align: left;
}


.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 {
  max-width: 100%;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom,
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 {
  max-width: 100%;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom,
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 {
  max-width: 100%;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom,
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 {
  max-width: 100%;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom,
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 {
  max-width: 100%;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom,
.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48b8f2b0-d5c3-442b-a5a1-69956958db80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a3ea909-d7bd-4237-a501-737f1ac96a9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a3ea909-d7bd-4237-a501-737f1ac96a9b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1408b590-f9f9-46c8-a190-d0c053604006 {
  text-align: center;
}

#s-1408b590-f9f9-46c8-a190-d0c053604006 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1408b590-f9f9-46c8-a190-d0c053604006 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1408b590-f9f9-46c8-a190-d0c053604006 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c15ca44c-8fbd-4ce6-8d99-3d331c478258 {
  display: none;
}
#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a {
  text-align: left;
}


.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a {
  max-width: 100%;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom,
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a {
  max-width: 100%;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom,
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a {
  max-width: 100%;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom,
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a {
  max-width: 100%;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom,
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a {
  max-width: 100%;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom,
.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af1b00c4-0b8c-439f-bbdd-d84f14563f0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8b95be9b-65c8-4057-ab08-327599bb9a16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b95be9b-65c8-4057-ab08-327599bb9a16 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-00f823a6-ef9e-4e88-b364-5a5d5a6bc3f9 {
  text-align: center;
}

#s-00f823a6-ef9e-4e88-b364-5a5d5a6bc3f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-00f823a6-ef9e-4e88-b364-5a5d5a6bc3f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-00f823a6-ef9e-4e88-b364-5a5d5a6bc3f9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-999f696d-dfc9-4088-bcfd-5e51fb4bba06 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-999f696d-dfc9-4088-bcfd-5e51fb4bba06:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-999f696d-dfc9-4088-bcfd-5e51fb4bba06:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-999f696d-dfc9-4088-bcfd-5e51fb4bba06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 {
  display: none;
}
#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627, #wrap-s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 {
  display: none;
}
#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627, #wrap-s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 { display:none !important; }}@media (max-width: 767px){#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 {
  display: none;
}
#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627, #wrap-s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 { display:none !important; }}
#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 .shogun-heading-component h2 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-094f1e2c-f5f1-45de-8b2e-a33d6a012627 .shogun-heading-component h2 a {
  color: rgba(114, 32, 98, 1);
}


#s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d {
  text-align: center;
}
@media (min-width: 1200px){#s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d {
  display: none;
}
#s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d, #wrap-s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d {
  display: none;
}
#s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d, #wrap-s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d { display:none !important; }}@media (max-width: 767px){#s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d {
  display: none;
}
#s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d, #wrap-s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d { display:none !important; }}



  #s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d img.shogun-image {
    
    width: px;
  }


#s-0c3ad5d9-62f3-4ad0-9874-622da87ffa9d .shogun-image-content {
  
    align-items: center;
  
}

#s-43c24793-b544-4f26-aa50-4fd8b27312bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-43c24793-b544-4f26-aa50-4fd8b27312bc:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43c24793-b544-4f26-aa50-4fd8b27312bc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-43c24793-b544-4f26-aa50-4fd8b27312bc {
  display: none;
}
#s-43c24793-b544-4f26-aa50-4fd8b27312bc, #wrap-s-43c24793-b544-4f26-aa50-4fd8b27312bc { display:none !important; }}@media (max-width: 767px){#s-43c24793-b544-4f26-aa50-4fd8b27312bc {
  display: none;
}
#s-43c24793-b544-4f26-aa50-4fd8b27312bc, #wrap-s-43c24793-b544-4f26-aa50-4fd8b27312bc { display:none !important; }}


#s-43c24793-b544-4f26-aa50-4fd8b27312bc.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-40d523df-015a-488e-a624-37baf210beac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-40d523df-015a-488e-a624-37baf210beac:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40d523df-015a-488e-a624-37baf210beac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-40d523df-015a-488e-a624-37baf210beac {
  display: none;
}
#s-40d523df-015a-488e-a624-37baf210beac, #wrap-s-40d523df-015a-488e-a624-37baf210beac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40d523df-015a-488e-a624-37baf210beac {
  display: none;
}
#s-40d523df-015a-488e-a624-37baf210beac, #wrap-s-40d523df-015a-488e-a624-37baf210beac { display:none !important; }}@media (max-width: 767px){#s-40d523df-015a-488e-a624-37baf210beac {
  display: none;
}
#s-40d523df-015a-488e-a624-37baf210beac, #wrap-s-40d523df-015a-488e-a624-37baf210beac { display:none !important; }}


#s-40d523df-015a-488e-a624-37baf210beac.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 {
  display: none;
}
#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429, #wrap-s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 {
  display: none;
}
#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429, #wrap-s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 {
  
}
}@media (max-width: 767px){#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 {
  display: none;
}
#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429, #wrap-s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 { display:none !important; }}







#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d9b1f8-69fb-468e-a5cf-eba6d86d5429.shg-box.shg-c {
  justify-content: center;
}

#s-b005fc95-ad19-4617-be08-15fa395a2a64 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b005fc95-ad19-4617-be08-15fa395a2a64 {
  display: none;
}
#s-b005fc95-ad19-4617-be08-15fa395a2a64, #wrap-s-b005fc95-ad19-4617-be08-15fa395a2a64 { display:none !important; }}



  #s-b005fc95-ad19-4617-be08-15fa395a2a64 img.shogun-image {
    
    width: px;
  }


#s-b005fc95-ad19-4617-be08-15fa395a2a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-0044c0f5-4be6-486f-b883-0a00ef97212e {
  text-align: center;
}
@media (min-width: 1200px){#s-0044c0f5-4be6-486f-b883-0a00ef97212e {
  display: none;
}
#s-0044c0f5-4be6-486f-b883-0a00ef97212e, #wrap-s-0044c0f5-4be6-486f-b883-0a00ef97212e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0044c0f5-4be6-486f-b883-0a00ef97212e {
  display: none;
}
#s-0044c0f5-4be6-486f-b883-0a00ef97212e, #wrap-s-0044c0f5-4be6-486f-b883-0a00ef97212e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0044c0f5-4be6-486f-b883-0a00ef97212e {
  
}
}@media (max-width: 767px){#s-0044c0f5-4be6-486f-b883-0a00ef97212e {
  display: none;
}
#s-0044c0f5-4be6-486f-b883-0a00ef97212e, #wrap-s-0044c0f5-4be6-486f-b883-0a00ef97212e { display:none !important; }}



  #s-0044c0f5-4be6-486f-b883-0a00ef97212e img.shogun-image {
    
    width: px;
  }


#s-0044c0f5-4be6-486f-b883-0a00ef97212e .shogun-image-content {
  
    align-items: center;
  
}

#s-1cb33c87-781a-48fd-b52d-6accdd5c4250 {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-1cb33c87-781a-48fd-b52d-6accdd5c4250 {
  display: none;
}
#s-1cb33c87-781a-48fd-b52d-6accdd5c4250, #wrap-s-1cb33c87-781a-48fd-b52d-6accdd5c4250 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cb33c87-781a-48fd-b52d-6accdd5c4250 {
  display: none;
}
#s-1cb33c87-781a-48fd-b52d-6accdd5c4250, #wrap-s-1cb33c87-781a-48fd-b52d-6accdd5c4250 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cb33c87-781a-48fd-b52d-6accdd5c4250 {
  
}
}@media (max-width: 767px){#s-1cb33c87-781a-48fd-b52d-6accdd5c4250 {
  display: none;
}
#s-1cb33c87-781a-48fd-b52d-6accdd5c4250, #wrap-s-1cb33c87-781a-48fd-b52d-6accdd5c4250 { display:none !important; }}
#s-1967b8b0-5336-46b7-bcff-70f7b8c63593 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1967b8b0-5336-46b7-bcff-70f7b8c63593 {
  display: none;
}
#s-1967b8b0-5336-46b7-bcff-70f7b8c63593, #wrap-s-1967b8b0-5336-46b7-bcff-70f7b8c63593 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1967b8b0-5336-46b7-bcff-70f7b8c63593 {
  display: none;
}
#s-1967b8b0-5336-46b7-bcff-70f7b8c63593, #wrap-s-1967b8b0-5336-46b7-bcff-70f7b8c63593 { display:none !important; }}@media (max-width: 767px){#s-1967b8b0-5336-46b7-bcff-70f7b8c63593 {
  display: none;
}
#s-1967b8b0-5336-46b7-bcff-70f7b8c63593, #wrap-s-1967b8b0-5336-46b7-bcff-70f7b8c63593 { display:none !important; }}







#s-1967b8b0-5336-46b7-bcff-70f7b8c63593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1967b8b0-5336-46b7-bcff-70f7b8c63593.shg-box.shg-c {
  justify-content: center;
}

#s-3e0a8a71-4f6c-4a12-8881-f4a8e2efc0bf {
  min-height: 50px;
}








#s-3e0a8a71-4f6c-4a12-8881-f4a8e2efc0bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e0a8a71-4f6c-4a12-8881-f4a8e2efc0bf.shg-box.shg-c {
  justify-content: center;
}

#s-86ffab78-515d-4217-aeb5-842ab5c2756f {
  text-align: center;
}




  #s-86ffab78-515d-4217-aeb5-842ab5c2756f img.shogun-image {
    
    width: px;
  }


#s-86ffab78-515d-4217-aeb5-842ab5c2756f .shogun-image-content {
  
    align-items: center;
  
}

#s-50329759-9333-4a42-8617-9c2ae3b74822 {
  margin-top: -50px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-50329759-9333-4a42-8617-9c2ae3b74822 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50329759-9333-4a42-8617-9c2ae3b74822 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50329759-9333-4a42-8617-9c2ae3b74822 {
  display: none;
}
#s-50329759-9333-4a42-8617-9c2ae3b74822, #wrap-s-50329759-9333-4a42-8617-9c2ae3b74822 { display:none !important; }}@media (max-width: 767px){#s-50329759-9333-4a42-8617-9c2ae3b74822 {
  
}
}







#s-50329759-9333-4a42-8617-9c2ae3b74822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50329759-9333-4a42-8617-9c2ae3b74822.shg-box.shg-c {
  justify-content: center;
}

#s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d3e44d8a-23a6-42b7-8d27-bedfa1468df2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-476f3ccc-6d21-4913-9470-aa159be3a31c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-476f3ccc-6d21-4913-9470-aa159be3a31c {
  display: none;
}
#s-476f3ccc-6d21-4913-9470-aa159be3a31c, #wrap-s-476f3ccc-6d21-4913-9470-aa159be3a31c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-476f3ccc-6d21-4913-9470-aa159be3a31c {
  display: none;
}
#s-476f3ccc-6d21-4913-9470-aa159be3a31c, #wrap-s-476f3ccc-6d21-4913-9470-aa159be3a31c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-476f3ccc-6d21-4913-9470-aa159be3a31c {
  display: none;
}
#s-476f3ccc-6d21-4913-9470-aa159be3a31c, #wrap-s-476f3ccc-6d21-4913-9470-aa159be3a31c { display:none !important; }}







#s-476f3ccc-6d21-4913-9470-aa159be3a31c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-476f3ccc-6d21-4913-9470-aa159be3a31c.shg-box.shg-c {
  justify-content: center;
}

#s-17052ea5-2d28-4751-a3bc-2d5a64fc9fb8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-17052ea5-2d28-4751-a3bc-2d5a64fc9fb8 {
  display: none;
}
#s-17052ea5-2d28-4751-a3bc-2d5a64fc9fb8, #wrap-s-17052ea5-2d28-4751-a3bc-2d5a64fc9fb8 { display:none !important; }}



  #s-17052ea5-2d28-4751-a3bc-2d5a64fc9fb8 img.shogun-image {
    
    width: px;
  }


#s-17052ea5-2d28-4751-a3bc-2d5a64fc9fb8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-0a86563d-0fe0-4d8e-8f61-15880833216f {
  display: none;
}
#s-0a86563d-0fe0-4d8e-8f61-15880833216f, #wrap-s-0a86563d-0fe0-4d8e-8f61-15880833216f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a86563d-0fe0-4d8e-8f61-15880833216f {
  display: none;
}
#s-0a86563d-0fe0-4d8e-8f61-15880833216f, #wrap-s-0a86563d-0fe0-4d8e-8f61-15880833216f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a86563d-0fe0-4d8e-8f61-15880833216f {
  display: none;
}
#s-0a86563d-0fe0-4d8e-8f61-15880833216f, #wrap-s-0a86563d-0fe0-4d8e-8f61-15880833216f { display:none !important; }}
#s-5fe620df-bb48-461c-9da3-81916ced9b5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fe620df-bb48-461c-9da3-81916ced9b5a {
  display: none;
}
#s-5fe620df-bb48-461c-9da3-81916ced9b5a, #wrap-s-5fe620df-bb48-461c-9da3-81916ced9b5a { display:none !important; }}
#s-5fe620df-bb48-461c-9da3-81916ced9b5a .shogun-heading-component h1 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5fe620df-bb48-461c-9da3-81916ced9b5a .shogun-heading-component h1 a {
  color: rgba(114, 31, 98, 1);
}


#s-19a2a0e4-9d15-4f24-a3e1-5e66898abfd6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-19a2a0e4-9d15-4f24-a3e1-5e66898abfd6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19a2a0e4-9d15-4f24-a3e1-5e66898abfd6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19a2a0e4-9d15-4f24-a3e1-5e66898abfd6 {
  
}
}@media (max-width: 767px){#s-19a2a0e4-9d15-4f24-a3e1-5e66898abfd6 {
  
}
}







#s-19a2a0e4-9d15-4f24-a3e1-5e66898abfd6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-19a2a0e4-9d15-4f24-a3e1-5e66898abfd6.shg-box.shg-c {
  justify-content: center;
}

#s-c0482b4a-9218-4c75-97db-a61d8544b800 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0482b4a-9218-4c75-97db-a61d8544b800 {
  display: none;
}
#s-c0482b4a-9218-4c75-97db-a61d8544b800, #wrap-s-c0482b4a-9218-4c75-97db-a61d8544b800 { display:none !important; }}
#s-7cf5ba7d-4e36-4cbe-90be-330f6f54901c {
  display: none;
}
#s-87cfed5e-d429-4076-97b8-589b43cfd599 {
  text-align: left;
}


.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 {
  max-width: 100%;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom,
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 {
  max-width: 100%;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom,
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 {
  max-width: 100%;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom,
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 {
  max-width: 100%;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom,
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 {
  max-width: 100%;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom,
.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87cfed5e-d429-4076-97b8-589b43cfd599 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-57fc1525-eea7-416a-a774-cfad79444bd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57fc1525-eea7-416a-a774-cfad79444bd0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-46649421-0068-4d31-88af-54ca1fdd5437 {
  text-align: center;
}

#s-46649421-0068-4d31-88af-54ca1fdd5437 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46649421-0068-4d31-88af-54ca1fdd5437 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-46649421-0068-4d31-88af-54ca1fdd5437 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9d39b189-cb69-4124-be58-b87f13b86617 {
  text-align: center;
}




  #s-9d39b189-cb69-4124-be58-b87f13b86617 img.shogun-image {
    
    width: px;
  }


#s-9d39b189-cb69-4124-be58-b87f13b86617 .shogun-image-content {
  
    align-items: center;
  
}

#s-f158d62c-d698-49d5-92d6-a3e8a0e2d65e {
  display: none;
}
#s-5970ffc5-fe56-40f9-a272-a77d35469a5a {
  text-align: left;
}


.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a {
  max-width: 100%;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom,
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a {
  max-width: 100%;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom,
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a {
  max-width: 100%;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom,
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a {
  max-width: 100%;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom,
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a {
  max-width: 100%;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom,
.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5970ffc5-fe56-40f9-a272-a77d35469a5a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7934d151-11f7-40f6-a87b-dbdcfaed4ebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7934d151-11f7-40f6-a87b-dbdcfaed4ebf .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-97e1c948-cda5-490e-9743-ca483fce896a {
  text-align: center;
}

#s-97e1c948-cda5-490e-9743-ca483fce896a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-97e1c948-cda5-490e-9743-ca483fce896a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-97e1c948-cda5-490e-9743-ca483fce896a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-17c0c5ec-f0ce-4c72-b30f-f07af60f0465 {
  display: none;
}
#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf {
  text-align: left;
}


.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf {
  max-width: 100%;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom,
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf {
  max-width: 100%;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom,
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf {
  max-width: 100%;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom,
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf {
  max-width: 100%;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom,
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf {
  max-width: 100%;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom,
.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63d3ca9-48f4-4e04-8f18-9f2342e6d7cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f8de2868-0da9-40d0-866c-f4f501bc620e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8de2868-0da9-40d0-866c-f4f501bc620e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e8f78d32-5133-4142-83bc-8667c886f28f {
  text-align: center;
}

#s-e8f78d32-5133-4142-83bc-8667c886f28f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e8f78d32-5133-4142-83bc-8667c886f28f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8f78d32-5133-4142-83bc-8667c886f28f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f65b1bce-3560-41dc-a49b-70e18e53a4ac {
  display: none;
}
#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 {
  text-align: left;
}


.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 {
  max-width: 100%;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom,
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 {
  max-width: 100%;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom,
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 {
  max-width: 100%;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom,
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 {
  max-width: 100%;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom,
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 {
  max-width: 100%;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom,
.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96080251-2945-4db4-a9aa-7ccb2e48fa50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-180fa3ad-7dac-44cb-9c30-fa59cf42e1c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-180fa3ad-7dac-44cb-9c30-fa59cf42e1c7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8ad0a5cf-60c8-4c7d-80c9-0ffe1f2feafd {
  text-align: center;
}

#s-8ad0a5cf-60c8-4c7d-80c9-0ffe1f2feafd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8ad0a5cf-60c8-4c7d-80c9-0ffe1f2feafd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8ad0a5cf-60c8-4c7d-80c9-0ffe1f2feafd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6f02bb49-5e17-4659-b1ff-bafc35289aed {
  display: none;
}
#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a {
  text-align: left;
}


.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a {
  max-width: 100%;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom,
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a {
  max-width: 100%;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom,
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a {
  max-width: 100%;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom,
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a {
  max-width: 100%;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom,
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a {
  max-width: 100%;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom,
.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0542275-494e-4cb7-94eb-ba4e7eca2d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1361a07f-93ae-4336-bd83-0d4fbeef547b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1361a07f-93ae-4336-bd83-0d4fbeef547b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-56d2301c-3638-48f7-87ad-3eae1cf1f7eb {
  text-align: center;
}

#s-56d2301c-3638-48f7-87ad-3eae1cf1f7eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56d2301c-3638-48f7-87ad-3eae1cf1f7eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56d2301c-3638-48f7-87ad-3eae1cf1f7eb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-131edc24-49ee-4132-829c-2010fc531323 {
  display: none;
}
#s-744effec-ef38-4d4d-9877-67cef54ca426 {
  text-align: left;
}


.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 {
  max-width: 100%;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom,
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 {
  max-width: 100%;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom,
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 {
  max-width: 100%;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom,
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 {
  max-width: 100%;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom,
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 {
  max-width: 100%;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom,
.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744effec-ef38-4d4d-9877-67cef54ca426 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7b0f6d40-166e-4f54-8214-9e96799fda8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b0f6d40-166e-4f54-8214-9e96799fda8e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-53843d64-847d-4c35-b081-b1d8762c597a {
  text-align: center;
}

#s-53843d64-847d-4c35-b081-b1d8762c597a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53843d64-847d-4c35-b081-b1d8762c597a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-53843d64-847d-4c35-b081-b1d8762c597a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5bd26280-45e9-4b7f-9573-c249d44e3c73 {
  display: none;
}
#s-fca585da-d8dc-47da-9ff3-96bf24a04785 {
  text-align: left;
}


.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 {
  max-width: 100%;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom,
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 {
  max-width: 100%;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom,
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 {
  max-width: 100%;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom,
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 {
  max-width: 100%;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom,
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 {
  max-width: 100%;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom,
.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fca585da-d8dc-47da-9ff3-96bf24a04785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb694e9b-4a1b-43ea-b531-9cabf5b0bbac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb694e9b-4a1b-43ea-b531-9cabf5b0bbac .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4fe4cc7b-ded0-4664-b52c-c758f4488d68 {
  text-align: center;
}

#s-4fe4cc7b-ded0-4664-b52c-c758f4488d68 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4fe4cc7b-ded0-4664-b52c-c758f4488d68 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4fe4cc7b-ded0-4664-b52c-c758f4488d68 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3ca0d5eb-b6c4-4ef5-9b78-b5f6a0e6855b {
  display: none;
}
#s-46043798-7f35-4ab5-9acf-d41c153e0018 {
  text-align: left;
}


.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 {
  max-width: 100%;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom,
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 {
  max-width: 100%;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom,
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 {
  max-width: 100%;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom,
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 {
  max-width: 100%;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom,
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 {
  max-width: 100%;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom,
.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46043798-7f35-4ab5-9acf-d41c153e0018 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cc2494f8-91bc-4f4e-a635-5cb919b3f5e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc2494f8-91bc-4f4e-a635-5cb919b3f5e7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-67a59c05-b54e-41e0-a7c9-0d309b40ee22 {
  text-align: center;
}

#s-67a59c05-b54e-41e0-a7c9-0d309b40ee22 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-67a59c05-b54e-41e0-a7c9-0d309b40ee22 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-67a59c05-b54e-41e0-a7c9-0d309b40ee22 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-83db0281-b4fe-41c8-97e9-ec7c0e3777ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-83db0281-b4fe-41c8-97e9-ec7c0e3777ee:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83db0281-b4fe-41c8-97e9-ec7c0e3777ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83db0281-b4fe-41c8-97e9-ec7c0e3777ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de1e54d2-2781-4541-a666-3e6977319357 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-de1e54d2-2781-4541-a666-3e6977319357:hover {background-color: rgba(108, 202, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de1e54d2-2781-4541-a666-3e6977319357:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-de1e54d2-2781-4541-a666-3e6977319357 {
  display: none;
}
#s-de1e54d2-2781-4541-a666-3e6977319357, #wrap-s-de1e54d2-2781-4541-a666-3e6977319357 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de1e54d2-2781-4541-a666-3e6977319357 {
  display: none;
}
#s-de1e54d2-2781-4541-a666-3e6977319357, #wrap-s-de1e54d2-2781-4541-a666-3e6977319357 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de1e54d2-2781-4541-a666-3e6977319357 {
  display: none;
}
#s-de1e54d2-2781-4541-a666-3e6977319357, #wrap-s-de1e54d2-2781-4541-a666-3e6977319357 { display:none !important; }}@media (max-width: 767px){#s-de1e54d2-2781-4541-a666-3e6977319357 {
  
}
}


#s-de1e54d2-2781-4541-a666-3e6977319357.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-3760f9b9-c029-40f9-b7ab-b3c5a7f5043f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3760f9b9-c029-40f9-b7ab-b3c5a7f5043f {
  display: none;
}
#s-3760f9b9-c029-40f9-b7ab-b3c5a7f5043f, #wrap-s-3760f9b9-c029-40f9-b7ab-b3c5a7f5043f { display:none !important; }}@media (max-width: 767px){#s-3760f9b9-c029-40f9-b7ab-b3c5a7f5043f {
  
}
}
#s-3760f9b9-c029-40f9-b7ab-b3c5a7f5043f .shogun-heading-component h1 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-3760f9b9-c029-40f9-b7ab-b3c5a7f5043f .shogun-heading-component h1 a {
  color: rgba(114, 32, 98, 1);
}


#s-288032f3-c0a6-4c18-8901-db33fe7b6e46 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-288032f3-c0a6-4c18-8901-db33fe7b6e46 {
  display: none;
}
#s-288032f3-c0a6-4c18-8901-db33fe7b6e46, #wrap-s-288032f3-c0a6-4c18-8901-db33fe7b6e46 { display:none !important; }}



  #s-288032f3-c0a6-4c18-8901-db33fe7b6e46 img.shogun-image {
    
    width: px;
  }


#s-288032f3-c0a6-4c18-8901-db33fe7b6e46 .shogun-image-content {
  
    align-items: center;
  
}

#s-0026ad6a-2514-4a2b-a948-57349cefdd96 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-0026ad6a-2514-4a2b-a948-57349cefdd96:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0026ad6a-2514-4a2b-a948-57349cefdd96:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0026ad6a-2514-4a2b-a948-57349cefdd96 {
  display: none;
}
#s-0026ad6a-2514-4a2b-a948-57349cefdd96, #wrap-s-0026ad6a-2514-4a2b-a948-57349cefdd96 { display:none !important; }}@media (max-width: 767px){#s-0026ad6a-2514-4a2b-a948-57349cefdd96 {
  display: none;
}
#s-0026ad6a-2514-4a2b-a948-57349cefdd96, #wrap-s-0026ad6a-2514-4a2b-a948-57349cefdd96 { display:none !important; }}


#s-0026ad6a-2514-4a2b-a948-57349cefdd96.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a {
  display: none;
}
#s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a, #wrap-s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a { display:none !important; }}@media (max-width: 767px){#s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a {
  display: none;
}
#s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a, #wrap-s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a { display:none !important; }}







#s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bdd8904-0a3f-4abc-902e-2bffdade8e3a.shg-box.shg-c {
  justify-content: center;
}

#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 {
  text-align: center;
}
@media (min-width: 1200px){#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 {
  display: none;
}
#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82, #wrap-s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 {
  display: none;
}
#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82, #wrap-s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 {
  display: none;
}
#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82, #wrap-s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 { display:none !important; }}@media (max-width: 767px){#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 {
  display: none;
}
#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82, #wrap-s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 { display:none !important; }}



  #s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 img.shogun-image {
    
    width: px;
  }


#s-faf0923f-ea8f-4ce4-b38b-cff23ba92f82 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ede316f-d321-4bdc-ba5b-29a6d8117a73 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5ede316f-d321-4bdc-ba5b-29a6d8117a73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ede316f-d321-4bdc-ba5b-29a6d8117a73 {
  display: none;
}
#s-5ede316f-d321-4bdc-ba5b-29a6d8117a73, #wrap-s-5ede316f-d321-4bdc-ba5b-29a6d8117a73 { display:none !important; }}@media (max-width: 767px){#s-5ede316f-d321-4bdc-ba5b-29a6d8117a73 {
  display: none;
}
#s-5ede316f-d321-4bdc-ba5b-29a6d8117a73, #wrap-s-5ede316f-d321-4bdc-ba5b-29a6d8117a73 { display:none !important; }}



  #s-5ede316f-d321-4bdc-ba5b-29a6d8117a73 img.shogun-image {
    
    width: px;
  }


#s-5ede316f-d321-4bdc-ba5b-29a6d8117a73 .shogun-image-content {
  
    align-items: center;
  
}

#s-64c4f48f-b5b2-4a63-878b-96597bf15b80 {
  padding-left: 300px;
padding-right: 300px;
}
@media (min-width: 1200px){#s-64c4f48f-b5b2-4a63-878b-96597bf15b80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64c4f48f-b5b2-4a63-878b-96597bf15b80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-64c4f48f-b5b2-4a63-878b-96597bf15b80 {
  display: none;
}
#s-64c4f48f-b5b2-4a63-878b-96597bf15b80, #wrap-s-64c4f48f-b5b2-4a63-878b-96597bf15b80 { display:none !important; }}@media (max-width: 767px){#s-64c4f48f-b5b2-4a63-878b-96597bf15b80 {
  display: none;
}
#s-64c4f48f-b5b2-4a63-878b-96597bf15b80, #wrap-s-64c4f48f-b5b2-4a63-878b-96597bf15b80 { display:none !important; }}
#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e {
  margin-top: -50px;
margin-bottom: -50px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e {
  display: none;
}
#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e, #wrap-s-8bf007af-2117-4dbd-bb15-ec1e673bde1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e {
  display: none;
}
#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e, #wrap-s-8bf007af-2117-4dbd-bb15-ec1e673bde1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e {
  display: none;
}
#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e, #wrap-s-8bf007af-2117-4dbd-bb15-ec1e673bde1e { display:none !important; }}@media (max-width: 767px){#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e {
  
}
}







#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bf007af-2117-4dbd-bb15-ec1e673bde1e.shg-box.shg-c {
  justify-content: center;
}

#s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3 {
  display: none;
}
#s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3, #wrap-s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3 {
  display: none;
}
#s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3, #wrap-s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3 {
  display: none;
}
#s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3, #wrap-s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3 { display:none !important; }}@media (max-width: 767px){#s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3 {
  
}
}
@media (min-width: 0px) {
[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6c5d9c46-9725-4311-8cd5-be9ab0a5d9a3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-b8635cbe-124e-4a51-801f-d8018e922792 {
  display: none;
}
#s-b8635cbe-124e-4a51-801f-d8018e922792, #wrap-s-b8635cbe-124e-4a51-801f-d8018e922792 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8635cbe-124e-4a51-801f-d8018e922792 {
  display: none;
}
#s-b8635cbe-124e-4a51-801f-d8018e922792, #wrap-s-b8635cbe-124e-4a51-801f-d8018e922792 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8635cbe-124e-4a51-801f-d8018e922792 {
  
}
}
#s-e77a996a-72a6-4ac4-8692-0848ccb5d833 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e77a996a-72a6-4ac4-8692-0848ccb5d833 {
  display: none;
}
#s-e77a996a-72a6-4ac4-8692-0848ccb5d833, #wrap-s-e77a996a-72a6-4ac4-8692-0848ccb5d833 { display:none !important; }}
#s-e77a996a-72a6-4ac4-8692-0848ccb5d833 .shogun-heading-component h1 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e77a996a-72a6-4ac4-8692-0848ccb5d833 .shogun-heading-component h1 a {
  color: rgba(114, 32, 98, 1);
}


#s-158d0457-535a-42a8-b940-375f0739c7b7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-158d0457-535a-42a8-b940-375f0739c7b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-158d0457-535a-42a8-b940-375f0739c7b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-158d0457-535a-42a8-b940-375f0739c7b7 {
  
}
}@media (max-width: 767px){#s-158d0457-535a-42a8-b940-375f0739c7b7 {
  
}
}







#s-158d0457-535a-42a8-b940-375f0739c7b7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-158d0457-535a-42a8-b940-375f0739c7b7.shg-box.shg-c {
  justify-content: center;
}

#s-6c6bdbcc-1dda-40d9-bd41-e5496b2fccbb {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c6bdbcc-1dda-40d9-bd41-e5496b2fccbb {
  display: none;
}
#s-6c6bdbcc-1dda-40d9-bd41-e5496b2fccbb, #wrap-s-6c6bdbcc-1dda-40d9-bd41-e5496b2fccbb { display:none !important; }}



  #s-6c6bdbcc-1dda-40d9-bd41-e5496b2fccbb img.shogun-image {
    
    width: px;
  }


#s-6c6bdbcc-1dda-40d9-bd41-e5496b2fccbb .shogun-image-content {
  
    align-items: center;
  
}

#s-80b2f337-e20a-40be-98c8-a87a25ca4cf6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-80b2f337-e20a-40be-98c8-a87a25ca4cf6:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80b2f337-e20a-40be-98c8-a87a25ca4cf6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-80b2f337-e20a-40be-98c8-a87a25ca4cf6 {
  display: none;
}
#s-80b2f337-e20a-40be-98c8-a87a25ca4cf6, #wrap-s-80b2f337-e20a-40be-98c8-a87a25ca4cf6 { display:none !important; }}@media (max-width: 767px){#s-80b2f337-e20a-40be-98c8-a87a25ca4cf6 {
  display: none;
}
#s-80b2f337-e20a-40be-98c8-a87a25ca4cf6, #wrap-s-80b2f337-e20a-40be-98c8-a87a25ca4cf6 { display:none !important; }}


#s-80b2f337-e20a-40be-98c8-a87a25ca4cf6.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-a5862013-e431-4bc9-98fd-22b6a0b00698 {
  min-height: 50px;
}








#s-a5862013-e431-4bc9-98fd-22b6a0b00698 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5862013-e431-4bc9-98fd-22b6a0b00698.shg-box.shg-c {
  justify-content: center;
}

#s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 {
  text-align: center;
}
@media (min-width: 1200px){#s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 {
  display: none;
}
#s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0, #wrap-s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 {
  display: none;
}
#s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0, #wrap-s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 {
  display: none;
}
#s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0, #wrap-s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 { display:none !important; }}



  #s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 img.shogun-image {
    
    width: px;
  }


#s-a455f8db-7744-4936-9cad-8eeaaf4cdfa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3f6ff38-9254-4970-8676-0e51490ef1f5 {
  margin-left: 200px;
margin-right: 200px;
}
@media (max-width: 767px){#s-c3f6ff38-9254-4970-8676-0e51490ef1f5 {
  display: none;
}
#s-c3f6ff38-9254-4970-8676-0e51490ef1f5, #wrap-s-c3f6ff38-9254-4970-8676-0e51490ef1f5 { display:none !important; }}
#s-c3f6ff38-9254-4970-8676-0e51490ef1f5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(108, 202, 211, 1);
}

#s-6f6ded89-100a-4a56-a4f2-2a70bddcc6a5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6f6ded89-100a-4a56-a4f2-2a70bddcc6a5 {
  display: none;
}
#s-6f6ded89-100a-4a56-a4f2-2a70bddcc6a5, #wrap-s-6f6ded89-100a-4a56-a4f2-2a70bddcc6a5 { display:none !important; }}







#s-6f6ded89-100a-4a56-a4f2-2a70bddcc6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f6ded89-100a-4a56-a4f2-2a70bddcc6a5.shg-box.shg-c {
  justify-content: center;
}

#s-d7b1004d-4a3b-42f8-9e0a-650424819f18 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7b1004d-4a3b-42f8-9e0a-650424819f18 {
  
}
}@media (max-width: 767px){#s-d7b1004d-4a3b-42f8-9e0a-650424819f18 {
  display: none;
}
#s-d7b1004d-4a3b-42f8-9e0a-650424819f18, #wrap-s-d7b1004d-4a3b-42f8-9e0a-650424819f18 { display:none !important; }}







#s-d7b1004d-4a3b-42f8-9e0a-650424819f18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7b1004d-4a3b-42f8-9e0a-650424819f18.shg-box.shg-c {
  justify-content: center;
}

#s-0da476e1-9956-4ae5-8bef-fb4db310d7fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0da476e1-9956-4ae5-8bef-fb4db310d7fd {
  display: none;
}
#s-0da476e1-9956-4ae5-8bef-fb4db310d7fd, #wrap-s-0da476e1-9956-4ae5-8bef-fb4db310d7fd { display:none !important; }}
#s-0da476e1-9956-4ae5-8bef-fb4db310d7fd .shogun-heading-component h1 {
  color: rgba(113, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0da476e1-9956-4ae5-8bef-fb4db310d7fd .shogun-heading-component h1 a {
  color: rgba(113, 32, 98, 1);
}


#s-9276144f-80e2-4c24-b222-a5102e0e825e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9276144f-80e2-4c24-b222-a5102e0e825e {
  
}
}@media (max-width: 767px){#s-9276144f-80e2-4c24-b222-a5102e0e825e {
  display: none;
}
#s-9276144f-80e2-4c24-b222-a5102e0e825e, #wrap-s-9276144f-80e2-4c24-b222-a5102e0e825e { display:none !important; }}



  #s-9276144f-80e2-4c24-b222-a5102e0e825e img.shogun-image {
    
    width: px;
  }


#s-9276144f-80e2-4c24-b222-a5102e0e825e .shogun-image-content {
  
    align-items: center;
  
}

#s-994987dc-546a-4f1b-8504-4181453ccd1b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-994987dc-546a-4f1b-8504-4181453ccd1b:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-994987dc-546a-4f1b-8504-4181453ccd1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-994987dc-546a-4f1b-8504-4181453ccd1b {
  display: none;
}
#s-994987dc-546a-4f1b-8504-4181453ccd1b, #wrap-s-994987dc-546a-4f1b-8504-4181453ccd1b { display:none !important; }}@media (max-width: 767px){#s-994987dc-546a-4f1b-8504-4181453ccd1b {
  display: none;
}
#s-994987dc-546a-4f1b-8504-4181453ccd1b, #wrap-s-994987dc-546a-4f1b-8504-4181453ccd1b { display:none !important; }}


#s-994987dc-546a-4f1b-8504-4181453ccd1b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-ee8cf20a-b3d9-4c52-b000-844614b4006d {
  min-height: 50px;
}
@media (max-width: 767px){#s-ee8cf20a-b3d9-4c52-b000-844614b4006d {
  display: none;
}
#s-ee8cf20a-b3d9-4c52-b000-844614b4006d, #wrap-s-ee8cf20a-b3d9-4c52-b000-844614b4006d { display:none !important; }}







#s-ee8cf20a-b3d9-4c52-b000-844614b4006d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee8cf20a-b3d9-4c52-b000-844614b4006d.shg-box.shg-c {
  justify-content: center;
}

#s-9d3260a0-aef4-4703-9569-b65d44ae2f99 {
  text-align: center;
}
@media (max-width: 767px){#s-9d3260a0-aef4-4703-9569-b65d44ae2f99 {
  display: none;
}
#s-9d3260a0-aef4-4703-9569-b65d44ae2f99, #wrap-s-9d3260a0-aef4-4703-9569-b65d44ae2f99 { display:none !important; }}



  #s-9d3260a0-aef4-4703-9569-b65d44ae2f99 img.shogun-image {
    
    width: px;
  }


#s-9d3260a0-aef4-4703-9569-b65d44ae2f99 .shogun-image-content {
  
    align-items: center;
  
}

#s-7137c164-baa1-4415-96ba-d1c04c5afbdb {
  padding-left: 300px;
padding-right: 300px;
}
@media (max-width: 767px){#s-7137c164-baa1-4415-96ba-d1c04c5afbdb {
  display: none;
}
#s-7137c164-baa1-4415-96ba-d1c04c5afbdb, #wrap-s-7137c164-baa1-4415-96ba-d1c04c5afbdb { display:none !important; }}
#s-63b60065-e08d-4cba-8170-968d20be5cdf {
  min-height: 50px;
background-color: rgba(108, 202, 211, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-63b60065-e08d-4cba-8170-968d20be5cdf {
  display: none;
}
#s-63b60065-e08d-4cba-8170-968d20be5cdf, #wrap-s-63b60065-e08d-4cba-8170-968d20be5cdf { display:none !important; }}@media (max-width: 767px){#s-63b60065-e08d-4cba-8170-968d20be5cdf {
  display: none;
}
#s-63b60065-e08d-4cba-8170-968d20be5cdf, #wrap-s-63b60065-e08d-4cba-8170-968d20be5cdf { display:none !important; }}







#s-63b60065-e08d-4cba-8170-968d20be5cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63b60065-e08d-4cba-8170-968d20be5cdf.shg-box.shg-c {
  justify-content: center;
}

#s-a64c6a62-2195-4236-8f22-73d37d7012e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a64c6a62-2195-4236-8f22-73d37d7012e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-753a850d-277c-4037-be68-59ede147ce3b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-753a850d-277c-4037-be68-59ede147ce3b {
  display: none;
}
#s-753a850d-277c-4037-be68-59ede147ce3b, #wrap-s-753a850d-277c-4037-be68-59ede147ce3b { display:none !important; }}@media (max-width: 767px){#s-753a850d-277c-4037-be68-59ede147ce3b {
  display: none;
}
#s-753a850d-277c-4037-be68-59ede147ce3b, #wrap-s-753a850d-277c-4037-be68-59ede147ce3b { display:none !important; }}







#s-753a850d-277c-4037-be68-59ede147ce3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-753a850d-277c-4037-be68-59ede147ce3b.shg-box.shg-c {
  justify-content: center;
}

#s-a6999e61-9aa7-430b-acae-8f46a355196c {
  min-height: 50px;
background-color: rgba(114, 32, 98, 1);
}
@media (min-width: 1200px){#s-a6999e61-9aa7-430b-acae-8f46a355196c {
  display: none;
}
#s-a6999e61-9aa7-430b-acae-8f46a355196c, #wrap-s-a6999e61-9aa7-430b-acae-8f46a355196c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6999e61-9aa7-430b-acae-8f46a355196c {
  display: none;
}
#s-a6999e61-9aa7-430b-acae-8f46a355196c, #wrap-s-a6999e61-9aa7-430b-acae-8f46a355196c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6999e61-9aa7-430b-acae-8f46a355196c {
  display: none;
}
#s-a6999e61-9aa7-430b-acae-8f46a355196c, #wrap-s-a6999e61-9aa7-430b-acae-8f46a355196c { display:none !important; }}







#s-a6999e61-9aa7-430b-acae-8f46a355196c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6999e61-9aa7-430b-acae-8f46a355196c.shg-box.shg-c {
  justify-content: center;
}

#s-26313c8e-12e6-4c2e-b4f3-fa520b468e70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26313c8e-12e6-4c2e-b4f3-fa520b468e70 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-43ba7bcf-b4df-4587-ba9f-dccf43b14a02 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-43ba7bcf-b4df-4587-ba9f-dccf43b14a02 {
  display: none;
}
#s-43ba7bcf-b4df-4587-ba9f-dccf43b14a02, #wrap-s-43ba7bcf-b4df-4587-ba9f-dccf43b14a02 { display:none !important; }}







#s-43ba7bcf-b4df-4587-ba9f-dccf43b14a02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43ba7bcf-b4df-4587-ba9f-dccf43b14a02.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f69144d3-85d1-40ac-8d7a-0a2454a5eced {
  display: none;
}
#s-f69144d3-85d1-40ac-8d7a-0a2454a5eced, #wrap-s-f69144d3-85d1-40ac-8d7a-0a2454a5eced { display:none !important; }}
@media (min-width: 0px) {
[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f69144d3-85d1-40ac-8d7a-0a2454a5eced"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-db99b54d-3c33-45f8-af94-948637a0b978 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db99b54d-3c33-45f8-af94-948637a0b978 {
  display: none;
}
#s-db99b54d-3c33-45f8-af94-948637a0b978, #wrap-s-db99b54d-3c33-45f8-af94-948637a0b978 { display:none !important; }}



  #s-db99b54d-3c33-45f8-af94-948637a0b978 img.shogun-image {
    
    width: px;
  }


#s-db99b54d-3c33-45f8-af94-948637a0b978 .shogun-image-content {
  
    align-items: center;
  
}

#s-58dbce3c-4637-4807-9475-89f6d3267150 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-58dbce3c-4637-4807-9475-89f6d3267150 {
  display: none;
}
#s-58dbce3c-4637-4807-9475-89f6d3267150, #wrap-s-58dbce3c-4637-4807-9475-89f6d3267150 { display:none !important; }}@media (max-width: 767px){#s-58dbce3c-4637-4807-9475-89f6d3267150 {
  
}
}
#s-58dbce3c-4637-4807-9475-89f6d3267150 .shogun-heading-component h2 {
  color: rgba(115, 33, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-58dbce3c-4637-4807-9475-89f6d3267150 .shogun-heading-component h2 a {
  color: rgba(115, 33, 99, 1);
}


#s-12e7a96e-95e6-48da-ac3d-8b0a84c03cce {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-12e7a96e-95e6-48da-ac3d-8b0a84c03cce {
  display: none;
}
#s-12e7a96e-95e6-48da-ac3d-8b0a84c03cce, #wrap-s-12e7a96e-95e6-48da-ac3d-8b0a84c03cce { display:none !important; }}



  #s-12e7a96e-95e6-48da-ac3d-8b0a84c03cce img.shogun-image {
    
    width: px;
  }


#s-12e7a96e-95e6-48da-ac3d-8b0a84c03cce .shogun-image-content {
  
    align-items: center;
  
}

#s-35223f6d-0ee7-468f-8eb7-aca58f1a618f {
  padding-left: 75px;
padding-right: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35223f6d-0ee7-468f-8eb7-aca58f1a618f {
  display: none;
}
#s-35223f6d-0ee7-468f-8eb7-aca58f1a618f, #wrap-s-35223f6d-0ee7-468f-8eb7-aca58f1a618f { display:none !important; }}
#s-3001e9d3-8681-4e9e-ad04-93b3df6abbc6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3001e9d3-8681-4e9e-ad04-93b3df6abbc6 {
  display: none;
}
#s-3001e9d3-8681-4e9e-ad04-93b3df6abbc6, #wrap-s-3001e9d3-8681-4e9e-ad04-93b3df6abbc6 { display:none !important; }}



  #s-3001e9d3-8681-4e9e-ad04-93b3df6abbc6 img.shogun-image {
    
    width: px;
  }


#s-3001e9d3-8681-4e9e-ad04-93b3df6abbc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-da74478d-6ef0-4d4f-b62b-11eed4e50e4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-da74478d-6ef0-4d4f-b62b-11eed4e50e4c {
  display: none;
}
#s-da74478d-6ef0-4d4f-b62b-11eed4e50e4c, #wrap-s-da74478d-6ef0-4d4f-b62b-11eed4e50e4c { display:none !important; }}
#s-da74478d-6ef0-4d4f-b62b-11eed4e50e4c .shogun-heading-component h2 {
  color: rgba(115, 33, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-da74478d-6ef0-4d4f-b62b-11eed4e50e4c .shogun-heading-component h2 a {
  color: rgba(115, 33, 99, 1);
}


#s-9d0d8034-5cdc-4443-a61f-14f3249bd2e0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d0d8034-5cdc-4443-a61f-14f3249bd2e0 {
  display: none;
}
#s-9d0d8034-5cdc-4443-a61f-14f3249bd2e0, #wrap-s-9d0d8034-5cdc-4443-a61f-14f3249bd2e0 { display:none !important; }}



  #s-9d0d8034-5cdc-4443-a61f-14f3249bd2e0 img.shogun-image {
    
    width: px;
  }


#s-9d0d8034-5cdc-4443-a61f-14f3249bd2e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7adb0daa-4f51-4240-a875-9d01fda95aed {
  padding-left: 75px;
padding-right: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7adb0daa-4f51-4240-a875-9d01fda95aed {
  display: none;
}
#s-7adb0daa-4f51-4240-a875-9d01fda95aed, #wrap-s-7adb0daa-4f51-4240-a875-9d01fda95aed { display:none !important; }}
#s-0969b578-e8f5-42fb-a557-c21921dbcdac {
  min-height: 50px;
}








#s-0969b578-e8f5-42fb-a557-c21921dbcdac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0969b578-e8f5-42fb-a557-c21921dbcdac.shg-box.shg-c {
  justify-content: center;
}

#s-39d81e0d-e0da-40b0-bb86-5fecae73fa43 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-39d81e0d-e0da-40b0-bb86-5fecae73fa43 {
  display: none;
}
#s-39d81e0d-e0da-40b0-bb86-5fecae73fa43, #wrap-s-39d81e0d-e0da-40b0-bb86-5fecae73fa43 { display:none !important; }}



  #s-39d81e0d-e0da-40b0-bb86-5fecae73fa43 img.shogun-image {
    
    width: px;
  }


#s-39d81e0d-e0da-40b0-bb86-5fecae73fa43 .shogun-image-content {
  
    align-items: center;
  
}

#s-832e620d-65e8-4c19-8052-ae8bfda024b3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-832e620d-65e8-4c19-8052-ae8bfda024b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-832e620d-65e8-4c19-8052-ae8bfda024b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-832e620d-65e8-4c19-8052-ae8bfda024b3 {
  display: none;
}
#s-832e620d-65e8-4c19-8052-ae8bfda024b3, #wrap-s-832e620d-65e8-4c19-8052-ae8bfda024b3 { display:none !important; }}@media (max-width: 767px){#s-832e620d-65e8-4c19-8052-ae8bfda024b3 {
  display: none;
}
#s-832e620d-65e8-4c19-8052-ae8bfda024b3, #wrap-s-832e620d-65e8-4c19-8052-ae8bfda024b3 { display:none !important; }}







#s-832e620d-65e8-4c19-8052-ae8bfda024b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-832e620d-65e8-4c19-8052-ae8bfda024b3.shg-box.shg-c {
  justify-content: center;
}

#s-53fbb035-62f7-4a18-95cc-17d69f66c093 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-53fbb035-62f7-4a18-95cc-17d69f66c093 {
  display: none;
}
#s-53fbb035-62f7-4a18-95cc-17d69f66c093, #wrap-s-53fbb035-62f7-4a18-95cc-17d69f66c093 { display:none !important; }}@media (max-width: 767px){#s-53fbb035-62f7-4a18-95cc-17d69f66c093 {
  display: none;
}
#s-53fbb035-62f7-4a18-95cc-17d69f66c093, #wrap-s-53fbb035-62f7-4a18-95cc-17d69f66c093 { display:none !important; }}
#s-53fbb035-62f7-4a18-95cc-17d69f66c093 .shogun-heading-component h1 {
  color: rgba(115, 33, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-d425a22d-481b-46f1-be98-2561d6bde18a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d425a22d-481b-46f1-be98-2561d6bde18a {
  display: none;
}
#s-d425a22d-481b-46f1-be98-2561d6bde18a, #wrap-s-d425a22d-481b-46f1-be98-2561d6bde18a { display:none !important; }}@media (max-width: 767px){#s-d425a22d-481b-46f1-be98-2561d6bde18a {
  display: none;
}
#s-d425a22d-481b-46f1-be98-2561d6bde18a, #wrap-s-d425a22d-481b-46f1-be98-2561d6bde18a { display:none !important; }}
#s-d425a22d-481b-46f1-be98-2561d6bde18a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 116px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-3751808a-1954-42d9-bc65-c4c8b2590091 {
  padding-left: 200px;
padding-right: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3751808a-1954-42d9-bc65-c4c8b2590091 {
  display: none;
}
#s-3751808a-1954-42d9-bc65-c4c8b2590091, #wrap-s-3751808a-1954-42d9-bc65-c4c8b2590091 { display:none !important; }}@media (max-width: 767px){#s-3751808a-1954-42d9-bc65-c4c8b2590091 {
  display: none;
}
#s-3751808a-1954-42d9-bc65-c4c8b2590091, #wrap-s-3751808a-1954-42d9-bc65-c4c8b2590091 { display:none !important; }}
#s-003c3a8e-8c9e-40a9-9694-00610c5fa513 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-003c3a8e-8c9e-40a9-9694-00610c5fa513 {
  display: none;
}
#s-003c3a8e-8c9e-40a9-9694-00610c5fa513, #wrap-s-003c3a8e-8c9e-40a9-9694-00610c5fa513 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-003c3a8e-8c9e-40a9-9694-00610c5fa513 {
  display: none;
}
#s-003c3a8e-8c9e-40a9-9694-00610c5fa513, #wrap-s-003c3a8e-8c9e-40a9-9694-00610c5fa513 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-003c3a8e-8c9e-40a9-9694-00610c5fa513 {
  display: none;
}
#s-003c3a8e-8c9e-40a9-9694-00610c5fa513, #wrap-s-003c3a8e-8c9e-40a9-9694-00610c5fa513 { display:none !important; }}







#s-003c3a8e-8c9e-40a9-9694-00610c5fa513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-003c3a8e-8c9e-40a9-9694-00610c5fa513.shg-box.shg-c {
  justify-content: center;
}

#s-b8a457f7-091b-4c3c-baa2-ec91ba355b98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8a457f7-091b-4c3c-baa2-ec91ba355b98 .shogun-heading-component h3 {
  color: rgba(115, 33, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-f6c12079-22ea-4ed3-ab6e-0060e3175975 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6c12079-22ea-4ed3-ab6e-0060e3175975 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-964700d8-bd2f-4fbb-86e0-141800d8e9f6 {
  padding-left: 50px;
padding-right: 50px;
}

#s-b0c4f515-157f-457d-8606-e7cef5363a3a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 10px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0c4f515-157f-457d-8606-e7cef5363a3a {
  display: none;
}
#s-b0c4f515-157f-457d-8606-e7cef5363a3a, #wrap-s-b0c4f515-157f-457d-8606-e7cef5363a3a { display:none !important; }}







#s-b0c4f515-157f-457d-8606-e7cef5363a3a > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-b0c4f515-157f-457d-8606-e7cef5363a3a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fce4b7ab-baa1-4692-a948-9a429fc6d693 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-fce4b7ab-baa1-4692-a948-9a429fc6d693 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-99bfb05b-49b5-4e9e-8406-620e80d5a1a6 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}

#s-80be629a-fd26-450e-8d56-6657a19f0523 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(205, 205, 205, 0);
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-success-alert {
  background-color: rgba(48, 48, 50, 1);
  color: rgba(255, 255, 255, 1);
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: Open Sans;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: ;
  font-weight: ;
  font-style: ;
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 1) !important;
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-5037b290-bc36-462a-a427-b7b6049a8928 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5037b290-bc36-462a-a427-b7b6049a8928 {
  display: none;
}
#s-5037b290-bc36-462a-a427-b7b6049a8928, #wrap-s-5037b290-bc36-462a-a427-b7b6049a8928 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5037b290-bc36-462a-a427-b7b6049a8928 {
  display: none;
}
#s-5037b290-bc36-462a-a427-b7b6049a8928, #wrap-s-5037b290-bc36-462a-a427-b7b6049a8928 { display:none !important; }}@media (max-width: 767px){#s-5037b290-bc36-462a-a427-b7b6049a8928 {
  display: none;
}
#s-5037b290-bc36-462a-a427-b7b6049a8928, #wrap-s-5037b290-bc36-462a-a427-b7b6049a8928 { display:none !important; }}







#s-5037b290-bc36-462a-a427-b7b6049a8928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5037b290-bc36-462a-a427-b7b6049a8928.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-96d010f3-6528-4414-8a7c-d3183aa9004c {
  display: none;
}
#s-96d010f3-6528-4414-8a7c-d3183aa9004c, #wrap-s-96d010f3-6528-4414-8a7c-d3183aa9004c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96d010f3-6528-4414-8a7c-d3183aa9004c {
  display: none;
}
#s-96d010f3-6528-4414-8a7c-d3183aa9004c, #wrap-s-96d010f3-6528-4414-8a7c-d3183aa9004c { display:none !important; }}@media (max-width: 767px){#s-96d010f3-6528-4414-8a7c-d3183aa9004c {
  display: none;
}
#s-96d010f3-6528-4414-8a7c-d3183aa9004c, #wrap-s-96d010f3-6528-4414-8a7c-d3183aa9004c { display:none !important; }}
@media (min-width: 0px) {
[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-96d010f3-6528-4414-8a7c-d3183aa9004c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0133577a-8843-42aa-ae1b-2db4e38119c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0133577a-8843-42aa-ae1b-2db4e38119c3 {
  display: none;
}
#s-0133577a-8843-42aa-ae1b-2db4e38119c3, #wrap-s-0133577a-8843-42aa-ae1b-2db4e38119c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0133577a-8843-42aa-ae1b-2db4e38119c3 {
  display: none;
}
#s-0133577a-8843-42aa-ae1b-2db4e38119c3, #wrap-s-0133577a-8843-42aa-ae1b-2db4e38119c3 { display:none !important; }}@media (max-width: 767px){#s-0133577a-8843-42aa-ae1b-2db4e38119c3 {
  display: none;
}
#s-0133577a-8843-42aa-ae1b-2db4e38119c3, #wrap-s-0133577a-8843-42aa-ae1b-2db4e38119c3 { display:none !important; }}
#s-0133577a-8843-42aa-ae1b-2db4e38119c3 .shogun-heading-component h2 {
  color: rgba(114, 31, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0133577a-8843-42aa-ae1b-2db4e38119c3 .shogun-heading-component h2 a {
  color: rgba(114, 31, 98, 1);
}


#s-26b02405-4b3c-4e22-98a8-f20f331cd69a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-76d11fbb-0af0-47f4-9020-cb36955bf2d8 {
  display: none;
}
#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 {
  text-align: left;
}


.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 {
  max-width: 100%;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom,
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 {
  max-width: 100%;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom,
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 {
  max-width: 100%;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom,
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 {
  max-width: 100%;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom,
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 {
  max-width: 100%;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom,
.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8cf117c-30ff-4d68-9f5e-5942dd18b7c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8f3f3173-6b4c-4f5e-a8ce-3bfab3ce362c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f3f3173-6b4c-4f5e-a8ce-3bfab3ce362c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-1fff14fd-5d41-4909-a302-b9cf9f433269 {
  text-align: center;
}

#s-1fff14fd-5d41-4909-a302-b9cf9f433269 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1fff14fd-5d41-4909-a302-b9cf9f433269 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1fff14fd-5d41-4909-a302-b9cf9f433269 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0f8bee7-11fc-4549-9df1-e740d1bea884 {
  text-align: center;
}




  #s-c0f8bee7-11fc-4549-9df1-e740d1bea884 img.shogun-image {
    
    width: px;
  }


#s-c0f8bee7-11fc-4549-9df1-e740d1bea884 .shogun-image-content {
  
    align-items: center;
  
}

#s-14dd852d-f112-42ed-8389-a0ea17540aae {
  display: none;
}
#s-46bcee48-75aa-4d8e-87bc-486675494836 {
  text-align: left;
}


.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 {
  max-width: 100%;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom,
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 {
  max-width: 100%;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom,
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 {
  max-width: 100%;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom,
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 {
  max-width: 100%;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom,
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 {
  max-width: 100%;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom,
.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bcee48-75aa-4d8e-87bc-486675494836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e8e2abb3-e104-45d8-8357-530c1329977e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8e2abb3-e104-45d8-8357-530c1329977e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-257f78cf-23be-4ecc-ba2e-70b68e6e823a {
  text-align: center;
}

#s-257f78cf-23be-4ecc-ba2e-70b68e6e823a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-257f78cf-23be-4ecc-ba2e-70b68e6e823a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-257f78cf-23be-4ecc-ba2e-70b68e6e823a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4570158b-9b31-4108-a332-936b21d04fa7 {
  display: none;
}
#s-591e8ed8-1705-4e82-9559-85080c04fbe6 {
  text-align: left;
}


.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 {
  max-width: 100%;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom,
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 {
  max-width: 100%;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom,
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 {
  max-width: 100%;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom,
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 {
  max-width: 100%;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom,
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 {
  max-width: 100%;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom,
.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591e8ed8-1705-4e82-9559-85080c04fbe6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2f27558c-23eb-4fc1-b3e1-51efa5b9b926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f27558c-23eb-4fc1-b3e1-51efa5b9b926 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-3dadeb9e-2f72-4a36-bd89-fd9b1c7c65d9 {
  text-align: center;
}

#s-3dadeb9e-2f72-4a36-bd89-fd9b1c7c65d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3dadeb9e-2f72-4a36-bd89-fd9b1c7c65d9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3dadeb9e-2f72-4a36-bd89-fd9b1c7c65d9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a2392528-3af3-4a38-9538-3daff36bd53f {
  display: none;
}
#s-e6558212-880a-4b53-b481-5a837e500e4e {
  text-align: left;
}


.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e {
  max-width: 100%;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom,
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e {
  max-width: 100%;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom,
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e {
  max-width: 100%;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom,
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e {
  max-width: 100%;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom,
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e {
  max-width: 100%;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom,
.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6558212-880a-4b53-b481-5a837e500e4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-31f09289-93dd-4f0e-ac86-54a7cda500a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31f09289-93dd-4f0e-ac86-54a7cda500a7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1ceaede5-13ec-49a4-bdf8-1546df72fe8c {
  text-align: center;
}

#s-1ceaede5-13ec-49a4-bdf8-1546df72fe8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ceaede5-13ec-49a4-bdf8-1546df72fe8c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1ceaede5-13ec-49a4-bdf8-1546df72fe8c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0b21e0d1-8e11-49a8-9b3d-14f36465664b {
  display: none;
}
#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 {
  text-align: left;
}


.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 {
  max-width: 100%;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom,
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 {
  max-width: 100%;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom,
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 {
  max-width: 100%;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom,
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 {
  max-width: 100%;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom,
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 {
  max-width: 100%;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom,
.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b10b9fd-4dee-40ef-84cb-8e104b7ca427 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c83bc616-fefd-493e-bfa7-0d7f05efaaa3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c83bc616-fefd-493e-bfa7-0d7f05efaaa3 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9a30bf3c-5e55-45a7-a4d3-f02c34b0f847 {
  text-align: center;
}

#s-9a30bf3c-5e55-45a7-a4d3-f02c34b0f847 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a30bf3c-5e55-45a7-a4d3-f02c34b0f847 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9a30bf3c-5e55-45a7-a4d3-f02c34b0f847 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-25123c4d-7342-45aa-9433-ebaa04bc098d {
  display: none;
}
#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 {
  text-align: left;
}


.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 {
  max-width: 100%;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom,
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 {
  max-width: 100%;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom,
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 {
  max-width: 100%;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom,
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 {
  max-width: 100%;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom,
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 {
  max-width: 100%;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom,
.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c674fb4-74c2-4014-8641-f535d3bc15d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-29269fbc-00e5-4476-aea4-08b63f7feae5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29269fbc-00e5-4476-aea4-08b63f7feae5 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e4b0fd0e-1f90-4f6f-99bf-ce05af7cb594 {
  text-align: center;
}

#s-e4b0fd0e-1f90-4f6f-99bf-ce05af7cb594 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e4b0fd0e-1f90-4f6f-99bf-ce05af7cb594 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e4b0fd0e-1f90-4f6f-99bf-ce05af7cb594 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41ff5c3a-6386-4119-8d3e-24dc6e3a4cac {
  display: none;
}
#s-7275bf0d-76aa-4a89-82b0-c220c696a33d {
  text-align: left;
}


.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d {
  max-width: 100%;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom,
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d {
  max-width: 100%;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom,
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d {
  max-width: 100%;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom,
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d {
  max-width: 100%;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom,
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d {
  max-width: 100%;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom,
.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7275bf0d-76aa-4a89-82b0-c220c696a33d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bb56deb7-c4b6-432d-9411-bb6590cc1c43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb56deb7-c4b6-432d-9411-bb6590cc1c43 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5168b2d8-b9cd-4ec6-9a6b-9a245585ab47 {
  text-align: center;
}

#s-5168b2d8-b9cd-4ec6-9a6b-9a245585ab47 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5168b2d8-b9cd-4ec6-9a6b-9a245585ab47 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5168b2d8-b9cd-4ec6-9a6b-9a245585ab47 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40296ab4-43f3-460b-b9a2-385928fc7de0 {
  display: none;
}
#s-3efae12e-191d-46a2-804d-c6800caef437 {
  text-align: left;
}


.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 {
  max-width: 100%;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom,
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 {
  max-width: 100%;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom,
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 {
  max-width: 100%;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom,
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 {
  max-width: 100%;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom,
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 {
  max-width: 100%;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom,
.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efae12e-191d-46a2-804d-c6800caef437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8eb56630-367b-4a1e-9d3d-789da40292d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eb56630-367b-4a1e-9d3d-789da40292d0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d708f1e0-cb5d-4024-b199-30aecf50ca84 {
  text-align: center;
}

#s-d708f1e0-cb5d-4024-b199-30aecf50ca84 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d708f1e0-cb5d-4024-b199-30aecf50ca84 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d708f1e0-cb5d-4024-b199-30aecf50ca84 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7ef295fe-bfb2-47d3-b9f3-599260b907bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 32, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7ef295fe-bfb2-47d3-b9f3-599260b907bc:hover {background-color: rgba(106, 203, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ef295fe-bfb2-47d3-b9f3-599260b907bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ef295fe-bfb2-47d3-b9f3-599260b907bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 {
  display: none;
}
#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319, #wrap-s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 {
  display: none;
}
#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319, #wrap-s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 { display:none !important; }}@media (max-width: 767px){#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 {
  display: none;
}
#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319, #wrap-s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 { display:none !important; }}
#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 .shogun-heading-component h2 {
  color: rgba(114, 32, 98, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4f5b447e-b23b-4d0f-aa4a-66ab671c9319 .shogun-heading-component h2 a {
  color: rgba(114, 32, 98, 1);
}


#s-4af8d056-4b93-4388-acff-9824953751af {
  text-align: center;
}
@media (min-width: 1200px){#s-4af8d056-4b93-4388-acff-9824953751af {
  display: none;
}
#s-4af8d056-4b93-4388-acff-9824953751af, #wrap-s-4af8d056-4b93-4388-acff-9824953751af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4af8d056-4b93-4388-acff-9824953751af {
  display: none;
}
#s-4af8d056-4b93-4388-acff-9824953751af, #wrap-s-4af8d056-4b93-4388-acff-9824953751af { display:none !important; }}@media (max-width: 767px){#s-4af8d056-4b93-4388-acff-9824953751af {
  display: none;
}
#s-4af8d056-4b93-4388-acff-9824953751af, #wrap-s-4af8d056-4b93-4388-acff-9824953751af { display:none !important; }}



  #s-4af8d056-4b93-4388-acff-9824953751af img.shogun-image {
    
    width: px;
  }


#s-4af8d056-4b93-4388-acff-9824953751af .shogun-image-content {
  
    align-items: center;
  
}

#s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301:hover {background-color: rgba(106, 202, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301 {
  display: none;
}
#s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301, #wrap-s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301 { display:none !important; }}@media (max-width: 767px){#s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301 {
  display: none;
}
#s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301, #wrap-s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301 { display:none !important; }}


#s-517f5422-fc76-4dcc-b0c3-e81ab3bdd301.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-655b7201-df64-4eae-b8cf-ee628cd9795a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 33, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-655b7201-df64-4eae-b8cf-ee628cd9795a:hover {background-color: rgba(108, 202, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-655b7201-df64-4eae-b8cf-ee628cd9795a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-655b7201-df64-4eae-b8cf-ee628cd9795a {
  display: none;
}
#s-655b7201-df64-4eae-b8cf-ee628cd9795a, #wrap-s-655b7201-df64-4eae-b8cf-ee628cd9795a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-655b7201-df64-4eae-b8cf-ee628cd9795a {
  display: none;
}
#s-655b7201-df64-4eae-b8cf-ee628cd9795a, #wrap-s-655b7201-df64-4eae-b8cf-ee628cd9795a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-655b7201-df64-4eae-b8cf-ee628cd9795a {
  
}
}@media (max-width: 767px){#s-655b7201-df64-4eae-b8cf-ee628cd9795a {
  display: none;
}
#s-655b7201-df64-4eae-b8cf-ee628cd9795a, #wrap-s-655b7201-df64-4eae-b8cf-ee628cd9795a { display:none !important; }}


#s-655b7201-df64-4eae-b8cf-ee628cd9795a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 {
  display: none;
}
#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884, #wrap-s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 {
  display: none;
}
#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884, #wrap-s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 {
  
}
}@media (max-width: 767px){#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 {
  display: none;
}
#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884, #wrap-s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 { display:none !important; }}







#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1802d1b-b149-4fd0-b6a1-5454c34fc884.shg-box.shg-c {
  justify-content: center;
}

#s-66366a61-a2c0-42a2-8d01-fe5a741308f4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-66366a61-a2c0-42a2-8d01-fe5a741308f4 {
  display: none;
}
#s-66366a61-a2c0-42a2-8d01-fe5a741308f4, #wrap-s-66366a61-a2c0-42a2-8d01-fe5a741308f4 { display:none !important; }}



  #s-66366a61-a2c0-42a2-8d01-fe5a741308f4 img.shogun-image {
    
    width: px;
  }


#s-66366a61-a2c0-42a2-8d01-fe5a741308f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 {
  text-align: center;
}
@media (min-width: 1200px){#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 {
  display: none;
}
#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883, #wrap-s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 {
  display: none;
}
#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883, #wrap-s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 {
  
}
}@media (max-width: 767px){#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 {
  display: none;
}
#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883, #wrap-s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 { display:none !important; }}



  #s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 img.shogun-image {
    
    width: px;
  }


#s-477ed6c4-a6ad-4000-adfd-ce6e8c97e883 .shogun-image-content {
  
    align-items: center;
  
}

#s-b03dbe05-79e8-4a63-a073-7930156a5f38 {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-b03dbe05-79e8-4a63-a073-7930156a5f38 {
  display: none;
}
#s-b03dbe05-79e8-4a63-a073-7930156a5f38, #wrap-s-b03dbe05-79e8-4a63-a073-7930156a5f38 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b03dbe05-79e8-4a63-a073-7930156a5f38 {
  display: none;
}
#s-b03dbe05-79e8-4a63-a073-7930156a5f38, #wrap-s-b03dbe05-79e8-4a63-a073-7930156a5f38 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b03dbe05-79e8-4a63-a073-7930156a5f38 {
  
}
}@media (max-width: 767px){#s-b03dbe05-79e8-4a63-a073-7930156a5f38 {
  display: none;
}
#s-b03dbe05-79e8-4a63-a073-7930156a5f38, #wrap-s-b03dbe05-79e8-4a63-a073-7930156a5f38 { display:none !important; }}
#s-0ffd58da-846f-4b0f-b237-d33b931b27e0 {
  min-height: 50px;
background-color: rgba(108, 202, 211, 1);
}
@media (min-width: 1200px){#s-0ffd58da-846f-4b0f-b237-d33b931b27e0 {
  display: none;
}
#s-0ffd58da-846f-4b0f-b237-d33b931b27e0, #wrap-s-0ffd58da-846f-4b0f-b237-d33b931b27e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ffd58da-846f-4b0f-b237-d33b931b27e0 {
  display: none;
}
#s-0ffd58da-846f-4b0f-b237-d33b931b27e0, #wrap-s-0ffd58da-846f-4b0f-b237-d33b931b27e0 { display:none !important; }}@media (max-width: 767px){#s-0ffd58da-846f-4b0f-b237-d33b931b27e0 {
  display: none;
}
#s-0ffd58da-846f-4b0f-b237-d33b931b27e0, #wrap-s-0ffd58da-846f-4b0f-b237-d33b931b27e0 { display:none !important; }}







#s-0ffd58da-846f-4b0f-b237-d33b931b27e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ffd58da-846f-4b0f-b237-d33b931b27e0.shg-box.shg-c {
  justify-content: center;
}

#s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1 {
  display: none;
}
#s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1, #wrap-s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1 {
  display: none;
}
#s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1, #wrap-s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1 { display:none !important; }}@media (max-width: 767px){#s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1 {
  display: none;
}
#s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1, #wrap-s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1 { display:none !important; }}
#s-a485c3ec-7e34-4191-b35f-dc8ee1e490d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60 {
  display: none;
}
#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60, #wrap-s-ee45b23a-cb2d-47d0-9489-f4848c5abf60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60 {
  display: none;
}
#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60, #wrap-s-ee45b23a-cb2d-47d0-9489-f4848c5abf60 { display:none !important; }}@media (max-width: 767px){#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60 {
  display: none;
}
#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60, #wrap-s-ee45b23a-cb2d-47d0-9489-f4848c5abf60 { display:none !important; }}







#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee45b23a-cb2d-47d0-9489-f4848c5abf60.shg-box.shg-c {
  justify-content: center;
}

#s-75f0b062-a631-4466-9c81-cd4adc6cb140 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-75f0b062-a631-4466-9c81-cd4adc6cb140 {
  display: none;
}
#s-75f0b062-a631-4466-9c81-cd4adc6cb140, #wrap-s-75f0b062-a631-4466-9c81-cd4adc6cb140 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75f0b062-a631-4466-9c81-cd4adc6cb140 {
  display: none;
}
#s-75f0b062-a631-4466-9c81-cd4adc6cb140, #wrap-s-75f0b062-a631-4466-9c81-cd4adc6cb140 { display:none !important; }}@media (max-width: 767px){#s-75f0b062-a631-4466-9c81-cd4adc6cb140 {
  display: none;
}
#s-75f0b062-a631-4466-9c81-cd4adc6cb140, #wrap-s-75f0b062-a631-4466-9c81-cd4adc6cb140 { display:none !important; }}







#s-75f0b062-a631-4466-9c81-cd4adc6cb140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75f0b062-a631-4466-9c81-cd4adc6cb140.shg-box.shg-c {
  justify-content: center;
}

#s-133b545c-94c2-440e-be16-5193212d1f3a {
  text-align: center;
}
@media (min-width: 1200px){#s-133b545c-94c2-440e-be16-5193212d1f3a {
  display: none;
}
#s-133b545c-94c2-440e-be16-5193212d1f3a, #wrap-s-133b545c-94c2-440e-be16-5193212d1f3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-133b545c-94c2-440e-be16-5193212d1f3a {
  display: none;
}
#s-133b545c-94c2-440e-be16-5193212d1f3a, #wrap-s-133b545c-94c2-440e-be16-5193212d1f3a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-133b545c-94c2-440e-be16-5193212d1f3a {
  
}
}@media (max-width: 767px){#s-133b545c-94c2-440e-be16-5193212d1f3a {
  display: none;
}
#s-133b545c-94c2-440e-be16-5193212d1f3a, #wrap-s-133b545c-94c2-440e-be16-5193212d1f3a { display:none !important; }}



  #s-133b545c-94c2-440e-be16-5193212d1f3a img.shogun-image {
    
    width: px;
  }


#s-133b545c-94c2-440e-be16-5193212d1f3a .shogun-image-content {
  
    align-items: center;
  
}

#s-24ba119a-deec-4f01-978c-36169e182242 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-24ba119a-deec-4f01-978c-36169e182242 {
  
}
}@media (max-width: 767px){#s-24ba119a-deec-4f01-978c-36169e182242 {
  
}
}
#s-24ba119a-deec-4f01-978c-36169e182242 .shogun-heading-component h2 {
  color: rgba(115, 33, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-24ba119a-deec-4f01-978c-36169e182242 .shogun-heading-component h2 a {
  color: rgba(115, 33, 99, 1);
}


#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba {
  min-height: 50px;
}
@media (min-width: 1200px){#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba {
  display: none;
}
#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba, #wrap-s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba {
  display: none;
}
#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba, #wrap-s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba {
  
}
}@media (max-width: 767px){#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba {
  display: none;
}
#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba, #wrap-s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba { display:none !important; }}







#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c0e70e-dd00-4e0b-a53a-29fa75a0caba.shg-box.shg-c {
  justify-content: center;
}

#s-b73cf277-9ec5-4aac-b879-886d0d8bbaf3 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b73cf277-9ec5-4aac-b879-886d0d8bbaf3 {
  display: none;
}
#s-b73cf277-9ec5-4aac-b879-886d0d8bbaf3, #wrap-s-b73cf277-9ec5-4aac-b879-886d0d8bbaf3 { display:none !important; }}



  #s-b73cf277-9ec5-4aac-b879-886d0d8bbaf3 img.shogun-image {
    
    width: px;
  }


#s-b73cf277-9ec5-4aac-b879-886d0d8bbaf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 {
  text-align: center;
}
@media (min-width: 1200px){#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 {
  display: none;
}
#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713, #wrap-s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 {
  display: none;
}
#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713, #wrap-s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 {
  
}
}@media (max-width: 767px){#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 {
  display: none;
}
#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713, #wrap-s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 { display:none !important; }}



  #s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 img.shogun-image {
    
    width: px;
  }


#s-00b0d23b-2ac3-4505-8dc7-2de4f8f64713 .shogun-image-content {
  
    align-items: center;
  
}

#s-752a3f7f-e492-462e-8947-c30826ef1b87 {
  padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 1200px){#s-752a3f7f-e492-462e-8947-c30826ef1b87 {
  display: none;
}
#s-752a3f7f-e492-462e-8947-c30826ef1b87, #wrap-s-752a3f7f-e492-462e-8947-c30826ef1b87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-752a3f7f-e492-462e-8947-c30826ef1b87 {
  display: none;
}
#s-752a3f7f-e492-462e-8947-c30826ef1b87, #wrap-s-752a3f7f-e492-462e-8947-c30826ef1b87 { display:none !important; }}@media (max-width: 767px){#s-752a3f7f-e492-462e-8947-c30826ef1b87 {
  display: none;
}
#s-752a3f7f-e492-462e-8947-c30826ef1b87, #wrap-s-752a3f7f-e492-462e-8947-c30826ef1b87 { display:none !important; }}
#s-4f12986a-d45b-4246-bd8b-b40a16324c09 {
  text-align: center;
}
@media (min-width: 1200px){#s-4f12986a-d45b-4246-bd8b-b40a16324c09 {
  display: none;
}
#s-4f12986a-d45b-4246-bd8b-b40a16324c09, #wrap-s-4f12986a-d45b-4246-bd8b-b40a16324c09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f12986a-d45b-4246-bd8b-b40a16324c09 {
  display: none;
}
#s-4f12986a-d45b-4246-bd8b-b40a16324c09, #wrap-s-4f12986a-d45b-4246-bd8b-b40a16324c09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f12986a-d45b-4246-bd8b-b40a16324c09 {
  
}
}@media (max-width: 767px){#s-4f12986a-d45b-4246-bd8b-b40a16324c09 {
  display: none;
}
#s-4f12986a-d45b-4246-bd8b-b40a16324c09, #wrap-s-4f12986a-d45b-4246-bd8b-b40a16324c09 { display:none !important; }}



  #s-4f12986a-d45b-4246-bd8b-b40a16324c09 img.shogun-image {
    
    width: px;
  }


#s-4f12986a-d45b-4246-bd8b-b40a16324c09 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 {
  display: none;
}
#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31, #wrap-s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 {
  display: none;
}
#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31, #wrap-s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 {
  
}
}@media (max-width: 767px){#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 {
  display: none;
}
#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31, #wrap-s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 { display:none !important; }}
#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 .shogun-heading-component h2 {
  color: rgba(115, 33, 99, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-bcdb0eb1-b3ba-4ff8-9d48-db3430ceba31 .shogun-heading-component h2 a {
  color: rgba(115, 33, 99, 1);
}


#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d {
  display: none;
}
#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d, #wrap-s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d {
  display: none;
}
#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d, #wrap-s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d {
  
}
}@media (max-width: 767px){#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d {
  display: none;
}
#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d, #wrap-s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d { display:none !important; }}







#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d5a4ab-8cdb-4992-a51c-ece0c6c36a9d.shg-box.shg-c {
  justify-content: center;
}

#s-a65c3f6f-b8d4-48ee-8a74-2e995b5d5f0e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a65c3f6f-b8d4-48ee-8a74-2e995b5d5f0e {
  display: none;
}
#s-a65c3f6f-b8d4-48ee-8a74-2e995b5d5f0e, #wrap-s-a65c3f6f-b8d4-48ee-8a74-2e995b5d5f0e { display:none !important; }}



  #s-a65c3f6f-b8d4-48ee-8a74-2e995b5d5f0e img.shogun-image {
    
    width: px;
  }


#s-a65c3f6f-b8d4-48ee-8a74-2e995b5d5f0e .shogun-image-content {
  
    align-items: center;
  
}

#s-1843a7e3-401e-42f9-b273-51ab39dcc145 {
  text-align: center;
}
@media (min-width: 1200px){#s-1843a7e3-401e-42f9-b273-51ab39dcc145 {
  display: none;
}
#s-1843a7e3-401e-42f9-b273-51ab39dcc145, #wrap-s-1843a7e3-401e-42f9-b273-51ab39dcc145 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1843a7e3-401e-42f9-b273-51ab39dcc145 {
  display: none;
}
#s-1843a7e3-401e-42f9-b273-51ab39dcc145, #wrap-s-1843a7e3-401e-42f9-b273-51ab39dcc145 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1843a7e3-401e-42f9-b273-51ab39dcc145 {
  
}
}@media (max-width: 767px){#s-1843a7e3-401e-42f9-b273-51ab39dcc145 {
  display: none;
}
#s-1843a7e3-401e-42f9-b273-51ab39dcc145, #wrap-s-1843a7e3-401e-42f9-b273-51ab39dcc145 { display:none !important; }}



  #s-1843a7e3-401e-42f9-b273-51ab39dcc145 img.shogun-image {
    
    width: px;
  }


#s-1843a7e3-401e-42f9-b273-51ab39dcc145 .shogun-image-content {
  
    align-items: center;
  
}

#s-de3ea545-3a8c-4989-a455-36cf62032b12 {
  padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 1200px){#s-de3ea545-3a8c-4989-a455-36cf62032b12 {
  display: none;
}
#s-de3ea545-3a8c-4989-a455-36cf62032b12, #wrap-s-de3ea545-3a8c-4989-a455-36cf62032b12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de3ea545-3a8c-4989-a455-36cf62032b12 {
  display: none;
}
#s-de3ea545-3a8c-4989-a455-36cf62032b12, #wrap-s-de3ea545-3a8c-4989-a455-36cf62032b12 { display:none !important; }}@media (max-width: 767px){#s-de3ea545-3a8c-4989-a455-36cf62032b12 {
  display: none;
}
#s-de3ea545-3a8c-4989-a455-36cf62032b12, #wrap-s-de3ea545-3a8c-4989-a455-36cf62032b12 { display:none !important; }}
#s-ebf370b1-b339-465b-88f3-5520a40a9534 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ebf370b1-b339-465b-88f3-5520a40a9534 {
  display: none;
}
#s-ebf370b1-b339-465b-88f3-5520a40a9534, #wrap-s-ebf370b1-b339-465b-88f3-5520a40a9534 { display:none !important; }}@media (max-width: 767px){#s-ebf370b1-b339-465b-88f3-5520a40a9534 {
  display: none;
}
#s-ebf370b1-b339-465b-88f3-5520a40a9534, #wrap-s-ebf370b1-b339-465b-88f3-5520a40a9534 { display:none !important; }}







#s-ebf370b1-b339-465b-88f3-5520a40a9534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebf370b1-b339-465b-88f3-5520a40a9534.shg-box.shg-c {
  justify-content: center;
}

#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f {
  text-align: center;
}
@media (min-width: 1200px){#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f {
  display: none;
}
#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f, #wrap-s-a0efd961-6347-417b-b7c8-e541a4d1ec7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f {
  display: none;
}
#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f, #wrap-s-a0efd961-6347-417b-b7c8-e541a4d1ec7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f {
  
}
}@media (max-width: 767px){#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f {
  display: none;
}
#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f, #wrap-s-a0efd961-6347-417b-b7c8-e541a4d1ec7f { display:none !important; }}



  #s-a0efd961-6347-417b-b7c8-e541a4d1ec7f img.shogun-image {
    
    width: px;
  }


#s-a0efd961-6347-417b-b7c8-e541a4d1ec7f .shogun-image-content {
  
    align-items: center;
  
}

#s-ee542bb8-f082-4dc8-b513-c0a2c353092c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 10px;
background-position: center center;
}
@media (min-width: 1200px){#s-ee542bb8-f082-4dc8-b513-c0a2c353092c {
  display: none;
}
#s-ee542bb8-f082-4dc8-b513-c0a2c353092c, #wrap-s-ee542bb8-f082-4dc8-b513-c0a2c353092c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee542bb8-f082-4dc8-b513-c0a2c353092c {
  display: none;
}
#s-ee542bb8-f082-4dc8-b513-c0a2c353092c, #wrap-s-ee542bb8-f082-4dc8-b513-c0a2c353092c { display:none !important; }}@media (max-width: 767px){#s-ee542bb8-f082-4dc8-b513-c0a2c353092c {
  display: none;
}
#s-ee542bb8-f082-4dc8-b513-c0a2c353092c, #wrap-s-ee542bb8-f082-4dc8-b513-c0a2c353092c { display:none !important; }}







#s-ee542bb8-f082-4dc8-b513-c0a2c353092c > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-ee542bb8-f082-4dc8-b513-c0a2c353092c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b10304c1-8169-4fca-a888-009be287a87d {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b10304c1-8169-4fca-a888-009be287a87d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-752fc02f-a3f2-450e-bd0e-be5df84d6cd0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-752fc02f-a3f2-450e-bd0e-be5df84d6cd0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a22a9e5e-cb28-425c-87d1-43a5a9614f03 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}

#s-f061d247-f7d8-45ff-bc94-f63dd074a538 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f061d247-f7d8-45ff-bc94-f63dd074a538"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-866166f2-d1ed-409c-bf5c-da231b2c7d15 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(205, 205, 205, 0);
}

#s-866166f2-d1ed-409c-bf5c-da231b2c7d15 .shogun-success-alert {
  background-color: rgba(48, 48, 50, 1);
  color: rgba(255, 255, 255, 1);
}

#s-866166f2-d1ed-409c-bf5c-da231b2c7d15 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: Open Sans;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-866166f2-d1ed-409c-bf5c-da231b2c7d15 .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: ;
  font-weight: ;
  font-style: ;
}

#s-866166f2-d1ed-409c-bf5c-da231b2c7d15 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 1) !important;
}

#s-866166f2-d1ed-409c-bf5c-da231b2c7d15 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-866166f2-d1ed-409c-bf5c-da231b2c7d15 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
