@font-face {
  font-family: "Argos";
  src: url("/fonts/argos/Argos-UltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Argos";
  src: url("/fonts/argos/Argos-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Argos";
  src: url("/fonts/argos/Argos-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Argos";
  src: url("/fonts/argos/Argos-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Argos";
  src: url("/fonts/argos/Argos-CondensedBook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Argos";
  src: url("/fonts/argos/Argos-CondensedBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Argos";
  src: url("/fonts/argos/Argos-CondensedExtraBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-stretch: condensed;
}
/*.fs-7 {
  font-size: 0.9rem !important
}

.fs-8 {
  font-size: 0.8rem !important
}*/
/* 14 px */
.fs-7 {
  font-size: 0.875rem !important;
}

@media (min-width: 576px) {
  .fs-sm-7 {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 768px) {
  .fs-md-7 {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-7 {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-7 {
    font-size: 0.875rem !important;
  }
}

/* 12 px */
.fs-8 {
  font-size: 0.75rem !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.2em;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

h1 {
  font-family: "Argos", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
}

.display-6 {
  font-weight: 700;
}

p, a, span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.shadow {
  box-shadow: 0 0.6rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.fa-chevron-down {
  transition: transform 0.5s ease;
}

.flash-rotatable {
  transition: transform 0s ease-in-out;
  display: inline-block;
}

.rotated {
  transform: rotate(-180deg);
}

/* ----- Page Builder ----- */
/* possibly deprecated */
.narrow-block {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.contains-ql-editor a.ql-rich-text-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration-color: #0bce40;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-line: underline;
}
.contains-ql-editor a.ql-rich-text-link:hover {
  color: #0bce40;
}

/* ----- end Page Builder ----- */
/* bootstrap overrides */
.text-ccl-green {
  color: #0bce40 !important;
}

.btn {
  font-family: roboto;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
}

.btn-primary {
  background: #0bce40;
  color: #FFF;
  border-color: #08a632;
}

.btn-primary:hover {
  background: #0cf249;
  color: #FFF;
  border-color: #08a632;
}

.btn-primary:active {
  background: #0cf249 !important;
  color: #000 !important;
  border-color: #0bd942 !important;
}

.btn-primary:disabled {
  background-color: #626262 !important;
  border-color: #626262 !important;
}

a.btn-link {
  color: #ffffff !important;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid #0bce40;
  border-radius: 0;
}
a.btn-link:hover {
  border-bottom: 2px solid #0bce40;
}
a.btn-link:active {
  border-bottom: 2px solid #0bce40;
}
a.btn-link:focus {
  border-bottom: 2px solid #0bce40;
}

.bg-dark {
  background: #272727 !important;
}

@media (min-width: 992px) {
  .bg-lg-dark {
    background: #272727 !important;
  }
}

.bg-dark-2 {
  background: #202020;
}

.bg-dark-3 {
  background: #141414;
}

@media (min-width: 768px) {
  .bg-md-dark {
    background: #272727 !important;
  }
}
@media (min-width: 992px) {
  .bg-lg-dark {
    background: #272727 !important;
  }
  .bg-lg-dark-3 {
    background: #141414;
  }
}
.bg-dark-grey-3 {
  background: #3C4043;
}

.bg-very-dark-grey {
  background-color: #2C2C2C !important;
}

.bg-dark-green {
  background-color: #2e695f !important;
}

.bg-comparison {
  background-color: grey !important;
}

.bg-comparison-bar {
  background-color: grey !important;
}

.highlight-link {
  color: white;
  border-bottom: solid 2px #0BCE40 !important;
  font-weight: 600;
  font-size: 13px;
}

.blog-title {
  color: white !important;
}

.border-primary {
  border-color: #0bce40 !important;
}

.text-primary {
  color: #0bce40 !important;
}

.link-primary:focus, .link-primary:hover {
  color: #ffffff !important;
  text-decoration-color: #ffffff !important;
}

:root {
  --bs-primary-rgb: 11, 206, 64;
}

.text-lightish-grey {
  color: #d4d4d4;
}

.bg-primary {
  background-color: #0bce40 !important;
}

.border-primary-subtle {
  border-color: #0cf249 !important;
}

.nav-underline .nav-link.active {
  border-color: #0bce40 !important;
}

/* custom */
.font-argos {
  font-family: "Argos", Helvetica, Arial, sans-serif;
}

.sticky-product-bar {
  position: sticky;
  top: 0;
  z-index: 8;
  height: 97px;
}

@media (max-width: 359px) {
  .compare-mobile-buy-btn {
    font-size: smaller;
  }
}
.rich-text-wrapper img {
  width: 100%;
}
.rich-text-wrapper .ql-indent-1 {
  margin-left: 1rem;
}
.rich-text-wrapper .ql-indent-2 {
  margin-left: 2rem;
}
.rich-text-wrapper .ql-indent-3 {
  margin-left: 3rem;
}
.rich-text-wrapper .ql-indent-4 {
  margin-left: 4rem;
}
.rich-text-wrapper .ql-indent-5 {
  margin-left: 5rem;
}

.basket-item-counter {
  border-radius: 5rem;
  left: 20px;
  font-size: 0.65rem;
  height: 15px;
  width: 15px;
  top: 6px;
  line-height: 14px;
  vertical-align: middle;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#compareBar {
  z-index: 10;
}

#modalAddedToBasketUpsell {
  background: none !important;
}
#modalAddedToBasketUpsell .next-day-delivery-badge {
  display: none !important;
}
#modalAddedToBasketUpsell .card {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  background: none !important;
}

.next-day-delivery-badge {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 336px) and (max-width: 351px) {
  .next-day-delivery-badge {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 352px) and (max-width: 575px) {
  .next-day-delivery-badge {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.backdrop-filter-2 {
  backdrop-filter: blur(2px);
}

#pnlBasketItemsAndTotalsContainer .card {
  background: #272727;
}

.payment-option {
  white-space: normal !important;
  position: relative;
}

.delivery-option-selected, .delivery-option:hover, input.btn-check:checked + .payment-option {
  border: 3px solid #0bce40 !important;
}

.fa-duotone::after {
  color: #0bce40;
}

.shippingOptionContainer .form-check-input[type=radio] {
  height: 0.4em;
  width: 0.4em;
}
.shippingOptionContainer .accordion-button {
  box-shadow: none;
}
.shippingOptionContainer .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236c757d%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236c757d%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}
.shippingOptionContainer .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #202020;
}

.form-floating input, .form-floating select {
  background-color: #202020;
}

#voucherCodePanel input, #voucherCodePanel a, #voucherCodePanel button {
  background-color: #202020;
}

#paymentOptionSelection .alert {
  background-color: #272727;
  border: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236c757d%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}

#orderTotals table tr td {
  background-color: #272727 !important;
}

.help-message-container {
  border: 0 !important;
}

#checkoutForm .delivery-option-selected::before, #checkoutForm .col > .btn-check:checked ~ .payment-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #0bce40;
}

a.flix-minisite-button,
a[href^="#flixinpage"] {
  display: none !important;
}

.compare-bar {
  background-color: #0bce40;
  color: white;
}

.CCL-HeroCategory a {
  color: white !important;
  font-weight: 600;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #0bce40;
}
.CCL-HeroCategory a:hover {
  color: #0bce40 !important;
}

.catTitle {
  color: white;
}

.catDesc {
  color: white;
}

.catDesc a {
  color: #ffffff;
  font-weight: 600;
  text-decoration-color: #0bce40;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-line: underline;
  color: white;
}
.catDesc a:hover {
  color: #0bce40 !important;
}

.scrollButtons {
  font-size: 28px;
  height: 440px;
  line-height: 440px;
  user-select: none;
}

#productAttachmentsContainer {
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 86%;
  scroll-snap-type: x mandatory;
}

@media (min-width: 768px) {
  #productAttachmentsContainer {
    width: 93%;
  }
}
.product-badge-container {
  right: auto !important;
  display: block;
  font-weight: 700 !important;
  font-size: 14px !important;
  position: relative;
  width: fit-content;
  max-width: -webkit-fill-available;
  height: fit-content;
  z-index: 7;
}

.product-badge {
  background: #e4f5e8 !important;
  color: #05af34 !important;
  padding: 3px 10px 0 10px !important;
  width: auto !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.7;
  display: table;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 7;
}

.product-info-badge {
  padding: 3px 10px 3px 10px;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: block;
  width: fit-content;
}

.swiper-wrapper {
  display: flex;
  gap: 16px;
}

.swiper-slide {
  flex: 0 0 312px;
  margin: 0 !important;
}

/* #################
DEAL PDP NEW BADGE
- Product cards on deals and clearance show a 'New' tag
- This needs to be removed
- This particular CSS fix doesn't work
################# */
div#pbDealDescriptionTop ~ div .product-info-badge {
  display: none;
}

/* #################
PLP compare size
- Made the compare button smaller on PLPs
################# */
.product-preview-card div[style="bottom: 10px"] {
  bottom: 3px !important;
}

.product-preview-card div[style="bottom: 10px"] input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin-top: 6px;
}

.product-preview-card div[style="bottom: 10px"] input[type=checkbox] + label {
  margin-left: 0 !important;
}

.product-preview-card div[style="bottom: 10px"] input[type=checkbox] + label small {
  font-size: 0.75rem;
}

/* #################
PLP promo text hide
- Remove promo spiel from PLPs
################# */
.col.product-preview-card .d-grid.row-gap-2.column-gap-2.mt-2 .text-secondary {
  display: none;
}

.overflow-x-clip {
  overflow-x: clip;
}

.scroll-snap-align-center {
  scroll-snap-align: center;
}

.list-group-header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-top-width: 1px !important;
}

.list-group-item-last {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.btn-notifyme:hover {
  filter: brightness(130%) !important;
  background-color: #626262;
}

.btn:hover {
  filter: brightness(130%) !important;
}

.swiper-slide-attachments {
  flex: 0 0 244px;
  margin: 0 !important;
}

.swiper-wrapper {
  display: flex;
  gap: 16px;
}

.btn-secondary {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Argos", Helvetica, Arial, sans-serif;
}

.ccl-link {
  color: white !important;
  font-weight: 600;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #0BCE40 !important;
  cursor: pointer;
}

.ccl-link:hover {
  color: #0BCE40 !important;
}

@media (max-width: 995px) {
  .mobile-hide {
    display: none;
  }
}
@media (min-width: 995px) {
  .desktop-hide {
    display: none;
  }
}
.ticker-text {
  display: inline-block;
  white-space: nowrap;
  animation: moveRight 40s linear infinite;
}

@keyframes moveRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.ticker-text-sold-out {
  display: none;
}

.ticker-text {
  display: inline-block;
  white-space: nowrap;
  animation: moveRight 40s linear infinite;
}

@keyframes moveRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.ticker-text-sold-out {
  display: none;
}

.checkbox-black-tick:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

.nav-link-gray-underline {
  border-bottom: var(--bs-nav-underline-border-width) solid #373737 !important;
}

.units {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unit-num {
  font-family: "Bebas Neue", var(--font-sans);
  font-size: clamp(52px, 12vw, 96px);
  line-height: 1;
  color: var(--color-text-primary);
  font-size: 40px;
  padding: 2px;
  border-radius: 5px;
}

.unit-lbl {
  font-family: "DM Sans", var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  margin-top: 6px;
  font-size: 9px;
}

.sep {
  font-family: "Bebas Neue", var(--font-sans);
  font-size: clamp(44px, 10vw, 80px);
  color: #E24B4A;
  line-height: 1;
  padding-top: 2px;
  animation: blink 1s step-end infinite;
  font-size: 32px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.text-gray-900 {
  color: #1f1f1f;
}

.text-gray-800 {
  color: #272727;
}

.text-gray-700 {
  color: #323232;
}

.text-gray-675 {
  color: #333639;
}

.text-gray-650 {
  color: #373737;
}

.text-gray-625 {
  color: #424242;
}

.text-gray-600 {
  color: #626262;
}

.text-gray-500 {
  color: #b4b4b4;
}

.text-gray-400 {
  color: #c1c1c1;
}

.text-gray-300 {
  color: #cbcbcb;
}

.text-gray-200 {
  color: #d6d6d6;
}

.text-gray-100 {
  color: #ececec;
}

.text-primary {
  color: #0BCE40 !important;
}

.text-secondary {
  color: #C174B4 !important;
}

.bg-gray-900 {
  background-color: #1f1f1f !important;
}

.bg-gray-800 {
  background-color: #272727 !important;
}

.bg-gray-700 {
  background-color: #323232 !important;
}

.bg-gray-675 {
  background-color: #333639 !important;
}

.bg-gray-650 {
  background-color: #373737 !important;
}

.bg-gray-625 {
  background-color: #424242 !important;
}

.bg-gray-600 {
  background-color: #626262 !important;
}

.bg-gray-500 {
  background-color: #b4b4b4 !important;
}

.bg-gray-400 {
  background-color: #c1c1c1 !important;
}

.bg-gray-300 {
  background-color: #cbcbcb !important;
}

.bg-gray-200 {
  background-color: #d6d6d6 !important;
}

.bg-gray-100 {
  background-color: #ececec !important;
}

.bg-primary {
  background-color: #0BCE40 !important;
  --bs-table-bg: $color-ccl-green !important;
}

.bg-secondary {
  background-color: #C174B4 !important;
}

.bg-secondary-500 {
  background-color: #C174B4 !important;
}

.bg-secondary-200 {
  background-color: #800080 !important;
}
