@font-face {
  font-family: "HarmoniaSans";
  src: url("/api/fonts/harmoniasans_n4.woff2") format("woff2"),
    url("/api/fonts/harmoniasans_n4.woff") format("woff");
}

:root {
  --typography-font-family: unset;
}

body {
  zoom: normal !important;
}

/* General CSS */
.pr-long-col-name {
  text-align: center;
}
.pr-long-col-details {
  justify-content: center;
}
.sh-banner-collection-card {
  padding: 0px;
  margin-top: -25px;
  margin-bottom: -27px;
}
.sh-banner-collection-card > a > div > div > p {
  display: none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-product-card:hover .pr-title {
  transition: color 0.2s ease-in-out;
}
.sh-product-card:hover .pr-title {
  color: #1e7898;
  text-decoration: underline;
}
.sh-product-card-discount-tag {
  top: 22px !important;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
  width: 60px;
  text-align: center;
  border-radius: 0px;
}
.sh-product-discount-tag {
  font-weight: 400;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
  width: 64px;
  text-align: center;
  border-radius: 0px;
}
.sh-product-card .pr-card-content {
  align-items: center;
}
.sh-product-plus-minus-button {
  background: var(--secondary-main);
  color: var(--bottom-nav-badge-contrast-text);
  width: fit-content;
  margin: auto;
  padding: 0px 28px;
  height: 48px;
  font-weight: 400;
  margin-top: 24px !important;
}
@media (max-width: 960px) {
  .sh-product-plus-minus-button {
    height: 40px;
  }
  .pr-image-ctn::after {
    padding: 2px 12px;
  }
}
.pr-card-content .pr-plus-minus-button {
  min-width: 200px;
}
.sh-product-plus-minus-button:hover {
  background: var(--secondary-main);
}
.section-heading {
  font-size: 36px;
  font-family: var(--typography-font-family);
}
@media (max-width: 960px) {
  .section-heading {
    font-size: 24px;
  }
}
.section-heading::after {
  content: unset;
}
.sh-mini-banner-collection-card > a > div > div > div > svg {
  display: none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display: none;
}
.sh-footer-main {
  background-color: #d9ddd3;
  color: #000;
  /*background-image:url("https://storage.googleapis.com/shy-pub/static/web-store/Footer.png");
color:#000000;*/
}
#sh-social-icon-whatsapp {
  background-color: #44c455;
}
#sh-social-icon-facebook {
  background-color: #4267b2;
}
#sh-social-icon-instagram {
  background-color: #cb396f;
}
#sh-social-icon-twitter {
  background-color: #1da1f2;
}
ul.control-dots {
  display: none;
}
.sh-header-menu {
  width: fit-content;
  position: absolute;
  top: 48px;
  bottom: 0;
  margin: auto;
  border: none;
  z-index: 1;
}
#search-box {
  z-index: 2;
}
.sh-header-menu .links {
  font-weight: 600;
  font-size: 18px;
}
.sh-header-menu .links:hover {
  text-decoration: underline;
  color: #1e7898 !important;
}
.sh-category-card .cat-card-title {
  font-size: 18px;
  transition: color 0.2s ease-in-out;
}
.sh-category-card:hover .cat-card-title {
  color: #1e7898;
}
.sh-product-card-discount-tag {
  clip-path: unset;
  background: var(--secondary-main);
  padding: 8px 12px;
  max-width: unset;
  width: unset;
  top: 0 !important;
  left: 0;
  right: unset !important;
  font-weight: 600;
  display: none;
}
.pr-image-ctn::after {
  content: "Sale";
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--secondary-main);
  padding: 4px 16px;
  color: var(--button-contrast-text);
  border-radius: 99px;
  font-size: 14px;
}
.sh-prod-grid-collection-card .grid {
  row-gap: 44px !important;
}
.available--17020670246969 {
  margin-top: 88px;
  margin-bottom: 44px;
}
@media screen and (max-width: 960px) {
  .available--17020670246969 {
    margin-top: 44px;
  }
  .available--17020670246969 > p > span {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-outlined-button.sh-product-plus-minus-button {
    font-size: 16px;
  }
}

/* Get in Touch */
#banner-17020670246969 {
  position: relative;
  width: 100%;
  height: 560px;
  margin-left: -20px;
  width: calc(100% + 40px);
}
#banner-17020670246969 .banner__media {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner-17020670246969 .banner__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}
#banner-17020670246969 .banner__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000057;
}
#banner-17020670246969 .banner__content {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner-17020670246969 .banner__content .banner__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  padding: 24px 16px;
}
#banner-17020670246969 .banner__content .banner__box .banner__heading {
  font-size: 40px;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 960px) {
  #banner-17020670246969 .banner__content .banner__box .banner__heading {
    font-size: 30px;
  }
}
#banner-17020670246969 .banner__content .banner__box .banner__text {
  color: #ffffffbf;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 27px;
}
#banner-17020670246969 .banner__content .banner__box .banner__buttons {
  width: 100%;
  max-width: 410px;
}
#banner-17020670246969 .banner__content .banner__box .banner__buttons a {
  padding: 16px 24px;
  background: #045291;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
}
#banner-17020670246969
  .banner__content
  .banner__box
  .banner__buttons
  a:first-child {
  margin-bottom: 16px;
}

/* Trusted With */
.trusted-with-17020670246969 {
  padding: 24px;
  margin-bottom: 44px;
}
@media (max-width: 960px) {
  .trusted-with-17020670246969 {
    padding: 0 0;
  }
}
.trusted-with-17020670246969 .trusted-with-grid {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.trusted-with-17020670246969 .top-rapper h1 {
  font-size: 36px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
  font-family: var(--typography-font-family);
}
.trusted-with-17020670246969 .top-rapper h1 strong {
  font-weight: inherit;
}
@media (max-width: 960px) {
  .trusted-with-17020670246969 .top-rapper h1 {
    font-size: 26px;
  }
}
.trusted-with-17020670246969 .bottom-wrapper .bottom-wrapper-2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.trusted-with-17020670246969 .block-wrapper {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.trusted-with-17020670246969 .block-wrapper > *:not(:last-child) {
  margin-bottom: 12px;
}
.trusted-with-17020670246969 .block-wrapper a {
  display: flex;
  justify-content: center;
}
.trusted-with-17020670246969 .block-wrapper img {
  width: 50%;
}

/* Image with Text */
.image_with_text__17020670246969 {
  padding: 0 24px;
  margin-top: 54px;
}
@media (max-width: 960px) {
  .image_with_text__17020670246969 {
    padding: 0 0;
    margin-top: 44px;
  }
}
.image_with_text__17020670246969 .image-with-text__grid {
  max-width: 1100px;
  width: 100%;
  display: flex;
  margin: auto;
  flex-direction: row;
}
@media (max-width: 960px) {
  .image_with_text__17020670246969 .image-with-text__grid {
    flex-direction: column;
  }
}
.image_with_text__17020670246969 .image-with-text__grid > * {
  width: 50%;
}
@media (max-width: 960px) {
  .image_with_text__17020670246969 .image-with-text__grid > * {
    width: 100%;
  }
}
.image_with_text__17020670246969 .image-with-text__grid .media {
  margin-right: 36px;
  border: 1px solid #f2f2f2;
}
@media (max-width: 960px) {
  .image_with_text__17020670246969 .image-with-text__grid .media {
    margin-right: 0;
  }
}
.image_with_text__17020670246969 .image-with-text__grid .media img {
  width: 100%;
  height: fit-content;
}
.image_with_text__17020670246969
  .image-with-text__grid
  .image-with-text__text-item {
  display: flex;
  align-items: center;
  padding: 24px;
}
.image_with_text__17020670246969
  .image-with-text__grid
  .image-with-text__heading {
  font-size: 36px;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .image_with_text__17020670246969
    .image-with-text__grid
    .image-with-text__heading {
    font-size: 30px;
  }
}
.image_with_text__17020670246969
  .image-with-text__grid
  .image-with-text__text
  p {
  color: #121212b3;
  font-size: 18px;
  line-height: 30px;
}

/*#################################################################################
################################ Products Page Styling ############################
#################################################################################*/
product-component-description * {
  all: revert-layer;
}

.product_description .product__description {
  margin-top: 28px;
}
.product_description ul {
  padding-left: 24px;
}
.product_description li {
  line-height: 30px;
  color: #4d4d4d;
  font-size: 15px;
}
.product_description li.icon-with-text__item {
  list-style: none;
}
.product_description li.icon-with-text__item .icon {
  height: 18px;
  margin-right: 16px;
}
.product__accordion {
  box-shadow: 0.5px 5px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 2px 16px;
  margin-bottom: 20px;
}
.product_description summary {
  display: flex;
  line-height: 1;
  padding: 12px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  align-items: center;
  min-height: 26px;
}
.product_description .summary__title {
  display: flex;
  flex: 1;
}
.product_description .summary__title h2 {
  display: inline-block;
  max-width: calc(100% - 6rem);
  margin: 0;
  word-break: break-word;
  color: rgb(18, 18, 18);
  font-size: 15px;
}
.product_description .icon {
  font-size: 15px;
  height: 6px;
  right: 12px;
}
share-button {
  display: none;
}
.product_description .product__view-details {
  display: none;
}
.product_description
  .shopify-app-block
  .Avada-BadgeV2Preview__ContentWrap.Avada-animated.avada-align-center {
  margin-top: 24px;
}
.product_description
  .shopify-app-block
  .Avada-BadgeV2Preview__ListBadges.Avada-BadgeV2Preview__Device--desktop {
  display: flex;
}
.product_description
  .Avada-BadgeV2Preview__ListBadges.Avada-BadgeV2Preview__Device--desktop
  * {
  padding: 0 12px;
  height: 30px;
  width: auto;
}

/*#################################################################################
################################ Product Features Html Styling ####################
#################################################################################*/
@media (max-width: 960px) {
  .product_features_html .slider-mobile-gutter > * {
    padding: 0 !important;
  }
}
.product_features_html img {
  max-width: 100%;
  height: auto;
}
.product_features_html li.multicolumn-list__item {
  list-style: none;
}
.product_features_html .media.media--transparent.media--adapt {
  padding-bottom: 0 !important;
}
.product_features_html .multicolumn-card-spacing {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.product_features_html .multicolumn-card__info {
  padding: 20px;
}
.sh-product-card-name {
  text-align: center;
}
.sh-product-card-mrp {
  font-size: 13px;
  order: -1;
  margin-right: 12px;
}
.sh-product-card-price {
  margin-right: 0;
}
.pr-long-card .pr-image {
  object-fit: contain;
}

/* Footer */
.footer-type-3,
.footer-type-3 .three-column-footer__footer {
  background-color: #d9ddd3;
  color: #000;
}

.footer-type-3 .copyright {
  background-color: #d9ddd3;
  color: #000;
  border-top: 1px solid #c9cdc3;
}

.three-column-footer__rightsText {
  color: #000000;
}

/* Banner */
.banner .swiper-pagination {
  display: none;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: none;
}
.product_description > div > img {
  margin: 20px auto !important;
}

/* Footer */
.footer-block__heading {
  margin-bottom: 24px;
}

/* Section Level Styling */
.section:nth-child(2) .BannerCollection-component {
  padding: 30px 0 !important;
}

.section:nth-child(3) .sh-section-heading {
  margin: 0 0 -16px;
}

.section:nth-child(6) .sh-section-heading {
  margin-top: 40px;
}
.section:nth-child(6) .sh-section-heading {
  display: none;
}

@media (max-width: 960px) {
  .section:nth-child(2) {
    padding: 32px 0;
  }
}

@media (max-width: 960px) {
  .section:nth-child(3) .section-heading {
    margin-bottom: 14px;
  }
}
@media (max-width: 960px) {
  .section:nth-child(4) {
    margin-top: 10px;
  }
  .section:nth-child(4) .section-heading {
    margin-bottom: 0;
  }
  .section:nth-child(7) .section-item {
    padding: 0px 20px !important;
  }

  .sh-prod-grid-collection-card .grid {
    row-gap: 12px !important;
  }
}
@media (max-width: 960px) {
  .section:nth-child(6) {
    margin-top: 34px;
  }
  .section:nth-child(4) .section-heading-container {
    margin-bottom: -6;
  }

  .sh-prod-grid-collection-card .grid {
    row-gap: 12px !important;
  }
}
@media (max-width: 540px) {
  .image_with_text__17020670246969 {
    margin-top: 0;
  }
}

/* Product Page */
.related-product-header {
  margin-top: 40px;
}
.related-products-heading {
  font-weight: 600;
  font-size: 24px;
  color: var(--section-heading-color, #1a1a1a);
  display: block;
  margin: 0px;
}
@media (max-width: 960px) {
  .related-products-heading {
    margin-bottom: 0;
  }
}
.related-products-heading {
  font-size: 36px !important;
  font-family: var(--typography-font-family);
  text-align: center;
}
@media (max-width: 960px) {
  .related-products-heading {
    font-size: 24px !important;
  }
}
.product-footer-button-container #product-action-card button {
  flex-wrap: wrap;
}
@media (max-width: 899px) {
  .product-footer-button-container #product-action-card button {
    flex-wrap: nowrap;
  }
}
.product-footer-button-container #product-action-card button {
  width: 100%;
  margin: 0 !important;
  position: relative;
}
.product-footer-button-container #product-action-card button::before {
  content: "Add to Cart";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background: inherit;
  border-radius: inherit;
  border: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: inherit;
}

.product_description
  .shopify-app-block
  .Avada-BadgeV2Preview__ListBadges.Avada-BadgeV2Preview__Device--desktop {
  flex-wrap: wrap;
}

.product-card .rating-stars img {
  filter: invert(2%) sepia(99%) saturate(471%) hue-rotate(90deg);
}
