
@font-face {
    font-family: 'Arial Black';
    src: url('https://interdyn-polk-ebay.s3.ap-southeast-1.amazonaws.com/black-fortnight-2024/dealernet/Arial+Black.ttf');
}

html {
    padding: 0;
    margin: 0;
}

body {
  font-family: 'Arial Black', sans-serif;
  background-color: #f4f4f4;
  padding: 0;
  margin: 0;
  background: var(--lightblue);
}

:root {
  --darkblue: #026eae;
  --lightblue: #00a0ff;
  --green: #009900;
  --yellow: #ffd700;
  --orange: #ffa800;
  --deep-orange: #f58d23;
  --pink: #ff8ced;
  --red: red;

  --font-size-massive: 40px;
  --font-size-larger: 26px;
  --font-size-price: 20px;
  --font-size-main: 16px;
  --font-size-small: 12px;

  --blue-gradient: linear-gradient(90deg, #038cdd 0%, #016eae 100%);
  
}

/* Styles for ID15 */
.site-container {
    padding: 0;
    max-width: 91.875rem;
    margin: 0 auto;
    width: 100%;
}

/* Global Styles */
.generic-page-container {
font-family: 'Arial Black', sans-serif;
margin: 0;
padding: 0; 
color: #212121;
background-color: #f4f4f4;
}

.black-fortnight-wrapper {
  background: linear-gradient(90deg, rgba(41,172,255,1) 0%, rgba(98,194,255,1) 100%);
  background: var(--lightblue);
}

/* Header */
.header {
padding: 1em;
background-color: #100f0e;
color: white;
font-size: var(--font-size-larger);
text-transform: uppercase;
}

.header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
max-height: 40px;
object-fit: contain;
max-width: 70%;
/* filter: invert(1); */
}

.header nav {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.header a {
    color: white;
    text-decoration: none;
    margin: 0 1em;
}

.header a:hover, .header a.active{
    color: var(--orange);
}

.header .burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-left: auto;
}
  
.header .burger-menu span {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    transition: 0.3s;
}
  
/* Responsive navigation styles */
@media (max-width: 1440px) {
    .header {
        font-size: var(--font-size-main);
    }
} 

.nav-close-button {
    display: none;
}

/* Responsive navigation styles */
@media (max-width: 1110px) {
    
    .header nav {
        display: none;
    }

    .header .burger-menu {
        display: flex;
    }

    .header nav.open {
        display: flex;
        flex-direction: column;
        font-size: var(--font-size-larger);
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        background: #100f0e;
        top: 60px;
        padding: 30px;
        left: 0;
        align-items: center;
        z-index: 999999;
    }

    .header .burger-menu.open .nav-close-button {
        display: block;
        font-size: var(--font-size-larger);
    }

    .header .burger-menu.open span {
        display: none;
    }

} 


.timer {
    text-align: center;
    font-size: var(--font-size-main);
    background: var(--deep-orange);
    padding: 15px 0;
    color: white;
}

.bf h2, .vail .bf h2 {
  font-size: var(--font-size-larger);
}

.bf p, .bf ul, .bf li, .vail .bf p, .vail .bf ul, .vail .bf li {
  font-size: var(--font-size-main);
}


p.key-dates {
font-weight: bold;
font-size: var(--font-size-larger);
text-transform: uppercase;
margin: 0;
padding: 0;
}

/* Trends Section */
.trends {
padding: 1em;
text-align: center;
}

.trends h2 {
margin-top: 0;
}

.trend-list {
list-style: none;
padding: 0;
margin: 0;
}

.trend-list li {
font-weight: bold;
color: #d9534f;
}

.lighter-bg {
  background-color: #f0f9ff;
}

/* Store Assets and CSV Download Section */
.store-assets, .csv-download {
padding: 1em;
margin: 1em 0;
}

.bf h1, .store-assets h2, .csv-download h2 {
color: var(--darkblue);
font-family: 'Arial Black';
}

.store-assets ul {
  padding: 0 15px;
}

.text-center {
  text-align: center;
}

.bf h1, .vail .bf h1 {
  font-size: var(--font-size-massive);
  text-transform: uppercase;
  font-weight: bolder;
  font-family: 'Arial Black';
}

.btn-download {
padding: 10px 20px;
background-color: var(--green);
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
display: inline-block;
text-decoration: none;
text-align: center;
text-transform: uppercase;
cursor: pointer;
}

.btn-download:hover, .btn-download:focus, .btn-download:focus {
background-color: var(--pink);
color: black;
text-decoration: none;
cursor: pointer;
}

/* Deals Section */
.deals {
padding: 1em;
/* background-color: #f8f9fa; */
/* margin-top: 40px; */
}

.brand-deal {
margin-top: 80px;
}

.bf-product-list {
font-size: var(--font-size-main);
font-family: Arial;
font-weight: bold;
margin-bottom: 50px;
}

.bf-product {
background-color: #fff;
/* background: var(--blue-gradient); */
border-radius: 5px;
padding: 1em;
flex: 1 1 250px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: left;
display: flex;
flex-direction: column;
gap: 5px;
/* color: white; */
margin-bottom: 25px;
}

.bf-product table {
  table-layout: fixed;
  border-spacing: 20px;
  border-collapse: separate;
}

.bf-product h4 {
margin: 0;
text-align: center;
margin-bottom: 10px;
font-size: var(--font-size-larger);
font-family: 'Arial Black';
}

.bf-product h4 a {
  color: inherit;
  text-decoration: none;
}

.variant {
/* display: flex;
gap: 10px;
justify-content: space-between;
align-items: center;*/
}

.variant:last-of-type {
  margin-bottom: 0;
}

.variant img {
object-fit: contain;
width: 100px;
max-height: 100px;
}

.variant-details {
display: flex;
gap: 20px;
align-items: center;
justify-content: space-between;
min-width: 50%;
}

.variant-details p {
margin: 0;
}

.variant-details label {
color: #333;
}

.variant-title-box {
  display: flex;
  gap: 10px;
}

.variant-details img {
  width: 100px;
  max-height: 40px;
  object-fit: contain;
}

.variant-title {
  font-weight: bold;
  max-width: 300px;
  display: inline-block;
}

.variant-title a {
  color: inherit;
  text-decoration: none;
}

.variant-quantity {
  width: 40px;
  padding: 5px;
  font-weight: bold;
  border: solid 1px var(--darkblue);
  color: var(--darkblue);
  border-radius: 4px;
  text-align: center;
}

.variant.unavailable img, .variant.unavailable td>span , .variant.unavailable td>div {
  opacity: 0.2;
}

.variant.unavailable .stock-label, .variant.spo .stock-label, .variant.remaining .stock-label, .variant.selling-fast .stock-label, .variant.restock .stock-label {
  display: none;
}

.variant .other-stock-label {
  display: none;
}

.variant.unavailable .unavailable-label  {
  display: inline-block;
  opacity: 1 !important;
}

.variant.spo .spo-label {
  display: inline-block;
}

.variant.restock .restock-label {
  display: inline-block;
}

.variant.remaining .remaining-label {
  display: inline-block;
}

.variant.selling-fast .selling-fast-label {
  display: inline-block;
}

.btn-add-to-cart {
background-color: var(--pink);
color: black;
padding: 8px;
border: none;
cursor: pointer;
font-weight: bold;
border-radius: 3px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
color: white;
text-decoration: none;
}

.btn-add-to-cart:hover {
background-color: var(--yellow);
}

.btn-add-to-cart:disabled:hover {
background-color: var(--pink);
}

.bf-atc-loading, .bf-atc-success {
  display: none;
}

.btn-add-to-cart.loading .bf-atc-loading {
  display: inline-block;
}

.btn-add-to-cart.success .bf-atc-success {
  display: inline-block;
}

.btn-add-to-cart.loading .add-to-cart-text, .btn-add-to-cart.success .add-to-cart-text {
  display: none;
}

.btn-add-to-cart.success {
  background-color: var(--green);
  color: white;
}

.black-fortnight-main-banner {
  width: 100%;
}

.bf-cols {
  display: flex;
  gap: 30px;
}

.bf-cols-3>div {
  width: 33%;
}

.bf-cols-assets>div:first-of-type {
  width: 33%;
}

.bf-cols-assets>div:nth-of-type(2) {
  width: 50%;
}

.bf-cols-assets>div:last-of-type {
  width: 17%
}

.bf img {
  max-width: 100%;
}

.csv-wrapper {
  align-items: center;
}

.csv-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.csv-container-row {
  display: flex;
  gap: 5px;
  width: 100%;
  align-items: stretch;
  justify-content: stretch;
}

.csv-container-row a {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.csv-container-row img {
  /* filter: invert(1); */
  width: 100px;
  height: 38px;
  object-fit: contain;
}

.csv-container-row a:hover img {
  filter: invert(1);
}

.lightblue {
  color: var(--lightblue);
}

.darkblue {
  color: var(--darkblue);
}

.green {
  color: var(--green);
}

.red {
  color: var(--red);
}

.uppercase {
  text-transform: uppercase;
}

img.brand-logo {
  filter: invert(1);
  max-width: 300px;
  margin-bottom: -40px;
  margin-top: 100px;
  display: none;
}

img.brand-logo.show {
  display: inline-block;
}

h3.deal-title, .vail h3.deal-title {
  font-size: var(--font-size-massive);
  font-family: 'Arial Black';
  margin-bottom: 20px;
  line-height: normal;
}

.bf-price {
  display: flex;
  flex-direction: column;      
}

.bf-price small {
}

.bf-price span {
  font-weight: bold;
}

.bf-price.rrp span {
  text-decoration: line-through;
  color: grey;
}

.bf-price.bfrp span, .bf-price.dp span {
  font-size: var(--font-size-price)
}

.bg-green {
  background-color: var(--green);
}

.bg-red {
  background-color: var(--red);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-darkblue {
  background-color: var(--darkblue);
}

.bg-deep-orange {
  background-color: var(--orange);
}

.white {
  color: white;
}

.text-right {
  text-align: right;
}

.stock-label, .other-stock-label {
  font-weight: bold;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: var(--font-size-small);
  display: inline-block;
  text-align: center;
}

.variant-add-to-cart-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.variant-add-to-cart-container label {
  margin: 0;
}

.variant td {
    text-align: center;
}

.dates-table {
  margin: 0 auto;
  font-size: var(--font-size-price);
  padding-left: 50px;
  margin-bottom: 15px;
}

.dates-table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.dates-table tr td:first-of-type {
  font-weight: bold;
  padding-right: 7.5px;
}

.dates-table tr td:last-of-type {
  padding-left: 7.5px;
}


/* Temp widths */
/* .variant-title-box {
  width: 175px;
}

.bf-price.rrp {
  width: 100px;
}

.bf-price {
  width: 175px;
} */

.terms p {
  font-size: var(--font-size-small);
  font-family: Arial, Helvetica, sans-serif;
}

.bf-aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.bf-aspect-ratio-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bf-social-tile {
  margin-bottom: 15px;
}

.cart-qty {
  display: flex;
  justify-content: flex-end;
  font-size: var(--font-size-small);
  margin-top: 5px;
  color: var(--darkblue);
}

span.embargo
{
  color: red;
  font-size: var(--font-size-larger);
  text-align: center;
  display: block;
  font-family: 'Arial Black';
}

.generic-page-container {
  overflow: hidden;
}

/* Base responsive styling */
@media (max-width: 850px) {
/* General container adjustments */
.black-fortnight-container {
  width: 100%;
  padding: 0 10px;
}

/* Header and Banner */
.header {
  flex-direction: column;
  text-align: center;
}
.header .logo {
  max-height: 30px; /* Smaller logo */
}

/* Section adjustments */
.bf-cols,
.bf-cols-assets {
  flex-direction: column;
  gap: 10px;
}

/* Product and Brand Display */
.bf-product {
  flex: 1 1 100%; /* Full width */
}

/* Button and Table Adjustments */
.btn-download,
.btn-add-to-cart {
  font-size: 14px;
  padding: 8px 15px;
}
.bf-product table {
  table-layout: auto;
}

/* Font size adjustments */
.header p.key-dates,
.bf h1,
.bf h2,
.bf h4 {
  font-size: 1.2em;
}

/* Hide elements if needed */
.csv-container-row img {
  width: 80px; /* Smaller image size */
}

/* Stack table cells vertically for the product table */
.bf-product table,
.bf-product table tr,
.bf-product table td {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.bf-cols-assets>div:first-of-type, .bf-cols-assets>div:nth-of-type(2), .bf-cols-assets>div:last-of-type {
  width: 100%;
  text-align: center;
}

/* .bf-product table td {
  width: 33%;
} */

.bf-product table td:first-of-type, .bf-product table td:nth-of-type(2), .bf-product table td:nth-of-type(3) {
    width: 20%;
}

.bf-product table td:nth-of-type(4) {
    width: 40%;
}

.bf-product.smaller table td:nth-of-type(2) {
    width: 25%;
}

.bf-product.smaller table td:first-of-type {
    width: 15%;
}

.bf-product table tr {
    padding-bottom: 10px;
    padding-top: 5px;
}

.bf-product table td:nth-of-type(5) {
    padding: 10px 0 0;
}

.bf-product table td {
  /* Add spacing between blocks and style as a card */
  padding: 0;
}

.variant-title-td,
.variant-sku-td,
.bf-price,
.variant-add-to-cart-container {
  text-align: left;
}

.bf-product table td {display: flex;align-items: center;justify-content: center;}

.bf-product table td:last-of-type {
    width: 100%;
}

/* Style adjustments for individual blocks */
.variant img {
  width: 100%; /* Full width on mobile */
  max-width: 150px;
  margin: 0 auto;
}

.stock-label,
.other-stock-label {
  display: inline-block;
  margin-top: 5px;
}

/* Optional: reduce font sizes for mobile */
.variant-title,
.bf-price span,
.btn-add-to-cart {
  font-size: 14px;
}

/* Padding adjustments */
.variant-add-to-cart-container {
  padding-top: 10px;
}

.dates-table tr {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.dates-table td {
    width: 100%;
    text-align: center;
}

.csv-container-row {
  flex-wrap: wrap;
}

.btn-download, .btn-add-to-cart {
    padding: 10px 35px;
    background: #ff0000;
    font-size: var(--font-size-price);
    text-transform: uppercase;
}

.bf-product tr td:last-of-type {
    display: none;
}

.bf-product tr:last-of-type td:last-of-type  {
    display: block;
    padding-top: 25px;
}


.variant {
  border-bottom: solid 1px #8080804f;
}

.variant:last-of-type {
  border-bottom: none;
}

.header p.key-dates {
  font-size: var(--font-size-main);
  margin-top: 10px;
}
}

footer {
    padding: 10px;
    background: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-size-small);   
    text-transform: uppercase;
}

.main-section {
    padding: 40px 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
    font-size: var(--font-size-main);
    text-align: center;
}

.main-section .section-title {
    width: 100%;
    margin-bottom: 0;
}

.brands-section .brand {
    background-color: #fff;
    /* background: var(--blue-gradient); */
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 32%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.brands-section .brand:last-of-type {
    margin-bottom: 0;
}

.brands-section .brand a.brand-link {
    background-color: var(--red);
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Arial Black';
    text-transform: uppercase
}

.brands-section .brand a.brand-link:hover {
    background-color: var(--orange);
}

.website-brand-logo {
    filter: invert(1);
    width: 250px;
    height: 70px;
    object-fit: contain;
}


/* Generated */
.banner {
    width: 100%;
    height: 300px;
    background-color: #026eae; /* Placeholder for banner */
}
.section-title {
    text-align: center;
    font-size: 2em;
    margin: 1em 0;
    display: block;
}
.store-locator {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    padding: 2em;
}

.stores-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 1%;
    width: 100%;
    justify-content: space-between;
}

.stores-container .state {
    width: 100%;
    box-sizing: border-box;
    /* justify-content: space-between; */
}

.s {}

ul.stores {
    list-style: none;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

ul.stores li {
    margin-bottom: 7px;
}

ul.stores li a {
    color: inherit;
    text-decoration: none;
}

ul.stores li a:hover {
    color: var(--pink);
}

a.orange {
    color: var(--pink);
}

.locator
{
	width: 100%;
	height: 600px;
	border: none;
	margin-top: 15px;
}

p.terms {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    min-height: 55vh;
}

p.terms a {
    color: var(--orange);
    text-decoration: none;
    font-size: var(--font-size-main);
}

.home-banner {
    max-width: 100%;
}

#home {
    padding-bottom: 50px;
}

@media (max-width: 850px) {

    .brands-section .brand {
        width: 100%;
    }

    .stores-container .state {
        width: 100%;
    }
}

#bf-loading-container {
    width: 100%;
    height: 500px;
    display: flex;
    box-sizing: border-box;
    color: var(--orange);
    font-size: 80px;
    align-items: center;
    justify-content: center;
}