#19B8CB

body, html {
    font-family: 'Open Sans';
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 13px;
  }
  .main-header {
    display: flex;
    width: 100%;
    padding: 24px 16px;
  }
  .sarch-icon {
    margin-left: 10px;
  }
  .brand-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .site-breadcrumb {
    display: flex;
    width: 100%;
    padding: 16px;
    background-color: #F4F7F8;
    gap: 5px;
    align-items: center;
  }

  .site-breadcrumb a {
  color: inherit !important;
}


  .site-breadcrumb img {
    width: 12px;
    height: 12px;
  }
  .bc-visited {
    font-family: Poppins;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    color: #19B8CB;
  }

  .product-img{
    background-color: #22AA00;
     width: 100%;
  height: auto;
  aspect-ratio: 1 / 1; /* keeps square space until load */
  object-fit: cover;   /* avoids stretching */
  }


  .detail-container {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .prod-img-container {
    position: relative;
  }
  .carousel-indicators {
    width: fit-content;
    margin: auto;
    background-color: white;
    padding: 5px 15px;
    border-radius: 25px;
  }
  .custom-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #DBE4E8;
  }
  .custom-indicators .active {
    background-color: #128B99;
  }
  .prod-badge {
    background-color: #C32025;
    width: fit-content;
    height: auto;
    padding: 3px 20px 3px 8px;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .prod-badge .badge-title {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    font-family: 'Lato';
    line-height: normal;
  }
  .love-icon {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
        
  .product-info {
    display: flex;
    gap: 18px;
    flex-direction: column;
    padding: 4px 15px 0 15px;
  }

  .product-info-flavor{
     display: flex;
    gap: 18px;
    flex-direction: column;
    padding: 0px 0px 0 0px;

  }

  .product-info-rating {
    display: flex;
    flex-direction: column;
    padding: 16px 15px;
    min-height: 123px !important;
  }

  .product-heading {
    font-family: Poppins;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
  }
  .share-icon {
    width: 13px;
    height: 15px;
  }
  .product-type {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #22AA00;
  }
  .product-type-circle {
    border-radius: 25px;
    background-color: #22AA00;
  }
  .star-icon {
    width: 16px;
    height: 14.7px;
    margin-right: 5px;
  }
  .product-rating {
    font-family: Poppins;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin-right: 10px;
  }
  .product-review-count {
    color: #128B99;
    font-family: Poppins;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
  }
  .product-price {
    color: #312b40;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
  }
  .old-price {
    text-decoration: line-through;
    font-family: Poppins, sans-serif;
    margin-right: 10px;
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product-discount {
    color: #FF696E;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product-separator {
    height: 4px;
    width: 100%;
    background-color: #F5F5F5;
  }
  .special-gift {
        margin-top: 11px;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    color: #131313;
    
  }
  .gift-item {
    display: flex;
    align-items: center;
    height: 47px;
    width: 100%;
    border: 1px solid #19B8CB;
    border-radius: 8px;
    padding: 8px 12px 8px 10px;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .gift-item.last {
    margin-bottom: 0;
  }
  .gift-title {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #494D4D;
    margin-right: 5px;
  }
  .gift-price {
    color: #312b40;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .btn-lg.btn-toggle {
    padding: 0;
    margin-left: auto;
    position: relative;
    height: 31px;
    width: 51px;
    border-radius: 3rem;
    color: #6b7381;
    background: #787880;
    opacity: 0.2;
  }
  .btn-toggle.btn-lg > .switch {
      position: absolute;
      top: 0.4px;
      left: 0.8px;
      width: 27px;
      height: 27px;
      border-radius: 1.875rem;
      background: #fff;
      transition: left .25s;
  }
  .btn-toggle.active {
      background-color: #19B8CB;
      opacity: 1;
  }
  .btn-toggle.btn-lg.active > .switch {
      left: 21px;
      transition: left .25s;
  }
  .btn-lg.btn-toggle.active:after {
    opacity: 1;
  }
  .attribute-select {
    color: #312b40;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    margin-right: 8px;
    
  }


  .attribute-recent{
    color: #312b40;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    margin-right: 8px;
  }


  .selection-row {
    display: flex;
    flex-direction: row;
    margin: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }
  .selection-row::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .selection-box-size {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 15px 14px;
    background-color: #FFFFFF;
    border: 1px solid #19B8CB;
    border-radius: 100px;
    color: #131313;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    margin-right: 12px;
    white-space: nowrap;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 500;
    min-width: 75px;
  }

  .selection-box-flavor {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 15px 14px;
    background-color: #FFFFFF;
    border: 1px solid #19B8CB;
    border-radius: 100px;
    color: #131313;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    margin-right: 12px;
    white-space: nowrap;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 500;
    min-width: 110px;
  }



  .selection-box.selected {
    background-color: #19B8CB;
    color: #FFFFFF;
  }
  .image-upload-box {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 68px;
    width: 100%;
    background-color: #E5FCFF;
    border: 1px dashed #19B8CB;
    border-radius: 8px;
    padding: 6px 16px;
    margin-bottom: 24px;
  }
  .upload-img {
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
  }
  .upload-info {
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    opacity: 0.5;
  }
  .cake-message{
    height: 48px;
    width: 100%;
    padding: 10px 16px;
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #B8CAD1;
  }
  .cake-message:focus-visible {
    border: 1px solid #B8CAD1;
    outline: none;
  }
  .message-length {
    color: #888888;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-align: end;
    margin-top: 5px;
  }
  .searchFrame {
    position:absolute;
    right: 0;
  }
  .city-select {
    flex-direction: column;
    width: 100%;
    background-color: #E5FCFF;
    padding: 20px 16px;
  }
  .search-city {
    width: 86%;
    height: 34px;
    border-radius: 8px;
    position: relative;
  }
  .search-city .input-group-prepend {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 34px;
    background-color: #19B8CB;
    border-radius: 8px 0 0 8px;
  }

  .city-select .input-group{
     width: 81%;
  }
  .map-marker {
    width: 14px;
    height: 18px;
  }
  .city-available {
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    opacity: 0.5;
    text-align: end;
    margin-top: 5px;
  }
  .product-description {
    text-align: left;
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    opacity: 0.5;
  }
  .note {
    border: 1px solid #CCCCCC;
    padding: 16px;
    border-radius: 8px;
  }
  .note-text {
    color: #606463;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 2%;
  }
  .buy-now-section { 
    justify-content: center;
    flex-direction: column;
    background-color: #E5FCFF;
    padding: 20px 16px;
    position: sticky;
    bottom: 0;
    z-index: 9;


  }
  .van {
    width: 21px;
    height: 13px;
  }
  .get-today {
    color: #1C2120;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .timer {
    color: #197889;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .buy-now-btn { 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #19B8CB;
    width: 100%;
    height: 48px;
    padding: 7px 50px;
    border-radius: 100px;
    margin-top: 10px;
  
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  #city-pin::placeholder {
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }
  .cake-message::placeholder {
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    opacity: 0.5;
  }
  .general-info {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 16px;
    gap: 25px 0
  }
  .site-info {
    text-align: center;
  }
  .text1 {
    color: #1C2120;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }
  .text2 {
    color: #1C2120;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
  .recent-prods {
    display: flex;
    flex-direction: column;
    padding: 20px 0 8px 16px;
  }
  .card-slider {
    display: flex;
    flex-direction: row;
    margin: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    gap: 10px;
  }
  .card-slider::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .product-card {
    width: 160px;
    height: auto;
    border-radius: 16px;
    border: 1px solid #E7EDEF;
  }

  .product-card a{
    color: inherit !important;
  text-decoration: none;
  }
  .prod-card-body {
    flex: 1 1 auto;
    padding: 12px 10px;
  }
  .prod-card-body .product-price {
    font-size: 14px;
    margin-right: 3px;
  }
  .prod-card-body .old-price{
    font-size: 11px;
    margin-right: 3px;
  }
  .prod-card-body .product-discount {
    font-size: 11px;
  }
  .prod-card-body .product-rating, .prod-card-body .product-review-count {
    font-size: 11px;
  }
  .prod-card-body .star-icon {
    width: 12px;
    height: 11px;
  }
  .earliest-del {
    color: #131313;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.7;
  }
  .del-day {
    color: #128B99;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 600;
  }
  .common-card {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
  }
  .link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #19B8CB;
    background-color: #F7FEFF;
    margin-bottom: 10px;
  }
  .link-item.last {
    margin-bottom: 0;
  }
  .review-heading {
    display: flex;
    justify-content: space-between;
  }
  .product-review {
    color: #131313;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.7;
  }
  .review-section .star-icon {
    width: 20px;
    height: 18px;
  }
  .ellipse {
    width: 3px;
    height: 3px;
    border-radius: 100px;
    background-color: #AAAAAA;
    margin-right: 10px;
  }
  .review-section .product-rating {
    color: #131313;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
  }
  .review-section .product-review-count {
    font-size: 14px;
  }
  .view-all {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 81px;
    height: 32px;
    border-radius: 100px;
    border: 1px solid #128B99;
    color: #128B99;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
  }
  .customer-data {
    color: #131313;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
    margin-bottom: 10px;
  }
  .customer-box {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px 16px;
  }
  .customer-video {
    width: 75px;
    height: 100px;
    margin-right: 10px;
  }
  .customer-img {
    width: 72px;
    height: 72px;
    margin-right: 10px;
  }
  .customer-img.last {
    position: relative;
  }
  .bg-fade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 8px;
  }
  .more-images {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: fit-content;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
  }
  .review-box {
    gap: 16px;
  }
  .customer-review {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #CCCCCC;
    gap: 16px;
    padding: 16px;
  }
  .customer-name {
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-right: 10px;
  }
  .verified-customer {
    color: #131313;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: normal;
    margin-right: 5px;
    opacity: 0.5;
    margin-left: 5px;
  }
  .review-text {
    margin: 0;
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.7;
  }
  .review-img {
    height: 48px;
    width: 48px;
  }
  .post-info {
    color: #131313;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5;
    margin-right: 10px;
  }
  .read-more {
    color: #128B99;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
  }
  .quick-link-box {
    background-color: #F4F7F8;
    padding: 20px 16px;
  }
  .ql-heading {
    color: #494D4D;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }
  .quick-links {
    flex-direction: column;
    background: #FFFFFF;
    padding: 16px;
    margin: 16px auto 0;
    border-radius: 16px;
    gap: 16px;
  }
  .quick-link-item{ 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 16px;
  }
  .quick-link-item .qli-title {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #1C2120;
    opacity: 1;
    margin: 0;
  }
  .qli-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 16px;
    line-height: 1.5;
    color: #197889;
  }
  .qli-links {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: inherit;
    text-decoration: underline;
  }
  .qli-pipe {
    opacity: 0.5;
  }

  .site-breadcrumb .breadcrumb{
    margin-bottom: 0px;
  }

.breadcrumb{ background-color:transparent; border-radius:0;  padding:10px 0; margin-bottom:0; width: 100%;}
.breadcrumb > li{text-transform:capitalize; color:#222; font-size:12px;}
.breadcrumb > li a{ color:#222;}
.breadcrumb > li a:hover{ color:#c40d11;}