
.root-font {
  font-size: 16px;
  line-height: 120%
}
@media only screen and (min-width:768px) {
  .root-font {
    font-size: 18px;
  }
}

.anz-body {
  font-family: 'Inter', sans-serif !important;
  margin: auto;
  padding: 0;
  max-width: 578px;
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

.hidden {
  visibility: hidden
}

.product-description {
  font-size: 0.688rem;
  line-height: 120%;
  margin-bottom: 0.75rem;
}

.description-header {
  margin-bottom: 40px
}

.description-line,
.product-desc-info {
  display: inline-block;
  text-align: left
}

.comma,
.description-title,
.product-brand,
.product-name, 
.product-weight {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  margin-bottom: 0.75rem;
}
.anz-product-details img{
  width: 50px
}
@media only screen and (min-width:478px) {
  .anz-product-details img{
    width: 75px
  }
}

.collapsed {
  margin: 0 !important;
  padding: 0;
  overflow: hidden
}

.anz-product-info {
  display: grid;
  align-items: flex-start;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 20px;
}

.anz-image-section {
  display: flex;
  flex-direction: column;
  border: 1px solid #b7b7b7;
  border-radius: 15px;
  box-shadow: 2.48px 2.73px 6.94px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 10px
}

.anz-product-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  flex-shrink: 0
}

.base-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0
}

.base-header-image {
  max-width: 100%;
  height: auto;
  max-height: 300px
}

.footer-image-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  min-height: 0;
  flex-shrink: 0;
  margin-top: auto;
  padding-top: .25rem;
}

.footer-image-section.with-nav {
  min-height: 120px
}

.footer-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 300px;
  display: block
}

.main-content {
  padding: 20px 20px 0 20px;
  flex: 1 0 auto
}

.base-card-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: stretch
}

.base-link {
  text-decoration: none;
  display: flex
}

.anz-card {
  display: flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 15px;
  background-color: #E7E7E8;
  width: 100%;
  gap: 10px
}

.base-img,
.inspection-img {
  max-width: 37px;
  height: auto;
  flex-shrink: 0
}

.full-width {
  grid-column: span 12
}

.half-width {
  grid-column: span 6
}

.one-third {
  grid-column: span 4
}

.anz-card span,
.anz-text {
  flex-grow: 1;
  margin: 0;
  color: #000 !important;
  text-transform: capitalize !important;
  font-size: 1rem;
  word-break: break-word
}

.anz-description {
  margin-top: 1px;
  margin-bottom: 0;
  padding: 0 10px;
  color: #000;
  font-size: .85rem;
  text-align: center;
  font-style: italic
}

.text-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.ck-table-resized {
  width: 100%
}

.base-footer,
.base-footer-text {
  width: 80%;
  margin: 0 auto;
  display: flex
}

figure {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0;
  margin-inline-end: 0
}

td p,
td span,
td ul {
  color: #000
}

.base-footer {
  /*padding: 15px 0 !important;*/
  /*justify-content: center;*/
  /*flex-shrink: 0*/
}

.base-footer-text {
  justify-content: center;
  flex-shrink: 0
}

.privacy-url {
  font-family: Trebuchet MS !important;
  text-decoration: none;
  font-size: 10px !important
}

.certification-close,
.close,
.close-content {
  color: #aaa;
  font-weight: 700;
  font-size: xx-large
}

.divide {
  line-height: 10px;
  border-left: 1px solid #000;
  padding: .4em;
  margin-left: 15px
}

.social-media-container {
  display: flex;
  justify-content: center;
  flex-shrink: 0
}

.social-img {
  cursor: pointer;
  margin: 0 10px;
  height: 20px;
  width: 20px
}

.certification-modal,
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
  border-radius: 15px
}

.close,
.close-content {
  float: right;
  margin: -10px -10px -10px
}

.close-content:focus,
.close-content:hover,
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.img-container {
  display: flex;
  justify-content: center
}

.side-image,
.side-image-content {
  cursor: pointer;
  max-height: 15vh;
  margin: 1vw;
  opacity: .8
}

.image-carousel-container img:hover,
.image-carousel-container-content img:hover {
  opacity: 1
}

.main-image,
.main-image-content {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  height: 50vh;
  width: 50vh
}

.certification-image,
.rcb-image {
  height: 50px;
  width: auto
}

.base-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px
}

.anz-icon-links {
  display: flex;
  gap: 10px;
  padding-top: 15px
}

.cert-container {
  display: flex;
  justify-content: flex-end
}

.certification-modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.anz-img-card,
.anz-yt-card {
  position: relative;
  border-radius: 15px;
  display: flex;
  overflow: hidden
}

.certification-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.certification-modal-header h2 {
  margin: 0
}

.certification-close {
  cursor: pointer
}

.certification-close:focus,
.certification-close:hover {
  color: #000;
  text-decoration: none
}

.certification-modal-body {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px
}

.certification-modal-body img {
  height: 70px;
  width: 70px
}

.popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  max-width: 90%;
  margin: 0 auto
}

.interaction-row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.speak-button {
  all: unset;
  cursor: pointer;
  margin-bottom: 20px
}

.locale-dropdown {
  margin-bottom: 20px;
  margin-left: auto
}

.anz-img-card {
  align-items: center;
  justify-content: center
}

.anz-yt-card {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.img-card-img {
  width: 100%;
  max-height: 578px;
  height: auto;
  object-fit: cover
}

.overlay-text {
  position: absolute;
  color: #fff;
  text-align: center;
  font-variant: small-caps !important;
  font-size: 2rem;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 30px
}

.Bottom {
  bottom: 10px
}

.Top {
  top: 10px
}

.anz-img-card-side {
  display: flex;
  width: 100%;
  height: 100px;
  border-radius: 20px;
  overflow: hidden
}

.img-card-side-img {
  width: 33.33%;
  object-fit: cover;
  height: 100%
}

.anz-side-text {
  width: 66.66%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  text-align: center;
  background-color: #d3d3d3;
  color: #000
}

@media (min-width:768px) {

  .certification-image,
  .rcb-image {
    width: auto;
    height: 70px
  }

  .anz-body {
    max-width: 578px
  }

  figure img {
    max-width: 90px
  }
}

@media (min-width:468px) and (max-width:768px) {
  .base-header-image {
    margin-top: 20px
  }
}

@media (min-width:576px) and (max-width:768px) {

  .base-img,
  .inspection-img {
    max-width: 40px;
    height: auto
  }

  figure img {
    max-width: 90px
  }
}

@media only screen and (max-width:576px) {
  .base-img,
  .inspection-img {
    max-width: 40px;
    max-height: 60px;
    height: auto;
    object-fit: contain
  }

  .anz-text {
    font-size: 0.9rem !important;
    word-wrap: break-word;
    overflow-wrap: break-word
  }

  .text-container {
    max-width: 100%;
    overflow: hidden
  }

  figure {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0;
    margin-inline-end: 0
  }

  figure img {
    width: 40px;
    height: auto
  }

  .description-header {
    margin-bottom: 20px
  }

  .modal-content {
    background-color: #fefefe;
    margin: 50% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    border-radius: 15px
  }

  .side-image,
  .side-image-content {
    cursor: pointer;
    max-height: 10vh;
    margin: 1vw;
    opacity: .8
  }

  .main-image,
  .main-image-content {
    height: 40vh;
    width: 40vh
  }

  .certification-modal-content {
    background-color: #fff;
    margin: 50% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
  }

  .certification-modal-body {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
  }
}

.navigation-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 15px 30px;
  margin: 0;
  z-index: 10;
  border-radius: 50px;
  bottom: 50px
}

.nav-button,
.navigation-bar.active {
  display: flex
}

.nav-button {
  background: 0 0;
  border: none;
  cursor: pointer;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  transition: .3s;
  padding: 0
}

.nav-button:hover {
  transform: scale(1.1)
}

.nav-button:active {
  transform: scale(.95)
}

.nav-button img {
  width: 60px;
  height: 60px;
  display: block
}

.nav-button:disabled {
  opacity: .3;
  cursor: not-allowed
}

.nav-button:disabled:hover {
  transform: none
}

.button-detail-view {
  display: none;
  margin-top: 0;
  padding: 0;
  background-color: transparent
}

.button-detail-view.active {
  display: block
}

.button-detail-content {
  padding: 0;
  background-color: transparent;
  min-height: 100px;
  text-align: left
}

.button-detail-content .anz-img-card {
  max-height: 300px;
  overflow: hidden
}

.button-detail-content .img-card-img {
  max-height: 300px;
  width: 100%;
  object-fit: cover
}

.button-detail-content .anz-card {
  min-height: 60px;
  max-height: 150px;
  box-sizing: border-box
}

.button-detail-content .base-img {
  max-height: 42px;
  max-width: 42px;
  flex-shrink: 0;
  object-fit: contain
}

.button-detail-content .inspection-img {
  max-height: 100px;
  max-width: 90px;
  flex-shrink: 0;
  object-fit: contain
}

.button-detail-content .anz-yt-card {
  height: 300px;
  max-height: 300px
}

.button-detail-content .anz-img-card-side {
  height: 100px;
  max-height: 100px
}

.button-detail-content .img-card-side-img {
  max-height: 100px
}

.button-detail-content .base-link {
  max-width: 100%;
  width: 100%;
  overflow: hidden
}

.button-detail-content>div {
  max-width: 100%;
  overflow: visible;
}

.button-detail-placeholder {
  color: #666;
  font-size: 1.1rem;
  padding: 20px 0
}

.button-detail-content table {
  width: 100%;
  border-collapse: collapse
}

.button-detail-content figure.table {
  width: 100% !important;
  margin: 15px 0
}

.button-detail-content td,
.button-detail-content th,
.popup td,
.popup th {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd
}

.button-detail-content td,
.popup td {
  font-weight: 500 !important
}

.button-detail-content table th:nth-child(2),
.button-detail-content table th:nth-child(3),
.button-detail-content table td:nth-child(2),
.button-detail-content table td:nth-child(3),
.popup table th:nth-child(2),
.popup table th:nth-child(3),
.popup table td:nth-child(2),
.popup table td:nth-child(3) {
  text-align: center
}

.button-detail-content img {
  max-width: 100%;
  height: auto
}

.button-detail-content ol,
.button-detail-content ul {
  margin: 10px 0;
  padding-left: 30px
}
.button-detail-content {
  line-height: 160%;
  font-size: 0.833rem;
}
.button-detail-content p, .pop p {
  margin: 10px 0;
}
.button-detail-content p+p, .popup p+p{
  margin: 20px 0;
}
.button-detail-content p+img, .popup p+img{
  margin: 10px 0;
}
.button-detail-content p.xl, .popup p.xl {
  font-size: 1rem;
  line-height: 160%;
  font-weight: bold;
}

.button-detail-content h1,
.button-detail-content h2,
.button-detail-content h3,
.button-detail-content h4 {
  margin: 15px 0 10px
}
.button-detail-content table thead, .popup table thead {
  border-collapse: collapse;
  background: #f5f5f5;
}
.button-detail-content table, .button-detail-content th, .button-detail-content td, .popup table, .popup th, .popup td {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}

@media only screen and (min-width:478px) and (max-width:768px) {

  .navigation-bar {
    bottom: 30px
  }
}

@media only screen and (max-width:478px) {
  .overlay-text {
    font-size: 1.5rem !important
  }

  .nav-button img {
    width: 50px;
    height: 50px
  }

  .navigation-bar {
    padding: 10px 20px;
    bottom: 35px
  }

  .button-detail-content .text-container,
  .button-detail-content table {
    font-size: .9rem
  }

  .button-detail-content td,
  .button-detail-content th
  .popup td,
  .popup th {
    padding: 5px
  }

  .button-detail-content .anz-img-card,
  .button-detail-content .img-card-img {
    max-height: 200px
  }

  .button-detail-content .anz-card {
    max-height: 100px;
    box-sizing: border-box;
    padding: 5px 8px
  }

  .button-detail-content .anz-yt-card {
    height: 200px;
    max-height: 200px
  }

  .button-detail-content .base-img,
  .button-detail-content .inspection-img {
    max-height: 50px;
    max-width: 50px;
    flex-shrink: 0;
    object-fit: contain
  }
}
.button-detail-content a {
  color: #000;
  /*text-decoration: none;*/
}
.button-detail-content a[href^="tel:"] {
  text-decoration: none !important;
}
.button-detail-content a[href="https://www.birdseye.com.au/sustainability"] {
  text-decoration: none;
}
.button-detail-content .anz-text {
  font-size: 1.65rem !important;
  font-weight: bold;
}
.image-wrapper{
  display: flex;
  align-items: center;
  gap: 16px;
}
.image-wrapper img, .image-wrapper a {
  height: 90px;
  flex-grow: 1;
  object-fit: contain;
  max-width: 100%;
  min-width: 0;
}
@media only screen and (min-width:768px) {
  .image-wrapper img {
    height: 130px;
  } 
}
.button-detail-content img.full-width {
  width: calc(100% + 80px);
  margin: 10px -40px;
  max-width: calc(100% + 80px);
}
