.headline {
  color: var(--gipps-navy);
  font-weight: 500;
  font-size: 30px;
  margin: 0; }
  @media (min-width: 1024px) {
    .headline {
      font-size: 52px; } }

/*-----------------------------------------------*/
/* COLLECTION */
/*-----------------------------------------------*/
.section-banner-hero {
  position: relative;
  padding: 0 !important; }
  .section-banner-hero .s-box-svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 4; }
    .section-banner-hero .s-box-svg .parallaxonde > use {
      animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }
      .section-banner-hero .s-box-svg .parallaxonde > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s; }
      .section-banner-hero .s-box-svg .parallaxonde > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s; }
      .section-banner-hero .s-box-svg .parallaxonde > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s; }
      .section-banner-hero .s-box-svg .parallaxonde > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s; }
    .section-banner-hero .s-box-svg.onde svg {
      width: 100%;
      height: 40px;
      min-height: 40px; }
    @media (min-width: 768px) {
      .section-banner-hero .s-box-svg.onde svg {
        height: 60px;
        min-height: 100px;
        max-height: 150px; } }
  .section-banner-hero .s-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: calc((var(--height)/var(--weight)) * 100%); }
    .section-banner-hero .s-banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .section-banner-hero .s-banner .s-banner--text {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 16px;
      text-align: center; }
      .section-banner-hero .s-banner .s-banner--text h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 0;
        color: #fff; }
  @media (min-width: 1024px) {
    .section-banner-hero .s-banner .s-banner--text h1 {
      font-size: 40px; } }

.collection-default .section-banner-hero {
  --height: 9;
  --weight: 16; }

.collection-default .collection-title {
  text-align: center;
  padding: 50px 0 40px; }

.collection-default .collection-wrapper {
  display: flex;
  flex-direction: column; }

.collection-default .collection-body {
  margin: 0 0 50px; }
  .collection-default .collection-body .gridcount-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .collection-default .collection-body .gridcount-section .show-more {
      padding: 10px 0 30px;
      display: flex;
      justify-content: center; }
      .collection-default .collection-body .gridcount-section .show-more .btn-more {
        width: 160px; }
    .collection-default .collection-body .gridcount-section .grid-empty {
      padding: 12px 12px;
      color: #000;
      background: rgba(199, 210, 63, 0.19);
      border-color: rgba(199, 210, 63, 0.19);
      font-size: 14px;
      margin-bottom: 0;
      width: 100%;
      text-align: center;
      border-radius: 20px; }
  .collection-default .collection-body .grid-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .collection-default .collection-body .grid-products .product-tile {
      -ms-flex: 0 0 calc((100% - (20px*1)) /2);
      flex: 0 0 calc((100% - (20px*1)) /2);
      max-width: calc((100% - (20px*1)) /2); }
  @media (min-width: 1024px) {
    .collection-default .collection-body {
      margin: 0 0 100px; }
      .collection-default .collection-body .gridcount-section .show-more {
        padding: 30px 0 60px; }
      .collection-default .collection-body .grid-products {
        gap: 50px 20px; }
      .collection-default .collection-body .grid-products .product-tile {
        -ms-flex: 0 0 calc((100% - (20px*2)) /3);
        flex: 0 0 calc((100% - (20px*2)) /3);
        max-width: calc((100% - (20px*2)) /3); } }

/*-----------------------------------------------*/
/* PRODUCT DETAIL */
/*-----------------------------------------------*/
@keyframes bubbling {
  0% {
    transform: translateY(0) scale(1); }
  25% {
    transform: translateY(3px) scale(0.95, 1.05); }
  45% {
    transform: translateY(6px) scale(1); }
  80% {
    transform: translateY(3px) scale(1.05, 0.95); }
  100% {
    transform: translateY(0) scale(1); } }

@keyframes moving-and-bubbling {
  0% {
    transform: translateY(0) scale(1); }
  25% {
    transform: translateY(3px) scale(0.95, 1.05); }
  45% {
    transform: translateY(6px) scale(1); }
  80% {
    transform: translateY(3px) scale(1.05, 0.95); }
  100% {
    transform: translateY(0) scale(1); } }

.productdetail-layout .container-fluid {
  max-width: 1430px; }

.productdetail-layout .section-banner-hero {
  --height: 959;
  --weight: 2049; }

.productdetail-layout .section-infoproduct {
  margin-top: 72px; }
  .productdetail-layout .section-infoproduct .box-table {
    max-width: 90%;
    margin: 0 auto;
    width: 100%; }
    .productdetail-layout .section-infoproduct .box-table h2 {
      color: var(--gipps-navy);
      font-weight: 500;
      font-size: 22px;
      margin-bottom: 0; }
    .productdetail-layout .section-infoproduct .box-table p {
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 10px; }
    .productdetail-layout .section-infoproduct .box-table p:last-child {
      margin-bottom: 0; }
  .productdetail-layout .section-infoproduct .box-table-1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto; }
  .productdetail-layout .section-infoproduct .product-type span {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    background-color: var(--color-main-temp);
    color: var(--gipps-navy); }
  .productdetail-layout .section-infoproduct .product-title h1 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 32px;
    color: var(--gipps-navy); }
  .productdetail-layout .section-infoproduct .product-ingredient {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    justify-content: center;
    color: var(--gipps-navy); }
    .productdetail-layout .section-infoproduct .product-ingredient .item {
      display: inline-flex;
      align-items: center;
      gap: 8px; }
    .productdetail-layout .section-infoproduct .product-ingredient .item .icon {
      transform: translateY(-4px); }
    @media (min-width: 1024px) {
      .productdetail-layout .section-infoproduct .product-ingredient {
        gap: 20px 40px; } }
  .productdetail-layout .section-infoproduct .product-shortdesc {
    max-width: 1000px;
    margin: auto; }
  .productdetail-layout .section-infoproduct .product-detail {
    position: relative;
    margin-top: 280px; }
    .productdetail-layout .section-infoproduct .product-detail:before {
      content: "";
      position: absolute;
      top: -20px;
      left: 0;
      width: 100%;
      min-height: 100%;
      background-image: var(--bg-image-temp);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 0 0; }
    @media screen and (min-width: 768px) {
      .productdetail-layout .section-infoproduct .product-detail {
        margin-top: 300px; } }
    @media (min-width: 1024px) {
      .productdetail-layout .section-infoproduct .product-detail {
        margin-top: 350px; } }
  .productdetail-layout .section-infoproduct .product-brief {
    display: flex;
    flex-direction: column; }
    .productdetail-layout .section-infoproduct .product-brief .aspect-ratio {
      position: relative;
      overflow: hidden;
      padding-bottom: 100%; }
      .productdetail-layout .section-infoproduct .product-brief .aspect-ratio img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .productdetail-layout .section-infoproduct .product-brief .product-image {
      display: block;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .productdetail-layout .section-infoproduct .product-brief .product-image .box-img {
        width: 300px;
        margin: auto;
        position: relative; }
    .productdetail-layout .section-infoproduct .product-brief .product-ingredients {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: block; }
      .productdetail-layout .section-infoproduct .product-brief .product-ingredients .box-text {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        border-radius: 40px;
        border: 5px solid #ebbf84;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
        min-height: 405px;
        justify-content: center; }
        .productdetail-layout .section-infoproduct .product-brief .product-ingredients .box-text > div {
          width: 100%; }
    @media (min-width: 768px) {
      .productdetail-layout .section-infoproduct .product-brief {
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .productdetail-layout .section-infoproduct .product-brief .product-image {
          -ms-flex: 0 0 45%;
          flex: 0 0 45%;
          max-width: 45%; }
          .productdetail-layout .section-infoproduct .product-brief .product-image .box-img {
            width: 100%; }
        .productdetail-layout .section-infoproduct .product-brief .product-ingredients {
          -ms-flex: 0 0 55%;
          flex: 0 0 55%;
          max-width: 55%; }
          .productdetail-layout .section-infoproduct .product-brief .product-ingredients .box-text {
            padding: 30px; } }
    @media (min-width: 1024px) {
      .productdetail-layout .section-infoproduct .product-brief .bubbles {
        position: absolute;
        top: -70px;
        left: -20px; }
        .productdetail-layout .section-infoproduct .product-brief .bubbles .bubble-wrapper {
          position: relative; }
          .productdetail-layout .section-infoproduct .product-brief .bubbles .bubble-wrapper > img {
            top: 62px;
            left: 62px; }
          .productdetail-layout .section-infoproduct .product-brief .bubbles .bubble-wrapper.large > img {
            height: 71px; }
          .productdetail-layout .section-infoproduct .product-brief .bubbles .bubble-wrapper.small > img {
            height: 38px; } }
  .productdetail-layout .section-infoproduct .product-stats-wrapper {
    font-family: var(--skin-text-font-2);
    position: relative; }
    .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs {
      border-radius: 50px;
      overflow: hidden;
      margin: 0 auto 40px;
      background-color: #fff;
      height: 46px;
      width: 90%;
      display: flex;
      justify-content: space-between;
      font-weight: 400;
      font-size: 16px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs li {
        width: 100%; }
        .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs li a {
          color: #000;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 46px;
          transition: none; }
        .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs li a.active, .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs li a:hover {
          color: #fff;
          background-color: var(--gipps-navy);
          border-radius: 50px; }
    .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs-content {
      width: 90%;
      border-radius: 20px;
      height: 553px;
      border: 3px solid #ebbf84;
      background: #fff;
      margin: 0 auto 30px;
      overflow: hidden;
      color: var(--gipps-navy);
      position: relative; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs-content .tab-pand {
        display: none; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs-content .tab-pand.active {
        display: block; }
    .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-head {
      background-color: var(--color-main-temp);
      border-bottom: 4px solid #ebbf84;
      margin-bottom: 10px;
      font-weight: 500; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-head .line {
        padding: 15px 10px;
        display: flex;
        align-items: center; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-head .column {
        display: inline-block;
        width: 20%;
        text-align: right; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-head .column.big {
        width: 40%;
        text-align: left; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-head .column p {
        margin-bottom: 0; }
    .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body {
      height: 430px;
      overflow-y: scroll; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body .line {
        padding: 15px 10px;
        display: flex;
        align-items: center; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body .column {
        display: inline-block;
        width: 20%;
        text-align: right; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body .column.big {
        width: 40%;
        text-align: left; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body p {
        margin: 0; }
    .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-note {
      width: 90%;
      margin: auto; }
    .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-img {
      position: absolute;
      bottom: -70px;
      right: 3%;
      display: none; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-img .product-stat-product {
        width: 348px;
        transform: translate(-90px); }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-img .product-stat-milk-drop {
        position: absolute;
        right: -15%;
        top: -32%;
        width: 200px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-img .made-in-logo {
        width: 100px;
        position: absolute;
        right: 40px;
        bottom: 100px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-img .product-stat-aco {
        position: absolute;
        width: 100px;
        top: -50px;
        left: 0;
        z-index: 1;
        transform: translate(-30px); }
    @media (min-width: 768px) {
      .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs {
        width: 516px;
        font-size: 20px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .tabs-content {
        width: 672px;
        border-radius: 40px;
        border: 5px solid #ebbf84; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-note {
        width: 672px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-head .line {
        padding: 15px 50px 15px 15px;
        font-size: 18px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-head .column.big {
        padding-left: 30px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body .line {
        padding: 15px 50px 15px 15px;
        font-size: 16px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body .column.big {
        padding-left: 30px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body .line.extra-content {
        padding-left: 35px; } }
    @media (min-width: 1024px) {
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-head .line {
        padding: 15px 100px 15px 5px;
        font-size: 22px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .table-data .table-body .line {
        padding: 10px 100px 10px 5px;
        font-size: 20px; }
      .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-img {
        display: block;
        right: -6%;
        transform: scale(0.5); } }
    @media (min-width: 1440px) {
      .productdetail-layout .section-infoproduct .product-stats-wrapper .product-stat-img {
        right: 3%;
        transform: scale(1); } }
  @media (min-width: 1024px) {
    .productdetail-layout .section-infoproduct .box-table {
      max-width: 1200px; }
      .productdetail-layout .section-infoproduct .box-table h2 {
        font-size: 40px; }
      .productdetail-layout .section-infoproduct .box-table p {
        font-size: 18px;
        margin-bottom: 20px; }
      .productdetail-layout .section-infoproduct .box-table p:last-child {
        margin-bottom: 0; } }
