#s-6e64cae7-a3be-4362-88bd-a22c79d318d0 {
  text-align: left;
}

#s-5b6396df-4020-43a5-ba3b-f8bc91d24ad3 {
  text-align: left;
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: 0;
  transform: translateZ(0px);
}

#s-68d863b8-34a8-4486-bf05-0897ffb9cddf {
  min-height: 50px;
}








#s-68d863b8-34a8-4486-bf05-0897ffb9cddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68d863b8-34a8-4486-bf05-0897ffb9cddf.shg-box.shg-c {
  justify-content: center;
}

#s-fe630134-8f43-49e8-9e29-4881d14c00bd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fe630134-8f43-49e8-9e29-4881d14c00bd {
  display: none;
}
#s-fe630134-8f43-49e8-9e29-4881d14c00bd, #wrap-s-fe630134-8f43-49e8-9e29-4881d14c00bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe630134-8f43-49e8-9e29-4881d14c00bd {
  display: none;
}
#s-fe630134-8f43-49e8-9e29-4881d14c00bd, #wrap-s-fe630134-8f43-49e8-9e29-4881d14c00bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe630134-8f43-49e8-9e29-4881d14c00bd {
  display: none;
}
#s-fe630134-8f43-49e8-9e29-4881d14c00bd, #wrap-s-fe630134-8f43-49e8-9e29-4881d14c00bd { display:none !important; }}







#s-fe630134-8f43-49e8-9e29-4881d14c00bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe630134-8f43-49e8-9e29-4881d14c00bd.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-69cefde9-d808-45d5-8b00-57ad288368ae {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-69cefde9-d808-45d5-8b00-57ad288368ae {
  display: none;
}
#s-69cefde9-d808-45d5-8b00-57ad288368ae, #wrap-s-69cefde9-d808-45d5-8b00-57ad288368ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69cefde9-d808-45d5-8b00-57ad288368ae {
  display: none;
}
#s-69cefde9-d808-45d5-8b00-57ad288368ae, #wrap-s-69cefde9-d808-45d5-8b00-57ad288368ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69cefde9-d808-45d5-8b00-57ad288368ae {
  display: none;
}
#s-69cefde9-d808-45d5-8b00-57ad288368ae, #wrap-s-69cefde9-d808-45d5-8b00-57ad288368ae { display:none !important; }}@media (max-width: 767px){#s-69cefde9-d808-45d5-8b00-57ad288368ae {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
}
}






  #s-69cefde9-d808-45d5-8b00-57ad288368ae img.shogun-image {
    

    
    
    
  }


#s-69cefde9-d808-45d5-8b00-57ad288368ae .shogun-image-content {
  
    align-items: center;
  
}

#s-9dfe3c7e-f638-4548-b055-1edfb139dde3 {
  margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9dfe3c7e-f638-4548-b055-1edfb139dde3 {
  display: none;
}
#s-9dfe3c7e-f638-4548-b055-1edfb139dde3, #wrap-s-9dfe3c7e-f638-4548-b055-1edfb139dde3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dfe3c7e-f638-4548-b055-1edfb139dde3 {
  display: none;
}
#s-9dfe3c7e-f638-4548-b055-1edfb139dde3, #wrap-s-9dfe3c7e-f638-4548-b055-1edfb139dde3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9dfe3c7e-f638-4548-b055-1edfb139dde3 {
  display: none;
}
#s-9dfe3c7e-f638-4548-b055-1edfb139dde3, #wrap-s-9dfe3c7e-f638-4548-b055-1edfb139dde3 { display:none !important; }}@media (max-width: 767px){#s-9dfe3c7e-f638-4548-b055-1edfb139dde3 {
  
}
}






  #s-9dfe3c7e-f638-4548-b055-1edfb139dde3 img.shogun-image {
    

    
    
    
  }


#s-9dfe3c7e-f638-4548-b055-1edfb139dde3 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-79a341b2-a9da-4a53-a1a1-6a09137a593d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-79a341b2-a9da-4a53-a1a1-6a09137a593d {
  display: none;
}
#s-79a341b2-a9da-4a53-a1a1-6a09137a593d, #wrap-s-79a341b2-a9da-4a53-a1a1-6a09137a593d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79a341b2-a9da-4a53-a1a1-6a09137a593d {
  display: none;
}
#s-79a341b2-a9da-4a53-a1a1-6a09137a593d, #wrap-s-79a341b2-a9da-4a53-a1a1-6a09137a593d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79a341b2-a9da-4a53-a1a1-6a09137a593d {
  display: none;
}
#s-79a341b2-a9da-4a53-a1a1-6a09137a593d, #wrap-s-79a341b2-a9da-4a53-a1a1-6a09137a593d { display:none !important; }}@media (max-width: 767px){#s-79a341b2-a9da-4a53-a1a1-6a09137a593d {
  
}
}
#s-79a341b2-a9da-4a53-a1a1-6a09137a593d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-5a3123c2-e271-4bff-86b1-e1d763faa59e {
  margin-left: auto;
margin-right: auto;
}

#s-5a3123c2-e271-4bff-86b1-e1d763faa59e {
  display: none;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

#s-bb283731-112c-45fb-a376-fbd55f48eba8 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-bb283731-112c-45fb-a376-fbd55f48eba8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb283731-112c-45fb-a376-fbd55f48eba8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb283731-112c-45fb-a376-fbd55f48eba8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb283731-112c-45fb-a376-fbd55f48eba8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb283731-112c-45fb-a376-fbd55f48eba8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb283731-112c-45fb-a376-fbd55f48eba8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb283731-112c-45fb-a376-fbd55f48eba8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d5c0d275-0c42-4c15-80fb-bf9a2d743908 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d5c0d275-0c42-4c15-80fb-bf9a2d743908 {
  display: none;
}
#s-d5c0d275-0c42-4c15-80fb-bf9a2d743908, #wrap-s-d5c0d275-0c42-4c15-80fb-bf9a2d743908 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5c0d275-0c42-4c15-80fb-bf9a2d743908 {
  display: none;
}
#s-d5c0d275-0c42-4c15-80fb-bf9a2d743908, #wrap-s-d5c0d275-0c42-4c15-80fb-bf9a2d743908 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5c0d275-0c42-4c15-80fb-bf9a2d743908 {
  display: none;
}
#s-d5c0d275-0c42-4c15-80fb-bf9a2d743908, #wrap-s-d5c0d275-0c42-4c15-80fb-bf9a2d743908 { display:none !important; }}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
text-align: left;
}



.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a5146d-464a-4bcd-8083-37137d9bfe79 img.shogun-image {
  width: 100%;
}




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

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

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.right {
  right: 0;
  margin-right: 1%;
}
#s-56cca2bd-76fa-4c6a-a833-653f5e3b75ee {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-56cca2bd-76fa-4c6a-a833-653f5e3b75ee .shg-gallery-thumb-image-wrapper {
  

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

#s-56cca2bd-76fa-4c6a-a833-653f5e3b75ee .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-56cca2bd-76fa-4c6a-a833-653f5e3b75ee .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-56cca2bd-76fa-4c6a-a833-653f5e3b75ee .shg-gallery-scroll-button {
  color: #FFF;
}

#s-4320c86b-83bd-4fb6-8f21-3a85405826c7 {
  margin-top: 75px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4320c86b-83bd-4fb6-8f21-3a85405826c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4320c86b-83bd-4fb6-8f21-3a85405826c7 {
  
}
}@media (max-width: 767px){#s-4320c86b-83bd-4fb6-8f21-3a85405826c7 {
  display: none;
}
#s-4320c86b-83bd-4fb6-8f21-3a85405826c7, #wrap-s-4320c86b-83bd-4fb6-8f21-3a85405826c7 { display:none !important; }}






  #s-4320c86b-83bd-4fb6-8f21-3a85405826c7 img.shogun-image {
    

    
    
    
  }


#s-4320c86b-83bd-4fb6-8f21-3a85405826c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-35186c5e-e867-4876-bfb1-cdb620915878 {
  margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-35186c5e-e867-4876-bfb1-cdb620915878 {
  display: none;
}
#s-35186c5e-e867-4876-bfb1-cdb620915878, #wrap-s-35186c5e-e867-4876-bfb1-cdb620915878 { display:none !important; }}






  #s-35186c5e-e867-4876-bfb1-cdb620915878 img.shogun-image {
    

    
    
    
  }


#s-35186c5e-e867-4876-bfb1-cdb620915878 .shogun-image-content {
  
    align-items: center;
  
}

#s-aef4333c-85fc-4f0b-b29e-41a3a3a77328 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-aef4333c-85fc-4f0b-b29e-41a3a3a77328 {
  display: none;
}
#s-aef4333c-85fc-4f0b-b29e-41a3a3a77328, #wrap-s-aef4333c-85fc-4f0b-b29e-41a3a3a77328 { display:none !important; }}
#s-aef4333c-85fc-4f0b-b29e-41a3a3a77328 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 45px;
  
  
  text-align: center;
}



#s-73006742-371b-48db-8ef1-5bdeb8d1dbe7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-73006742-371b-48db-8ef1-5bdeb8d1dbe7 {
  display: none;
}
#s-73006742-371b-48db-8ef1-5bdeb8d1dbe7, #wrap-s-73006742-371b-48db-8ef1-5bdeb8d1dbe7 { display:none !important; }}
#s-0296bae1-3276-49a2-8087-3d149c3655a1 {
  text-align: left;
}

#s-3b207d12-035c-4005-80d0-9fe7c2ad5ff3 {
  min-height: 50px;
}








#s-3b207d12-035c-4005-80d0-9fe7c2ad5ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b207d12-035c-4005-80d0-9fe7c2ad5ff3.shg-box.shg-c {
  justify-content: center;
}

#s-1f992737-ee21-4d78-8b78-c724fb62b5bf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 140px;
text-align: left;
}

#s-1f992737-ee21-4d78-8b78-c724fb62b5bf .shg-product-quantity-wrapper {
  display: flex;
}

#s-1f992737-ee21-4d78-8b78-c724fb62b5bf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1f992737-ee21-4d78-8b78-c724fb62b5bf .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1f992737-ee21-4d78-8b78-c724fb62b5bf .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1f992737-ee21-4d78-8b78-c724fb62b5bf .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2f81a80c-012d-4204-909c-7ec3143a78a9 {
  text-align: center;
}
@media (max-width: 767px){#s-2f81a80c-012d-4204-909c-7ec3143a78a9 {
  display: none;
}
#s-2f81a80c-012d-4204-909c-7ec3143a78a9, #wrap-s-2f81a80c-012d-4204-909c-7ec3143a78a9 { display:none !important; }}
#s-2f81a80c-012d-4204-909c-7ec3143a78a9 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 32px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2f81a80c-012d-4204-909c-7ec3143a78a9 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 32px;
}

#s-2f81a80c-012d-4204-909c-7ec3143a78a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a753d084-eaa3-4944-95a9-550fd07fef92 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a753d084-eaa3-4944-95a9-550fd07fef92 {
  display: none;
}
#s-a753d084-eaa3-4944-95a9-550fd07fef92, #wrap-s-a753d084-eaa3-4944-95a9-550fd07fef92 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a753d084-eaa3-4944-95a9-550fd07fef92 {
  display: none;
}
#s-a753d084-eaa3-4944-95a9-550fd07fef92, #wrap-s-a753d084-eaa3-4944-95a9-550fd07fef92 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a753d084-eaa3-4944-95a9-550fd07fef92 {
  display: none;
}
#s-a753d084-eaa3-4944-95a9-550fd07fef92, #wrap-s-a753d084-eaa3-4944-95a9-550fd07fef92 { display:none !important; }}
#s-a753d084-eaa3-4944-95a9-550fd07fef92 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a753d084-eaa3-4944-95a9-550fd07fef92 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
}

#s-a753d084-eaa3-4944-95a9-550fd07fef92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-39aceefa-940f-43f1-b66e-fa2cb3af2109 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-39aceefa-940f-43f1-b66e-fa2cb3af2109 {
  display: none;
}
#s-39aceefa-940f-43f1-b66e-fa2cb3af2109, #wrap-s-39aceefa-940f-43f1-b66e-fa2cb3af2109 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39aceefa-940f-43f1-b66e-fa2cb3af2109 {
  display: none;
}
#s-39aceefa-940f-43f1-b66e-fa2cb3af2109, #wrap-s-39aceefa-940f-43f1-b66e-fa2cb3af2109 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39aceefa-940f-43f1-b66e-fa2cb3af2109 {
  display: none;
}
#s-39aceefa-940f-43f1-b66e-fa2cb3af2109, #wrap-s-39aceefa-940f-43f1-b66e-fa2cb3af2109 { display:none !important; }}@media (max-width: 767px){#s-39aceefa-940f-43f1-b66e-fa2cb3af2109 {
  display: none;
}
#s-39aceefa-940f-43f1-b66e-fa2cb3af2109, #wrap-s-39aceefa-940f-43f1-b66e-fa2cb3af2109 { display:none !important; }}
#s-cf2ade16-2e55-4d11-b4f8-bef9dad2670a {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-cf2ade16-2e55-4d11-b4f8-bef9dad2670a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf2ade16-2e55-4d11-b4f8-bef9dad2670a.shg-box.shg-c {
  justify-content: center;
}

.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-e140e336-0117-4f59-8233-8b189ba0b490 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDc4ZDc1YjgtOWE2Zi00ZmQ2LTg5YmUtYjk2NzRlODA2NGZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWUwY2YzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDA2YWY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNzhkNzViOC05YTZmLTRmZDYtODliZS1iOTY3NGU4MDY0ZmIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0px;
margin-right: 0px;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 10px;
max-width: 380px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5e0cf3"}, {"id"=>2, "pos"=>1, "color"=>"#406af5"}];
}
#s-e140e336-0117-4f59-8233-8b189ba0b490:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e140e336-0117-4f59-8233-8b189ba0b490:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e140e336-0117-4f59-8233-8b189ba0b490 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e140e336-0117-4f59-8233-8b189ba0b490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e140e336-0117-4f59-8233-8b189ba0b490.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e140e336-0117-4f59-8233-8b189ba0b490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba616ce2-2dbf-4e0e-a5bd-bc81389902fe {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-ba616ce2-2dbf-4e0e-a5bd-bc81389902fe {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba616ce2-2dbf-4e0e-a5bd-bc81389902fe {
  padding-left: 18%;
padding-right: 18%;
}
}






  #s-ba616ce2-2dbf-4e0e-a5bd-bc81389902fe img.shogun-image {
    

    
    
    
  }


#s-ba616ce2-2dbf-4e0e-a5bd-bc81389902fe .shogun-image-content {
  
    align-items: center;
  
}

#s-ae1a4fad-f66f-4c9b-8b73-676cfa1df2da {
  margin-top: 23px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ae1a4fad-f66f-4c9b-8b73-676cfa1df2da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae1a4fad-f66f-4c9b-8b73-676cfa1df2da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae1a4fad-f66f-4c9b-8b73-676cfa1df2da {
  
}
}






  #s-ae1a4fad-f66f-4c9b-8b73-676cfa1df2da img.shogun-image {
    

    
    
    
  }


#s-ae1a4fad-f66f-4c9b-8b73-676cfa1df2da .shogun-image-content {
  
    align-items: center;
  
}

#s-7470bf07-f7bf-4f0e-83cc-efb32cbc1514 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-7470bf07-f7bf-4f0e-83cc-efb32cbc1514 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7470bf07-f7bf-4f0e-83cc-efb32cbc1514 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7470bf07-f7bf-4f0e-83cc-efb32cbc1514 {
  
}
}
#s-91a7d290-3a1c-4f71-afe9-1300df3c3d2d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
max-width: 1350px;
}








#s-91a7d290-3a1c-4f71-afe9-1300df3c3d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a7d290-3a1c-4f71-afe9-1300df3c3d2d.shg-box.shg-c {
  justify-content: center;
}

#s-213bfb73-800e-4368-98ae-cb625e24b3f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-213bfb73-800e-4368-98ae-cb625e24b3f7 {
  display: none;
}
#s-213bfb73-800e-4368-98ae-cb625e24b3f7, #wrap-s-213bfb73-800e-4368-98ae-cb625e24b3f7 { display:none !important; }}
#s-213bfb73-800e-4368-98ae-cb625e24b3f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 32px;
  
  
  text-align: center;
}



#s-a249894b-7e7b-494d-a6ff-f8314f28d462 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a249894b-7e7b-494d-a6ff-f8314f28d462 {
  display: none;
}
#s-a249894b-7e7b-494d-a6ff-f8314f28d462, #wrap-s-a249894b-7e7b-494d-a6ff-f8314f28d462 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a249894b-7e7b-494d-a6ff-f8314f28d462 {
  display: none;
}
#s-a249894b-7e7b-494d-a6ff-f8314f28d462, #wrap-s-a249894b-7e7b-494d-a6ff-f8314f28d462 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a249894b-7e7b-494d-a6ff-f8314f28d462 {
  display: none;
}
#s-a249894b-7e7b-494d-a6ff-f8314f28d462, #wrap-s-a249894b-7e7b-494d-a6ff-f8314f28d462 { display:none !important; }}
#s-a249894b-7e7b-494d-a6ff-f8314f28d462 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 32px;
  
  
  text-align: center;
}



#s-74d47e5b-a348-447b-afd8-debb348a9678 {
  margin-left: auto;
margin-right: auto;
min-height: 100%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-74d47e5b-a348-447b-afd8-debb348a9678"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-74d47e5b-a348-447b-afd8-debb348a9678"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-74d47e5b-a348-447b-afd8-debb348a9678"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-74d47e5b-a348-447b-afd8-debb348a9678"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-51646bcc-e89d-495d-9844-0e8c08271269 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(136, 136, 136, 0.6);
border-style: solid;
border-radius: 20px;
min-height: 100%;
}
@media (max-width: 767px){#s-51646bcc-e89d-495d-9844-0e8c08271269 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-51646bcc-e89d-495d-9844-0e8c08271269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51646bcc-e89d-495d-9844-0e8c08271269.shg-box.shg-c {
  justify-content: center;
}

#s-85ce416f-b640-4965-a2c8-4e6b894eda3c {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(136, 136, 136, 1);
}

#s-85ce416f-b640-4965-a2c8-4e6b894eda3c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-85ce416f-b640-4965-a2c8-4e6b894eda3c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 16px;
  
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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%;
}

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

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

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

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

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

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

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

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

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

#s-a45a6468-f476-40ee-a99c-bebf47d2d1a6 {
  max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-a45a6468-f476-40ee-a99c-bebf47d2d1a6 {
  max-width: 120px;
}
}






  img.s-a45a6468-f476-40ee-a99c-bebf47d2d1a6.shogun-image {
    
    
  }


.s-a45a6468-f476-40ee-a99c-bebf47d2d1a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a45a6468-f476-40ee-a99c-bebf47d2d1a6.shg-align-container {
  text-align: center
}

.s-a45a6468-f476-40ee-a99c-bebf47d2d1a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45a6468-f476-40ee-a99c-bebf47d2d1a6.shogun-image {
  box-sizing: border-box;
}



#s-d80dc92a-4a11-43a8-b876-8ad1b64971a8 {
  display: none;
}
#s-9a121e00-9eec-4836-ba3c-3a31117858dd {
  text-align: center;
}

#s-9a121e00-9eec-4836-ba3c-3a31117858dd .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 30px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9a121e00-9eec-4836-ba3c-3a31117858dd .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 30px;
}

#s-9a121e00-9eec-4836-ba3c-3a31117858dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-9a121e00-9eec-4836-ba3c-3a31117858dd .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 20px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9a121e00-9eec-4836-ba3c-3a31117858dd .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-9a121e00-9eec-4836-ba3c-3a31117858dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-9e7e851a-94b0-4ed9-aeb7-2e897048043d {
  padding-left: 50px;
padding-right: 50px;
min-height: 118px;
}
@media (max-width: 767px){#s-9e7e851a-94b0-4ed9-aeb7-2e897048043d {
  padding-left: 5px;
padding-right: 5px;
min-height: 139px;
}
}
.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-d36ab185-365b-47b1-8110-707ca81f154e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RkMmJmOTUtNGJhNS00MjIwLWIyMGMtYWY1ZWZjNDQ1YTc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWUwY2YzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDA2YWY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZGQyYmY5NS00YmE1LTQyMjAtYjIwYy1hZjVlZmM0NDVhNzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 40px;
padding-bottom: 12px;
padding-right: 40px;
border-radius: 100px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5e0cf3"}, {"id"=>2, "pos"=>1, "color"=>"#406af5"}];
}
#s-d36ab185-365b-47b1-8110-707ca81f154e:hover {border-radius: 100px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-d36ab185-365b-47b1-8110-707ca81f154e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d36ab185-365b-47b1-8110-707ca81f154e {
  padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
}
}


#s-d36ab185-365b-47b1-8110-707ca81f154e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){

#s-d36ab185-365b-47b1-8110-707ca81f154e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9744ef62-d51a-4cbf-80fe-a13d380f462f {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(136, 136, 136, 0.6);
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-9744ef62-d51a-4cbf-80fe-a13d380f462f {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-9744ef62-d51a-4cbf-80fe-a13d380f462f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9744ef62-d51a-4cbf-80fe-a13d380f462f.shg-box.shg-c {
  justify-content: center;
}

#s-ff937ee9-6a02-4b8f-8bc8-25884cc3638b {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(136, 136, 136, 1);
}

#s-ff937ee9-6a02-4b8f-8bc8-25884cc3638b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-ff937ee9-6a02-4b8f-8bc8-25884cc3638b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-d5ec0207-ed5f-4862-9376-d927af5a8697 {
  max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-d5ec0207-ed5f-4862-9376-d927af5a8697 {
  max-width: 120px;
}
}






  img.s-d5ec0207-ed5f-4862-9376-d927af5a8697.shogun-image {
    
    
  }


.s-d5ec0207-ed5f-4862-9376-d927af5a8697 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5ec0207-ed5f-4862-9376-d927af5a8697.shg-align-container {
  text-align: center
}

.s-d5ec0207-ed5f-4862-9376-d927af5a8697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5ec0207-ed5f-4862-9376-d927af5a8697.shogun-image {
  box-sizing: border-box;
}



#s-fcf8a308-82cf-41b9-9f99-402723baeefb {
  display: none;
}
#s-a2d694fc-30ce-4994-8fd9-f5851b5abb12 {
  text-align: center;
}

#s-a2d694fc-30ce-4994-8fd9-f5851b5abb12 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 30px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a2d694fc-30ce-4994-8fd9-f5851b5abb12 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 30px;
}

#s-a2d694fc-30ce-4994-8fd9-f5851b5abb12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-a2d694fc-30ce-4994-8fd9-f5851b5abb12 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 20px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a2d694fc-30ce-4994-8fd9-f5851b5abb12 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a2d694fc-30ce-4994-8fd9-f5851b5abb12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f83bb77d-2c26-4fc0-b123-a5790e0ac356 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-f83bb77d-2c26-4fc0-b123-a5790e0ac356 {
  padding-left: 5px;
padding-right: 5px;
}
}
#s-b25c377b-438d-46b4-9e5e-531ba322eead {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTVkNGIxYjYtYTJmZS00MDM3LTg2YzMtNjk4YjQxY2ZmYWY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWUwY2YzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDA2YWY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNWQ0YjFiNi1hMmZlLTQwMzctODZjMy02OThiNDFjZmZhZjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 40px;
padding-bottom: 12px;
padding-right: 40px;
border-radius: 100px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5e0cf3"}, {"id"=>2, "pos"=>1, "color"=>"#406af5"}];
}
#s-b25c377b-438d-46b4-9e5e-531ba322eead:hover {border-radius: 100px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-b25c377b-438d-46b4-9e5e-531ba322eead:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b25c377b-438d-46b4-9e5e-531ba322eead {
  padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
}
}


#s-b25c377b-438d-46b4-9e5e-531ba322eead.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){

#s-b25c377b-438d-46b4-9e5e-531ba322eead.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(136, 136, 136, 0.6);
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 {
  display: none;
}
#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1, #wrap-s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 {
  display: none;
}
#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1, #wrap-s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 {
  display: none;
}
#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1, #wrap-s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 { display:none !important; }}@media (max-width: 767px){#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 {
  display: none;
}
#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1, #wrap-s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 { display:none !important; }}







#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dfffb06-d7bf-4277-a2c1-d5f0a919a2d1.shg-box.shg-c {
  justify-content: center;
}

#s-adc8f731-c580-4a08-aef3-a8646ef3a0f7 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(136, 136, 136, 1);
}

#s-adc8f731-c580-4a08-aef3-a8646ef3a0f7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-adc8f731-c580-4a08-aef3-a8646ef3a0f7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-66a58613-6e70-468b-bcfd-db9cc58900de {
  max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-66a58613-6e70-468b-bcfd-db9cc58900de {
  max-width: 120px;
}
}






  img.s-66a58613-6e70-468b-bcfd-db9cc58900de.shogun-image {
    
    
  }


.s-66a58613-6e70-468b-bcfd-db9cc58900de .shogun-image-content {
  
    align-items: center;
  
}

.s-66a58613-6e70-468b-bcfd-db9cc58900de.shg-align-container {
  text-align: center
}

.s-66a58613-6e70-468b-bcfd-db9cc58900de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a58613-6e70-468b-bcfd-db9cc58900de.shogun-image {
  box-sizing: border-box;
}



#s-fbdd9a5f-ee54-4e21-b854-070c86e067e9 {
  display: none;
}
#s-825ca3a5-4059-4769-8ce8-406bf2df7bc9 {
  text-align: center;
}

#s-825ca3a5-4059-4769-8ce8-406bf2df7bc9 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 30px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-825ca3a5-4059-4769-8ce8-406bf2df7bc9 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 30px;
}

#s-825ca3a5-4059-4769-8ce8-406bf2df7bc9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-825ca3a5-4059-4769-8ce8-406bf2df7bc9 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 20px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-825ca3a5-4059-4769-8ce8-406bf2df7bc9 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-825ca3a5-4059-4769-8ce8-406bf2df7bc9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1d49b4fd-ef57-42e8-9b7f-9b88ef951139 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-1d49b4fd-ef57-42e8-9b7f-9b88ef951139 {
  padding-left: 5px;
padding-right: 5px;
}
}
#s-6d49f8c4-8847-4c3c-9b24-2cdc24fd5eab {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmM0NWViMmUtMTAwZi00MDJiLWFkMmEtNTIxMGZiOGYwOWE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWUwY2YzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDA2YWY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzQ1ZWIyZS0xMDBmLTQwMmItYWQyYS01MjEwZmI4ZjA5YTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 40px;
padding-bottom: 12px;
padding-right: 40px;
border-radius: 100px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5e0cf3"}, {"id"=>2, "pos"=>1, "color"=>"#406af5"}];
}
#s-6d49f8c4-8847-4c3c-9b24-2cdc24fd5eab:hover {border-radius: 100px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-6d49f8c4-8847-4c3c-9b24-2cdc24fd5eab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6d49f8c4-8847-4c3c-9b24-2cdc24fd5eab {
  padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
}
}


#s-6d49f8c4-8847-4c3c-9b24-2cdc24fd5eab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){

#s-6d49f8c4-8847-4c3c-9b24-2cdc24fd5eab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b664bbcb-dfb2-47b5-97d7-02a6a86967b2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 140px;
background-position: center center;
}
@media (max-width: 767px){#s-b664bbcb-dfb2-47b5-97d7-02a6a86967b2 {
  display: none;
}
#s-b664bbcb-dfb2-47b5-97d7-02a6a86967b2, #wrap-s-b664bbcb-dfb2-47b5-97d7-02a6a86967b2 { display:none !important; }}







#s-b664bbcb-dfb2-47b5-97d7-02a6a86967b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b664bbcb-dfb2-47b5-97d7-02a6a86967b2.shg-box.shg-c {
  justify-content: center;
}

#s-0739f284-8f57-425a-a4dd-5954ea8502b5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-0739f284-8f57-425a-a4dd-5954ea8502b5 {
  display: none;
}
#s-0739f284-8f57-425a-a4dd-5954ea8502b5, #wrap-s-0739f284-8f57-425a-a4dd-5954ea8502b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0739f284-8f57-425a-a4dd-5954ea8502b5 {
  display: none;
}
#s-0739f284-8f57-425a-a4dd-5954ea8502b5, #wrap-s-0739f284-8f57-425a-a4dd-5954ea8502b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0739f284-8f57-425a-a4dd-5954ea8502b5 {
  display: none;
}
#s-0739f284-8f57-425a-a4dd-5954ea8502b5, #wrap-s-0739f284-8f57-425a-a4dd-5954ea8502b5 { display:none !important; }}







#s-0739f284-8f57-425a-a4dd-5954ea8502b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0739f284-8f57-425a-a4dd-5954ea8502b5.shg-box.shg-c {
  justify-content: center;
}

#s-86bd5ffa-0a5a-4b9b-8904-d5819204d24b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-86bd5ffa-0a5a-4b9b-8904-d5819204d24b {
  
}
}







#s-86bd5ffa-0a5a-4b9b-8904-d5819204d24b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86bd5ffa-0a5a-4b9b-8904-d5819204d24b.shg-box.shg-c {
  justify-content: center;
}

#s-5adbbdc1-5647-492f-8810-e5ded3d62789 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5adbbdc1-5647-492f-8810-e5ded3d62789"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5adbbdc1-5647-492f-8810-e5ded3d62789"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5adbbdc1-5647-492f-8810-e5ded3d62789"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5adbbdc1-5647-492f-8810-e5ded3d62789"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ade54a42-a661-4f98-b016-caf671c35025 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

#s-7b35d32d-cb9d-4456-9096-47d6c304e477 {
  min-height: 50px;
}








#s-7b35d32d-cb9d-4456-9096-47d6c304e477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b35d32d-cb9d-4456-9096-47d6c304e477.shg-box.shg-c {
  justify-content: center;
}

#s-365ec865-aa31-4cc7-a487-96eef4ddcdf4 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 134, 134, 1);
border-radius: 10px;
max-width: 350px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(0, 0, 0, 1);
}
#s-365ec865-aa31-4cc7-a487-96eef4ddcdf4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-365ec865-aa31-4cc7-a487-96eef4ddcdf4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-365ec865-aa31-4cc7-a487-96eef4ddcdf4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c51daefb-cace-4868-a119-e0de0b0b72ca {
  border-style: solid;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 134, 134, 1);
border-radius: 10px;
max-width: 350px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(0, 0, 0, 1);
}
#s-c51daefb-cace-4868-a119-e0de0b0b72ca:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c51daefb-cace-4868-a119-e0de0b0b72ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c51daefb-cace-4868-a119-e0de0b0b72ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2a82fcb1-ce1c-46d6-a62b-a395ebfe4dbb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTNjNmQ4ZmItMTc4Ni00ODRiLWI4MTctZGRjMzI5ZWUxZjQwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWQyNmZhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiM0MDc5ZmI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzEzYzZkOGZiLTE3ODYtNDg0Yi1iODE3LWRkYzMyOWVlMWY0MCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 113, 255, 1);
border-radius: 10px;
min-height: 20px;
max-width: 350px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5d26fa"}, {"id"=>3, "pos"=>0.9636363636363636, "color"=>"#4079fb"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-2a82fcb1-ce1c-46d6-a62b-a395ebfe4dbb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDFlMjE0MDctOTVlMi00ZjRkLWIxNDAtYTc4ZDBlNTMwODM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWQyNmZhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk1IiBzdHlsZT0ic3RvcC1jb2xvcjojNDA3OWZiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMWUyMTQwNy05NWUyLTRmNGQtYjE0MC1hNzhkMGU1MzA4MzkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 113, 255, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5d26fa"}, {"id"=>3, "pos"=>0.95, "color"=>"#4079fb"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-2a82fcb1-ce1c-46d6-a62b-a395ebfe4dbb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a82fcb1-ce1c-46d6-a62b-a395ebfe4dbb.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2215e4ab-615c-4dbf-a991-71a1fb5e95e1 {
  border-style: solid;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 134, 134, 1);
border-radius: 10px;
max-width: 350px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(0, 0, 0, 1);
}
#s-2215e4ab-615c-4dbf-a991-71a1fb5e95e1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2215e4ab-615c-4dbf-a991-71a1fb5e95e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2215e4ab-615c-4dbf-a991-71a1fb5e95e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fd0f3ca1-8536-4241-b345-de9731945822 {
  border-style: solid;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 134, 134, 1);
border-radius: 10px;
max-width: 350px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(0, 0, 0, 1);
}
#s-fd0f3ca1-8536-4241-b345-de9731945822:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fd0f3ca1-8536-4241-b345-de9731945822:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd0f3ca1-8536-4241-b345-de9731945822.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f03da4c8-fdec-4bd7-bfba-47cd7b0e0635 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

#s-0c7f7831-fec3-4e65-a2cc-4e73170a77c2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTUwZDZhZTAtMjk4Mi00YTJiLTk3N2MtMmE2NDc5YmVlY2IxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWQyNmZhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiM0MDc5ZmI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2U1MGQ2YWUwLTI5ODItNGEyYi05NzdjLTJhNjQ3OWJlZWNiMSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 113, 255, 1);
border-radius: 10px;
min-height: 20px;
max-width: 280px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5d26fa"}, {"id"=>3, "pos"=>0.9636363636363636, "color"=>"#4079fb"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-0c7f7831-fec3-4e65-a2cc-4e73170a77c2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODI2Njk5MDAtNWU2Yy00ZmMzLTg0ZjEtMjgzNjIxMjhiZDBiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWQyNmZhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3MjcyNzI3MjcyNzI3MjgiIHN0eWxlPSJzdG9wLWNvbG9yOiM0MDc5ZmI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzgyNjY5OTAwLTVlNmMtNGZjMy04NGYxLTI4MzYyMTI4YmQwYikiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 113, 255, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5d26fa"}, {"id"=>3, "pos"=>0.9727272727272728, "color"=>"#4079fb"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-0c7f7831-fec3-4e65-a2cc-4e73170a77c2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0c7f7831-fec3-4e65-a2cc-4e73170a77c2 {
  max-width: 350px;
}
}


#s-0c7f7831-fec3-4e65-a2cc-4e73170a77c2.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-93da8408-73e1-40da-a97e-7c58d28acfe1 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 134, 134, 1);
border-radius: 10px;
max-width: 280px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(0, 0, 0, 1);
}
#s-93da8408-73e1-40da-a97e-7c58d28acfe1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-93da8408-73e1-40da-a97e-7c58d28acfe1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-93da8408-73e1-40da-a97e-7c58d28acfe1 {
  max-width: 350px;
}
}


#s-93da8408-73e1-40da-a97e-7c58d28acfe1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-39ecb0d0-db3c-4459-9bb8-4eac7024bff0 {
  border-style: solid;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 134, 134, 1);
border-radius: 10px;
max-width: 280px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(0, 0, 0, 1);
}
#s-39ecb0d0-db3c-4459-9bb8-4eac7024bff0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-39ecb0d0-db3c-4459-9bb8-4eac7024bff0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-39ecb0d0-db3c-4459-9bb8-4eac7024bff0 {
  max-width: 350px;
}
}


#s-39ecb0d0-db3c-4459-9bb8-4eac7024bff0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-353d291a-560e-4fd6-a869-9fa1be517295 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-78f97f72-bbf3-418e-99fe-5d3da1a43c87 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 140px;
text-align: left;
}

#s-78f97f72-bbf3-418e-99fe-5d3da1a43c87 .shg-product-quantity-wrapper {
  display: flex;
}

#s-78f97f72-bbf3-418e-99fe-5d3da1a43c87 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-78f97f72-bbf3-418e-99fe-5d3da1a43c87 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-78f97f72-bbf3-418e-99fe-5d3da1a43c87 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-78f97f72-bbf3-418e-99fe-5d3da1a43c87 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7b4fee18-f7b7-49bc-afc2-82a6a9d07170 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-586b13d0-21c3-4b95-bb7e-20d29ac19600 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-586b13d0-21c3-4b95-bb7e-20d29ac19600 {
  
}
}
#s-586b13d0-21c3-4b95-bb7e-20d29ac19600 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 32px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-586b13d0-21c3-4b95-bb7e-20d29ac19600 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 32px;
}

#s-586b13d0-21c3-4b95-bb7e-20d29ac19600 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89681f9a-0eaa-419a-ba12-ab890e4a21e8 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-89681f9a-0eaa-419a-ba12-ab890e4a21e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89681f9a-0eaa-419a-ba12-ab890e4a21e8.shg-box.shg-c {
  justify-content: center;
}

#s-8ecdd191-654a-47be-af7a-99642daf1213 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmJhMGZiNTgtMTJhYy00ZTExLWI3NWEtZWE5NWQ4ODUzZDRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWUwY2YzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDA2YWY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYmEwZmI1OC0xMmFjLTRlMTEtYjc1YS1lYTk1ZDg4NTNkNGEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0px;
margin-right: 0px;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 10px;
max-width: 380px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5e0cf3"}, {"id"=>2, "pos"=>1, "color"=>"#406af5"}];
}
#s-8ecdd191-654a-47be-af7a-99642daf1213:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ecdd191-654a-47be-af7a-99642daf1213:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ecdd191-654a-47be-af7a-99642daf1213 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ecdd191-654a-47be-af7a-99642daf1213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ecdd191-654a-47be-af7a-99642daf1213.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8ecdd191-654a-47be-af7a-99642daf1213.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9c29fa79-e6f6-44b8-a2b8-6ab1602c5f5d {
  margin-top: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-9c29fa79-e6f6-44b8-a2b8-6ab1602c5f5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c29fa79-e6f6-44b8-a2b8-6ab1602c5f5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c29fa79-e6f6-44b8-a2b8-6ab1602c5f5d {
  
}
}






  #s-9c29fa79-e6f6-44b8-a2b8-6ab1602c5f5d img.shogun-image {
    

    
    
    
  }


#s-9c29fa79-e6f6-44b8-a2b8-6ab1602c5f5d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-6225c4fc-928c-4cf9-adc0-45458961a3b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6225c4fc-928c-4cf9-adc0-45458961a3b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6225c4fc-928c-4cf9-adc0-45458961a3b9 {
  
}
}
#s-642542a5-3515-42a7-bd01-ca8ae032f8a1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-642542a5-3515-42a7-bd01-ca8ae032f8a1 {
  padding-left: 10px;
padding-right: 10px;
max-width: 1200px;
}
}@media (max-width: 767px){#s-642542a5-3515-42a7-bd01-ca8ae032f8a1 {
  margin-top: 20px;
margin-bottom: 0px;
}
}







#s-642542a5-3515-42a7-bd01-ca8ae032f8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-642542a5-3515-42a7-bd01-ca8ae032f8a1.shg-box.shg-c {
  justify-content: center;
}

#s-c1507e95-a99a-4b0e-96ce-c5ce3528ef0f {
  margin-top: 70px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1507e95-a99a-4b0e-96ce-c5ce3528ef0f .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-c1507e95-a99a-4b0e-96ce-c5ce3528ef0f .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 28px;
  
  
  text-align: center;
}


}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-a9c78c70-64a5-423e-920e-8b6233cd73c6 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-a9c78c70-64a5-423e-920e-8b6233cd73c6 {
  margin-top: -1px;
margin-left: 10px;
margin-right: 10px;
}
}
#s-a9c78c70-64a5-423e-920e-8b6233cd73c6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a9c78c70-64a5-423e-920e-8b6233cd73c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 26px;
}

#s-a9c78c70-64a5-423e-920e-8b6233cd73c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a9c78c70-64a5-423e-920e-8b6233cd73c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a9c78c70-64a5-423e-920e-8b6233cd73c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-a9c78c70-64a5-423e-920e-8b6233cd73c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a5d81010-f816-4a6f-bad8-8211d21f3e58 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-541c4add-e1f1-434e-8c28-c45381197ee5 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 330px;
background-color: rgba(31, 31, 31, 1);
}
@media (min-width: 1200px){#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b {
  display: none;
}
#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b, #wrap-s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b {
  display: none;
}
#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b, #wrap-s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b {
  display: none;
}
#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b, #wrap-s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b { display:none !important; }}







#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a939ffa2-0cd5-420c-b6d4-0d9e576b3c3b.shg-box.shg-c {
  justify-content: center;
}

#s-08e72bf5-dd2b-40d0-82ed-6a262827ed20 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08e72bf5-dd2b-40d0-82ed-6a262827ed20 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 25px;
  
  
  text-align: center;
}



#s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 {
  display: none;
}
#s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53, #wrap-s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 {
  display: none;
}
#s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53, #wrap-s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 {
  display: none;
}
#s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53, #wrap-s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 { display:none !important; }}






  #s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 img.shogun-image {
    

    
    
    
  }


#s-d13a7c0b-5a2a-4706-99c3-a9033adbcc53 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb6938f0-afc0-46d6-87fe-024858d2f8f8 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 30px;
min-height: 280px;
background-color: rgba(31, 31, 31, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cb6938f0-afc0-46d6-87fe-024858d2f8f8 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-cb6938f0-afc0-46d6-87fe-024858d2f8f8 {
  display: none;
}
#s-cb6938f0-afc0-46d6-87fe-024858d2f8f8, #wrap-s-cb6938f0-afc0-46d6-87fe-024858d2f8f8 { display:none !important; }}







#s-cb6938f0-afc0-46d6-87fe-024858d2f8f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb6938f0-afc0-46d6-87fe-024858d2f8f8.shg-box.shg-c {
  justify-content: center;
}

#s-dc4edd2c-78d9-4cf1-bcd7-3bb00b5a0ab1 {
  margin-top: 15px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc4edd2c-78d9-4cf1-bcd7-3bb00b5a0ab1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-dc4edd2c-78d9-4cf1-bcd7-3bb00b5a0ab1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-dc4edd2c-78d9-4cf1-bcd7-3bb00b5a0ab1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-94458157-3f8d-42f1-9c03-f6e10876edcc {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}
@media (min-width: 1200px){#s-94458157-3f8d-42f1-9c03-f6e10876edcc {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94458157-3f8d-42f1-9c03-f6e10876edcc {
  max-width: 1200px;
}
}






  #s-94458157-3f8d-42f1-9c03-f6e10876edcc img.shogun-image {
    

    
    
    
  }


#s-94458157-3f8d-42f1-9c03-f6e10876edcc .shogun-image-content {
  
    align-items: center;
  
}

#s-48c25e78-3c7d-4785-a5cb-04305b903138 {
  min-height: 50px;
}
@media (max-width: 767px){#s-48c25e78-3c7d-4785-a5cb-04305b903138 {
  margin-top: -50px;
margin-bottom: -90px;
}
}







#s-48c25e78-3c7d-4785-a5cb-04305b903138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c25e78-3c7d-4785-a5cb-04305b903138.shg-box.shg-c {
  justify-content: center;
}

#s-0a9f7e76-8362-4c13-821a-c1f1e5a2f736 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 30px;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-0a9f7e76-8362-4c13-821a-c1f1e5a2f736 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-0a9f7e76-8362-4c13-821a-c1f1e5a2f736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a9f7e76-8362-4c13-821a-c1f1e5a2f736.shg-box.shg-c {
  justify-content: center;
}

#s-e068abd9-bfa4-4ec7-9131-e94c7c545f31 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}
@media (max-width: 767px){#s-e068abd9-bfa4-4ec7-9131-e94c7c545f31 {
  display: none;
}
#s-e068abd9-bfa4-4ec7-9131-e94c7c545f31, #wrap-s-e068abd9-bfa4-4ec7-9131-e94c7c545f31 { display:none !important; }}
#s-e068abd9-bfa4-4ec7-9131-e94c7c545f31 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 32px;
  
  letter-spacing: -0.5px;
  text-align: center;
}



#s-fe8d706b-a803-4ea9-9496-be97b6284d78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-fe8d706b-a803-4ea9-9496-be97b6284d78 {
  display: none;
}
#s-fe8d706b-a803-4ea9-9496-be97b6284d78, #wrap-s-fe8d706b-a803-4ea9-9496-be97b6284d78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe8d706b-a803-4ea9-9496-be97b6284d78 {
  display: none;
}
#s-fe8d706b-a803-4ea9-9496-be97b6284d78, #wrap-s-fe8d706b-a803-4ea9-9496-be97b6284d78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe8d706b-a803-4ea9-9496-be97b6284d78 {
  display: none;
}
#s-fe8d706b-a803-4ea9-9496-be97b6284d78, #wrap-s-fe8d706b-a803-4ea9-9496-be97b6284d78 { display:none !important; }}@media (max-width: 767px){#s-fe8d706b-a803-4ea9-9496-be97b6284d78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}
}
#s-fe8d706b-a803-4ea9-9496-be97b6284d78 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 32px;
  
  letter-spacing: -0.5px;
  text-align: left;
}


@media (max-width: 767px){#s-fe8d706b-a803-4ea9-9496-be97b6284d78 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 28px;
  
  letter-spacing: -0.5px;
  text-align: center;
}


}
#s-b8e5cc03-17d7-4d6b-b0ee-ac0f747e153f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
max-width: 1200px;
}

#s-63b2465a-2809-4f81-95a3-202f4ddb0499 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-63b2465a-2809-4f81-95a3-202f4ddb0499 {
  margin-top: 50px;
}
}
#s-63b2465a-2809-4f81-95a3-202f4ddb0499 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-63b2465a-2809-4f81-95a3-202f4ddb0499 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-dcfc6edf-fbab-4f24-86cf-d2e641e71345 {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcfc6edf-fbab-4f24-86cf-d2e641e71345 {
  margin-bottom: 0px;
}
}
#s-02d4fc58-9ddd-45f3-9682-87697d66e08e {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02d4fc58-9ddd-45f3-9682-87697d66e08e {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-02d4fc58-9ddd-45f3-9682-87697d66e08e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02d4fc58-9ddd-45f3-9682-87697d66e08e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02d4fc58-9ddd-45f3-9682-87697d66e08e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02d4fc58-9ddd-45f3-9682-87697d66e08e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2b73888b-8225-4eb0-aef7-4a49c0cac1d4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 489px;
max-width: 500px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b73888b-8225-4eb0-aef7-4a49c0cac1d4 {
  min-height: 330px;
}
}@media (max-width: 767px){#s-2b73888b-8225-4eb0-aef7-4a49c0cac1d4 {
  margin-bottom: 20px;
}
}







#s-2b73888b-8225-4eb0-aef7-4a49c0cac1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b73888b-8225-4eb0-aef7-4a49c0cac1d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3076bc20-fdf9-48b4-99dc-ced327117148 {
  margin-top: 60px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3076bc20-fdf9-48b4-99dc-ced327117148 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 100px;
}
}






  #s-3076bc20-fdf9-48b4-99dc-ced327117148 img.shogun-image {
    

    
    
    
  }


#s-3076bc20-fdf9-48b4-99dc-ced327117148 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f2605b6f-09d9-4ad8-8e18-39b6ec07bcac {
  display: none;
}
#s-19da0381-6591-46ac-b6c9-3603aa846ede {
  text-align: center;
}

#s-19da0381-6591-46ac-b6c9-3603aa846ede .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 32px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-19da0381-6591-46ac-b6c9-3603aa846ede .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 32px;
}

#s-19da0381-6591-46ac-b6c9-3603aa846ede .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19da0381-6591-46ac-b6c9-3603aa846ede .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 20px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-19da0381-6591-46ac-b6c9-3603aa846ede .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-19da0381-6591-46ac-b6c9-3603aa846ede .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-05c7f6ac-40e5-4aa9-aed1-e92876837a19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05c7f6ac-40e5-4aa9-aed1-e92876837a19 .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-05c7f6ac-40e5-4aa9-aed1-e92876837a19 .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  text-align: center;
}


}
#s-4ef925b6-7207-424b-8587-1092d18a3208 {
  margin-left: auto;
margin-bottom: 23px;
margin-right: auto;
max-width: 270px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ef925b6-7207-424b-8587-1092d18a3208 {
  max-width: 190px;
display: none;
}
#s-4ef925b6-7207-424b-8587-1092d18a3208, #wrap-s-4ef925b6-7207-424b-8587-1092d18a3208 { display:none !important; }}
#s-45ded07b-8c25-42c3-a0f3-25aec148db95 {
  margin-left: auto;
margin-bottom: 23px;
margin-right: auto;
max-width: 270px;
}
@media (min-width: 1200px){#s-45ded07b-8c25-42c3-a0f3-25aec148db95 {
  display: none;
}
#s-45ded07b-8c25-42c3-a0f3-25aec148db95, #wrap-s-45ded07b-8c25-42c3-a0f3-25aec148db95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45ded07b-8c25-42c3-a0f3-25aec148db95 {
  display: none;
}
#s-45ded07b-8c25-42c3-a0f3-25aec148db95, #wrap-s-45ded07b-8c25-42c3-a0f3-25aec148db95 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45ded07b-8c25-42c3-a0f3-25aec148db95 {
  margin-top: -20px;
margin-bottom: 0px;
max-width: 190px;
}
}@media (max-width: 767px){#s-45ded07b-8c25-42c3-a0f3-25aec148db95 {
  display: none;
}
#s-45ded07b-8c25-42c3-a0f3-25aec148db95, #wrap-s-45ded07b-8c25-42c3-a0f3-25aec148db95 { display:none !important; }}
#s-03de4703-05b6-4b64-a097-bdeb20e1f9f1 {
  background-image: url(https://i.shgcdn.com/792f7093-6f85-45f6-bf01-43be43a4b8f4/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-03de4703-05b6-4b64-a097-bdeb20e1f9f1:hover {background-image: url(https://i.shgcdn.com/792f7093-6f85-45f6-bf01-43be43a4b8f4/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}#s-03de4703-05b6-4b64-a097-bdeb20e1f9f1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-03de4703-05b6-4b64-a097-bdeb20e1f9f1 {
  margin-top: 17px;
margin-bottom: 0px;
}
}


#s-03de4703-05b6-4b64-a097-bdeb20e1f9f1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-03de4703-05b6-4b64-a097-bdeb20e1f9f1.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-a7abfeb8-12c1-42c0-a929-f52dfa6ceed8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 472px;
max-width: 500px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7abfeb8-12c1-42c0-a929-f52dfa6ceed8 {
  min-height: 330px;
}
}@media (max-width: 767px){#s-a7abfeb8-12c1-42c0-a929-f52dfa6ceed8 {
  margin-bottom: 20px;
}
}







#s-a7abfeb8-12c1-42c0-a929-f52dfa6ceed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7abfeb8-12c1-42c0-a929-f52dfa6ceed8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c18b9bf4-4651-40c6-86e6-f4c592d14c07 {
  margin-top: 80px;
margin-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c18b9bf4-4651-40c6-86e6-f4c592d14c07 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 100px;
}
}






  #s-c18b9bf4-4651-40c6-86e6-f4c592d14c07 img.shogun-image {
    

    
    
    
  }


#s-c18b9bf4-4651-40c6-86e6-f4c592d14c07 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-12672dd7-c7bc-43df-b758-09f0e138c87b {
  margin-top: 0px;
padding-top: 0px;
}

#s-12672dd7-c7bc-43df-b758-09f0e138c87b {
  display: none;
}
#s-709b977d-353a-49ab-9108-cbeed932f60e {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-709b977d-353a-49ab-9108-cbeed932f60e {
  margin-bottom: -10px;
}
}
#s-709b977d-353a-49ab-9108-cbeed932f60e .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 32px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-709b977d-353a-49ab-9108-cbeed932f60e .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 32px;
}

#s-709b977d-353a-49ab-9108-cbeed932f60e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-709b977d-353a-49ab-9108-cbeed932f60e .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 20px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-709b977d-353a-49ab-9108-cbeed932f60e .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-709b977d-353a-49ab-9108-cbeed932f60e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-9fca2d0e-c4a6-4ee1-ba1b-73f03663e4ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fca2d0e-c4a6-4ee1-ba1b-73f03663e4ce .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-9fca2d0e-c4a6-4ee1-ba1b-73f03663e4ce .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  text-align: center;
}


}
#s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
}
@media (min-width: 1200px){#s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87 {
  display: none;
}
#s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87, #wrap-s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87 {
  display: none;
}
#s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87, #wrap-s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87 {
  display: none;
}
#s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87, #wrap-s-e20dd573-c02d-4e9b-b3d6-c9d9292fdb87 { display:none !important; }}
#s-126423f3-3708-4fa6-b25c-7e248695a860 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 320px;
}
@media (min-width: 768px) and (max-width: 991px){#s-126423f3-3708-4fa6-b25c-7e248695a860 {
  margin-top: -10px;
display: none;
}
#s-126423f3-3708-4fa6-b25c-7e248695a860, #wrap-s-126423f3-3708-4fa6-b25c-7e248695a860 { display:none !important; }}
#s-1a442b23-3729-4dbb-987d-1a4c4e0f41bb {
  background-image: url(https://i.shgcdn.com/25ee0187-3697-4459-a076-af4b94a4c7a0/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 24px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-1a442b23-3729-4dbb-987d-1a4c4e0f41bb:hover {background-image: url(https://i.shgcdn.com/a56efd0a-56de-405e-a69e-703a3d2b383d/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}#s-1a442b23-3729-4dbb-987d-1a4c4e0f41bb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1a442b23-3729-4dbb-987d-1a4c4e0f41bb {
  margin-top: 15px;
margin-bottom: 0px;
}
}


#s-1a442b23-3729-4dbb-987d-1a4c4e0f41bb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-1a442b23-3729-4dbb-987d-1a4c4e0f41bb.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-95ba61f4-1ac9-479a-8d0a-7733578e7d8a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 472px;
max-width: 500px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-95ba61f4-1ac9-479a-8d0a-7733578e7d8a {
  min-height: 330px;
}
}







#s-95ba61f4-1ac9-479a-8d0a-7733578e7d8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95ba61f4-1ac9-479a-8d0a-7733578e7d8a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bec6e51b-c7a5-4ceb-bf52-9e6e932aeaed {
  margin-top: 80px;
margin-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bec6e51b-c7a5-4ceb-bf52-9e6e932aeaed {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 100px;
}
}






  #s-bec6e51b-c7a5-4ceb-bf52-9e6e932aeaed img.shogun-image {
    

    
    
    
  }


#s-bec6e51b-c7a5-4ceb-bf52-9e6e932aeaed .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0f60c6e0-a1a0-4f28-8292-9ce04ec307c0 {
  display: none;
}
#s-7f163fb3-5f96-4695-b3e3-c898717bb3f1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f163fb3-5f96-4695-b3e3-c898717bb3f1 {
  margin-top: 0px;
margin-bottom: -10px;
}
}
#s-7f163fb3-5f96-4695-b3e3-c898717bb3f1 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 32px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7f163fb3-5f96-4695-b3e3-c898717bb3f1 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 32px;
}

#s-7f163fb3-5f96-4695-b3e3-c898717bb3f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f163fb3-5f96-4695-b3e3-c898717bb3f1 .shg-product-sold-out {
  display: none;
  color: rgba(91, 45, 251, 1);
  font-size: 20px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7f163fb3-5f96-4695-b3e3-c898717bb3f1 .shg-product-price {
  color: rgba(91, 45, 251, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7f163fb3-5f96-4695-b3e3-c898717bb3f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d52063c6-cda1-4af5-9e65-5217ea4c83a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d52063c6-cda1-4af5-9e65-5217ea4c83a6 .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d52063c6-cda1-4af5-9e65-5217ea4c83a6 .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  text-align: center;
}


}
#s-219f8ccd-78c9-46f0-b9ba-7431ed90f4e7 {
  margin-left: auto;
margin-right: auto;
max-width: 320px;
}
@media (min-width: 768px) and (max-width: 991px){#s-219f8ccd-78c9-46f0-b9ba-7431ed90f4e7 {
  margin-top: -14px;
margin-bottom: -14px;
display: none;
}
#s-219f8ccd-78c9-46f0-b9ba-7431ed90f4e7, #wrap-s-219f8ccd-78c9-46f0-b9ba-7431ed90f4e7 { display:none !important; }}
#s-56a87e4e-e499-44b8-a620-b5df71bed66b {
  margin-left: auto;
margin-right: auto;
max-width: 320px;
}
@media (min-width: 1200px){#s-56a87e4e-e499-44b8-a620-b5df71bed66b {
  display: none;
}
#s-56a87e4e-e499-44b8-a620-b5df71bed66b, #wrap-s-56a87e4e-e499-44b8-a620-b5df71bed66b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56a87e4e-e499-44b8-a620-b5df71bed66b {
  display: none;
}
#s-56a87e4e-e499-44b8-a620-b5df71bed66b, #wrap-s-56a87e4e-e499-44b8-a620-b5df71bed66b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56a87e4e-e499-44b8-a620-b5df71bed66b {
  margin-top: -25px;
margin-bottom: -25px;
max-width: 180px;
}
}@media (max-width: 767px){#s-56a87e4e-e499-44b8-a620-b5df71bed66b {
  display: none;
}
#s-56a87e4e-e499-44b8-a620-b5df71bed66b, #wrap-s-56a87e4e-e499-44b8-a620-b5df71bed66b { display:none !important; }}
#s-59771ef3-c15d-4cbb-903b-eb5026b26e18 {
  background-image: url(https://i.shgcdn.com/25ee0187-3697-4459-a076-af4b94a4c7a0/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 3px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-59771ef3-c15d-4cbb-903b-eb5026b26e18:hover {background-image: url(https://i.shgcdn.com/a56efd0a-56de-405e-a69e-703a3d2b383d/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
hover-type: image !important;}#s-59771ef3-c15d-4cbb-903b-eb5026b26e18:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-59771ef3-c15d-4cbb-903b-eb5026b26e18 {
  margin-top: 30px;
margin-bottom: 0px;
}
}


#s-59771ef3-c15d-4cbb-903b-eb5026b26e18.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-59771ef3-c15d-4cbb-903b-eb5026b26e18.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-31688419-56bb-426f-b051-2f3df025da3d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTEwZjk3NWEtODljYS00MGUxLTliMTUtYjIzYzZjMjFlMDc5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMTBmOTc1YS04OWNhLTQwZTEtOWIxNS1iMjNjNmMyMWUwNzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
padding-top: 9px;
padding-left: 1%;
padding-bottom: 9px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 14px;
max-width: 1100px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}];
color: rgba(0, 0, 0, 1);
}
#s-31688419-56bb-426f-b051-2f3df025da3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31688419-56bb-426f-b051-2f3df025da3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31688419-56bb-426f-b051-2f3df025da3d-btn-wrapper {
    text-align: left;
  }


#s-31688419-56bb-426f-b051-2f3df025da3d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-39e15428-c8ca-4ed1-9d7e-98aea2558748 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-82bedd25-722a-4153-be36-21a6f041924b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-a8088a89-3cc2-4799-9206-b9b087790c46 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a8088a89-3cc2-4799-9206-b9b087790c46 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-a8088a89-3cc2-4799-9206-b9b087790c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8088a89-3cc2-4799-9206-b9b087790c46.shg-box.shg-c {
  justify-content: center;
}

#s-7adf4432-acf5-445b-b662-ea6a277ee6e9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}
@media (max-width: 767px){#s-7adf4432-acf5-445b-b662-ea6a277ee6e9 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-7adf4432-acf5-445b-b662-ea6a277ee6e9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 24px;
  
  
  text-align: left;
}



#s-e81ececb-16d5-4ac9-85aa-212d0273b828 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-e81ececb-16d5-4ac9-85aa-212d0273b828 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-f102a1d8-ef1c-42ac-a6e7-3c218c643761 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f102a1d8-ef1c-42ac-a6e7-3c218c643761"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f102a1d8-ef1c-42ac-a6e7-3c218c643761"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f102a1d8-ef1c-42ac-a6e7-3c218c643761"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f102a1d8-ef1c-42ac-a6e7-3c218c643761"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f102a1d8-ef1c-42ac-a6e7-3c218c643761"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f102a1d8-ef1c-42ac-a6e7-3c218c643761"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f102a1d8-ef1c-42ac-a6e7-3c218c643761"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (max-width: 767px){#s-609ef78e-e136-4e44-b136-11190566e8a2 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-609ef78e-e136-4e44-b136-11190566e8a2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-609ef78e-e136-4e44-b136-11190566e8a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 24px;
}

#s-609ef78e-e136-4e44-b136-11190566e8a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-609ef78e-e136-4e44-b136-11190566e8a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(234, 234, 234, 1);
  border-top: 1px solid #ddd;
}

#s-609ef78e-e136-4e44-b136-11190566e8a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 15px;
}

#s-609ef78e-e136-4e44-b136-11190566e8a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-d2f78e22-4810-48f6-b80f-5ce18245b207 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-c33360c9-7fd4-42a3-b053-d072098ad09f {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-e8367cc3-ba91-4459-aca3-c602c75a8de9 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-9333ca61-3695-4fa6-a4fc-81a53d623515 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-01ce5716-07fd-431b-a876-67d535bbbe27 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-4cd99d38-21ad-450e-9d79-5447c8161233 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-a7cce753-0139-494a-8338-5ad1e5ec6555 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-a7cce753-0139-494a-8338-5ad1e5ec6555 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-fe8e67f5-175a-478d-9dd7-1e21fc9f608b {
  min-height: 50px;
}








#s-fe8e67f5-175a-478d-9dd7-1e21fc9f608b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe8e67f5-175a-478d-9dd7-1e21fc9f608b.shg-box.shg-c {
  justify-content: center;
}

#s-9e3e10a4-cf10-4bf4-a646-fc01d46b5d21 {
  margin-top: 50px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e3e10a4-cf10-4bf4-a646-fc01d46b5d21 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 32px;
  
  
  text-align: center;
}



/*
  $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-087261e9-926a-43fe-80a3-c8baa92b585d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-087261e9-926a-43fe-80a3-c8baa92b585d {
  padding-top: 0px;
padding-left: 130px;
padding-bottom: 0px;
padding-right: 130px;
}
}
#s-3523960d-9ae5-47cf-90be-80dd18ec37ea {
  display: none;
}
#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 {
  text-align: center;
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 {

  max-width:  100% ;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom,
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 {

  max-width:  100% ;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom,
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 {

  max-width:  100% ;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom,
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 {

  max-width:  100% ;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom,
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 {

  max-width:  100% ;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom,
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 {

  max-width:  100% ;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom,
.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bad1fb-bbce-4089-8c40-44ad9f122c10 img.shogun-image {
  width: 100%;
}




.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-993006c7-76cc-4b4a-93b7-bde32a50eab8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-993006c7-76cc-4b4a-93b7-bde32a50eab8 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-e70501e7-ea5d-478b-acf5-c9212fabe698 {
  text-align: center;
}

#s-e70501e7-ea5d-478b-acf5-c9212fabe698 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e70501e7-ea5d-478b-acf5-c9212fabe698 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e70501e7-ea5d-478b-acf5-c9212fabe698 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8a65a6e7-940f-4d19-a17c-44264d511aa5 {
  display: none;
}
#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 {

  max-width:  100% ;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom,
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 {

  max-width:  100% ;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom,
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 {

  max-width:  100% ;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom,
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 {

  max-width:  100% ;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom,
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 {

  max-width:  100% ;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom,
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 {

  max-width:  100% ;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom,
.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d2c5948-e70b-4074-b97f-faddfc072ab0 img.shogun-image {
  width: 100%;
}




#s-176179cf-6b23-4426-b284-a50280de3ebd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-176179cf-6b23-4426-b284-a50280de3ebd .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-85c2fafc-eda1-4a62-9d59-aa98455b49ff {
  text-align: center;
}

#s-85c2fafc-eda1-4a62-9d59-aa98455b49ff .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-85c2fafc-eda1-4a62-9d59-aa98455b49ff .shg-product-price {
  color: rgba(74, 74, 74, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-85c2fafc-eda1-4a62-9d59-aa98455b49ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-feabffcb-67fe-4bf5-a6a3-b78cbc819fe6 {
  display: none;
}
#s-150b48b2-a460-4522-bbb2-8ace6a022de3 {
  text-align: center;
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 {

  max-width:  100% ;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom,
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 {

  max-width:  100% ;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom,
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 {

  max-width:  100% ;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom,
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 {

  max-width:  100% ;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom,
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 {

  max-width:  100% ;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom,
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 {

  max-width:  100% ;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom,
.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-150b48b2-a460-4522-bbb2-8ace6a022de3 img.shogun-image {
  width: 100%;
}




#s-266af0df-cecb-4865-a3e4-d4d8f0426bae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-266af0df-cecb-4865-a3e4-d4d8f0426bae .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-203550e2-e187-423a-8038-8e20c39a891f {
  text-align: center;
}

#s-203550e2-e187-423a-8038-8e20c39a891f .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-203550e2-e187-423a-8038-8e20c39a891f .shg-product-price {
  color: rgba(74, 74, 74, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-203550e2-e187-423a-8038-8e20c39a891f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db799dcb-294c-4308-8a46-36b32948b90e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}








#s-db799dcb-294c-4308-8a46-36b32948b90e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db799dcb-294c-4308-8a46-36b32948b90e.shg-box.shg-c {
  justify-content: center;
}

#s-185fa267-8567-4300-a762-200f812969aa {
  text-align: center;
}







  #s-185fa267-8567-4300-a762-200f812969aa img.shogun-image {
    

    
    
    
  }


#s-185fa267-8567-4300-a762-200f812969aa .shogun-image-content {
  
    align-items: center;
  
}

#s-f524d33b-d97e-46b2-a901-f253119113a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-f524d33b-d97e-46b2-a901-f253119113a9 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-f524d33b-d97e-46b2-a901-f253119113a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  
  font-size: 27px;
  
  letter-spacing: -0.5px;
  text-align: center;
}



#s-4952b1a8-d10e-4bb7-bc57-9dab524b465f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-50cfa01a-641b-4bc1-a2e5-3c1c086eead6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

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

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

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

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg{display:none;margin-top:16px;line-height:16px;font-size:14px;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
