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

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

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

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

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

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

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

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

#s-c236cc94-06c8-4483-985a-cdc30804db78 {
  background-image: url(https://i.shgcdn.com/2d412036-b6d9-4cc0-90b9-8475bebc2997/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 420px;
background-position: center center;
}








#s-c236cc94-06c8-4483-985a-cdc30804db78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c236cc94-06c8-4483-985a-cdc30804db78.shg-box.shg-c {
  justify-content: center;
}

#s-3061e328-5341-4da0-b0e6-7d12702162f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
}








#s-3061e328-5341-4da0-b0e6-7d12702162f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3061e328-5341-4da0-b0e6-7d12702162f2.shg-box.shg-c {
  justify-content: center;
}

#s-ad8f9d53-135e-4f34-ba4b-6ba830fc5e95 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 36px;
padding-bottom: 0px;
padding-right: 36px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
min-height: 300px;
}








#s-ad8f9d53-135e-4f34-ba4b-6ba830fc5e95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad8f9d53-135e-4f34-ba4b-6ba830fc5e95.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-469aa8b1-0203-46e0-b17c-d0fa629a84b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-469aa8b1-0203-46e0-b17c-d0fa629a84b7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 58px;
  
  
  text-align: center;
}



#s-e503e996-6440-4c03-8464-7336338e601f {
  margin-top: 16px;
margin-bottom: 24px;
}

.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-5320d2ab-56bf-4ec8-bbce-7537d1f46066 {
  padding-top: 12px;
padding-left: 28px;
padding-bottom: 12px;
padding-right: 28px;
border-radius: 12px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5320d2ab-56bf-4ec8-bbce-7537d1f46066:hover {border-radius: 12px !important;
background-color: rgba(187, 15, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5320d2ab-56bf-4ec8-bbce-7537d1f46066:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5320d2ab-56bf-4ec8-bbce-7537d1f46066.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-5b8f8e61-3e41-41bf-9c7b-4616836fb5ed {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-bottom: 24px;
min-height: 120px;
background-color: rgba(242, 242, 242, 0);
}








#s-5b8f8e61-3e41-41bf-9c7b-4616836fb5ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b8f8e61-3e41-41bf-9c7b-4616836fb5ed.shg-box.shg-c {
  justify-content: center;
}

#s-c6d4d88e-d0ff-46b2-bad4-83dc4c930f68 {
  margin-left: auto;
margin-right: auto;
padding-top: 23px;
padding-left: 24px;
padding-bottom: 23px;
padding-right: 24px;
min-height: 50px;
max-width: 1500px;
}








#s-c6d4d88e-d0ff-46b2-bad4-83dc4c930f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6d4d88e-d0ff-46b2-bad4-83dc4c930f68.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-d2825300-e7ec-4e77-9abc-3187fb4db98e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d2825300-e7ec-4e77-9abc-3187fb4db98e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2825300-e7ec-4e77-9abc-3187fb4db98e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2825300-e7ec-4e77-9abc-3187fb4db98e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3d73fcd0-9240-4dec-8e4e-0bdc9b5cc70f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3d73fcd0-9240-4dec-8e4e-0bdc9b5cc70f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d73fcd0-9240-4dec-8e4e-0bdc9b5cc70f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d73fcd0-9240-4dec-8e4e-0bdc9b5cc70f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d73fcd0-9240-4dec-8e4e-0bdc9b5cc70f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d73fcd0-9240-4dec-8e4e-0bdc9b5cc70f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d73fcd0-9240-4dec-8e4e-0bdc9b5cc70f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d73fcd0-9240-4dec-8e4e-0bdc9b5cc70f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

.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-b8697c24-80d1-47cd-9c46-86c19ac1aad3 {
  text-align: center;
}







  #s-b8697c24-80d1-47cd-9c46-86c19ac1aad3 img.shogun-image {
    

    
    
    
  }


#s-b8697c24-80d1-47cd-9c46-86c19ac1aad3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c299ee9a-bcec-4778-a2f8-40e6abd75a00 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c299ee9a-bcec-4778-a2f8-40e6abd75a00 {
  padding-left: 16px;
padding-right: 16px;
}
}
@media (min-width: 0px) {
[id="s-c299ee9a-bcec-4778-a2f8-40e6abd75a00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c299ee9a-bcec-4778-a2f8-40e6abd75a00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c299ee9a-bcec-4778-a2f8-40e6abd75a00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c299ee9a-bcec-4778-a2f8-40e6abd75a00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c299ee9a-bcec-4778-a2f8-40e6abd75a00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c299ee9a-bcec-4778-a2f8-40e6abd75a00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c299ee9a-bcec-4778-a2f8-40e6abd75a00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e533f3a5-c957-4e31-829a-10468eca740c {
  text-align: center;
}







  #s-e533f3a5-c957-4e31-829a-10468eca740c img.shogun-image {
    

    
    
    
  }


#s-e533f3a5-c957-4e31-829a-10468eca740c .shogun-image-content {
  
    align-items: center;
  
}

#s-c334e483-2ee9-465e-9f1c-ba423bdc868b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c334e483-2ee9-465e-9f1c-ba423bdc868b {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 20px;
padding-left: 16px;
padding-bottom: 20px;
padding-right: 16px;
}
}
@media (min-width: 0px) {
[id="s-c334e483-2ee9-465e-9f1c-ba423bdc868b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c334e483-2ee9-465e-9f1c-ba423bdc868b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c334e483-2ee9-465e-9f1c-ba423bdc868b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c334e483-2ee9-465e-9f1c-ba423bdc868b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c334e483-2ee9-465e-9f1c-ba423bdc868b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c334e483-2ee9-465e-9f1c-ba423bdc868b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c334e483-2ee9-465e-9f1c-ba423bdc868b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8c67577c-79e9-4e39-8e30-6ca9e249e698 {
  text-align: center;
}







  #s-8c67577c-79e9-4e39-8e30-6ca9e249e698 img.shogun-image {
    

    
    
    
  }


#s-8c67577c-79e9-4e39-8e30-6ca9e249e698 .shogun-image-content {
  
    align-items: center;
  
}

#s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9 {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 20px;
padding-left: 16px;
padding-bottom: 20px;
padding-right: 16px;
}
}
@media (min-width: 0px) {
[id="s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efd9c3e2-aaa9-49c4-b14b-78c91a3fc4e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-34d4f0ac-b53c-4f34-98d2-ebcdb4051572 {
  text-align: center;
}







  #s-34d4f0ac-b53c-4f34-98d2-ebcdb4051572 img.shogun-image {
    

    
    
    
  }


#s-34d4f0ac-b53c-4f34-98d2-ebcdb4051572 .shogun-image-content {
  
    align-items: center;
  
}

#s-e95aad69-74bd-4a23-a07d-4e8b07575111 {
  margin-left: auto;
margin-right: auto;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-e95aad69-74bd-4a23-a07d-4e8b07575111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95aad69-74bd-4a23-a07d-4e8b07575111.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f847fd39-3060-455c-a9ab-fb3554d7387b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
}








#s-f847fd39-3060-455c-a9ab-fb3554d7387b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f847fd39-3060-455c-a9ab-fb3554d7387b.shg-box.shg-c {
  justify-content: center;
}

#s-fe474321-3bff-4f74-8382-7f66269da844 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe474321-3bff-4f74-8382-7f66269da844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe474321-3bff-4f74-8382-7f66269da844.shg-box.shg-c {
  justify-content: center;
}

#s-d5c44fb7-b970-45a6-b737-fb0531b5fd42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5c44fb7-b970-45a6-b737-fb0531b5fd42 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 48px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-d5c44fb7-b970-45a6-b737-fb0531b5fd42 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 36px;
  
  
  text-align: center;
}


}
#s-dd8ff405-b51e-4083-b5f5-ce996879f21a {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 480px;
background-color: rgba(255, 255, 255, 1);
}








#s-dd8ff405-b51e-4083-b5f5-ce996879f21a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd8ff405-b51e-4083-b5f5-ce996879f21a.shg-box.shg-c {
  justify-content: center;
}

#s-8de555be-cf80-424c-95a2-e156eea6d29e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
}








#s-8de555be-cf80-424c-95a2-e156eea6d29e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8de555be-cf80-424c-95a2-e156eea6d29e.shg-box.shg-c {
  justify-content: center;
}

#s-efb6d688-36eb-4055-9fd8-ffafbb94eab9 {
  min-height: 90px;
}

@media (min-width: 0px) {
[id="s-efb6d688-36eb-4055-9fd8-ffafbb94eab9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-efb6d688-36eb-4055-9fd8-ffafbb94eab9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efb6d688-36eb-4055-9fd8-ffafbb94eab9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efb6d688-36eb-4055-9fd8-ffafbb94eab9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-726b5c70-6b85-4108-8952-1cd92546d3d3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 28px;
padding-left: 28px;
padding-bottom: 28px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-726b5c70-6b85-4108-8952-1cd92546d3d3 {
  margin-top: 24px;
min-height: 100px;
}
}







#s-726b5c70-6b85-4108-8952-1cd92546d3d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-726b5c70-6b85-4108-8952-1cd92546d3d3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-99a1157f-c936-485e-af5b-02e2258aef8f {
  border-style: solid;
margin-left: 0px;
margin-bottom: 28px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-99a1157f-c936-485e-af5b-02e2258aef8f img.shogun-image {
    

    
    
    
  }


#s-99a1157f-c936-485e-af5b-02e2258aef8f .shogun-image-content {
  
    align-items: center;
  
}

#s-ea9d6ed5-9d61-4e01-994d-eba46f54fa6d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea9d6ed5-9d61-4e01-994d-eba46f54fa6d .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 28px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-ea9d6ed5-9d61-4e01-994d-eba46f54fa6d .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-6ff83d2a-9af6-442d-920b-96efe9f3e9b6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 28px;
padding-left: 28px;
padding-bottom: 28px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
min-height: 2em;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-6ff83d2a-9af6-442d-920b-96efe9f3e9b6 {
  margin-top: 24px;
}
}







#s-6ff83d2a-9af6-442d-920b-96efe9f3e9b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ff83d2a-9af6-442d-920b-96efe9f3e9b6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b408d97b-5045-4388-be76-be0a7d448d3a {
  border-style: solid;
margin-left: 0px;
margin-bottom: 28px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-b408d97b-5045-4388-be76-be0a7d448d3a img.shogun-image {
    

    
    
    
  }


#s-b408d97b-5045-4388-be76-be0a7d448d3a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f6bcc218-1a99-413d-82b5-d06d2973ee94 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f6bcc218-1a99-413d-82b5-d06d2973ee94 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 28px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f6bcc218-1a99-413d-82b5-d06d2973ee94 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-c4587eb1-1973-47be-953b-87797109c6e4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 28px;
padding-left: 28px;
padding-bottom: 28px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-c4587eb1-1973-47be-953b-87797109c6e4 {
  margin-top: 24px;
}
}







#s-c4587eb1-1973-47be-953b-87797109c6e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4587eb1-1973-47be-953b-87797109c6e4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc0fcdde-61d2-43bb-a40a-7372c64eb8d0 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 28px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-fc0fcdde-61d2-43bb-a40a-7372c64eb8d0 img.shogun-image {
    

    
    
    
  }


#s-fc0fcdde-61d2-43bb-a40a-7372c64eb8d0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a200e40a-22f8-4a2d-9082-e788f7f7e7b9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a200e40a-22f8-4a2d-9082-e788f7f7e7b9 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 28px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-a200e40a-22f8-4a2d-9082-e788f7f7e7b9 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-544e0382-dcd1-4be1-9a34-162c67c34672 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 28px;
padding-left: 28px;
padding-bottom: 28px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-544e0382-dcd1-4be1-9a34-162c67c34672 {
  margin-top: 24px;
}
}







#s-544e0382-dcd1-4be1-9a34-162c67c34672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-544e0382-dcd1-4be1-9a34-162c67c34672.shg-box.shg-c {
  justify-content: flex-start;
}

#s-61e66a31-2cfa-4342-8361-f6d88f85887b {
  border-style: solid;
margin-left: 0px;
margin-bottom: 28px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-61e66a31-2cfa-4342-8361-f6d88f85887b img.shogun-image {
    

    
    
    
  }


#s-61e66a31-2cfa-4342-8361-f6d88f85887b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c9f07084-0f14-4b3e-925d-b6373cb7a52c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c9f07084-0f14-4b3e-925d-b6373cb7a52c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 28px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-c9f07084-0f14-4b3e-925d-b6373cb7a52c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-5a29d581-aad2-4b9b-90ca-4313660a1741 {
  margin-left: auto;
margin-right: auto;
min-height: 200px;
background-color: rgba(223, 245, 249, 1);
}








#s-5a29d581-aad2-4b9b-90ca-4313660a1741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a29d581-aad2-4b9b-90ca-4313660a1741.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9635daf0-4b68-42a1-856d-461652c5f7ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
}








#s-9635daf0-4b68-42a1-856d-461652c5f7ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9635daf0-4b68-42a1-856d-461652c5f7ab.shg-box.shg-c {
  justify-content: center;
}

#s-77f940b8-b6f8-42a6-a984-589eb7560499 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
max-width: 800px;
background-color: rgba(255, 255, 255, 0);
}








#s-77f940b8-b6f8-42a6-a984-589eb7560499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f940b8-b6f8-42a6-a984-589eb7560499.shg-box.shg-c {
  justify-content: center;
}

#s-69f3bfd0-b36e-48a3-b1d3-a4e43d2bc74f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69f3bfd0-b36e-48a3-b1d3-a4e43d2bc74f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 48px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-69f3bfd0-b36e-48a3-b1d3-a4e43d2bc74f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  
  
  font-size: 36px;
  
  
  text-align: center;
}


}
#s-0ee8ebae-d9bc-4cef-b073-f474ca1da5fe {
  padding-top: 40px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(223, 245, 249, 1);
}
@media (max-width: 767px){#s-0ee8ebae-d9bc-4cef-b073-f474ca1da5fe {
  padding-top: 20px;
padding-bottom: 40px;
}
}







#s-0ee8ebae-d9bc-4cef-b073-f474ca1da5fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ee8ebae-d9bc-4cef-b073-f474ca1da5fe.shg-box.shg-c {
  justify-content: center;
}

#s-2d681fc0-a422-4dde-a51a-c305ebee7051 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2d681fc0-a422-4dde-a51a-c305ebee7051 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d681fc0-a422-4dde-a51a-c305ebee7051 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d681fc0-a422-4dde-a51a-c305ebee7051 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2d681fc0-a422-4dde-a51a-c305ebee7051 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-2d681fc0-a422-4dde-a51a-c305ebee7051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d681fc0-a422-4dde-a51a-c305ebee7051.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-68a69e6e-9088-4460-98a4-dbc8fbeefa01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68a69e6e-9088-4460-98a4-dbc8fbeefa01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 992px) {
[id="s-68a69e6e-9088-4460-98a4-dbc8fbeefa01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 1200px) {
[id="s-68a69e6e-9088-4460-98a4-dbc8fbeefa01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 0px) {
[id="s-7a4e50e8-ab33-4045-a819-e3664b34a285"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a4e50e8-ab33-4045-a819-e3664b34a285"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a4e50e8-ab33-4045-a819-e3664b34a285"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a4e50e8-ab33-4045-a819-e3664b34a285"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7fc5630-534b-44e4-b6f5-3ceada64108b {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c7fc5630-534b-44e4-b6f5-3ceada64108b {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-c7fc5630-534b-44e4-b6f5-3ceada64108b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7fc5630-534b-44e4-b6f5-3ceada64108b.shg-box.shg-c {
  justify-content: center;
}

#s-0d7cae94-d9e7-41ae-8487-3df73bcf3bd3 {
  background-color: rgba(242, 242, 242, 0);
}

#s-0d7cae94-d9e7-41ae-8487-3df73bcf3bd3 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-859108be-d21d-4e92-8435-eb2f3001135f {
  text-align: left;
}



.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-859108be-d21d-4e92-8435-eb2f3001135f 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-822dcce4-064e-4f43-9ae8-2ac1852fefd5 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-822dcce4-064e-4f43-9ae8-2ac1852fefd5 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  margin: 2px;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fa524316-bcae-44e8-8caa-75a4ec277c18-btn-wrapper {
    text-align: center;
  }


#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-variant-btn:hover {
  background: #252525;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-variant-btn:active, #s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fa524316-bcae-44e8-8caa-75a4ec277c18 .shg-variant-btn.disabled {
  background: #252525;
}

#s-281a6bd2-c9a0-487a-a65b-73ee76abbaea {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-281a6bd2-c9a0-487a-a65b-73ee76abbaea {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-281a6bd2-c9a0-487a-a65b-73ee76abbaea {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-281a6bd2-c9a0-487a-a65b-73ee76abbaea {
  margin-bottom: 12px;
}
}
#s-281a6bd2-c9a0-487a-a65b-73ee76abbaea .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-281a6bd2-c9a0-487a-a65b-73ee76abbaea .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-281a6bd2-c9a0-487a-a65b-73ee76abbaea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-c56333a2-d528-457a-aeae-9916b0dab82b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c56333a2-d528-457a-aeae-9916b0dab82b {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-c56333a2-d528-457a-aeae-9916b0dab82b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c56333a2-d528-457a-aeae-9916b0dab82b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c56333a2-d528-457a-aeae-9916b0dab82b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c56333a2-d528-457a-aeae-9916b0dab82b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c56333a2-d528-457a-aeae-9916b0dab82b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c56333a2-d528-457a-aeae-9916b0dab82b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c56333a2-d528-457a-aeae-9916b0dab82b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-05fc17ef-882e-42a2-9f52-e94fa16a6e5c {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-05fc17ef-882e-42a2-9f52-e94fa16a6e5c img.shogun-image {
    

    
    
    
  }


#s-05fc17ef-882e-42a2-9f52-e94fa16a6e5c .shogun-image-content {
  
    align-items: center;
  
}

#s-74edfdb7-74eb-4523-a2fc-b481a3999806 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-74edfdb7-74eb-4523-a2fc-b481a3999806 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74edfdb7-74eb-4523-a2fc-b481a3999806 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-74edfdb7-74eb-4523-a2fc-b481a3999806 {
  margin-left: -75%;
}
}
#s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9 {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96c82478-6e6c-4d20-aa87-f5d8f2ebded9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e91c3cce-471f-4abc-8253-aa5256d727b4 {
  max-width: 32px;
text-align: center;
}







  #s-e91c3cce-471f-4abc-8253-aa5256d727b4 img.shogun-image {
    

    
    
    
  }


#s-e91c3cce-471f-4abc-8253-aa5256d727b4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-611a2fc2-e9b9-4b07-a9b6-864f6f2a967c {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-611a2fc2-e9b9-4b07-a9b6-864f6f2a967c {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-611a2fc2-e9b9-4b07-a9b6-864f6f2a967c {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-7c2a5abc-a6e6-42ed-b375-d3bb141aeadd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-7c2a5abc-a6e6-42ed-b375-d3bb141aeadd:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c2a5abc-a6e6-42ed-b375-d3bb141aeadd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c2a5abc-a6e6-42ed-b375-d3bb141aeadd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ca4b1b9e-7b5f-4988-8940-494e20b995c0 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ca4b1b9e-7b5f-4988-8940-494e20b995c0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-ca4b1b9e-7b5f-4988-8940-494e20b995c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca4b1b9e-7b5f-4988-8940-494e20b995c0.shg-box.shg-c {
  justify-content: center;
}

#s-a3883ad4-2639-4f6a-a2ac-2cfe55f31fc3 {
  background-color: rgba(242, 242, 242, 0);
}

#s-a3883ad4-2639-4f6a-a2ac-2cfe55f31fc3 {
  display: none;
}
#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 {
  text-align: left;
}



.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0b3ed9-9547-42ac-ac65-4c89d6948f35 img.shogun-image {
  width: 100%;
}



}
#s-0b816df3-e394-4578-b572-4854e88aa703 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0b816df3-e394-4578-b572-4854e88aa703 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd-btn-wrapper {
    text-align: center;
  }


#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-variant-btn:hover {
  background: #252525;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-variant-btn:active, #s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-bf4d5019-8ca5-4919-85cf-1ccfe3b5eadd .shg-variant-btn.disabled {
  background: #252525;
}

#s-8c619e3e-66d3-4696-979a-73de6cc3258c {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-8c619e3e-66d3-4696-979a-73de6cc3258c {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c619e3e-66d3-4696-979a-73de6cc3258c {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-8c619e3e-66d3-4696-979a-73de6cc3258c {
  margin-bottom: 12px;
}
}
#s-8c619e3e-66d3-4696-979a-73de6cc3258c .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-8c619e3e-66d3-4696-979a-73de6cc3258c .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c619e3e-66d3-4696-979a-73de6cc3258c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-2474dc23-8e5d-4698-b930-148551cdd25e {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2474dc23-8e5d-4698-b930-148551cdd25e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-2474dc23-8e5d-4698-b930-148551cdd25e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2474dc23-8e5d-4698-b930-148551cdd25e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2474dc23-8e5d-4698-b930-148551cdd25e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2474dc23-8e5d-4698-b930-148551cdd25e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2474dc23-8e5d-4698-b930-148551cdd25e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2474dc23-8e5d-4698-b930-148551cdd25e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2474dc23-8e5d-4698-b930-148551cdd25e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-d19d0e96-97f7-46ab-835d-1fd0cf3da7a1 {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-d19d0e96-97f7-46ab-835d-1fd0cf3da7a1 img.shogun-image {
    

    
    
    
  }


#s-d19d0e96-97f7-46ab-835d-1fd0cf3da7a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-751bf008-a5ff-4235-b055-929f8de4094e {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-751bf008-a5ff-4235-b055-929f8de4094e {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-751bf008-a5ff-4235-b055-929f8de4094e {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-751bf008-a5ff-4235-b055-929f8de4094e {
  margin-left: -75%;
}
}
#s-008feae0-82b8-4748-85e7-5f3467284152 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-008feae0-82b8-4748-85e7-5f3467284152 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-008feae0-82b8-4748-85e7-5f3467284152 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-008feae0-82b8-4748-85e7-5f3467284152 {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-008feae0-82b8-4748-85e7-5f3467284152"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-008feae0-82b8-4748-85e7-5f3467284152"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-008feae0-82b8-4748-85e7-5f3467284152"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-008feae0-82b8-4748-85e7-5f3467284152"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-008feae0-82b8-4748-85e7-5f3467284152"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-008feae0-82b8-4748-85e7-5f3467284152"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-008feae0-82b8-4748-85e7-5f3467284152"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-d6db6399-60b6-4294-b45b-a1b9e9844ab8 {
  max-width: 32px;
text-align: center;
}







  #s-d6db6399-60b6-4294-b45b-a1b9e9844ab8 img.shogun-image {
    

    
    
    
  }


#s-d6db6399-60b6-4294-b45b-a1b9e9844ab8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5c06eb85-2511-4dd7-a8fd-57be32bd88f2 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c06eb85-2511-4dd7-a8fd-57be32bd88f2 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-5c06eb85-2511-4dd7-a8fd-57be32bd88f2 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-58f4b73e-0725-41e1-bba1-1cce6fb619c3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-58f4b73e-0725-41e1-bba1-1cce6fb619c3:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-58f4b73e-0725-41e1-bba1-1cce6fb619c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-58f4b73e-0725-41e1-bba1-1cce6fb619c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-6a1b6f0e-6f00-49c1-ba63-89222d7af47f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a1b6f0e-6f00-49c1-ba63-89222d7af47f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a1b6f0e-6f00-49c1-ba63-89222d7af47f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a1b6f0e-6f00-49c1-ba63-89222d7af47f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78417bbd-72f0-4d14-b51f-dd664fa48a9f {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-78417bbd-72f0-4d14-b51f-dd664fa48a9f {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-78417bbd-72f0-4d14-b51f-dd664fa48a9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78417bbd-72f0-4d14-b51f-dd664fa48a9f.shg-box.shg-c {
  justify-content: center;
}

#s-760a3f7d-7de4-4965-88b0-79d63b2704f6 {
  background-color: rgba(242, 242, 242, 0);
}

#s-760a3f7d-7de4-4965-88b0-79d63b2704f6 {
  display: none;
}
#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 {
  text-align: left;
}



.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3c32dd9-3be3-4549-9033-f9bb74e72147 img.shogun-image {
  width: 100%;
}



}
#s-bafb8ced-caf2-4cdd-8734-aefaddd8b68c {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bafb8ced-caf2-4cdd-8734-aefaddd8b68c .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5d4d636d-5be9-4979-907a-d171c58ac950-btn-wrapper {
    text-align: center;
  }


#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-variant-btn:hover {
  background: #252525;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-variant-btn:active, #s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5d4d636d-5be9-4979-907a-d171c58ac950 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f06dfc05-32d3-478b-ad00-aba81a9fdba2 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-f06dfc05-32d3-478b-ad00-aba81a9fdba2 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f06dfc05-32d3-478b-ad00-aba81a9fdba2 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-f06dfc05-32d3-478b-ad00-aba81a9fdba2 {
  margin-bottom: 12px;
}
}
#s-f06dfc05-32d3-478b-ad00-aba81a9fdba2 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-f06dfc05-32d3-478b-ad00-aba81a9fdba2 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-f06dfc05-32d3-478b-ad00-aba81a9fdba2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-934a65eb-6ae3-4888-9dec-a72ee9e49167 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-934a65eb-6ae3-4888-9dec-a72ee9e49167 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-934a65eb-6ae3-4888-9dec-a72ee9e49167"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-934a65eb-6ae3-4888-9dec-a72ee9e49167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-934a65eb-6ae3-4888-9dec-a72ee9e49167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-934a65eb-6ae3-4888-9dec-a72ee9e49167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-934a65eb-6ae3-4888-9dec-a72ee9e49167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-934a65eb-6ae3-4888-9dec-a72ee9e49167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-934a65eb-6ae3-4888-9dec-a72ee9e49167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-21cbce73-acec-42f1-87fc-873eb9f8d7dd {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-21cbce73-acec-42f1-87fc-873eb9f8d7dd img.shogun-image {
    

    
    
    
  }


#s-21cbce73-acec-42f1-87fc-873eb9f8d7dd .shogun-image-content {
  
    align-items: center;
  
}

#s-a247e573-45c7-4d40-90d7-92c24383721a {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-a247e573-45c7-4d40-90d7-92c24383721a {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a247e573-45c7-4d40-90d7-92c24383721a {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-a247e573-45c7-4d40-90d7-92c24383721a {
  margin-left: -75%;
}
}
#s-fbd95352-09e5-4841-8581-e06860596027 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fbd95352-09e5-4841-8581-e06860596027 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbd95352-09e5-4841-8581-e06860596027 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-fbd95352-09e5-4841-8581-e06860596027 {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-fbd95352-09e5-4841-8581-e06860596027"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fbd95352-09e5-4841-8581-e06860596027"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbd95352-09e5-4841-8581-e06860596027"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fbd95352-09e5-4841-8581-e06860596027"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbd95352-09e5-4841-8581-e06860596027"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbd95352-09e5-4841-8581-e06860596027"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbd95352-09e5-4841-8581-e06860596027"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-42e7c5a0-ad59-426e-99d7-f1d2c5b60d7f {
  max-width: 32px;
text-align: center;
}







  #s-42e7c5a0-ad59-426e-99d7-f1d2c5b60d7f img.shogun-image {
    

    
    
    
  }


#s-42e7c5a0-ad59-426e-99d7-f1d2c5b60d7f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5b7f05ae-473b-42cf-a767-2e1fb382ed70 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b7f05ae-473b-42cf-a767-2e1fb382ed70 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-5b7f05ae-473b-42cf-a767-2e1fb382ed70 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-202d4423-a540-4b24-911d-b2e3c84ca2a1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-202d4423-a540-4b24-911d-b2e3c84ca2a1:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-202d4423-a540-4b24-911d-b2e3c84ca2a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-202d4423-a540-4b24-911d-b2e3c84ca2a1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8e669723-232a-48bf-b911-86c08e6871f2 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8e669723-232a-48bf-b911-86c08e6871f2 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-8e669723-232a-48bf-b911-86c08e6871f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e669723-232a-48bf-b911-86c08e6871f2.shg-box.shg-c {
  justify-content: center;
}

#s-7aecea2e-4941-4e8f-9279-aedc7a5d01e4 {
  background-color: rgba(242, 242, 242, 0);
}

#s-7aecea2e-4941-4e8f-9279-aedc7a5d01e4 {
  display: none;
}
#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 {
  text-align: left;
}



.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8460bd7e-4ef0-45d0-8aab-1fa5917aac63 img.shogun-image {
  width: 100%;
}



}
#s-abbb87e8-5f5e-4fc6-96ec-47639789d131 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-abbb87e8-5f5e-4fc6-96ec-47639789d131 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc-btn-wrapper {
    text-align: center;
  }


#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-variant-btn:hover {
  background: #252525;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-variant-btn:active, #s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b24c9531-d84c-44f0-b0ae-85ad24bc98fc .shg-variant-btn.disabled {
  background: #252525;
}

#s-49e9c9fd-7c0d-4270-8310-6df0c331201f {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-49e9c9fd-7c0d-4270-8310-6df0c331201f {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49e9c9fd-7c0d-4270-8310-6df0c331201f {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-49e9c9fd-7c0d-4270-8310-6df0c331201f {
  margin-bottom: 12px;
}
}
#s-49e9c9fd-7c0d-4270-8310-6df0c331201f .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-49e9c9fd-7c0d-4270-8310-6df0c331201f .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-49e9c9fd-7c0d-4270-8310-6df0c331201f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-d84c0568-98dd-4020-a0ed-d47a9826ceee {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d84c0568-98dd-4020-a0ed-d47a9826ceee {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d84c0568-98dd-4020-a0ed-d47a9826ceee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d84c0568-98dd-4020-a0ed-d47a9826ceee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d84c0568-98dd-4020-a0ed-d47a9826ceee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d84c0568-98dd-4020-a0ed-d47a9826ceee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d84c0568-98dd-4020-a0ed-d47a9826ceee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d84c0568-98dd-4020-a0ed-d47a9826ceee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d84c0568-98dd-4020-a0ed-d47a9826ceee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f888df58-e076-47df-ac12-cff3945b35d6 {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-f888df58-e076-47df-ac12-cff3945b35d6 img.shogun-image {
    

    
    
    
  }


#s-f888df58-e076-47df-ac12-cff3945b35d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1656a855-8e72-45cd-b428-7bd858ebf94e {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-1656a855-8e72-45cd-b428-7bd858ebf94e {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1656a855-8e72-45cd-b428-7bd858ebf94e {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-1656a855-8e72-45cd-b428-7bd858ebf94e {
  margin-left: -75%;
}
}
#s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26dbdbf7-1c05-4f5a-8f5c-dc267078541f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-d38904df-e24f-4cac-83af-ae04406029f9 {
  max-width: 32px;
text-align: center;
}







  #s-d38904df-e24f-4cac-83af-ae04406029f9 img.shogun-image {
    

    
    
    
  }


#s-d38904df-e24f-4cac-83af-ae04406029f9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a3ce7770-a0a8-4747-b33c-e7a1f2771221 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3ce7770-a0a8-4747-b33c-e7a1f2771221 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-a3ce7770-a0a8-4747-b33c-e7a1f2771221 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-65ac814b-17f1-4a75-b1fd-1796a3b4b1c4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-65ac814b-17f1-4a75-b1fd-1796a3b4b1c4:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65ac814b-17f1-4a75-b1fd-1796a3b4b1c4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65ac814b-17f1-4a75-b1fd-1796a3b4b1c4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0e3fe2e0-683e-4358-92f0-ce48cdea1b6d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0e3fe2e0-683e-4358-92f0-ce48cdea1b6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e3fe2e0-683e-4358-92f0-ce48cdea1b6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e3fe2e0-683e-4358-92f0-ce48cdea1b6d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0e3fe2e0-683e-4358-92f0-ce48cdea1b6d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-0e3fe2e0-683e-4358-92f0-ce48cdea1b6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e3fe2e0-683e-4358-92f0-ce48cdea1b6d.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5de0b698-fed1-49fc-882c-b5fef27b0230"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5de0b698-fed1-49fc-882c-b5fef27b0230"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 992px) {
[id="s-5de0b698-fed1-49fc-882c-b5fef27b0230"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 1200px) {
[id="s-5de0b698-fed1-49fc-882c-b5fef27b0230"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 0px) {
[id="s-7ba9304d-72c7-4076-8c28-f528556bd57d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ba9304d-72c7-4076-8c28-f528556bd57d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ba9304d-72c7-4076-8c28-f528556bd57d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ba9304d-72c7-4076-8c28-f528556bd57d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2159aa53-0650-4a7e-9d7b-bb73c275ba22 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2159aa53-0650-4a7e-9d7b-bb73c275ba22 {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-2159aa53-0650-4a7e-9d7b-bb73c275ba22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2159aa53-0650-4a7e-9d7b-bb73c275ba22.shg-box.shg-c {
  justify-content: center;
}

#s-d8dc5faa-d400-46e5-b186-ff209d1a051e {
  background-color: rgba(242, 242, 242, 0);
}

#s-d8dc5faa-d400-46e5-b186-ff209d1a051e {
  display: none;
}
#s-216b17d1-05cd-444f-856b-fe449e1951fa {
  text-align: left;
}



.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b17d1-05cd-444f-856b-fe449e1951fa img.shogun-image {
  width: 100%;
}



}
#s-8a8924ea-24ed-422e-bfda-4cd67db6539d {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8a8924ea-24ed-422e-bfda-4cd67db6539d .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c-btn-wrapper {
    text-align: center;
  }


#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-variant-btn:hover {
  background: #252525;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-variant-btn:active, #s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-dbed5ef9-9bae-4131-a55f-a93f9d521a2c .shg-variant-btn.disabled {
  background: #252525;
}

#s-a73d86de-8b4c-4859-97e6-c5037cbcba99 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-a73d86de-8b4c-4859-97e6-c5037cbcba99 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a73d86de-8b4c-4859-97e6-c5037cbcba99 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-a73d86de-8b4c-4859-97e6-c5037cbcba99 {
  margin-bottom: 12px;
}
}
#s-a73d86de-8b4c-4859-97e6-c5037cbcba99 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-a73d86de-8b4c-4859-97e6-c5037cbcba99 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-a73d86de-8b4c-4859-97e6-c5037cbcba99 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-992dc6be-76f8-4774-a91a-c74a05558be8 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-992dc6be-76f8-4774-a91a-c74a05558be8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-992dc6be-76f8-4774-a91a-c74a05558be8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-992dc6be-76f8-4774-a91a-c74a05558be8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-992dc6be-76f8-4774-a91a-c74a05558be8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-992dc6be-76f8-4774-a91a-c74a05558be8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-992dc6be-76f8-4774-a91a-c74a05558be8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-992dc6be-76f8-4774-a91a-c74a05558be8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-992dc6be-76f8-4774-a91a-c74a05558be8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-11ebe330-1bac-4948-8e8c-2f191b01dc20 {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-11ebe330-1bac-4948-8e8c-2f191b01dc20 img.shogun-image {
    

    
    
    
  }


#s-11ebe330-1bac-4948-8e8c-2f191b01dc20 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0cf2e90-e935-4f74-8037-d444e077d520 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-e0cf2e90-e935-4f74-8037-d444e077d520 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0cf2e90-e935-4f74-8037-d444e077d520 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-e0cf2e90-e935-4f74-8037-d444e077d520 {
  margin-left: -75%;
}
}
#s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8efc889-c1a1-4eec-a1ed-4d35f5f5a63b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-7517a5fd-c1b6-4ee9-b5eb-31416c422b27 {
  max-width: 32px;
text-align: center;
}







  #s-7517a5fd-c1b6-4ee9-b5eb-31416c422b27 img.shogun-image {
    

    
    
    
  }


#s-7517a5fd-c1b6-4ee9-b5eb-31416c422b27 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3beb5a04-dcb1-44b3-87d7-c9f89d608339 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3beb5a04-dcb1-44b3-87d7-c9f89d608339 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-3beb5a04-dcb1-44b3-87d7-c9f89d608339 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-f90c3dfd-54b5-4feb-8ad2-d5907a06a7fe {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-f90c3dfd-54b5-4feb-8ad2-d5907a06a7fe:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f90c3dfd-54b5-4feb-8ad2-d5907a06a7fe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f90c3dfd-54b5-4feb-8ad2-d5907a06a7fe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8a66c5ab-b754-491d-9cbe-cffcaaaecffa {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8a66c5ab-b754-491d-9cbe-cffcaaaecffa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-8a66c5ab-b754-491d-9cbe-cffcaaaecffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a66c5ab-b754-491d-9cbe-cffcaaaecffa.shg-box.shg-c {
  justify-content: center;
}

#s-652455c3-c66a-4ee9-919c-3fa5f8e63123 {
  background-color: rgba(242, 242, 242, 0);
}

#s-652455c3-c66a-4ee9-919c-3fa5f8e63123 {
  display: none;
}
#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 {
  text-align: left;
}



.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a635b2c-25f2-4623-bcb3-fd31fa358375 img.shogun-image {
  width: 100%;
}



}
#s-d0422751-cf08-4992-a95e-76e4ae1f06f6 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d0422751-cf08-4992-a95e-76e4ae1f06f6 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6-btn-wrapper {
    text-align: center;
  }


#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-variant-btn:hover {
  background: #252525;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-variant-btn:active, #s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-91fda3b5-fbbe-4be2-a4e5-17be8a26b9a6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-462861ce-2fc6-41ea-8d58-b0dcee0b6911 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-462861ce-2fc6-41ea-8d58-b0dcee0b6911 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-462861ce-2fc6-41ea-8d58-b0dcee0b6911 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-462861ce-2fc6-41ea-8d58-b0dcee0b6911 {
  margin-bottom: 12px;
}
}
#s-462861ce-2fc6-41ea-8d58-b0dcee0b6911 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-462861ce-2fc6-41ea-8d58-b0dcee0b6911 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-462861ce-2fc6-41ea-8d58-b0dcee0b6911 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-26a896d4-9975-435a-9a6c-50d7eaffd909 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-26a896d4-9975-435a-9a6c-50d7eaffd909 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-26a896d4-9975-435a-9a6c-50d7eaffd909"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-26a896d4-9975-435a-9a6c-50d7eaffd909"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26a896d4-9975-435a-9a6c-50d7eaffd909"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26a896d4-9975-435a-9a6c-50d7eaffd909"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26a896d4-9975-435a-9a6c-50d7eaffd909"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26a896d4-9975-435a-9a6c-50d7eaffd909"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26a896d4-9975-435a-9a6c-50d7eaffd909"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0a8e7894-0d7b-4ae4-99e0-02e0ca1acf03 {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-0a8e7894-0d7b-4ae4-99e0-02e0ca1acf03 img.shogun-image {
    

    
    
    
  }


#s-0a8e7894-0d7b-4ae4-99e0-02e0ca1acf03 .shogun-image-content {
  
    align-items: center;
  
}

#s-9170d1a2-d65b-42f0-913e-84c9b35d11e7 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-9170d1a2-d65b-42f0-913e-84c9b35d11e7 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9170d1a2-d65b-42f0-913e-84c9b35d11e7 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-9170d1a2-d65b-42f0-913e-84c9b35d11e7 {
  margin-left: -75%;
}
}
#s-9f5543a7-248c-4cff-ab3f-0a59901228ba {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9f5543a7-248c-4cff-ab3f-0a59901228ba {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f5543a7-248c-4cff-ab3f-0a59901228ba {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-9f5543a7-248c-4cff-ab3f-0a59901228ba {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-9f5543a7-248c-4cff-ab3f-0a59901228ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9f5543a7-248c-4cff-ab3f-0a59901228ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f5543a7-248c-4cff-ab3f-0a59901228ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f5543a7-248c-4cff-ab3f-0a59901228ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f5543a7-248c-4cff-ab3f-0a59901228ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f5543a7-248c-4cff-ab3f-0a59901228ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f5543a7-248c-4cff-ab3f-0a59901228ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e12c66be-cd43-4192-9466-038cfb143f22 {
  max-width: 32px;
text-align: center;
}







  #s-e12c66be-cd43-4192-9466-038cfb143f22 img.shogun-image {
    

    
    
    
  }


#s-e12c66be-cd43-4192-9466-038cfb143f22 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-aabd2a69-1db5-442f-906e-48e5dd7a34b3 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aabd2a69-1db5-442f-906e-48e5dd7a34b3 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-aabd2a69-1db5-442f-906e-48e5dd7a34b3 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-0ae90a0f-4362-42fe-8857-9b5e3400a490 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-0ae90a0f-4362-42fe-8857-9b5e3400a490:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ae90a0f-4362-42fe-8857-9b5e3400a490:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0ae90a0f-4362-42fe-8857-9b5e3400a490.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-d260f0df-92b7-44a5-a655-d95a831b00ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d260f0df-92b7-44a5-a655-d95a831b00ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d260f0df-92b7-44a5-a655-d95a831b00ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d260f0df-92b7-44a5-a655-d95a831b00ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca42f7d7-64fb-43c2-8ecb-25745e334de5 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ca42f7d7-64fb-43c2-8ecb-25745e334de5 {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-ca42f7d7-64fb-43c2-8ecb-25745e334de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca42f7d7-64fb-43c2-8ecb-25745e334de5.shg-box.shg-c {
  justify-content: center;
}

#s-5d778cea-0a55-4b29-a3f0-76ac6509bae4 {
  background-color: rgba(242, 242, 242, 0);
}

#s-5d778cea-0a55-4b29-a3f0-76ac6509bae4 {
  display: none;
}
#s-638298b7-5756-4046-8b1f-6c4bb32df815 {
  text-align: left;
}



.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-638298b7-5756-4046-8b1f-6c4bb32df815 img.shogun-image {
  width: 100%;
}



}
#s-d9ce80bc-01ef-4ebb-b204-6c974ae8c25c {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d9ce80bc-01ef-4ebb-b204-6c974ae8c25c .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-76feaac6-4c16-407d-8908-fe251b97a177-btn-wrapper {
    text-align: center;
  }


#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-variant-btn:hover {
  background: #252525;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-variant-btn:active, #s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-76feaac6-4c16-407d-8908-fe251b97a177 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e68ed267-354a-4274-9165-fe1fda3abf36 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-e68ed267-354a-4274-9165-fe1fda3abf36 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e68ed267-354a-4274-9165-fe1fda3abf36 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-e68ed267-354a-4274-9165-fe1fda3abf36 {
  margin-bottom: 12px;
}
}
#s-e68ed267-354a-4274-9165-fe1fda3abf36 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-e68ed267-354a-4274-9165-fe1fda3abf36 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-e68ed267-354a-4274-9165-fe1fda3abf36 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-1220b5dd-d142-48c9-b762-098d4eb0598d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1220b5dd-d142-48c9-b762-098d4eb0598d {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-1220b5dd-d142-48c9-b762-098d4eb0598d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1220b5dd-d142-48c9-b762-098d4eb0598d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1220b5dd-d142-48c9-b762-098d4eb0598d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1220b5dd-d142-48c9-b762-098d4eb0598d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1220b5dd-d142-48c9-b762-098d4eb0598d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1220b5dd-d142-48c9-b762-098d4eb0598d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1220b5dd-d142-48c9-b762-098d4eb0598d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-51e6952e-bdd7-4f25-aceb-148c630031e3 {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-51e6952e-bdd7-4f25-aceb-148c630031e3 img.shogun-image {
    

    
    
    
  }


#s-51e6952e-bdd7-4f25-aceb-148c630031e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-396e3a96-32c1-48dd-81c3-d3d6af7821ec {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-396e3a96-32c1-48dd-81c3-d3d6af7821ec {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-396e3a96-32c1-48dd-81c3-d3d6af7821ec {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-396e3a96-32c1-48dd-81c3-d3d6af7821ec {
  margin-left: -75%;
}
}
#s-eea4782f-696c-4931-8944-1e48ed5aa114 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-eea4782f-696c-4931-8944-1e48ed5aa114 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eea4782f-696c-4931-8944-1e48ed5aa114 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-eea4782f-696c-4931-8944-1e48ed5aa114 {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-eea4782f-696c-4931-8944-1e48ed5aa114"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eea4782f-696c-4931-8944-1e48ed5aa114"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eea4782f-696c-4931-8944-1e48ed5aa114"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eea4782f-696c-4931-8944-1e48ed5aa114"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eea4782f-696c-4931-8944-1e48ed5aa114"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eea4782f-696c-4931-8944-1e48ed5aa114"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eea4782f-696c-4931-8944-1e48ed5aa114"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-3bcd7ec9-8293-4e8b-b84f-19518c7e760a {
  max-width: 32px;
text-align: center;
}







  #s-3bcd7ec9-8293-4e8b-b84f-19518c7e760a img.shogun-image {
    

    
    
    
  }


#s-3bcd7ec9-8293-4e8b-b84f-19518c7e760a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8fe00caf-4316-4c1c-af71-143908929ad3 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fe00caf-4316-4c1c-af71-143908929ad3 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-8fe00caf-4316-4c1c-af71-143908929ad3 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-758fd945-e51f-431d-ba96-000ab4e6d23c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-758fd945-e51f-431d-ba96-000ab4e6d23c:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-758fd945-e51f-431d-ba96-000ab4e6d23c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-758fd945-e51f-431d-ba96-000ab4e6d23c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-535eeef8-4fea-496d-b529-a48360d726ef {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-535eeef8-4fea-496d-b529-a48360d726ef {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-535eeef8-4fea-496d-b529-a48360d726ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-535eeef8-4fea-496d-b529-a48360d726ef.shg-box.shg-c {
  justify-content: center;
}

#s-ceb68bd5-303b-41d8-a294-ff4a9b09b7bb {
  background-color: rgba(242, 242, 242, 0);
}

#s-ceb68bd5-303b-41d8-a294-ff4a9b09b7bb {
  display: none;
}
#s-21663a62-73ec-4d07-a675-4689082a6af5 {
  text-align: left;
}



.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21663a62-73ec-4d07-a675-4689082a6af5 img.shogun-image {
  width: 100%;
}



}
#s-1af98792-b986-45f0-a572-ef9aa98d0a94 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1af98792-b986-45f0-a572-ef9aa98d0a94 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2d697699-da81-4fab-9dba-a31b52bbf014-btn-wrapper {
    text-align: center;
  }


#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-variant-btn:hover {
  background: #252525;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-variant-btn:active, #s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2d697699-da81-4fab-9dba-a31b52bbf014 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b95bf633-cab5-4ff4-a4fa-7c9e4df0a400 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-b95bf633-cab5-4ff4-a4fa-7c9e4df0a400 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b95bf633-cab5-4ff4-a4fa-7c9e4df0a400 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-b95bf633-cab5-4ff4-a4fa-7c9e4df0a400 {
  margin-bottom: 12px;
}
}
#s-b95bf633-cab5-4ff4-a4fa-7c9e4df0a400 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-b95bf633-cab5-4ff4-a4fa-7c9e4df0a400 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-b95bf633-cab5-4ff4-a4fa-7c9e4df0a400 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-eb36f241-41dc-4a22-947f-ac15cd2c2efa {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-eb36f241-41dc-4a22-947f-ac15cd2c2efa {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-eb36f241-41dc-4a22-947f-ac15cd2c2efa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eb36f241-41dc-4a22-947f-ac15cd2c2efa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb36f241-41dc-4a22-947f-ac15cd2c2efa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb36f241-41dc-4a22-947f-ac15cd2c2efa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb36f241-41dc-4a22-947f-ac15cd2c2efa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb36f241-41dc-4a22-947f-ac15cd2c2efa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb36f241-41dc-4a22-947f-ac15cd2c2efa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-39d0d204-8d9b-4483-99f9-ea3417e06f8c {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-39d0d204-8d9b-4483-99f9-ea3417e06f8c img.shogun-image {
    

    
    
    
  }


#s-39d0d204-8d9b-4483-99f9-ea3417e06f8c .shogun-image-content {
  
    align-items: center;
  
}

#s-61bfdc8f-f128-4bdd-a70a-4d28f6461fc1 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-61bfdc8f-f128-4bdd-a70a-4d28f6461fc1 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61bfdc8f-f128-4bdd-a70a-4d28f6461fc1 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-61bfdc8f-f128-4bdd-a70a-4d28f6461fc1 {
  margin-left: -75%;
}
}
#s-c1db045b-1818-479c-9eb8-d33d1eb4e28b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c1db045b-1818-479c-9eb8-d33d1eb4e28b {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1db045b-1818-479c-9eb8-d33d1eb4e28b {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-c1db045b-1818-479c-9eb8-d33d1eb4e28b {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-c1db045b-1818-479c-9eb8-d33d1eb4e28b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c1db045b-1818-479c-9eb8-d33d1eb4e28b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1db045b-1818-479c-9eb8-d33d1eb4e28b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1db045b-1818-479c-9eb8-d33d1eb4e28b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1db045b-1818-479c-9eb8-d33d1eb4e28b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1db045b-1818-479c-9eb8-d33d1eb4e28b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c1db045b-1818-479c-9eb8-d33d1eb4e28b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0d7356b9-c830-48ed-9a3b-2cba9929b29b {
  max-width: 32px;
text-align: center;
}







  #s-0d7356b9-c830-48ed-9a3b-2cba9929b29b img.shogun-image {
    

    
    
    
  }


#s-0d7356b9-c830-48ed-9a3b-2cba9929b29b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-534a437e-7896-4769-aac4-7de773f1b56f {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-534a437e-7896-4769-aac4-7de773f1b56f {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-534a437e-7896-4769-aac4-7de773f1b56f {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-8faa86f9-086f-4b66-b69b-9d7a72bc647c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-8faa86f9-086f-4b66-b69b-9d7a72bc647c:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8faa86f9-086f-4b66-b69b-9d7a72bc647c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8faa86f9-086f-4b66-b69b-9d7a72bc647c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-69f57dfb-706a-49dc-94b2-c9afdca9f813 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-69f57dfb-706a-49dc-94b2-c9afdca9f813 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69f57dfb-706a-49dc-94b2-c9afdca9f813 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69f57dfb-706a-49dc-94b2-c9afdca9f813 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-69f57dfb-706a-49dc-94b2-c9afdca9f813 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-69f57dfb-706a-49dc-94b2-c9afdca9f813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69f57dfb-706a-49dc-94b2-c9afdca9f813.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-807338cd-4fbe-4896-a933-951af770a648"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-807338cd-4fbe-4896-a933-951af770a648"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 992px) {
[id="s-807338cd-4fbe-4896-a933-951af770a648"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 1200px) {
[id="s-807338cd-4fbe-4896-a933-951af770a648"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 0px) {
[id="s-910a14e9-a1b5-4adc-8d5a-7a773feebb90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-910a14e9-a1b5-4adc-8d5a-7a773feebb90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-910a14e9-a1b5-4adc-8d5a-7a773feebb90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-910a14e9-a1b5-4adc-8d5a-7a773feebb90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c4e17623-a0c6-4cfd-ab30-de37f948bae9 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c4e17623-a0c6-4cfd-ab30-de37f948bae9 {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-c4e17623-a0c6-4cfd-ab30-de37f948bae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4e17623-a0c6-4cfd-ab30-de37f948bae9.shg-box.shg-c {
  justify-content: center;
}

#s-e3906e35-e39d-42ad-b4d2-b858e74ad4b1 {
  background-color: rgba(242, 242, 242, 0);
}

#s-e3906e35-e39d-42ad-b4d2-b858e74ad4b1 {
  display: none;
}
#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 {
  text-align: left;
}



.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07c363a7-f163-434b-8fa3-ca0aa36c34a9 img.shogun-image {
  width: 100%;
}



}
#s-c8f14dcc-140d-4eba-ba8d-7f8d176ef4a6 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c8f14dcc-140d-4eba-ba8d-7f8d176ef4a6 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f2620f44-10b5-4e4a-a1c7-de24af3004f9-btn-wrapper {
    text-align: center;
  }


#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-variant-btn:hover {
  background: #252525;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-variant-btn:active, #s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f2620f44-10b5-4e4a-a1c7-de24af3004f9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-28617af4-89f8-473d-ac43-fbbabcbf02d8 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-28617af4-89f8-473d-ac43-fbbabcbf02d8 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28617af4-89f8-473d-ac43-fbbabcbf02d8 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-28617af4-89f8-473d-ac43-fbbabcbf02d8 {
  margin-bottom: 12px;
}
}
#s-28617af4-89f8-473d-ac43-fbbabcbf02d8 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-28617af4-89f8-473d-ac43-fbbabcbf02d8 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-28617af4-89f8-473d-ac43-fbbabcbf02d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-6ba70a6e-1fe4-4466-8040-992de37e3035 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6ba70a6e-1fe4-4466-8040-992de37e3035 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-6ba70a6e-1fe4-4466-8040-992de37e3035"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6ba70a6e-1fe4-4466-8040-992de37e3035"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ba70a6e-1fe4-4466-8040-992de37e3035"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ba70a6e-1fe4-4466-8040-992de37e3035"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ba70a6e-1fe4-4466-8040-992de37e3035"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ba70a6e-1fe4-4466-8040-992de37e3035"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ba70a6e-1fe4-4466-8040-992de37e3035"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-6e4991d4-d3d8-4b10-b261-7cde1b137b2d {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-6e4991d4-d3d8-4b10-b261-7cde1b137b2d img.shogun-image {
    

    
    
    
  }


#s-6e4991d4-d3d8-4b10-b261-7cde1b137b2d .shogun-image-content {
  
    align-items: center;
  
}

#s-ef3f0cc7-f641-4402-aedf-ff4960fbce5c {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-ef3f0cc7-f641-4402-aedf-ff4960fbce5c {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef3f0cc7-f641-4402-aedf-ff4960fbce5c {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-ef3f0cc7-f641-4402-aedf-ff4960fbce5c {
  margin-left: -75%;
}
}
#s-43825d03-ceb0-4193-b1da-aaa13e51c3cd {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-43825d03-ceb0-4193-b1da-aaa13e51c3cd {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43825d03-ceb0-4193-b1da-aaa13e51c3cd {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-43825d03-ceb0-4193-b1da-aaa13e51c3cd {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-43825d03-ceb0-4193-b1da-aaa13e51c3cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-43825d03-ceb0-4193-b1da-aaa13e51c3cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43825d03-ceb0-4193-b1da-aaa13e51c3cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43825d03-ceb0-4193-b1da-aaa13e51c3cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43825d03-ceb0-4193-b1da-aaa13e51c3cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43825d03-ceb0-4193-b1da-aaa13e51c3cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43825d03-ceb0-4193-b1da-aaa13e51c3cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-49d8179f-68e4-4e09-b79b-c0794888f32a {
  max-width: 32px;
text-align: center;
}







  #s-49d8179f-68e4-4e09-b79b-c0794888f32a img.shogun-image {
    

    
    
    
  }


#s-49d8179f-68e4-4e09-b79b-c0794888f32a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-1285f215-d00f-4b92-ad53-24a2dc8b827c {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1285f215-d00f-4b92-ad53-24a2dc8b827c {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1285f215-d00f-4b92-ad53-24a2dc8b827c {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-17d5c4fe-f5b6-45c4-852f-cbac34ec552d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-17d5c4fe-f5b6-45c4-852f-cbac34ec552d:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17d5c4fe-f5b6-45c4-852f-cbac34ec552d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17d5c4fe-f5b6-45c4-852f-cbac34ec552d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4f190371-08dd-4ecf-88d6-5a0d48a515e3 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4f190371-08dd-4ecf-88d6-5a0d48a515e3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-4f190371-08dd-4ecf-88d6-5a0d48a515e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f190371-08dd-4ecf-88d6-5a0d48a515e3.shg-box.shg-c {
  justify-content: center;
}

#s-87761d7b-64ad-44f0-828c-233389b95a48 {
  background-color: rgba(242, 242, 242, 0);
}

#s-87761d7b-64ad-44f0-828c-233389b95a48 {
  display: none;
}
#s-973ac356-e972-42c3-a4a0-2b8bdad259ce {
  text-align: left;
}



.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973ac356-e972-42c3-a4a0-2b8bdad259ce img.shogun-image {
  width: 100%;
}



}
#s-65786941-d910-412c-91ac-cfc3b95d2b16 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-65786941-d910-412c-91ac-cfc3b95d2b16 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-efcaf8ee-f81f-471d-8325-0e24701cb19a-btn-wrapper {
    text-align: center;
  }


#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-variant-btn:hover {
  background: #252525;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-variant-btn:active, #s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-efcaf8ee-f81f-471d-8325-0e24701cb19a .shg-variant-btn.disabled {
  background: #252525;
}

#s-4ae99540-0883-4e79-8400-c8b19dbe7454 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-4ae99540-0883-4e79-8400-c8b19dbe7454 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ae99540-0883-4e79-8400-c8b19dbe7454 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-4ae99540-0883-4e79-8400-c8b19dbe7454 {
  margin-bottom: 12px;
}
}
#s-4ae99540-0883-4e79-8400-c8b19dbe7454 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-4ae99540-0883-4e79-8400-c8b19dbe7454 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ae99540-0883-4e79-8400-c8b19dbe7454 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-3104e01d-16b6-404e-91ed-95e65af7ce6b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3104e01d-16b6-404e-91ed-95e65af7ce6b {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-3104e01d-16b6-404e-91ed-95e65af7ce6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3104e01d-16b6-404e-91ed-95e65af7ce6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3104e01d-16b6-404e-91ed-95e65af7ce6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3104e01d-16b6-404e-91ed-95e65af7ce6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3104e01d-16b6-404e-91ed-95e65af7ce6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3104e01d-16b6-404e-91ed-95e65af7ce6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3104e01d-16b6-404e-91ed-95e65af7ce6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-23c6bdff-7ccd-4eb2-a934-0cbe06ffc6d5 {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-23c6bdff-7ccd-4eb2-a934-0cbe06ffc6d5 img.shogun-image {
    

    
    
    
  }


#s-23c6bdff-7ccd-4eb2-a934-0cbe06ffc6d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-714ad3bc-9334-412a-89db-2cd7a1c35f89 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-714ad3bc-9334-412a-89db-2cd7a1c35f89 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-714ad3bc-9334-412a-89db-2cd7a1c35f89 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-714ad3bc-9334-412a-89db-2cd7a1c35f89 {
  margin-left: -75%;
}
}
#s-1e5d523f-bb1e-443e-ab4a-68066e3d267f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1e5d523f-bb1e-443e-ab4a-68066e3d267f {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e5d523f-bb1e-443e-ab4a-68066e3d267f {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-1e5d523f-bb1e-443e-ab4a-68066e3d267f {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-1e5d523f-bb1e-443e-ab4a-68066e3d267f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1e5d523f-bb1e-443e-ab4a-68066e3d267f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e5d523f-bb1e-443e-ab4a-68066e3d267f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e5d523f-bb1e-443e-ab4a-68066e3d267f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e5d523f-bb1e-443e-ab4a-68066e3d267f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e5d523f-bb1e-443e-ab4a-68066e3d267f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e5d523f-bb1e-443e-ab4a-68066e3d267f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0f50abf5-3e79-42fe-bf2c-a687a87b119c {
  max-width: 32px;
text-align: center;
}







  #s-0f50abf5-3e79-42fe-bf2c-a687a87b119c img.shogun-image {
    

    
    
    
  }


#s-0f50abf5-3e79-42fe-bf2c-a687a87b119c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e16a5f88-4895-46df-94ec-5272f80b33e2 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e16a5f88-4895-46df-94ec-5272f80b33e2 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-e16a5f88-4895-46df-94ec-5272f80b33e2 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-094fee85-1856-4a6b-baaf-da7d73bf31a1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-094fee85-1856-4a6b-baaf-da7d73bf31a1:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-094fee85-1856-4a6b-baaf-da7d73bf31a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-094fee85-1856-4a6b-baaf-da7d73bf31a1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-bb0e2923-70d3-4bfd-9561-ef612ff09daa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb0e2923-70d3-4bfd-9561-ef612ff09daa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb0e2923-70d3-4bfd-9561-ef612ff09daa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb0e2923-70d3-4bfd-9561-ef612ff09daa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4738b5ad-52dd-4dcc-bcfe-a6bfc788911b {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4738b5ad-52dd-4dcc-bcfe-a6bfc788911b {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-4738b5ad-52dd-4dcc-bcfe-a6bfc788911b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4738b5ad-52dd-4dcc-bcfe-a6bfc788911b.shg-box.shg-c {
  justify-content: center;
}

#s-6a685574-1a4a-4ebb-af7a-00f202b7f233 {
  background-color: rgba(242, 242, 242, 0);
}

#s-6a685574-1a4a-4ebb-af7a-00f202b7f233 {
  display: none;
}
#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 {
  text-align: left;
}



.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47be6d51-6e6e-43f6-a61f-dedf58015d38 img.shogun-image {
  width: 100%;
}



}
#s-80d3bdd5-b913-451c-9b49-db87dd861e91 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-80d3bdd5-b913-451c-9b49-db87dd861e91 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-bfa9b7cf-7504-487d-9631-bcea136f6105-btn-wrapper {
    text-align: center;
  }


#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-variant-btn:hover {
  background: #252525;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-variant-btn:active, #s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-bfa9b7cf-7504-487d-9631-bcea136f6105 .shg-variant-btn.disabled {
  background: #252525;
}

#s-08c62591-dcd7-4904-a8a9-c1e9cbcf3bfc {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-08c62591-dcd7-4904-a8a9-c1e9cbcf3bfc {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08c62591-dcd7-4904-a8a9-c1e9cbcf3bfc {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-08c62591-dcd7-4904-a8a9-c1e9cbcf3bfc {
  margin-bottom: 12px;
}
}
#s-08c62591-dcd7-4904-a8a9-c1e9cbcf3bfc .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-08c62591-dcd7-4904-a8a9-c1e9cbcf3bfc .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-08c62591-dcd7-4904-a8a9-c1e9cbcf3bfc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-37358023-811d-4412-afb5-4a50be0733ef {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-37358023-811d-4412-afb5-4a50be0733ef {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-37358023-811d-4412-afb5-4a50be0733ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-37358023-811d-4412-afb5-4a50be0733ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37358023-811d-4412-afb5-4a50be0733ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37358023-811d-4412-afb5-4a50be0733ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37358023-811d-4412-afb5-4a50be0733ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37358023-811d-4412-afb5-4a50be0733ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37358023-811d-4412-afb5-4a50be0733ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e16f013a-5462-4af8-bf86-8464c1bc34c2 {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-e16f013a-5462-4af8-bf86-8464c1bc34c2 img.shogun-image {
    

    
    
    
  }


#s-e16f013a-5462-4af8-bf86-8464c1bc34c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2422ec31-746d-49c0-aa63-4c3d2be09e36 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-2422ec31-746d-49c0-aa63-4c3d2be09e36 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2422ec31-746d-49c0-aa63-4c3d2be09e36 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-2422ec31-746d-49c0-aa63-4c3d2be09e36 {
  margin-left: -75%;
}
}
#s-d9c1cb51-e98d-49d8-a3ac-231185b92498 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d9c1cb51-e98d-49d8-a3ac-231185b92498 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9c1cb51-e98d-49d8-a3ac-231185b92498 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-d9c1cb51-e98d-49d8-a3ac-231185b92498 {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-d9c1cb51-e98d-49d8-a3ac-231185b92498"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d9c1cb51-e98d-49d8-a3ac-231185b92498"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9c1cb51-e98d-49d8-a3ac-231185b92498"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9c1cb51-e98d-49d8-a3ac-231185b92498"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9c1cb51-e98d-49d8-a3ac-231185b92498"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9c1cb51-e98d-49d8-a3ac-231185b92498"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9c1cb51-e98d-49d8-a3ac-231185b92498"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-27bef050-1e17-4274-8d7e-18ce30b1de94 {
  max-width: 32px;
text-align: center;
}







  #s-27bef050-1e17-4274-8d7e-18ce30b1de94 img.shogun-image {
    

    
    
    
  }


#s-27bef050-1e17-4274-8d7e-18ce30b1de94 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-831943bf-c282-47f7-b593-c4f49deb2dba {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-831943bf-c282-47f7-b593-c4f49deb2dba {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-831943bf-c282-47f7-b593-c4f49deb2dba {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-696cdf1a-f060-4acf-ab90-446025561181 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-696cdf1a-f060-4acf-ab90-446025561181:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-696cdf1a-f060-4acf-ab90-446025561181:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-696cdf1a-f060-4acf-ab90-446025561181.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e9a01f19-ef31-444a-ac0b-3cee104b8e49 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e9a01f19-ef31-444a-ac0b-3cee104b8e49 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-e9a01f19-ef31-444a-ac0b-3cee104b8e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9a01f19-ef31-444a-ac0b-3cee104b8e49.shg-box.shg-c {
  justify-content: center;
}

#s-eaea3a25-c309-48e0-be9e-4b9bd54c4100 {
  background-color: rgba(242, 242, 242, 0);
}

#s-eaea3a25-c309-48e0-be9e-4b9bd54c4100 {
  display: none;
}
#s-ac18c55f-621b-4539-b352-af39df024fc7 {
  text-align: left;
}



.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac18c55f-621b-4539-b352-af39df024fc7 img.shogun-image {
  width: 100%;
}



}
#s-3cb84aa9-65cc-4851-97b3-81ef84e8be2d {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3cb84aa9-65cc-4851-97b3-81ef84e8be2d .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-33f9ec44-db98-441f-a99e-6481cd08b62c-btn-wrapper {
    text-align: center;
  }


#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-variant-btn:hover {
  background: #252525;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-variant-btn:active, #s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-33f9ec44-db98-441f-a99e-6481cd08b62c .shg-variant-btn.disabled {
  background: #252525;
}

#s-0bf13197-6a60-43d5-bd7e-7fb6ff41e4d7 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-0bf13197-6a60-43d5-bd7e-7fb6ff41e4d7 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bf13197-6a60-43d5-bd7e-7fb6ff41e4d7 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-0bf13197-6a60-43d5-bd7e-7fb6ff41e4d7 {
  margin-bottom: 12px;
}
}
#s-0bf13197-6a60-43d5-bd7e-7fb6ff41e4d7 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-0bf13197-6a60-43d5-bd7e-7fb6ff41e4d7 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bf13197-6a60-43d5-bd7e-7fb6ff41e4d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-3d0c92fc-61d4-44dd-bed2-b255335646a6 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3d0c92fc-61d4-44dd-bed2-b255335646a6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-3d0c92fc-61d4-44dd-bed2-b255335646a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3d0c92fc-61d4-44dd-bed2-b255335646a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d0c92fc-61d4-44dd-bed2-b255335646a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d0c92fc-61d4-44dd-bed2-b255335646a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d0c92fc-61d4-44dd-bed2-b255335646a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d0c92fc-61d4-44dd-bed2-b255335646a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d0c92fc-61d4-44dd-bed2-b255335646a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-8234e553-f642-40ad-87ad-5ddab1e393c9 {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-8234e553-f642-40ad-87ad-5ddab1e393c9 img.shogun-image {
    

    
    
    
  }


#s-8234e553-f642-40ad-87ad-5ddab1e393c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-96186996-8d5d-478a-a05c-35b0b35cd2a1 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-96186996-8d5d-478a-a05c-35b0b35cd2a1 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96186996-8d5d-478a-a05c-35b0b35cd2a1 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-96186996-8d5d-478a-a05c-35b0b35cd2a1 {
  margin-left: -75%;
}
}
#s-24a05b9e-089e-4b29-9beb-5c2345114e22 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-24a05b9e-089e-4b29-9beb-5c2345114e22 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24a05b9e-089e-4b29-9beb-5c2345114e22 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-24a05b9e-089e-4b29-9beb-5c2345114e22 {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-24a05b9e-089e-4b29-9beb-5c2345114e22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-24a05b9e-089e-4b29-9beb-5c2345114e22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24a05b9e-089e-4b29-9beb-5c2345114e22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24a05b9e-089e-4b29-9beb-5c2345114e22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24a05b9e-089e-4b29-9beb-5c2345114e22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24a05b9e-089e-4b29-9beb-5c2345114e22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24a05b9e-089e-4b29-9beb-5c2345114e22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-50d0afbd-84d4-4440-a427-cdfaf5f989f7 {
  max-width: 32px;
text-align: center;
}







  #s-50d0afbd-84d4-4440-a427-cdfaf5f989f7 img.shogun-image {
    

    
    
    
  }


#s-50d0afbd-84d4-4440-a427-cdfaf5f989f7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d08061e9-27be-4e4d-a9ce-83da2f0414a3 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d08061e9-27be-4e4d-a9ce-83da2f0414a3 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-d08061e9-27be-4e4d-a9ce-83da2f0414a3 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-9d91a963-a76c-4147-997c-b883fea51a02 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-9d91a963-a76c-4147-997c-b883fea51a02:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d91a963-a76c-4147-997c-b883fea51a02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d91a963-a76c-4147-997c-b883fea51a02.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5e75aefc-77d9-416b-87f8-58f308d2d54c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5e75aefc-77d9-416b-87f8-58f308d2d54c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e75aefc-77d9-416b-87f8-58f308d2d54c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e75aefc-77d9-416b-87f8-58f308d2d54c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5e75aefc-77d9-416b-87f8-58f308d2d54c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-5e75aefc-77d9-416b-87f8-58f308d2d54c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e75aefc-77d9-416b-87f8-58f308d2d54c.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-76db50b0-390d-403f-89e8-72306afb03ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76db50b0-390d-403f-89e8-72306afb03ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 992px) {
[id="s-76db50b0-390d-403f-89e8-72306afb03ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 1200px) {
[id="s-76db50b0-390d-403f-89e8-72306afb03ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.5px);
}

}

@media (min-width: 0px) {
[id="s-558d4f0c-0b14-46e9-8f35-451088875e3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-558d4f0c-0b14-46e9-8f35-451088875e3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-558d4f0c-0b14-46e9-8f35-451088875e3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-558d4f0c-0b14-46e9-8f35-451088875e3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7f5cbd27-98fb-4654-8e21-0d3f7357a632 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7f5cbd27-98fb-4654-8e21-0d3f7357a632 {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-7f5cbd27-98fb-4654-8e21-0d3f7357a632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f5cbd27-98fb-4654-8e21-0d3f7357a632.shg-box.shg-c {
  justify-content: center;
}

#s-5ce4b55e-8d3c-4d18-b845-1701f5b94f1c {
  background-color: rgba(242, 242, 242, 0);
}

#s-5ce4b55e-8d3c-4d18-b845-1701f5b94f1c {
  display: none;
}
#s-da36bc74-c4b3-4191-9472-b15591c5c239 {
  text-align: left;
}



.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da36bc74-c4b3-4191-9472-b15591c5c239 img.shogun-image {
  width: 100%;
}



}
#s-7a2638c2-b716-4a6d-b5b6-bb96a4f34c7b {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7a2638c2-b716-4a6d-b5b6-bb96a4f34c7b .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6fbe1b61-c8ec-45c2-b689-0c1293d86686-btn-wrapper {
    text-align: center;
  }


#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-variant-btn:hover {
  background: #252525;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-variant-btn:active, #s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6fbe1b61-c8ec-45c2-b689-0c1293d86686 .shg-variant-btn.disabled {
  background: #252525;
}

#s-267dc95a-ef1e-4b80-a909-91588e0ce120 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-267dc95a-ef1e-4b80-a909-91588e0ce120 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-267dc95a-ef1e-4b80-a909-91588e0ce120 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-267dc95a-ef1e-4b80-a909-91588e0ce120 {
  margin-bottom: 12px;
}
}
#s-267dc95a-ef1e-4b80-a909-91588e0ce120 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-267dc95a-ef1e-4b80-a909-91588e0ce120 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-267dc95a-ef1e-4b80-a909-91588e0ce120 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-55a618de-eeb6-432e-911d-9bf5a65e9086 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-55a618de-eeb6-432e-911d-9bf5a65e9086 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-55a618de-eeb6-432e-911d-9bf5a65e9086"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-55a618de-eeb6-432e-911d-9bf5a65e9086"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-55a618de-eeb6-432e-911d-9bf5a65e9086"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55a618de-eeb6-432e-911d-9bf5a65e9086"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-55a618de-eeb6-432e-911d-9bf5a65e9086"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55a618de-eeb6-432e-911d-9bf5a65e9086"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-55a618de-eeb6-432e-911d-9bf5a65e9086"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-74769a80-4e28-4cd9-991f-b961661a5a8e {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-74769a80-4e28-4cd9-991f-b961661a5a8e img.shogun-image {
    

    
    
    
  }


#s-74769a80-4e28-4cd9-991f-b961661a5a8e .shogun-image-content {
  
    align-items: center;
  
}

#s-78151a3f-b7ee-4c89-a933-3018eb59d2c4 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-78151a3f-b7ee-4c89-a933-3018eb59d2c4 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78151a3f-b7ee-4c89-a933-3018eb59d2c4 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-78151a3f-b7ee-4c89-a933-3018eb59d2c4 {
  margin-left: -75%;
}
}
#s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44737dbc-adee-4a4e-a3a2-170fd9ebd84d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-fecae11a-3117-4890-9d57-6b5dc3b25de9 {
  max-width: 32px;
text-align: center;
}







  #s-fecae11a-3117-4890-9d57-6b5dc3b25de9 img.shogun-image {
    

    
    
    
  }


#s-fecae11a-3117-4890-9d57-6b5dc3b25de9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-20cdebed-5334-4bbd-9cb7-d967e298b730 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20cdebed-5334-4bbd-9cb7-d967e298b730 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-20cdebed-5334-4bbd-9cb7-d967e298b730 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-264a84f1-4ca8-44c5-bdeb-95ef07725c3a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-264a84f1-4ca8-44c5-bdeb-95ef07725c3a:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-264a84f1-4ca8-44c5-bdeb-95ef07725c3a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-264a84f1-4ca8-44c5-bdeb-95ef07725c3a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-62d7e469-c8e4-405c-9b67-31f5dd8f54ac {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-62d7e469-c8e4-405c-9b67-31f5dd8f54ac {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-62d7e469-c8e4-405c-9b67-31f5dd8f54ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d7e469-c8e4-405c-9b67-31f5dd8f54ac.shg-box.shg-c {
  justify-content: center;
}

#s-3a9f6931-6f8a-4379-879f-97af7c387565 {
  background-color: rgba(242, 242, 242, 0);
}

#s-3a9f6931-6f8a-4379-879f-97af7c387565 {
  display: none;
}
#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 {
  text-align: left;
}



.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a08bc2-14c9-41a9-8e22-b19013d74370 img.shogun-image {
  width: 100%;
}



}
#s-8f6db92a-65a0-46da-9473-ae7cd6562c2b {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8f6db92a-65a0-46da-9473-ae7cd6562c2b .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-75cf74f8-8803-4369-8acc-1a2c4675dbfe-btn-wrapper {
    text-align: center;
  }


#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-variant-btn:hover {
  background: #252525;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-variant-btn:active, #s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-75cf74f8-8803-4369-8acc-1a2c4675dbfe .shg-variant-btn.disabled {
  background: #252525;
}

#s-1751d485-8ebd-4b25-a518-36d33da594f2 {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-1751d485-8ebd-4b25-a518-36d33da594f2 {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1751d485-8ebd-4b25-a518-36d33da594f2 {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-1751d485-8ebd-4b25-a518-36d33da594f2 {
  margin-bottom: 12px;
}
}
#s-1751d485-8ebd-4b25-a518-36d33da594f2 .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-1751d485-8ebd-4b25-a518-36d33da594f2 .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-1751d485-8ebd-4b25-a518-36d33da594f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-a3af4d53-0b1a-4568-98e7-ffb3ab489444 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a3af4d53-0b1a-4568-98e7-ffb3ab489444 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a3af4d53-0b1a-4568-98e7-ffb3ab489444"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a3af4d53-0b1a-4568-98e7-ffb3ab489444"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3af4d53-0b1a-4568-98e7-ffb3ab489444"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3af4d53-0b1a-4568-98e7-ffb3ab489444"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3af4d53-0b1a-4568-98e7-ffb3ab489444"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3af4d53-0b1a-4568-98e7-ffb3ab489444"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3af4d53-0b1a-4568-98e7-ffb3ab489444"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-8c9f9a60-31af-41f0-9ae3-056d1b25522c {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-8c9f9a60-31af-41f0-9ae3-056d1b25522c img.shogun-image {
    

    
    
    
  }


#s-8c9f9a60-31af-41f0-9ae3-056d1b25522c .shogun-image-content {
  
    align-items: center;
  
}

#s-95c779aa-e359-429e-b607-365ef761499d {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-95c779aa-e359-429e-b607-365ef761499d {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95c779aa-e359-429e-b607-365ef761499d {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-95c779aa-e359-429e-b607-365ef761499d {
  margin-left: -75%;
}
}
#s-8b25183f-2442-442a-b167-a37e11cff363 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8b25183f-2442-442a-b167-a37e11cff363 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b25183f-2442-442a-b167-a37e11cff363 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-8b25183f-2442-442a-b167-a37e11cff363 {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-8b25183f-2442-442a-b167-a37e11cff363"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8b25183f-2442-442a-b167-a37e11cff363"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b25183f-2442-442a-b167-a37e11cff363"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b25183f-2442-442a-b167-a37e11cff363"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b25183f-2442-442a-b167-a37e11cff363"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b25183f-2442-442a-b167-a37e11cff363"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b25183f-2442-442a-b167-a37e11cff363"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-ab2e8b4b-eb4e-40c0-8085-022912bde879 {
  max-width: 32px;
text-align: center;
}







  #s-ab2e8b4b-eb4e-40c0-8085-022912bde879 img.shogun-image {
    

    
    
    
  }


#s-ab2e8b4b-eb4e-40c0-8085-022912bde879 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-45694110-58cb-4bc3-b06d-4f31f45ad1b8 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45694110-58cb-4bc3-b06d-4f31f45ad1b8 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-45694110-58cb-4bc3-b06d-4f31f45ad1b8 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-a740c817-dc50-4415-90b7-79bce337feba {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-a740c817-dc50-4415-90b7-79bce337feba:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a740c817-dc50-4415-90b7-79bce337feba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a740c817-dc50-4415-90b7-79bce337feba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-5a2464e5-7830-403b-b9a0-818619aa620d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a2464e5-7830-403b-b9a0-818619aa620d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a2464e5-7830-403b-b9a0-818619aa620d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a2464e5-7830-403b-b9a0-818619aa620d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aeea2e4a-3ec4-4010-a509-41a946999552 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-aeea2e4a-3ec4-4010-a509-41a946999552 {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
}
}







#s-aeea2e4a-3ec4-4010-a509-41a946999552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeea2e4a-3ec4-4010-a509-41a946999552.shg-box.shg-c {
  justify-content: center;
}

#s-d71e62f5-1ae8-4294-9ef8-0ef04a71b190 {
  background-color: rgba(242, 242, 242, 0);
}

#s-d71e62f5-1ae8-4294-9ef8-0ef04a71b190 {
  display: none;
}
#s-fd0ce00f-486f-42db-ac78-e65d97548b1f {
  text-align: left;
}



.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0ce00f-486f-42db-ac78-e65d97548b1f img.shogun-image {
  width: 100%;
}



}
#s-463041cb-ceee-440d-aff5-06199f50e6f0 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-463041cb-ceee-440d-aff5-06199f50e6f0 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 18px;
  
  
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04-btn-wrapper {
    text-align: center;
  }


#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-variant-btn:hover {
  background: #252525;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-variant-btn:active, #s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-565b03fe-40c4-40aa-a28a-c8c5c9b7fb04 .shg-variant-btn.disabled {
  background: #252525;
}

#s-026da8f7-cb2e-4f65-89f8-da6034da5b4c {
  margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-026da8f7-cb2e-4f65-89f8-da6034da5b4c {
  margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-026da8f7-cb2e-4f65-89f8-da6034da5b4c {
  margin-bottom: 12px;
}
}@media (max-width: 767px){#s-026da8f7-cb2e-4f65-89f8-da6034da5b4c {
  margin-bottom: 12px;
}
}
#s-026da8f7-cb2e-4f65-89f8-da6034da5b4c .shg-product-sold-out {
  display: none;
  color: rgba(217, 26, 83, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
}

#s-026da8f7-cb2e-4f65-89f8-da6034da5b4c .shg-product-price {
  color: rgba(217, 26, 83, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:  normal ;
  font-size: 18px;
}

#s-026da8f7-cb2e-4f65-89f8-da6034da5b4c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 1);
  
  
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-dcbd642e-7e0e-46cd-bf38-97c4df927665 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dcbd642e-7e0e-46cd-bf38-97c4df927665 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-dcbd642e-7e0e-46cd-bf38-97c4df927665"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dcbd642e-7e0e-46cd-bf38-97c4df927665"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcbd642e-7e0e-46cd-bf38-97c4df927665"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dcbd642e-7e0e-46cd-bf38-97c4df927665"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcbd642e-7e0e-46cd-bf38-97c4df927665"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcbd642e-7e0e-46cd-bf38-97c4df927665"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dcbd642e-7e0e-46cd-bf38-97c4df927665"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-860120c3-9b72-4781-8e3c-0c195b16875f {
  min-height: 32px;
max-width: 32px;
text-align: center;
}







  #s-860120c3-9b72-4781-8e3c-0c195b16875f img.shogun-image {
    

    
    
    
  }


#s-860120c3-9b72-4781-8e3c-0c195b16875f .shogun-image-content {
  
    align-items: center;
  
}

#s-dac04e46-fd7a-4ab7-8896-19a3951a62a9 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-dac04e46-fd7a-4ab7-8896-19a3951a62a9 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dac04e46-fd7a-4ab7-8896-19a3951a62a9 {
  margin-left: -8px;
margin-right: -8px;
}
}@media (max-width: 767px){#s-dac04e46-fd7a-4ab7-8896-19a3951a62a9 {
  margin-left: -75%;
}
}
#s-c8b5834e-605a-46d4-be83-f46397d51ced {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c8b5834e-605a-46d4-be83-f46397d51ced {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8b5834e-605a-46d4-be83-f46397d51ced {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-c8b5834e-605a-46d4-be83-f46397d51ced {
  margin-top: 0px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-c8b5834e-605a-46d4-be83-f46397d51ced"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c8b5834e-605a-46d4-be83-f46397d51ced"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8b5834e-605a-46d4-be83-f46397d51ced"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8b5834e-605a-46d4-be83-f46397d51ced"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8b5834e-605a-46d4-be83-f46397d51ced"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8b5834e-605a-46d4-be83-f46397d51ced"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8b5834e-605a-46d4-be83-f46397d51ced"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f586f63d-ff0a-47d8-8ee7-2fc11680837e {
  max-width: 32px;
text-align: center;
}







  #s-f586f63d-ff0a-47d8-8ee7-2fc11680837e img.shogun-image {
    

    
    
    
  }


#s-f586f63d-ff0a-47d8-8ee7-2fc11680837e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ba006c43-f7a2-41c5-8243-213e15fb6429 {
  margin-left: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba006c43-f7a2-41c5-8243-213e15fb6429 {
  margin-left: -8px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-ba006c43-f7a2-41c5-8243-213e15fb6429 {
  margin-left: -76%;
margin-right: 0%;
}
}
#s-5ad7a6f4-d965-4582-a2b8-23a88a6d0f1e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 26, 83, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(217, 26, 83, 1);
text-align: center;
text-decoration: none;
}
#s-5ad7a6f4-d965-4582-a2b8-23a88a6d0f1e:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 15px !important;
background-color: rgba(181, 14, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ad7a6f4-d965-4582-a2b8-23a88a6d0f1e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ad7a6f4-d965-4582-a2b8-23a88a6d0f1e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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