@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.woolworths-2nf5oh {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.woolworths-gfb80u {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.woolworths-1u67ts,
ul.woolworths-1u67ts {
  padding-left: 20px;
}

ul.woolworths-1u67ts {
  list-style: disc;
}

ol.woolworths-1u67ts {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.woolworths-152o2l > .woolworths-tqgw2g,
.woolworths-152o2l > .woolworths-w0j3j9,
.woolworths-152o2l > blockquote,
.woolworths-152o2l > h1,
.woolworths-152o2l > h2,
.woolworths-152o2l > h3,
.woolworths-152o2l > h4,
.woolworths-152o2l > h5,
.woolworths-152o2l > h6,
.woolworths-152o2l > ol,
.woolworths-152o2l > p,
.woolworths-152o2l > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.woolworths-152o2l > ol,
.woolworths-152o2l > ul {
  padding-left: 50px;
}

.woolworths-152o2l blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.woolworths-152o2l:not(:last-child) {
  margin-bottom: 2rem;
}

.woolworths-152o2l > :not(:first-child) {
  margin-top: 2rem;
}

.woolworths-152o2l {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.woolworths-152o2l:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .woolworths-152o2l:first-child {
    margin-top: 20px;
  }
}

.woolworths-152o2l > p:last-of-type {
  margin-bottom: 32px;
}

.woolworths-152o2l > .woolworths-fz7imz:not(:first-child) {
  margin: 64px auto 16px auto;
}

.woolworths-an3agw > .woolworths-fz7imz {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.woolworths-w0j3j9 {
  overflow: auto;
}

.woolworths-w0j3j9::-webkit-scrollbar {
  height: 5px;
}

.woolworths-w0j3j9 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.woolworths-w0j3j9 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.woolworths-w0j3j9 table thead,
table thead {
  border-bottom: none;
}

.woolworths-w0j3j9 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.woolworths-w0j3j9 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.woolworths-w0j3j9 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.woolworths-w0j3j9 .woolworths-k3i849 {
  table-layout: auto;
}

.woolworths-w0j3j9 .woolworths-k3i849 th {
  word-break: normal;
}

.woolworths-w0j3j9 .woolworths-k3i849 td {
  word-break: normal;
}

.woolworths-2nf5oh .woolworths-2nf5oh {
  padding-right: 0;
  padding-left: 0;
}

.woolworths-l4s4ng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.woolworths-o6uow2 {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.woolworths-d9n6v4 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.woolworths-tqgw2g {
  margin-top: 24px;
}

.woolworths-tqgw2g.woolworths-nmz9dd {
  text-align: left;
}

.woolworths-tqgw2g.woolworths-ur873n {
  text-align: right;
}

.woolworths-tqgw2g.woolworths-8t4pso {
  text-align: center;
}

.woolworths-alp7zk {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.woolworths-gyybfh ease-in-out;
  cursor: pointer;
}

.woolworths-alp7zk:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.woolworths-alp7zk {
  min-width: 328px;
}

@media (max-width: 768px) {
  .woolworths-alp7zk {
    min-width: unset;
  }
}

.woolworths-gz8yiv {
  background-color: var(--fh-bg-color);
}

.woolworths-9l8o16 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.woolworths-4ndqhm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.woolworths-4ndqhm img {
  max-height: 80px;
  object-fit: contain;
}

.woolworths-ykkqa7 {
  flex: 1 1;
}

.woolworths-wex3yg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.woolworths-9tae15 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.woolworths-9tae15 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.woolworths-9tae15.woolworths-r56ytt span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.woolworths-9tae15.woolworths-r56ytt span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.woolworths-9tae15.woolworths-r56ytt span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.woolworths-ykkqa7 + .woolworths-wex3yg {
  margin-left: 20px;
}

.woolworths-sxvujc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.woolworths-sxvujc > svg {
  max-width: 24px;
  max-height: 24px;
}

.woolworths-sxvujc + .woolworths-sxvujc {
  margin-left: 5px;
}

.woolworths-1wpk9k {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.woolworths-1wpk9k:hover {
  background-color: var(--button-bg-hover);
}

.woolworths-euxul3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.woolworths-gyybfh ease-in-out;
  border: 1px solid var(--border-color);
}

.woolworths-euxul3:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.woolworths-ddarpu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .woolworths-ykkqa7 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .woolworths-ddarpu {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .woolworths-ykkqa7 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .woolworths-sxvujc {
    min-width: unset;
    flex: 1 1;
  }
}

.woolworths-9j67a0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.woolworths-9j67a0:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.woolworths-9j67a0:hover .woolworths-r7zcgf {
  opacity: 1;
  pointer-events: auto;
}

.woolworths-s46ifw {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.woolworths-9u5sa8 ease-in-out;
  gap: 4px;
}

.woolworths-s46ifw > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.woolworths-s46ifw .woolworths-l4s4ng img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.woolworths-k494vd,
.woolworths-s46ifw:hover {
  color: var(--button-bg-hover);
}

.woolworths-23k020 {
  position: relative;
}

.woolworths-23k020 .woolworths-s46ifw {
  margin-right: 0;
  padding-right: 4px;
}

.woolworths-9pk0kg svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.woolworths-23k020.woolworths-r56ytt .woolworths-9pk0kg svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.woolworths-23k020.woolworths-r56ytt .woolworths-r7zcgf {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.woolworths-23k020.woolworths-r56ytt .woolworths-r7zcgf::before {
  display: none;
}

.woolworths-9pk0kg svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.woolworths-r7zcgf {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.woolworths-x6sop5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.woolworths-r7zcgf::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.woolworths-r7zcgf:hover {
  color: var(--fh-bg-color);
}

.woolworths-rgdu2o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.woolworths-x6sop5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.woolworths-9u5sa8 ease-in-out;
  -o-transition: 0.woolworths-9u5sa8 ease-in-out;
  transition: 0.woolworths-9u5sa8 ease-in-out;
}

.woolworths-rgdu2o .woolworths-l4s4ng img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.woolworths-90qqde,
.woolworths-rgdu2o:hover {
  color: var(--button-bg-hover);
}

.woolworths-ibw02d {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.woolworths-ibw02d.woolworths-ngntkg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.woolworths-ibw02d.woolworths-ngntkg:after,
.woolworths-ibw02d.woolworths-ngntkg:before {
  content: "";
  position: absolute;
  margin: auto;
}

.woolworths-ibw02d.woolworths-ngntkg:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.woolworths-ibw02d.woolworths-ngntkg:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.woolworths-ibw02d.woolworths-ngntkg > * {
  z-index: 1;
}

.woolworths-ibw02d b,
.woolworths-ibw02d strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.woolworths-ibw02d .woolworths-dywayd {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.woolworths-ibw02d .woolworths-vk8ooc {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.woolworths-ibw02d .woolworths-l4s4ng {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.woolworths-ibw02d .woolworths-hpto4h {
  margin-top: 12px;
}

.woolworths-hpto4h {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.woolworths-tu39m0 {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.woolworths-hpto4h .woolworths-1yhnrl {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.woolworths-gyybfh ease-in-out;
}

.woolworths-hpto4h .woolworths-1yhnrl:hover {
  background: rgba(255, 255, 255, 0.3);
}

.woolworths-bp7dne {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.woolworths-ibw02d.woolworths-pn3wf5 {
  gap: 12px;
  padding: 16px;
}

.woolworths-ibw02d.woolworths-pn3wf5 .woolworths-bp7dne {
  min-width: 240px;
}

.woolworths-ibw02d.woolworths-pn3wf5 .woolworths-bp7dne.woolworths-7hilis {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .woolworths-ibw02d .woolworths-dywayd {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .woolworths-ibw02d .woolworths-vk8ooc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .woolworths-ibw02d .woolworths-l4s4ng {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .woolworths-ibw02d.woolworths-pn3wf5 .woolworths-l4s4ng {
    max-width: 126px;
  }
  .woolworths-ibw02d .woolworths-hpto4h {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .woolworths-ibw02d .woolworths-tu39m0 {
    max-width: unset;
  }
  .woolworths-bp7dne {
    min-width: unset;
    width: 100%;
  }
  .woolworths-ibw02d .woolworths-bp7dne {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .woolworths-ibw02d.woolworths-pn3wf5 {
    grid-template-rows: auto 1fr auto;
  }
  .woolworths-ibw02d.woolworths-pn3wf5 .woolworths-bp7dne {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .woolworths-ibw02d {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .woolworths-ibw02d .woolworths-dywayd {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .woolworths-ibw02d .woolworths-l4s4ng {
    max-width: 78px;
  }
  .woolworths-ibw02d .woolworths-hpto4h {
    margin-top: -12px;
  }
  .woolworths-ibw02d.woolworths-pn3wf5 {
    gap: 8px;
  }
  .woolworths-ibw02d.woolworths-pn3wf5 .woolworths-dywayd {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .woolworths-ibw02d.woolworths-pn3wf5 .woolworths-vk8ooc {
    grid-column: 1/3;
  }
  .woolworths-ibw02d.woolworths-pn3wf5 .woolworths-l4s4ng {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .woolworths-ibw02d.woolworths-pn3wf5 .woolworths-l4s4ng img {
    max-width: 114px;
  }
}

.woolworths-bp7dne.woolworths-imy46x,
.woolworths-bp7dne.woolworths-jhyfpq,
.woolworths-bp7dne.woolworths-sx4nuj {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.woolworths-gyybfh ease-in-out;
}

.woolworths-bp7dne.woolworths-imy46x,
.woolworths-bp7dne.woolworths-sx4nuj {
  padding: 10px;
}

.woolworths-bp7dne.woolworths-imy46x:hover,
.woolworths-bp7dne.woolworths-jhyfpq:hover,
.woolworths-bp7dne.woolworths-sx4nuj:hover {
  background: var(--button-bg-hover);
}

.woolworths-bp7dne.woolworths-imy46x:hover svg path,
.woolworths-bp7dne.woolworths-sx4nuj:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.woolworths-bp7dne.woolworths-7hilis {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.woolworths-gyybfh ease-in-out;
  background: var(--button-bg-color);
}

.woolworths-bp7dne.woolworths-7hilis:hover {
  background-color: var(--button-bg-hover);
}

.woolworths-bp7dne.woolworths-jhyfpq:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.woolworths-bp7dne.woolworths-jhyfpq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.woolworths-bp7dne.woolworths-7hilis:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.woolworths-vjam83 {
  max-width: 650px;
}

.woolworths-g3609c {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.woolworths-xthib7 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.woolworths-nzzpcp {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.woolworths-9u5sa8 ease-in-out;
  cursor: pointer;
}

.woolworths-nzzpcp:hover {
  opacity: 0.5;
}

.woolworths-nzzpcp:focus {
  outline: 0;
}

.woolworths-nzzpcp:focus .woolworths-q4hmx1,
.woolworths-nzzpcp:hover .woolworths-q4hmx1 {
  fill: red;
  fill-opacity: 1;
}

.woolworths-nzzpcp:hover {
  cursor: pointer;
}

.woolworths-wjklwt {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.woolworths-vjam83.woolworths-8t4pso {
  margin: 0 auto;
}

.woolworths-vjam83.woolworths-ur873n {
  margin-left: auto;
}

.woolworths-um8gvx {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.woolworths-ftohcq {
  padding-bottom: 50px;
}

.woolworths-128oqd {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.woolworths-fbikk9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.woolworths-6fe0qo {
  margin-top: 24px;
}

.woolworths-0utcp4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woolworths-fk9fed {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.woolworths-hpjltb {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.woolworths-4e2k6f {
  width: 468px;
}

.woolworths-hpjltb .woolworths-r7zcgf {
  margin: 0.woolworths-4qjkjb 0;
}

.woolworths-mvnsc5 {
  display: flex;
  min-width: 224px;
}

.woolworths-jv415w {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.woolworths-9u5sa8 ease-in-out;
}

.woolworths-rdxmvo,
.woolworths-jv415w:hover {
  color: var(--text-color);
}

.woolworths-pe6tbm {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.woolworths-i0exzp {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .woolworths-um8gvx {
    padding: 16px;
  }
  .woolworths-pe6tbm {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .woolworths-i0exzp {
    align-items: center;
  }
  .woolworths-4e2k6f {
    width: unset;
  }
  .woolworths-mvnsc5 {
    min-width: unset;
  }
  .woolworths-hpjltb {
    max-height: unset;
  }
  .woolworths-128oqd {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .woolworths-um8gvx {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.woolworths-cfwsj7 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.woolworths-cfwsj7:not(:last-child) {
  margin-bottom: 16px;
}

.woolworths-ehvsb3 {
  outline: 0;
}

.woolworths-ehvsb3 .woolworths-b4ie3h {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.woolworths-dwlvtq {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .woolworths-dwlvtq {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.woolworths-dwlvtq::-webkit-details-marker {
  display: none;
}

.woolworths-dwlvtq:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.woolworths-dwlvtq:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .woolworths-dwlvtq:after {
  transform: unset;
}

.woolworths-b4ie3h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.woolworths-b4ie3h svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.woolworths-9u5sa8 ease-in-out;
  -o-transition: 0.woolworths-9u5sa8 ease-in-out;
  transition: 0.woolworths-9u5sa8 ease-in-out;
}

.woolworths-05qt15 {
  padding: 16px 0 0 0;
}

.woolworths-05qt15 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .woolworths-05qt15 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .woolworths-dwlvtq {
    flex-wrap: wrap;
    gap: 12px;
  }
  .woolworths-dwlvtq::after {
    margin-left: auto;
  }
  .woolworths-b4ie3h {
    order: 3;
    flex: 1 1 100%;
  }
  .woolworths-dwlvtq {
    font-size: 14px;
    line-height: 130%;
  }
  .woolworths-b4ie3h svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.woolworths-x1wk4g {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.woolworths-4rcvvv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.woolworths-x1wk4g.woolworths-r56ytt .woolworths-4rcvvv {
  margin-bottom: 12px;
}

.woolworths-4rcvvv::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.woolworths-x1wk4g.woolworths-r56ytt .woolworths-4rcvvv::after {
  transform: unset;
}

.woolworths-o1uhic {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.woolworths-mw4i2t {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.woolworths-9u5sa8 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.woolworths-mw4i2t:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.woolworths-x1wk4g.woolworths-r56ytt .woolworths-o1uhic {
  max-height: 100%;
}

.woolworths-75z4qj {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.woolworths-2rla2t {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.woolworths-p567fj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.woolworths-75wwbc {
  margin-right: 4px;
}

.woolworths-tpdr0e {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.woolworths-9u5sa8 ease-in-out;
}

.woolworths-tpdr0e svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.woolworths-x5ldx1,
.woolworths-tpdr0e:hover {
  color: var(--text-color);
}

.woolworths-z1ems9 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.woolworths-z1ems9 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.woolworths-z1ems9 .woolworths-fuewgt {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.woolworths-z1ems9 .woolworths-uqo8x5 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.woolworths-zc8dbl {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.woolworths-5qzqz3 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.woolworths-6sbr47 .woolworths-2nf5oh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.woolworths-6sbr47 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.woolworths-vsx9ri {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.woolworths-92zuhr {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.woolworths-drxnh2 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.woolworths-tsa2qr 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.woolworths-drxnh2:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.woolworths-rarb06 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.woolworths-9v6udl {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.woolworths-9u5sa8 ease-in-out;
  transition: transform 0.woolworths-9u5sa8 ease-in-out;
  -o-transition: transform 0.woolworths-9u5sa8 ease-in-out;
  transition:
    transform 0.woolworths-9u5sa8 ease-in-out,
    -webkit-transform 0.woolworths-9u5sa8 ease-in-out;
  cursor: pointer;
}

.woolworths-9v6udl svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.woolworths-9v6udl:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.woolworths-wjz1zf {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .woolworths-wjz1zf {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.woolworths-4lk1ey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.woolworths-iwcljd {
  position: relative;
  width: 100%;
}

.woolworths-4lk1ey.woolworths-nzb5c0 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.woolworths-4lk1ey.woolworths-8t4pso {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woolworths-4lk1ey.woolworths-ur873n {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.woolworths-8bfxq0 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.woolworths-amcfut {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.woolworths-9u5sa8 ease-in-out;
  cursor: pointer;
}

.woolworths-amcfut:hover {
  opacity: 0.5;
}

.woolworths-4lk1ey.woolworths-zg4b90 .woolworths-amcfut {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.woolworths-4lk1ey.woolworths-zg4b90 .woolworths-8bfxq0 {
  cursor: pointer;
}

.woolworths-wtterp {
  fill: #0009;
}

.woolworths-sz6zfr {
  fill: #fff;
}

.woolworths-amcfut:hover .woolworths-wtterp {
  fill: red;
}

.woolworths-amcfut svg path {
  -webkit-transition: 0.woolworths-9u5sa8 ease-in-out;
  -o-transition: 0.woolworths-9u5sa8 ease-in-out;
  transition: 0.woolworths-9u5sa8 ease-in-out;
}

.woolworths-xra06a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.woolworths-xra06a > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.woolworths-xra06a.woolworths-shnoto > :not(.get-image) {
  grid-column: 1/3;
}

.woolworths-i63ppx:not(._h1-block) .woolworths-xra06a > .woolworths-fz7imz {
  grid-row: 1/2;
  grid-column: 1/3;
}

.woolworths-xra06a.woolworths-shnoto .woolworths-g6w6hn {
  grid-column: 2/3;
}

.woolworths-xra06a.woolworths-shnoto > .woolworths-l4s4ng {
  grid-column: 1/2;
}

.woolworths-xra06a.woolworths-shnoto > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.woolworths-xra06a > p:first-of-type {
  margin-top: 0;
}

.woolworths-xra06a .woolworths-l4s4ng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.woolworths-i63ppx:not(._h1-block) .woolworths-fz7imz ~ .woolworths-l4s4ng {
  grid-row: 2/10;
}

.woolworths-i63ppx.woolworths-578k7o .woolworths-fz7imz ~ .woolworths-l4s4ng {
  grid-row: 1/10;
}

.woolworths-i63ppx.woolworths-578k7o > .woolworths-fz7imz {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.woolworths-i63ppx.woolworths-578k7o .woolworths-l4s4ng {
  grid-row: 1/10;
}

.woolworths-xra06a.woolworths-kuon8z .woolworths-l4s4ng {
  align-items: flex-start;
}

.woolworths-xra06a.woolworths-8t4pso .woolworths-g6w6hn {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.woolworths-xra06a.woolworths-8t4pso .woolworths-l4s4ng {
  align-items: center;
}

.woolworths-xra06a.woolworths-l12hux .woolworths-l4s4ng {
  align-items: flex-end;
}

.woolworths-g6w6hn > :first-child {
  margin-top: 0;
}

.woolworths-g6w6hn > :last-child {
  margin-bottom: 0;
}

* + .woolworths-llbvd3,
.woolworths-i63ppx + .woolworths-i63ppx {
  margin-top: 2rem;
}

.woolworths-ka01zh td::before,
.woolworths-ka01zh th::after {
  display: none !important;
}

.woolworths-ka01zh #link-selector {
  color: #000;
}

.woolworths-ka01zh .woolworths-100m23 {
  color: #135e96;
}

.woolworths-ka01zh .woolworths-1sw5dl *,
.woolworths-ka01zh .woolworths-7qgr36 p,
.woolworths-ka01zh .woolworths-1lh4uo * {
  color: #000;
}

.woolworths-ka01zh .woolworths-w4wbft {
  background: 0 0 !important;
}

.woolworths-ka01zh .woolworths-qu6od3 {
  color: #000;
}

.woolworths-ka01zh .woolworths-1oc0nl.woolworths-zsvb8i {
  color: #fff;
}

.woolworths-ka01zh .woolworths-ca8yko {
  color: #000;
}

.woolworths-ka01zh
  .woolworths-9cfzrv
  .woolworths-gx8e7v.woolworths-zsvb8i.woolworths-7sftxq {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.woolworths-3avmmx,
body .woolworths-me04wo {
  color: #000;
  background: var(--color-body) !important;
}

.woolworths-3avmmx .woolworths-1arfnk .woolworths-hkx5xx,
body .woolworths-me04wo .woolworths-1arfnk .woolworths-hkx5xx {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .woolworths-mw4i2t:focus,
  .woolworths-mw4i2t:hover {
    color: #f9cb16;
  }
  .woolworths-8fbhmr:focus,
  .woolworths-8fbhmr:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .woolworths-ctoqhf:focus img,
  .woolworths-ctoqhf:focus svg,
  .woolworths-ctoqhf:hover img,
  .woolworths-ctoqhf:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .woolworths-z1ems9 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .woolworths-23k020:hover .woolworths-9pk0kg svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .woolworths-9pk0kg {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .woolworths-8wg9ad {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .woolworths-jfihhg {
    grid-template-columns: repeat(4, 1fr);
  }
  .woolworths-7m6rw3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .woolworths-9kqg3o .woolworths-kv0fyf {
    grid-template-columns: 1fr;
  }
  .woolworths-9kqg3o .woolworths-qdu5w0 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .woolworths-9kqg3o .woolworths-2kt2wo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .woolworths-9kqg3o .woolworths-j7cxel {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .woolworths-9kqg3o .woolworths-3mbplp {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .woolworths-9kqg3o .woolworths-2kt2wo:not(:first-child) {
    border: none;
  }
  .woolworths-9kqg3o .woolworths-2kt2wo:first-child .woolworths-j7cxel {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .woolworths-9kqg3o .woolworths-2kt2wo:last-child .woolworths-j7cxel {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .woolworths-9l8o16 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .woolworths-4ndqhm {
    max-width: 100px;
  }
  .woolworths-ykkqa7 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .woolworths-wex3yg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .woolworths-wex3yg svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .woolworths-9tae15 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .woolworths-ykkqa7 + .woolworths-wex3yg {
    margin-left: auto;
  }
  .woolworths-cgbkwm {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .woolworths-cgbkwm.woolworths-r56ytt {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .woolworths-ddarpu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .woolworths-9j67a0 {
    width: 100%;
  }
  .woolworths-9j67a0:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .woolworths-s46ifw {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .woolworths-s46ifw svg {
    margin-right: 4px;
  }
  .woolworths-23k020 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .woolworths-9pk0kg svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .woolworths-9pk0kg {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .woolworths-r7zcgf {
    display: none;
    width: 100%;
  }
  .woolworths-23k020.woolworths-r56ytt .woolworths-r7zcgf {
    padding: 0 0 0 48px;
  }
  .woolworths-rgdu2o {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .woolworths-fbikk9 .woolworths-l4s4ng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .woolworths-wkrw8g {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .woolworths-wkrw8g + .woolworths-wkrw8g {
    margin-right: 0;
  }
  .woolworths-wkrw8g + .woolworths-l4s4ng {
    margin: 0;
  }
  .woolworths-8wg9ad {
    grid-template-columns: repeat(4, 1fr);
  }
  .woolworths-jfihhg {
    grid-template-columns: repeat(3, 1fr);
  }
  .woolworths-mhu9z9,
  .woolworths-7wg34s {
    grid-template-columns: repeat(2, 1fr);
  }
  .woolworths-xra06a {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .woolworths-xra06a.woolworths-shnoto .woolworths-g6w6hn {
    grid-column: auto;
    grid-row: auto;
  }
  .woolworths-xra06a > .woolworths-fz7imz {
    grid-column: 1/2;
  }
  .woolworths-xra06a.woolworths-shnoto > :not(.get-image) {
    grid-column: 1/2;
  }
  .woolworths-xra06a .woolworths-l4s4ng,
  .woolworths-xra06a.woolworths-shnoto > .woolworths-l4s4ng {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .woolworths-xra06a.woolworths-shnoto > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .woolworths-i63ppx.woolworths-578k7o .woolworths-xra06a > .woolworths-l4s4ng {
    grid-row: 1/2;
  }
  .woolworths-xra06a .woolworths-fz7imz ~ .woolworths-l4s4ng,
  .woolworths-xra06a.woolworths-shnoto .woolworths-fz7imz ~ .woolworths-l4s4ng {
    grid-row: 2/3;
  }
  .woolworths-i63ppx.woolworths-578k7o .woolworths-fz7imz ~ .woolworths-l4s4ng {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .woolworths-152o2l:first-child .woolworths-sw6yrh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woolworths-152o2l:first-child .woolworths-sw6yrh h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .woolworths-152o2l {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .woolworths-152o2l {
    padding: 0;
  }
  .woolworths-tqgw2g {
    margin-top: 1rem;
  }
  .woolworths-ehvsb3 {
    border-radius: 5px;
  }
  .woolworths-qh3z8u {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woolworths-4rcvvv::after {
    display: inline-block;
  }
  .woolworths-4rcvvv {
    margin: 0;
    width: 100%;
  }
  .woolworths-o1uhic {
    width: 100%;
  }
  .woolworths-o1uhic.woolworths-zr74g1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .woolworths-o1uhic.woolworths-zr74g1 .woolworths-em0jx5 {
    width: 100%;
  }
  .woolworths-o1uhic.woolworths-zr74g1 .woolworths-em0jx5:not(:last-child) {
    margin-right: 0;
  }
  .woolworths-mw4i2t {
    width: 100%;
    text-align: center;
  }
  .woolworths-x1wk4g.woolworths-r56ytt .woolworths-o1uhic {
    margin-top: 1rem;
  }
  .woolworths-8wg9ad {
    grid-template-columns: repeat(3, 1fr);
  }
  .woolworths-7m6rw3,
  .woolworths-jfihhg {
    grid-template-columns: repeat(2, 1fr);
  }
  .woolworths-mhu9z9,
  .woolworths-7wg34s,
  .woolworths-zqpub9 {
    grid-template-columns: 1fr;
  }
  .woolworths-8tmnf2 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .woolworths-t46vdr {
    min-width: 300px;
    max-width: 325px;
  }
  .woolworths-j7cxel {
    cursor: auto;
  }
  .woolworths-40z8wl .woolworths-j7cxel {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .woolworths-wjz1zf {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .woolworths-r7zcgf {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .woolworths-wjz1zf {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.woolworths-wkrw8g p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .woolworths-wex3yg {
    margin: 0 -0.2rem;
  }
  .woolworths-wkrw8g {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .woolworths-4qqpyu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .woolworths-t3ghaf {
    max-width: 100%;
  }
  .woolworths-8wg9ad {
    grid-template-columns: repeat(2, 1fr);
  }
  .woolworths-7m6rw3,
  .woolworths-jfihhg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .woolworths-9l8o16 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woolworths-wex3yg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .woolworths-gz8yiv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woolworths-sxvujc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .woolworths-gxlil1,
  .woolworths-kvqyvo {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .woolworths-alp7zk {
    width: 100%;
  }
  .woolworths-8wg9ad {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .woolworths-wjz1zf {
    top: 127px !important;
  }
}

.woolworths-4w5t5y {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .woolworths-4w5t5y {
  }
}

@media (max-width: 767px) {
  .woolworths-4w5t5y {
    margin-bottom: 12px;
  }
}

.woolworths-4w5t5y img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.woolworths-j1j57d {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.woolworths-j1j57d > .woolworths-ocvuh7 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .woolworths-j1j57d {
    flex-direction: column;
    gap: 12px;
  }
}

.woolworths-d5nsvm {
  display: flex;
}

.woolworths-d5nsvm .woolworths-n1ohq5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.woolworths-d5nsvm .woolworths-kthuuc {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.woolworths-d5nsvm .woolworths-eerxkm {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.woolworths-d5nsvm .woolworths-xorfya {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.woolworths-d5nsvm .woolworths-xorfya:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.woolworths-d5nsvm .woolworths-k98uza {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.woolworths-94emkv {
  border: unset;
  background-color: unset;
}

.woolworths-94emkv tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.woolworths-94emkv .woolworths-gxbiuq,
.woolworths-94emkv .woolworths-s5wzuw {
  flex: 0 1 330px;
}

.woolworths-94emkv .woolworths-sfa1g8 {
  flex: 1 1;
}

.woolworths-94emkv tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.woolworths-94emkv tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.woolworths-94emkv tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.woolworths-94emkv tr td p {
  color: #fff;
  margin: 0;
}

.woolworths-94emkv tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.woolworths-94emkv tr.woolworths-gxbiuq td p {
  padding: 16px 0;
}

.woolworths-94emkv tr.woolworths-gxbiuq td p:not(:last-child),
.woolworths-94emkv tr.woolworths-s5wzuw td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.woolworths-94emkv tr.woolworths-gxbiuq td p:first-child,
.woolworths-94emkv tr.woolworths-s5wzuw td p:first-child {
  padding-top: 0;
}

.woolworths-94emkv tr.woolworths-s5wzuw td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.woolworths-94emkv tr.woolworths-s5wzuw td p:last-child {
  padding-bottom: 0;
}

.woolworths-94emkv .woolworths-s5wzuw img {
  max-width: 32px;
}

.woolworths-94emkv .woolworths-sfa1g8 {
  min-width: 718px;
}

.woolworths-94emkv .woolworths-sfa1g8 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.woolworths-94emkv .woolworths-sfa1g8 td {
  display: flex;
}

.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-o9mia1,
.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-aiz3u8,
.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-h2bnvc {
  flex: 1 1 50%;
}

.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-k06q1f {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-beyp3e,
.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-9iscjo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-o9mia1,
.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-aiz3u8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-o9mia1 span,
.woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-aiz3u8 span {
  font-weight: 800;
}

.woolworths-94emkv .woolworths-sfa1g8 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .woolworths-94emkv .woolworths-sfa1g8 td .woolworths-h2bnvc:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .woolworths-94emkv tr.woolworths-gxbiuq td p:last-child {
    padding-bottom: 0;
  }
  .woolworths-94emkv .woolworths-s5wzuw > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .woolworths-94emkv .woolworths-s5wzuw > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .woolworths-94emkv tr.woolworths-gxbiuq td p:not(:last-child),
  .woolworths-94emkv tr.woolworths-s5wzuw td p:not(:last-child) {
    border-bottom: unset;
  }
  .woolworths-94emkv tr.woolworths-s5wzuw td p:last-child {
    padding-bottom: 12px;
  }
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-o9mia1,
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-aiz3u8,
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-h2bnvc {
    flex: 1 1 50%;
    padding: 0;
  }
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-o9mia1,
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-aiz3u8 {
    margin-top: 16px;
  }
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-h2bnvc {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-o9mia1 {
    border-right: 1px solid var(--border-color);
  }
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-h2bnvc:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .woolworths-94emkv .woolworths-sfa1g8 td:last-child .woolworths-h2bnvc:last-child {
    padding-bottom: 0;
  }
}

.woolworths-h2bnvc {
  display: flex;
  flex-direction: column;
}

.woolworths-94emkv .woolworths-sfa1g8 td .woolworths-h2bnvc {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.woolworths-94emkv .woolworths-sfa1g8 td .woolworths-h2bnvc:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.woolworths-94emkv .woolworths-sfa1g8 td .woolworths-h2bnvc:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .woolworths-94emkv .woolworths-sfa1g8 td .woolworths-h2bnvc:not(:first-child) {
    padding-left: 0;
  }
  .woolworths-94emkv .woolworths-sfa1g8 td .woolworths-h2bnvc:not(:last-of-type) {
    border-right: unset;
  }
}

.woolworths-94emkv .woolworths-pg8nrc {
  flex: 0 1 485px;
}

.woolworths-94emkv .woolworths-2c5hsm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.woolworths-94emkv .woolworths-2c5hsm li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.woolworths-94emkv .woolworths-2c5hsm li.woolworths-ipji5s {
  padding: 6px 12px;
}

.woolworths-94emkv .woolworths-2c5hsm li a,
.woolworths-94emkv .woolworths-2c5hsm li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.woolworths-94emkv .woolworths-xw0pte,
.woolworths-94emkv .woolworths-vhmzbu {
  flex: 1 1;
}

.woolworths-94emkv .woolworths-eeis5i,
.woolworths-94emkv .woolworths-0bnxli {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.woolworths-94emkv .woolworths-eeis5i li,
.woolworths-94emkv .woolworths-0bnxli li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.woolworths-94emkv .woolworths-vhmzbu img {
  max-width: 32px;
}

.woolworths-94emkv .woolworths-xw0pte img {
  max-width: 32px;
}

.woolworths-94emkv .woolworths-ezepz2 {
  min-width: 280px;
}

.woolworths-94emkv .woolworths-ezepz2 img {
  max-width: 146px;
}

.woolworths-94emkv .woolworths-ezepz2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .woolworths-94emkv .woolworths-gxbiuq,
  .woolworths-94emkv .woolworths-s5wzuw {
    flex: 0 1 auto;
  }
  .woolworths-94emkv .woolworths-sfa1g8 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .woolworths-94emkv .woolworths-gxbiuq,
  .woolworths-94emkv .woolworths-pg8nrc,
  .woolworths-94emkv .woolworths-s5wzuw,
  .woolworths-94emkv .woolworths-sfa1g8 {
    flex: 1 1 calc(50% - 20px);
  }
  .woolworths-94emkv .woolworths-xw0pte,
  .woolworths-94emkv .woolworths-ezepz2,
  .woolworths-94emkv .woolworths-vhmzbu {
    flex: 1 1 30%;
  }
  .woolworths-94emkv .woolworths-ezepz2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .woolworths-94emkv .woolworths-gxbiuq,
  .woolworths-94emkv .woolworths-pg8nrc,
  .woolworths-94emkv .woolworths-xw0pte,
  .woolworths-94emkv .woolworths-s5wzuw,
  .woolworths-94emkv .woolworths-sfa1g8,
  .woolworths-94emkv .woolworths-ezepz2,
  .woolworths-94emkv .woolworths-vhmzbu {
    flex: 1 1 100%;
  }
}

.woolworths-7lgyp4 .woolworths-qra4ms {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woolworths-7lgyp4 .woolworths-enc5ss {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.woolworths-7lgyp4 .woolworths-vqv6sx {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.woolworths-7lgyp4 .woolworths-pgbhfm {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.woolworths-7lgyp4 .woolworths-pgbhfm > :nth-child(3) {
  margin-top: 0;
}

.woolworths-7lgyp4 .woolworths-l4s4ng {
  grid-column: 2/3;
  grid-row: 1/10;
}

.woolworths-7lgyp4 .woolworths-12of6l {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.woolworths-7lgyp4 .woolworths-tqgw2g {
  grid-column: 1/2;
}

.woolworths-7lgyp4 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.woolworths-7lgyp4 .woolworths-enc5ss:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.woolworths-7lgyp4 .woolworths-enc5ss:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.woolworths-7lgyp4 .woolworths-alp7zk {
  min-width: 240px;
}

@media (max-width: 768px) {
  .woolworths-7lgyp4 .woolworths-enc5ss:not(:last-child):before {
    bottom: 8px;
  }
  .woolworths-7lgyp4 .woolworths-enc5ss:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .woolworths-7lgyp4 .woolworths-pgbhfm {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .woolworths-7lgyp4 .woolworths-l4s4ng {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .woolworths-7lgyp4 .woolworths-l4s4ng img {
    width: 100%;
    height: auto;
  }
  .woolworths-7lgyp4 .woolworths-alp7zk {
    width: 100%;
    min-width: unset;
  }
}

.woolworths-1cy83j .woolworths-sb0ja1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.woolworths-1cy83j .woolworths-1g79v3 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.woolworths-1cy83j .woolworths-l4s4ng {
  height: 100%;
}

.woolworths-1cy83j .woolworths-l4s4ng img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.woolworths-1cy83j .woolworths-wkkyfb {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.woolworths-1cy83j .woolworths-x819oh {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.woolworths-1cy83j .woolworths-l38fbf {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .woolworths-1cy83j .woolworths-1g79v3 {
    flex: 1 1 100%;
  }
  .woolworths-1cy83j .woolworths-bp7dne {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .woolworths-1cy83j .woolworths-1g79v3 {
    flex-direction: column;
  }
  .woolworths-1cy83j .woolworths-l4s4ng {
    width: 100%;
    height: auto;
  }
  .woolworths-1cy83j .woolworths-l4s4ng img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .woolworths-1cy83j .woolworths-wkkyfb {
    padding: 0 16px 16px 16px;
  }
  .woolworths-1cy83j .woolworths-bp7dne {
    min-width: unset;
    width: 100%;
  }
}

.woolworths-hilsks .woolworths-he7a93 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.woolworths-hilsks .woolworths-0iyepm {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.woolworths-hilsks img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.woolworths-hilsks .woolworths-h5hasg {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.woolworths-hilsks .woolworths-0iyepm:hover .woolworths-h5hasg {
  display: flex;
}

.woolworths-hilsks .woolworths-yc1z35 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.woolworths-hilsks .woolworths-lwx80a {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.woolworths-2f9w9r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.woolworths-2f9w9r.woolworths-9xgi2e {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.woolworths-gyybfh ease-in-out;
}

.woolworths-2f9w9r.woolworths-9xgi2e:hover {
  color: #f9cb16;
  background-color: transparent;
}

.woolworths-hilsks .woolworths-ctpwin {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.woolworths-gyybfh ease-in-out;
}

.woolworths-hilsks .woolworths-ctpwin:hover {
  color: #196948;
  background-color: #f9cb16;
}

.woolworths-hilsks .woolworths-ctpwin:after,
.woolworths-2f9w9r.woolworths-9xgi2e:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.woolworths-2f9w9r.woolworths-9xgi2e:after {
  background-image: url(../images/Cash.svg);
}

.woolworths-hilsks .woolworths-ctpwin:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .woolworths-hilsks .woolworths-he7a93 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .woolworths-hilsks .woolworths-he7a93 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .woolworths-hilsks .woolworths-he7a93 {
    grid-template-columns: 1fr;
  }
  .woolworths-hilsks .woolworths-0iyepm {
    height: auto;
  }
  .woolworths-hilsks .woolworths-0iyepm .woolworths-h5hasg {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .woolworths-hilsks .woolworths-yc1z35,
  .woolworths-hilsks .woolworths-lwx80a {
    text-align: left;
  }
  .woolworths-hilsks .woolworths-lwx80a {
    margin-bottom: 8px;
  }
  .woolworths-hilsks img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.woolworths-vy4iyx {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.woolworths-vy4iyx.woolworths-zg4b90 {
  display: block;
}

.woolworths-vy4iyx .woolworths-dx3t1u {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.woolworths-vy4iyx .woolworths-5xalwv {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.woolworths-vy4iyx .woolworths-ogea2v {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.woolworths-vy4iyx .woolworths-7y6xhg {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.woolworths-vy4iyx .woolworths-2f9w9r {
  min-width: 296px;
  margin-bottom: 0;
}

.woolworths-vy4iyx .woolworths-yf33a7 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.woolworths-vy4iyx .woolworths-e9thso {
  position: relative;
  flex: 1 1;
}

.woolworths-vy4iyx .woolworths-e9thso iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .woolworths-vy4iyx .woolworths-5xalwv {
    flex-wrap: wrap;
    gap: 8px;
  }
  .woolworths-vy4iyx .woolworths-ogea2v {
    order: 1;
  }
  .woolworths-vy4iyx .woolworths-7y6xhg {
    order: 3;
    flex: 1 1 100%;
  }
  .woolworths-vy4iyx .woolworths-2f9w9r {
    width: 100%;
    min-width: unset;
  }
  .woolworths-vy4iyx .woolworths-yf33a7 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .woolworths-xra06a > .woolworths-fz7imz {
    margin-bottom: 0;
  }
  .woolworths-xra06a > .woolworths-tqgw2g,
  .woolworths-xra06a > p {
    margin-top: 0;
  }
}

.woolworths-tqceqf img,
.woolworths-wkrw8g img {
  width: auto;
  object-fit: contain;
}

.woolworths-tqceqf {
  align-items: center;
}

.woolworths-tqceqf img {
  max-height: 76px;
}

.woolworths-wkrw8g img {
  max-height: 64px;
}

.woolworths-wwkt0w {
  overflow: auto;
}

.woolworths-0nxz3s {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.woolworths-4zhkq2:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.woolworths-l1sw1g {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.woolworths-agfcmp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.woolworths-l1sw1g .woolworths-l4s4ng {
  margin-right: 20px;
  flex-shrink: 0;
}

.woolworths-l1sw1g img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.woolworths-ej71pp {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.woolworths-ej71pp > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .woolworths-l1sw1g {
    padding: 15px 10px;
  }
  .woolworths-ej71pp {
    padding: 15px 10px;
  }
  .woolworths-l1sw1g .woolworths-l4s4ng {
    margin-right: 10px;
  }
}

.woolworths-lxcxdd {
  overflow-x: auto;
}

.woolworths-rj0png {
  border-collapse: collapse;
  width: 100%;
}

.woolworths-lxcxdd th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.woolworths-lxcxdd td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.woolworths-lxcxdd td.woolworths-fytgns {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.woolworths-lxcxdd td.woolworths-tzaib8 {
  border-right: none;
}

.woolworths-lxcxdd td.woolworths-tzaib8 .woolworths-l4s4ng {
  justify-content: flex-start;
}

.woolworths-lxcxdd td.woolworths-tzaib8 .woolworths-l4s4ng img {
  height: auto;
  width: 90px;
}

.woolworths-lxcxdd td.woolworths-cs4ush,
.woolworths-lxcxdd td.woolworths-lyijqf {
  font-weight: 600;
  text-align: right;
}

.woolworths-lxcxdd td.woolworths-zp7j9t,
.woolworths-lxcxdd td.woolworths-cs4ush {
  padding-bottom: 10px;
  border-bottom: none;
}

.woolworths-lxcxdd td.woolworths-cs4ush,
.woolworths-lxcxdd td.woolworths-lyijqf {
  border-left: none;
}

.woolworths-lxcxdd td.woolworths-zp7j9t,
.woolworths-lxcxdd td.woolworths-37be1y {
  border-right: none;
}

.woolworths-lxcxdd td.woolworths-37be1y,
.woolworths-lxcxdd td.woolworths-lyijqf {
  border-top: none;
  padding-top: 10px;
}

.woolworths-xkavtb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.woolworths-xkavtb .woolworths-bp7dne {
  min-width: unset;
  width: 100%;
}

.woolworths-xkavtb .woolworths-bp7dne.woolworths-imy46x {
  grid-column: 1/2;
  grid-row: 1/2;
}

.woolworths-xkavtb .woolworths-bp7dne.woolworths-sx4nuj {
  grid-column: 2/3;
  grid-row: 1/2;
}

.woolworths-xkavtb .woolworths-b8ya2n {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .woolworths-xkavtb {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .woolworths-xkavtb .woolworths-bp7dne.woolworths-imy46x {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .woolworths-xkavtb .woolworths-bp7dne.woolworths-sx4nuj {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .woolworths-xkavtb .woolworths-b8ya2n {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.woolworths-t6nk24 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.woolworths-e1gr2n {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.woolworths-an3agw p a img {
  margin: 0 auto;
  display: block;
}

.woolworths-an3agw table {
  margin-bottom: 17px;
}

/* contanct form */
.woolworths-nhxozk {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.woolworths-nhxozk label {
  font-size: 14px;
}

.woolworths-nhxozk h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.woolworths-nhxozk input,
.woolworths-nhxozk textarea,
.woolworths-nhxozk button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.woolworths-nhxozk button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.woolworths-gyybfh ease;
}
.woolworths-nhxozk button:hover {
  background-color: #691204;
}
.woolworths-677trz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.woolworths-ntepi6 ease-in;
}

.woolworths-677trz h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.woolworths-s0odfr, .woolworths-iuubgp, [class*="review-card"],
thead, thead th, table th, .woolworths-l616gb,
.woolworths-3xlj6q, [class*="collapsible-header"],
.woolworths-dzyju7, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
