.elementor-44882 .elementor-element.elementor-element-026a657{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-44882 .elementor-element.elementor-element-de06fd5{--display:flex;}@media(min-width:768px){.elementor-44882 .elementor-element.elementor-element-026a657{--content-width:1000px;}.elementor-44882 .elementor-element.elementor-element-de06fd5{--width:100%;}}/* Start custom CSS */.pg-pet-banner {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background-color: #124734;
    background-image: url("https://palmira-garden.com/wp-content/uploads/2026/05/pg-pet-banner-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 260px;
    font-family: "Geometria", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    box-sizing: border-box;
  }

  .pg-pet-banner__frame {
    position: absolute;
    inset: 6px;
    border: 1px solid #ffffff;
    border-radius: 12px;
    z-index: 2;
    pointer-events: none;
  }

  .pg-pet-banner__content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    min-height: 260px;
    padding: 22px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    box-sizing: border-box;
  }

  .pg-pet-banner__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pg-pet-banner__title {
    margin: 0;
    color: #ffffff;
    font-family: "Arkhip", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase;
  }

  .pg-pet-banner__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .pg-pet-banner__subtitle {
    margin: 0;
    color: #ffffff;
    font-family: "Geometria", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }

  .pg-pet-banner__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .pg-pet-banner__pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    border-radius: 100px;
    color: #ffffff;
    font-family: "Geometria", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .pg-pet-banner__pill img {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: block;
  }

  .pg-pet-banner__btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    background: #ffffff;
    border-radius: 8px;
    color: #124734;
    font-family: "Geometria", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.2s ease;
    box-sizing: border-box;
  }

  .pg-pet-banner__btn:hover {
    opacity: 0.88;
    color: #124734;
  }
  
  .pg-pet-banner_btn__container {
      display: flex;
      gap: 10px;
      align-items: center;
  }
  
  .pg-pet-banner__promo {
          color: #ffffff;
          font-size: 14px;
    }
    
    .pg-pet-banner__discount {
      color: #124734;
      background: #ffffff;
      padding: 0 6px;
      border-radius: 6px;
    }
    
    .pg-pet-banner__promocode {
      padding: 0 6px;
      border: 1px dashed #ffffff;
      border-radius: 6px;
    }

  .pg-pet-banner__photo {
    position: absolute;
    width: 420px;
    top: 12px;
    right: 12px;
    height: calc(100% - 24px)!important;
    border-radius: 12px!important;
    object-fit: cover;
    object-position: left center;
    display: block;
    z-index: 1;
  }

  .pg-pet-banner__photo-mobile {
    display: none;
  }

  @media (max-width: 1024px) {
    .pg-pet-banner {
      min-height: 0;
      display: flex;
      flex-direction: column;
    }
    .pg-pet-banner__photo-mobile {
      display: block;
      width: 100%;
      height: auto;
      flex-shrink: 0;
    }
    .pg-pet-banner__content { max-width: 100%; min-height: 0; padding: 20px 24px; }
    .pg-pet-banner__photo { display: none; }
  }

  @media (max-width: 767px) {
    .pg-pet-banner { border-radius: 12px; }
    .pg-pet-banner__content { padding: 16px; }
    .pg-pet-banner__title { font-size: 20px; }
    .pg-pet-banner__pill { font-size: 12px; padding: 2px 7px; }
    .pg-pet-banner__btn { width: auto; justify-content: center; padding: 8px 16px; }
    .pg-pet-banner__promo {font-size: 11px; }
    
  }/* End custom CSS */