/** Shopify CDN: Minification failed

Line 86:5 Unexpected "/"

**/
 .brand-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color:#000;
}

.hdt-slide__inner {
  display: block !important;
} 

.flat-off-text {
    position: relative;
    color: black!important;
    padding: 2px 5px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    border-radius: 7px !important;
    background: #f7dacf !important;
    overflow: hidden;
}

.flat-off-box {
    width: 100%;
    text-align: right !important;
    margin-bottom: -7px!important;
    z-index: 9 !important;
    position: relative !important;
}

 /* .product-description-accordion {
    margin-top: 20px;
    background-color: #f7dacf;
    padding: 20px;
    border: 1px solid #ccc;
  }

  .accordion-item {
    margin-bottom: 15px;
  }

  .accordion-header {
    background-color: #f7dacf;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between; /* Align text and icon */
    /* align-items: center; */
  /* } */

  .accordion-content {
    display: none;
    background-color: #f1f1f1;
    padding: 10px;
    border-top: 1px solid #ccc;
  }

  .accordion-header:hover {
    background-color: #e0e0e0;
  }

  .accordion-icon {
    font-size: 18px;
    font-weight: bold;
  }

  .accordion-icon.open {
    transform: rotate(45deg); /* Rotate icon when section is open */
  } */

  /* Image Styling for static images */
  .shipping-image, .dimension-image, .perfect-for-image, .care-instruction-image {
    width: 100px; /* Set the size of the image */
    height: auto;
    margin-top: 10px;
  }

   #sy-whatshelp {
            right: 25px;
            bottom: 80px !important;
            position: fixed;
            z-index: 9999;
        }

        #sy-whatshelp a.sywh-open-services {
            background-color: #25d366;
            color: #fff;
            line-height: 55px;
            margin-top: 10px;
            border: none;
            cursor: pointer;
            font-size: 45px;
            width: 65px;
            height: 65px;
            text-align: center;
            box-shadow: 2px 2px 8px -3px #000;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            display: inline-block;
        }

        #sy-whatshelp a.sywh-open-services i {
            line-height: 65px;
        }

        .hdt-marquee{
    background: #f7dacf;
}

.view-all-btn {
    display: none;
    padding: 10px 20px;
    background-color: #f7dacf;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    display: none;
    width: 25%;
    margin-bottom: 30px;
    margin-top: -25px;
    justify-self: center;
}
  /* Show the button only on mobile screens */
  @media (max-width: 768px) {
    .view-all-btn {
      display: block;
    }
  }

.hdt-card-product__info.hdt-card-align-left.hdt-relative {
    gap: 5px;
}

.jdgm-widget.jdgm-preview-badge{
order:2;
}

.hdt-price-wrapp{
order:3;
}
.hdt-product-btns{
order:5;
}