.theme-brisbane-gift-co{--green:#0b5d18;--green2:#167a29;--lime:#e8ef5d;--coral:#c94f2b;--cream:#fff}.theme-brisbane-gift-co .announcement{background:#06650b;font-size:14px}.theme-brisbane-gift-co .site-header{background:#fff}.theme-brisbane-gift-co .brand-mark{border-radius:50%;background:#edf5e9}.bgc-video-hero{height:min(650px,70vw);min-height:380px;position:relative;overflow:hidden;background:#000}.bgc-video-hero iframe{position:absolute;left:50%;top:50%;width:177.78%;height:100%;transform:translate(-50%,-50%);border:0;pointer-events:none}.bgc-video-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:clamp(28px,6vw,90px);background:linear-gradient(90deg,rgba(0,0,0,.62),transparent 68%);color:#fff;pointer-events:none}.bgc-video-copy span{text-transform:uppercase;letter-spacing:.18em;font-weight:800}.bgc-video-copy h1{font:700 clamp(42px,7vw,86px)/.95 Georgia,serif;max-width:720px;margin:12px 0 26px}.bgc-video-copy .button{pointer-events:auto;background:#fff;color:#174e22}.bgc-benefits{border-bottom:1px solid #e4e4e4;background:#fff}.bgc-heading{text-align:center;max-width:720px;margin:0 auto 36px}.bgc-heading span{color:#c94f2b;text-transform:uppercase;letter-spacing:.17em;font-weight:800;font-size:12px}.bgc-heading h2{font:700 clamp(38px,5vw,58px)/1 Georgia,serif;margin:10px}.bgc-heading p{color:#777}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-card{display:flex;flex-direction:column;min-height:240px;padding:22px;border:1px solid #e8e2dc;background:#fff;border-radius:8px;text-align:center;box-shadow:0 12px 35px rgba(50,35,20,.07)}.category-card img{height:160px;width:100%;object-fit:contain;margin-bottom:14px}.category-card strong{font:700 22px Georgia,serif}.category-card small{color:#777;margin-top:7px}.category-placeholder{display:grid;place-items:center;height:150px;font-size:46px;color:#d8b64b}.bgc-products{background:#faf8f4}.theme-brisbane-gift-co .product-card,.theme-brisbane-gift-co .product-image{border-radius:8px}.theme-brisbane-gift-co .footer{background:#1f1f1f}@media(max-width:850px){.category-grid{grid-template-columns:repeat(2,1fr)}.bgc-video-hero{height:500px}.bgc-video-hero iframe{width:auto;min-width:177.78%;height:100%}}@media(max-width:580px){.category-grid{grid-template-columns:1fr}.bgc-video-hero{height:360px;min-height:0}.bgc-video-copy h1{font-size:42px}.bgc-video-copy{padding:24px}}

/* iiNova v1.7.2 Brisbane Gift Co utility header */
.theme-brisbane-gift-co .utility-bar{background:#06650b}.theme-brisbane-gift-co .utility-search button{color:#075d0d}.theme-brisbane-gift-co .utility-search button:hover{background:#eef4c9}.theme-brisbane-gift-co .utility-cart-button:hover{color:#f1f5bf}


/* iiNova v1.7.3 compact category strip */
.theme-brisbane-gift-co .category-page .category-hero{background:linear-gradient(180deg,#edf5ef 0%,#e9f1ec 100%);border-bottom-color:#d6e2da}

/* iiNova v1.7.7 Brisbane Gift Co centred retail header
   Desktop: utility bar -> centred logo row -> centred navigation row.
   Default theme remains unchanged. */
@media (min-width:851px){
  .theme-brisbane-gift-co .storefront-header .header-inner{
    position:relative;
    height:auto;
    min-height:0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:0;
    padding-top:0;
    padding-bottom:0;
  }
  .theme-brisbane-gift-co .storefront-header .brand{
    width:100%;
    min-height:76px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
    padding:10px 0 8px;
    text-align:center;
  }
  .theme-brisbane-gift-co .storefront-header .brand-logo{
    width:auto;
    max-width:var(--logo-width,180px);
    max-height:58px;
    margin:0 auto;
  }
  .theme-brisbane-gift-co .storefront-header .brand>span{
    text-align:center;
  }
  .theme-brisbane-gift-co .storefront-header .desktop-nav{
    width:100%;
    min-height:50px;
    margin:0!important;
    padding:0 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:clamp(20px,2.4vw,38px);
    border-top:1px solid #edf0ed;
    font-size:13px;
  }
  .theme-brisbane-gift-co .storefront-header .desktop-nav>a,
  .theme-brisbane-gift-co .storefront-header .desktop-nav>.nav-dropdown>a{
    min-height:49px;
    display:flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
  }
  .theme-brisbane-gift-co .storefront-header .nav-submenu{
    top:calc(100% + 1px);
  }
  .theme-brisbane-gift-co .storefront-header .nav-submenu:before{
    top:-10px;
    height:10px;
  }
  /* Keep optional fallback tools/CTA out of the centred navigation flow if the utility bar is disabled. */
  .theme-brisbane-gift-co .storefront-header .header-search{
    position:absolute;
    right:0;
    top:22px;
  }
  .theme-brisbane-gift-co .storefront-header .header-account-link{
    position:absolute;
    right:0;
    top:30px;
  }
  .theme-brisbane-gift-co .storefront-header .header-cta{
    position:absolute;
    right:0;
    top:22px;
  }
}

@media (max-width:850px){
  .theme-brisbane-gift-co .storefront-header .header-inner{
    height:66px;
    min-height:66px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding-top:0;
    padding-bottom:0;
  }
  .theme-brisbane-gift-co .storefront-header .brand{
    width:auto;
    min-height:0;
    padding:0;
    margin:0;
  }
  .theme-brisbane-gift-co .storefront-header .brand-logo{
    max-width:min(var(--logo-width,180px),150px);
    max-height:48px;
  }
  .theme-brisbane-gift-co .storefront-header .mobile-nav{
    margin-left:auto;
  }
}

/* iiNova v1.8.0 Brisbane Gift Co readability refinement
   Theme-only: larger centred logo + clearer storefront typography. */
.theme-brisbane-gift-co{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.theme-brisbane-gift-co .utility-message,
.theme-brisbane-gift-co .utility-account-link,
.theme-brisbane-gift-co .utility-search-link,
.theme-brisbane-gift-co .utility-cart-button,
.theme-brisbane-gift-co .utility-search input,
.theme-brisbane-gift-co .utility-search button{
  font-size:13px;
  line-height:1.35;
}
.theme-brisbane-gift-co .utility-message,
.theme-brisbane-gift-co .utility-account-link,
.theme-brisbane-gift-co .utility-cart-label,
.theme-brisbane-gift-co .utility-cart-subtotal,
.theme-brisbane-gift-co .utility-search button{
  font-weight:700;
}
.theme-brisbane-gift-co .desktop-nav,
.theme-brisbane-gift-co .mobile-nav-panel{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
}
.theme-brisbane-gift-co .desktop-nav>a,
.theme-brisbane-gift-co .desktop-nav>.nav-dropdown>a{
  font-size:15px;
  font-weight:650;
  letter-spacing:.005em;
}
.theme-brisbane-gift-co .nav-submenu a{
  font-size:14px;
  line-height:1.45;
}
.theme-brisbane-gift-co .product-body h3{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  font-size:20px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:0;
}
.theme-brisbane-gift-co .product-body p,
.theme-brisbane-gift-co .section-copy,
.theme-brisbane-gift-co .lead,
.theme-brisbane-gift-co .feature-list li,
.theme-brisbane-gift-co .page-content,
.theme-brisbane-gift-co .panel,
.theme-brisbane-gift-co .choice,
.theme-brisbane-gift-co .summary-line,
.theme-brisbane-gift-co .cart-line,
.theme-brisbane-gift-co .footer p,
.theme-brisbane-gift-co .footer a{
  font-size:15.5px;
  line-height:1.65;
}
.theme-brisbane-gift-co .price{font-size:23px;line-height:1.25}
.theme-brisbane-gift-co .gst{font-size:12px;line-height:1.4}
.theme-brisbane-gift-co .button,
.theme-brisbane-gift-co button,
.theme-brisbane-gift-co input,
.theme-brisbane-gift-co select,
.theme-brisbane-gift-co textarea,
.theme-brisbane-gift-co label{
  font-size:15px;
}
.theme-brisbane-gift-co label{line-height:1.45}
.theme-brisbane-gift-co .category-card strong{
  font-size:22px;
  line-height:1.3;
}
.theme-brisbane-gift-co .category-card small{
  font-size:14px;
  line-height:1.45;
}
.theme-brisbane-gift-co .category-page .category-hero .kicker{font-size:11px}
.theme-brisbane-gift-co .category-page .category-hero h1{font-size:clamp(31px,3.2vw,40px)}
.theme-brisbane-gift-co .category-page .category-hero p{font-size:14px;line-height:1.45}
.theme-brisbane-gift-co .footer strong{font-size:16px}
.theme-brisbane-gift-co .copyright{font-size:13px}

@media (min-width:851px){
  .theme-brisbane-gift-co .storefront-header .brand{
    min-height:106px;
    padding:12px 0 10px;
  }
  .theme-brisbane-gift-co .storefront-header .brand-logo{
    max-width:min(calc(var(--logo-width,180px) * 1.5),330px);
    max-height:86px;
  }
  .theme-brisbane-gift-co .storefront-header .desktop-nav{
    min-height:54px;
    font-size:15px;
  }
  .theme-brisbane-gift-co .storefront-header .desktop-nav>a,
  .theme-brisbane-gift-co .storefront-header .desktop-nav>.nav-dropdown>a{
    min-height:53px;
  }
}
@media (max-width:850px){
  .theme-brisbane-gift-co{font-size:15.5px}
  .theme-brisbane-gift-co .storefront-header .brand-logo{
    max-width:min(calc(var(--logo-width,180px) * 1.12),168px);
    max-height:52px;
  }
  .theme-brisbane-gift-co .mobile-nav summary{font-size:14px}
  .theme-brisbane-gift-co .mobile-nav-panel>a,
  .theme-brisbane-gift-co .mobile-nav-panel .nav-dropdown>a{font-size:15px}
}
@media (max-width:580px){
  .theme-brisbane-gift-co .product-body h3{font-size:19px}
  .theme-brisbane-gift-co .product-body p,
  .theme-brisbane-gift-co .section-copy,
  .theme-brisbane-gift-co .lead,
  .theme-brisbane-gift-co .page-content,
  .theme-brisbane-gift-co .panel,
  .theme-brisbane-gift-co .choice{font-size:15px}
  .theme-brisbane-gift-co .category-page .category-hero p{font-size:13.5px}
}
