:root {

    --lavender: #D6D0F8;

    --pink: #ED0087;

    --orange: #F25823;

    --lime: #BCDE3F;

    --white: #FFFFFF;

    --black: #000000;

    --brown: #6B4635;

    --burgundy: #84283C;

    --cream: #F3E7D3;

    --blue: #A8CFEF;

    --nav-height-desktop: 155px;

    --nav-height-mobile: 86px;

}

html,

body {

    overflow-x: hidden;

    max-width: 100%;

}

 

*,

*::before,

*::after {

    box-sizing: border-box;

    max-width: 100%;

}

 

/* Fix home section specifically */

.home-section   { overflow: hidden; width: 100%; }

.home-slides-wrapper { max-width: none !important; }

.home-slide          { max-width: none !important; }

.navbar         { overflow: hidden; width: 100%; }

@font-face {

    font-family: 'Beround';

    src: url('./Web Fonts/beround_semibold_macroman/beround-semibold-webfont.woff2') format('woff2'),

         url('./Web Fonts/beround_semibold_macroman/beround-semibold-webfont.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



/* --- Reset & Base --- */

*,

*::before,

*::after {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



html {

    scroll-behavior: smooth;

    scroll-padding-top: var(--nav-height-desktop);

}



body {

    font-family: 'Beround', sans-serif;

    background: #fff;

    color: var(--black);

    padding-top: var(--nav-height-desktop);

}



img {

    max-width: 100%;

    display: block;

}



/* =========================== NAVBAR =========================== */

.navbar {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 3000;
    overflow: visible !important;

    width: 100%;

    height: var(--nav-height-desktop);

    background-image: url('background.jpeg');

    background-size: 400px auto;

    background-position: center;

    /* background-repeat: repeat; */

    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.18);

}



.navbar::before {

    content: '';

    position: absolute;

    inset: 0;

    background: linear-gradient(rgba(242, 88, 35, 0.08), rgba(242, 88, 35, 0.18));

    pointer-events: none;

}



.nav-container {

    position: relative;

    z-index: 1;

    

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    padding: 0 48px;

}



/* =========================== LEFT SIDE NAV =========================== */

.nav-left {

    grid-column: 1;

    justify-self: start;

    align-self: center;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 20px;

}



.nav-links {

    display: flex;

    align-items: center;

    gap: 30px;

}



.nav-links a,

.dropdown-btn {

    text-decoration: none;

    color: var(--white);

    font-family: inherit;

    font-size: 0.88rem;

    font-weight: 600;

    letter-spacing: 0.12em;

    text-transform: uppercase;

    transition: color 0.2s ease, transform 0.2s ease;

    position: relative;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);

}



.nav-links a::after,

.dropdown-btn::after {

    content: '';

    position: absolute;

    bottom: -8px;

    left: 50%;

    width: 0;

    height: 2px;

    background: var(--lime);

    border-radius: 999px;

    transform: translateX(-50%);

    transition: width 0.25s ease;

}



.nav-links a:hover,

.dropdown:hover .dropdown-btn,

.dropdown:focus-within .dropdown-btn {

    color: var(--lime);

    transform: translateY(-1px);

}



.nav-links a:hover::after,

.dropdown:hover .dropdown-btn::after,

.dropdown:focus-within .dropdown-btn::after {

    width: 100%;

}



/* =========================== DESKTOP SHOP DROPDOWN =========================== */

.dropdown {

    position: relative;

}



.dropdown-btn {

    background: none;

    border: none;

    cursor: pointer;

    display: flex;

    align-items: center;

    gap: 6px;

}



.dropdown-btn i {

    font-size: 0.62rem;

}



.dropdown-menu {

    position: absolute;

    top: 31px;

    left: 50%;

    transform: translateX(-50%) translateY(8px);

    min-width: 142px;

    background: rgba(255, 255, 255, 0.72);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.45);

    border-radius: 12px;

    padding: 7px;

    z-index: 4000;

    display: flex;

    flex-direction: column;

    gap: 2px;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);

    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;

}



.dropdown-menu a {

    color: var(--orange);

    text-decoration: none;

    font-size: 0.7rem;

    font-weight: 700;

    letter-spacing: 0.07em;

    text-transform: uppercase;

    padding: 8px 10px;

    border-radius: 8px;

    text-shadow: none;

}



.dropdown-menu a::after {

    display: none;

}



.dropdown-menu a:hover {

    background: rgba(214, 208, 248, 0.7);

    color: var(--pink);

}



.dropdown:hover .dropdown-menu,

.dropdown:focus-within .dropdown-menu {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    transform: translateX(-50%) translateY(0);

}



/* =========================== SOCIAL ICONS UNDER LINKS =========================== */

.nav-socials {

    width: 100%;

    display: flex;

    align-items: start;

    justify-content: start;

    gap: 18px;

    margin-top: 20px;

}



.nav-socials a {

    color: var(--white);

    font-size: 1.22rem;

    transition: color 0.2s, transform 0.2s;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);

}



.nav-socials a:hover {

    color: var(--lime);

    transform: translateY(-2px) scale(1.12);

}



/* =========================== CENTER LOGO =========================== */

.nav-center {

    grid-column: 2;

    justify-self: center;

    align-self: center;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    z-index: 2;

}



.logo-link {

    display: flex;

    justify-content: center;

    align-items: center;

}



.logo-img {

    width: clamp(130px, 8vw, 1500px);

    height: auto;

    max-width: 100%;

    filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.35));

    transition: transform 0.3s ease;

}



.logo-img:hover {

    transform: scale(1.03);

}



.tagline-carousel {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 0px;

    /* puts tagline nicely below logo */

    gap: 0px;

    margin-bottom: 60px;

}



.tagline-arrow {

    background: none;

    border: none;

    color: var(--white);

    font-size: 1.55rem;

    line-height: 1;

    cursor: pointer;

    padding: 0 4px;

    opacity: 0.78;

    transition: opacity 0.2s, color 0.2s, transform 0.15s;

    user-select: none;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);

}



.tagline-arrow:hover {

    opacity: 1;

    color: var(--lime);

    transform: scale(1.18);

}

.pd-variant-btn.disabled {

  opacity: 0.35;

  cursor: not-allowed;

  pointer-events: none;

  text-decoration: line-through;

}

 

.logo-tagline {

    color: var(--white);

    font-size: 0.7rem;

    letter-spacing: 0.32em;

    text-transform: uppercase;

    font-weight: 600;

    text-align: center;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);

    display: inline-block;

    transition: none;

}

.tagline-carousel {

    overflow: hidden;

    width: 220px;

}



@keyframes taglineSlideIn {

    from { transform: translateX(100%); opacity: 0; }

    to   { transform: translateX(0);    opacity: 0.9; }

}



@keyframes taglineSlideOut {

    from { transform: translateX(0);     opacity: 0.9; }

    to   { transform: translateX(-100%); opacity: 0; }

}



.logo-tagline.slide-out {

    animation: taglineSlideOut 0.6s ease forwards;

}



.logo-tagline.slide-in {

    animation: taglineSlideIn 0.6s ease forwards;

}

/* =========================== RIGHT SIDE CART =========================== */

.nav-right {

    grid-column: 3;

    justify-self: end;

    align-self: center;

    display: flex;

    justify-content: flex-end;

    align-items: center;

    z-index: 3;

}



.cart-btn {

    margin-bottom: 50px;

    background: rgba(255, 255, 255, 0.11);

    border: 2px solid var(--white);

    color: var(--white);

    width: 54px;

    height: 54px;

    border-radius: 50%;

    cursor: pointer;

    font-size: 1.12rem;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    backdrop-filter: blur(4px);

    -webkit-backdrop-filter: blur(4px);

    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.14);

    transition: background 0.2s, color 0.2s, transform 0.2s;

}



.cart-btn:hover {

    background: var(--white);

    color: var(--orange);

    transform: translateY(-2px) scale(1.04);

}



.cart-count {

    position: absolute;

    top: -7px;

    right: -7px;

    background: var(--pink);

    color: var(--white);

    font-size: 0.66rem;

    font-weight: 800;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



/* =========================== HOME SECTION =========================== */

.home-section {

    min-height: calc(100vh - var(--nav-height-desktop));

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: flex-end;

    justify-content: center;

    padding-bottom: 80px;

}



.home-slides-wrapper {

    position: absolute;

    inset: 0;

    display: flex;

    width: 200%;

    animation: homeSlide 6s steps(1, end) infinite;

}



@keyframes homeSlide {

    0%   { transform: translateX(0); }

    50%  { transform: translateX(-50%); }

    100% { transform: translateX(0); }

}



.home-slide {

    width: 50%;

    flex-shrink: 0;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

.home-slide:nth-child(1) { background-image: url('home.jpeg'); }

.home-shop-btn {

    position: relative;

    z-index: 2;

    display: inline-block;

    padding: 16px 44px;

    background: rgba(242, 88, 35, 0.55);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    color: var(--white);

    font-family: inherit;

    font-size: 0.88rem;

    font-weight: 700;

    letter-spacing: 0.18em;

    text-transform: uppercase;

    text-decoration: none;

    border: 2px solid rgba(255, 255, 255, 0.35);

    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;

    top: 40px; /* ← adjust this value */

}

.home-slide:nth-child(2) { background-image: url('home2.jpeg'); }

.home-shop-btn {

    position: relative;

    z-index: 2;

    display: inline-block;

    padding: 16px 44px;

    background: rgba(242, 88, 35, 0.55);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    color: var(--white);

    font-family: inherit;

    font-size: 0.88rem;

    font-weight: 700;

    letter-spacing: 0.18em;

    text-transform: uppercase;

    text-decoration: none;

    border: 2px solid rgba(255, 255, 255, 0.35);

    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;

    top: 40px; /* ← adjust this value */

}



.home-shop-btn:hover {

    background: transparent;

    border-color: var(--white);

    color: var(--white);

    transform: translateY(-3px);

}

/* ============================================================

   LOOPSY — TRUE IMAGE FIX

   Paste this at the very bottom of your style.css

   This removes ALL fixed heights / aspect-ratio constraints

   so images display at their real proportions, never cropped.

   ============================================================ */



/* ── 1. Home / Shop page category tiles ── */

.product-image {

  width: 100%;

  height: auto;           /* was: aspect-ratio 1/1.12 – that was the cage */

  aspect-ratio: unset;

  overflow: visible;

  background: transparent;

}

.product-image img {

  width: 100%;

  height: auto;           /* natural height — no cropping possible */

  object-fit: unset;

  display: block;

}



/* ── 2. Listing pages (airpods / bags / charms / etc.) ── */

.detail-card img {

  width: 100%;

  height: auto;           /* was: height:260px / 280px – removed */

  object-fit: contain;

  border-radius: 15px;

  background: transparent;

}



/* ── 3. Accessories category page ── */

.accessory-card img {

  width: 100%;

  height: auto;           /* was: height:280px – removed */

  object-fit: unset;

  border-radius: 15px;

  background: transparent;

}



/* ── 4. Product detail page – big left image ── */

.pd-image {

  width: 100%;

  height: auto;           /* was: aspect-ratio 1/1.08 – removed */

  aspect-ratio: unset;

  object-fit: unset;

  background: transparent;

}



/* Cart & checkout thumbnails – these stay as-is (small fixed squares) */

.cart-item-img {

  width: 76px;

  height: 76px;

  object-fit: cover;

}

.order-item-img {

  width: 72px;

  height: 72px;

  object-fit: cover;

}

/* =========================== SHOP SECTION =========================== */

.shop-section {

    background: var(--white);

    padding: 54px 0 80px;

}



.shop-container {

    width: min(1100px, calc(100% - 48px));

    margin: 0 auto;

}



.shop-container h2 {

    margin-bottom: 2px;

    font-size: 1.18rem;

    font-weight: 400;

    letter-spacing: 0.02em;

    color: #17233b;

}



.product-grid {

    display: flex;

    justify-content: space-around;

    align-items: flex-start;

    gap: 24px;

    flex-wrap: nowrap;

    padding: 10px;

}



.product-card {

    width: 250px;

    max-width: 100%;

    flex: 1 1 240px;

    background: var(--white);

    transition: transform 0.35s ease;

    cursor: pointer;

    text-align: center;

    overflow: hidden;

}



.product-link {

    text-decoration: none;

    color: inherit;

    display: block;

}



.product-name {

    margin-top: 14px;

    font-size: 1rem;

    font-weight: 900;

    letter-spacing: 0.04em;

    color: var(--black);

    display: inline-flex;

    align-items: center;

    gap: 8px;

    justify-content: center;

    transition: all 0.3s ease;

}



.arrow {

    display: inline-block;

    transition: transform 0.3s ease;

    color: var(--orange);

}



/* hover animation */

.product-link:hover .arrow {

    transform: translateX(6px);

}



.product-link:hover .product-name {

    color: var(--orange);

}



.product-card:hover {

    transform: translateY(-8px);

}



.product-image {

    width: 100%;

    aspect-ratio: 1 / 1.12;

    background: #ffffff;

    overflow: hidden;

}



.product-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    display: block;

    transition: transform 0.35s ease, opacity 0.2s ease;

}



.product-card:hover .product-image img {

    transform: scale(1.04);

}



.product-card h3 {

    margin-top: 15px;

    font-size: 1rem;

    font-weight: 400;

    letter-spacing: 0.08em;

    color: var(--black);

}



.accessory-card {

    text-decoration: none;

    color: inherit;

    display: block;

}

.accessory-card h3 {

    margin-top: 15px;

    font-weight: 400; /* add this */

}

.AirPods {

    text-decoration: none;

    color: inherit;

}

.AirPods h2{

    text-decoration: none;

    color: inherit;

    font-weight: 400;

}



.detail-card-link {

    text-decoration: none;

    color: inherit;

    

    display: block;

}



.phone {

    text-decoration: none;

    color: inherit;

}

.sunglass {

    text-decoration: none;

    color: inherit;

}

.charms{

    text-decoration: none;

    color: inherit;

}

.accesosries{

    text-decoration: none;

    color:inherit

}

.accessory-card:hover img {

    transform: scale(1.05);

}



.accessory-card:hover h3 {

    color: var(--orange);

}



.accessory-card img {

    transition: transform 0.3s ease;

}



.details-section {

    padding: 80px 30px;

}



.details-container {

    max-width: 1200px;

    margin: auto;

}



.details-container h2 {

    font-size: 35px;

    margin-bottom: 40px;

}



.products-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

    gap: 35px;

}



.detail-card {

    text-align: center;

    cursor: pointer;

    transition: 0.3s ease;

}



/* .detail-card img {

    width: 100%;

    height: 260px;

    object-fit: cover;

    border-radius: 15px;

    box-shadow: none;

} */

.detail-card img {

    width: 100%;

    height: 260px;

    object-fit: contain;

    border-radius: 15px;

    box-shadow: none;

    background: white;

}

/* .detail-card h3 {

    margin-top: 15px;

    font-size: 18px;

    font-weight: 400;

} */



.detail-card h3 {

    /* font-family: Arial, Helvetica, sans-serif; */

    margin-top: 12px;

    font-size: 12px;

    font-weight: 400;

    letter-spacing: 0.12em;

    color: #333333;

    /* text-transform: uppercase; */

}



.detail-card p {

    margin-top: 8px;

    color: var(--orange);

    font-weight: 400;

}



.detail-card:hover {

    transform: translateY(-8px);

}



.detail-card:hover img {

    transform: scale(1.05);

}

/* =========================== PRODUCT VARIANTS =========================== */



.pd-variants {

  display: none;

  margin-top: 22px;

}



.pd-variants-title {

  font-size: 0.78rem;

  font-weight: 700;

  letter-spacing: 0.14em;

  text-transform: uppercase;

  color: #666;

  margin-bottom: 12px;

}



.pd-variant-btns {

  display: flex;

  gap: 10px;

  flex-wrap: wrap;

  margin-bottom: 14px;

}



.pd-variant-btn {

  padding: 11px 24px;

  border: 1.5px solid #ccc;

  background: none;

  font-family: inherit;

  font-size: 0.82rem;

  font-weight: 600;

  letter-spacing: 0.06em;

  cursor: pointer;

  color: var(--black);

  transition: border-color 0.2s, background 0.2s, color 0.2s;

}



.pd-variant-btn:hover {

  border-color: var(--orange);

  color: var(--orange);

}



.pd-variant-btn.selected {

  background: var(--black);

  border-color: var(--black);

  color: var(--white);

}



.pd-variant-btns.shake {

  animation: shake 0.42s ease;

}



.pd-variant-other {

  width: 100%;

  height: 46px;

  border: 1.5px solid #ccc;

  padding: 0 16px;

  font-family: inherit;

  font-size: 0.88rem;

  color: var(--black);

  outline: none;

  background: var(--white);

  transition: border-color 0.2s;

}



.pd-variant-other:focus {

  border-color: var(--orange);

}



.cart-item-variant {

  font-size: 0.75rem;

  color: #888;

  margin-bottom: 4px;

  letter-spacing: 0.04em;

}



.cart-item-note {

  font-size: 0.72rem;

  color: #aaa;

  font-style: italic;

  margin-top: 3px;

}

.sleeves-heading {

    text-decoration: none;

    color: inherit;

}



/* =========================== HAMBURGER =========================== */

.hamburger {

    display: none;

    flex-direction: column;

    gap: 6px;

    background: none;

    border: none;

    cursor: pointer;

    padding: 6px;

    position: absolute;

    /* right: 22px; */
    left: 22px;
    top: 50%;

    transform: translateY(-50%);

    z-index: 10;

}



.hamburger span {

    display: block;

    width: 29px;

    height: 3px;

    background: var(--white);

    border-radius: 999px;

    transition: all 0.3s ease;

}

.hamburger.open span:nth-child(1) {

    transform: translateY(9px) rotate(45deg);

}

.hamburger.open span:nth-child(2) {

    opacity: 0;

}

.hamburger.open span:nth-child(3) {

    transform: translateY(-9px) rotate(-45deg);

}



/* =========================== MOBILE MENU OVERLAY =========================== */

.mobile-menu {

    display: none;

    position: fixed;

    top: var(--nav-height-mobile);

    left: 0;

    right: 0;

    bottom: 0;

    background: #463838;

    z-index: 5000;

    flex-direction: column;

    align-items: flex-start;

    padding: 34px 0 28px;

    overflow-y: auto;

    -webkit-overflow-scrolling: touch;

}



.mobile-menu.open {

    display: flex;

}



.mobile-close {

    position: absolute;

    top: -64px;

    left: 22px;

    background: none;

    border: none;

    color: var(--white);

    font-size: 1.8rem;

    cursor: pointer;

    transition: color 0.2s;

}



.mobile-close:hover {

    color: var(--lime);

}



.mobile-nav-links {

    width: 100%;

    display: flex;

    flex-direction: column;

    gap: 0;

}



.mobile-nav-links a,

.mobile-dropdown-btn {

    width: 100%;

    text-decoration: none;

    color: var(--white);

    font-family: inherit;

    font-size: 1.45rem;

    font-weight: 900;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    padding: 19px 28px;

    transition: color 0.2s, background 0.2s;

}



.mobile-nav-links a:hover,

.mobile-dropdown-btn:hover {

    color: var(--lime);

}



.mobile-dropdown {

    width: 100%;

}



.mobile-dropdown-btn {

    background: none;

    border: none;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.mobile-dropdown-btn i {

    font-size: 1rem;

    transition: transform 0.2s ease;

}



.mobile-dropdown.open .mobile-dropdown-btn i {

    transform: rotate(180deg);

}



.mobile-dropdown-menu {

    display: none;

    width: 100%;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

}



.mobile-dropdown.open .mobile-dropdown-menu {

    display: flex;

    flex-direction: column;

}



.mobile-dropdown-menu a {

    font-size: 0.92rem;

    padding: 12px 42px;

    color: var(--white);

    opacity: 0.88;

}



.mobile-dropdown-menu a:hover {

    color: var(--lime);

}



.mobile-socials {

    margin-top: auto;

    padding: 28px;

    display: flex;

    flex-direction: row;

    gap: 26px;

}



.mobile-socials a {

    text-decoration: none;

    color: var(--white);

    font-size: 0;

    opacity: 0.9;

    display: flex;

    align-items: center;

    transition: opacity 0.2s, color 0.2s, transform 0.2s;

}



.mobile-socials a:hover {

    opacity: 1;

    color: var(--lime);

    transform: translateY(-2px);

}



.mobile-socials a i {

    font-size: 1.45rem;

}



/* =========================== PLACEHOLDER SECTIONS =========================== */

.placeholder-section {

    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.5rem;

    font-weight: 700;

    color: #aaa;

    border-bottom: 1px solid #eee;

}



/* =========================== ABOUT SECTION =========================== */

.about-section {

    background: var(--white);

    padding: 20px 24px;

}



.about-container {

    max-width: 820px;

    margin: 0 auto;

    text-align: center;

}



.about-container h2 {

    margin-bottom: 24px;

    font-size: 1.6rem;

    font-weight: 500;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: #17233b;

}



.about-container p {

    margin: 0 auto 18px;

    font-size: 1.05rem;

    line-height: 1.9;

    letter-spacing: 0.04em;

    color: #17233b;

}



.accessories-section {

    padding: 80px 20px;

}



.accessories-container {

    max-width: 1200px;

    margin: auto;

    text-align: center;

}

.accesosries h2{

    font-weight: 400;

}

.accessories-container h2 {

    font-size: 32px;

    margin-bottom: 40px;

}



.accessories-grid {

    display: flex;

    justify-content: center;

    gap: 35px;

    flex-wrap: wrap;

}



.accessory-card {

    width: 280px;

    text-align: center;

    transition: 0.3s ease;

}



.accessory-card:hover {

    transform: translateY(-8px);

}



/* .accessory-card img {

    width: 100%;

    height: 280px;

    object-fit: cover;

    border-radius: 15px;

} */



.accessory-card img {

    width: 100%;

    height: 280px;

    object-fit: contain;

    border-radius: 15px;

    background: white;

}



.accessory-card h3 {

    margin-top: 15px;

    font-size: 22px;

}



/* =========================== CONTACT SECTION =========================== */

.contact-section {

    background: var(--white);

    padding: 30px 24px 100px;

}



.contact-container {

    width: min(730px, 100%);

    margin: 0 auto;

}

.contact-container h2 {
    margin-bottom: 24px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #17233b;
}

/* .contact-container h2 {

    margin-bottom: 28px;

    font-size: 1.7rem;

    font-weight: 400;

    letter-spacing: 0.04em;

    color: var(--black);

} */



.contact-form {

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.form-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

}



.contact-form input,

.contact-form textarea {

    width: 100%;

    border: 1px solid #777;

    background: var(--white);

    color: var(--black);

    font-family: inherit;

    font-size: 1rem;

    letter-spacing: 0.04em;

    padding: 14px 20px;

    outline: none;

}



.contact-form input {

    height: 47px;

}



.contact-form textarea {

    height: 102px;

    resize: none;

}



.contact-form input:focus,

.contact-form textarea:focus {

    border-color: var(--pink);

}



.contact-form button {

    width: 122px;

    height: 48px;

    margin-top: 20px;

    border: none;

    background: orangered;

    color: var(--white);

    font-family: inherit;

    font-size: 1rem;

    font-weight: 700;

    cursor: pointer;

    transition: background 0.2s ease, transform 0.2s ease;

}



.contact-form button:hover {

    background: var(--orange);

    transform: translateY(-2px);

}



/* =========================== FOOTER =========================== */

.site-footer {

    background: linear-gradient(rgba(242, 88, 35, 0.88), rgba(242, 88, 35, 0.88)), url('background.png');

    background-size: 160px auto;

    background-position: center;

    background-repeat: repeat;

    color: var(--white);

    padding: 70px 24px 24px;

}



.footer-container {

    width: min(1150px, 100%);

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.4fr 0.8fr 0.8fr 1.2fr;

    gap: 42px;

}



.footer-brand {

    max-width: 330px;

}



.footer-logo {

    width: clamp(150px, 18vw, 210px);

    height: auto;

    max-width: 100%;

    display: block;

    margin-bottom: 10px;

    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));

}



.footer-brand p,

.footer-newsletter p {

    font-size: 0.95rem;

    line-height: 1.8;

    letter-spacing: 0.04em;

    opacity: 0.95;

}



.footer-socials {

    display: flex;

    gap: 18px;

    margin-top: 22px;

}



.footer-socials a {

    width: 42px;

    height: 42px;

    border: 2px solid var(--white);

    border-radius: 50%;

    color: var(--white);

    text-decoration: none;

    font-size: 1.15rem;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;

}



.footer-socials a:hover {

    background: var(--white);

    color: var(--orange);

    transform: translateY(-3px);

}



.footer-links h3,

.footer-newsletter h3 {

    margin-bottom: 18px;

    font-size: 1rem;

    font-weight: 900;

    letter-spacing: 0.12em;

    text-transform: uppercase;

}



.footer-links {

    display: flex;

    flex-direction: column;

}



.footer-links a {

    width: fit-content;

    margin-bottom: 12px;

    color: var(--white);

    text-decoration: none;

    font-size: 0.92rem;

    font-weight: 700;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    position: relative;

    opacity: 0.92;

    transition: color 0.2s ease, opacity 0.2s ease;

}



.footer-links a::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: -4px;

    width: 0;

    height: 2px;

    background: var(--lime);

    transition: width 0.25s ease;

}



.footer-links a:hover {

    color: var(--lime);

    opacity: 1;

}



.footer-links a:hover::after {

    width: 100%;

}



.footer-form {

    margin-top: 18px;

    display: flex;

    gap: 10px;

}



.footer-form input {

    flex: 1;

    min-width: 0;

    height: 46px;

    padding: 0 14px;

    border: 2px solid rgba(255, 255, 255, 0.75);

    background: rgba(255, 255, 255, 0.16);

    color: var(--white);

    font-family: inherit;

    font-size: 0.92rem;

    outline: none;

}



.footer-form input::placeholder {

    color: rgba(255, 255, 255, 0.78);

}



.footer-form input:focus {

    border-color: var(--lime);

}



.footer-form button {

    height: 46px;

    padding: 0 20px;

    border: none;

    background: var(--pink);

    color: var(--white);

    font-family: inherit;

    font-size: 0.9rem;

    font-weight: 900;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    cursor: pointer;

    transition: background 0.2s ease, transform 0.2s ease;

}



.footer-form button:hover {

    background: var(--lime);

    color: var(--black);

    transform: translateY(-2px);

}



.footer-bottom {

    width: min(1150px, 100%);

    margin: 46px auto 0;

    padding-top: 22px;

    border-top: 1px solid rgba(255, 255, 255, 0.35);

    text-align: center;

}



.footer-bottom p {

    font-size: 0.82rem;

    letter-spacing: 0.08em;

    opacity: 0.85;

}

/* ===========================

   PRODUCT DETAIL PAGE

   =========================== */



.product-page {

  padding: 50px 24px 100px;

}



.product-detail-grid {

  max-width: 1100px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 72px;

  align-items: start;

}



/* Sticky image on scroll */

.pd-image-wrap {

  position: sticky;

  top: calc(var(--nav-height-desktop) + 30px);

}



.pd-image {

  width: 100%;

  aspect-ratio: 1 / 1.08;

  object-fit: contain;

  display: block;

  background: #ffffff;

}



/* Breadcrumb */

.pd-breadcrumb {

  display: flex;

  align-items: center;

  gap: 8px;

  font-size: 0.76rem;

  letter-spacing: 0.07em;

  color: #999;

  margin-bottom: 22px;

  flex-wrap: wrap;

}



.pd-breadcrumb a {

  color: #999;

  text-decoration: none;

  transition: color 0.2s;

}



.pd-breadcrumb a:hover { color: var(--orange); }



/* Name & price */

.pd-name {

  font-size: clamp(1.3rem, 2.2vw, 1.8rem);

  font-weight: 500;

  letter-spacing: 0.02em;

  color: var(--black);

  margin-bottom: 14px;

  line-height: 1.25;

}



.pd-price {

  font-size: 1.3rem;

  font-weight: 700;

  letter-spacing: 0.1em;

  color: var(--orange);

}



.pd-divider {

  width: 100%;

  height: 1px;

  background: #e4e4e4;

  margin: 28px 0;

}



/* Quantity row */

.pd-qty-row {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 22px;

  margin-bottom: 22px;

}



.pd-qty-label {

  font-size: 0.78rem;

  font-weight: 700;

  letter-spacing: 0.14em;

  text-transform: uppercase;

  color: #666;

}



.pd-qty-selector {

  display: flex;

  align-items: center;

  border: 1.5px solid #ccc;

  transition: border-color 0.2s;

}



.pd-qty-btn {

  width: 44px;

  height: 44px;

  background: none;

  border: none;

  font-size: 1.3rem;

  color: var(--black);

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: background 0.18s, color 0.18s;

  line-height: 1;

}



.pd-qty-btn:hover {

  background: var(--orange);

  color: var(--white);

}



.pd-qty-display {

  width: 54px;

  height: 44px;

  border-left: 1.5px solid #ccc;

  border-right: 1.5px solid #ccc;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1rem;

  font-weight: 600;

  letter-spacing: 0.04em;

  user-select: none;

}



/* Add to cart button */

.pd-add-btn {

  width: 100%;

  height: 54px;

  background: var(--black);

  color: var(--white);

  border: none;

  font-family: inherit;

  font-size: 0.84rem;

  font-weight: 700;

  letter-spacing: 0.15em;

  text-transform: uppercase;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 11px;

  transition: background 0.22s ease, transform 0.18s ease;

}



.pd-add-btn:hover {

  background: var(--orange);

  transform: translateY(-2px);

}



.pd-add-btn.added {

  background: #2a9d5c;

}



/* Description bullets */

.pd-bullets {

  list-style: none;

  display: flex;

  flex-direction: column;

  gap: 14px;

}



.pd-bullets li {

  display: flex;

  align-items: flex-start;

  gap: 13px;

  font-size: 0.92rem;

  line-height: 1.65;

  letter-spacing: 0.025em;

  color: #3a3a3a;

}



.pd-bullets li::before {

  content: '';

  flex-shrink: 0;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: var(--orange);

  margin-top: 8px;

}



/* Shake animation when qty is 0 */

@keyframes shake {

  0%, 100% { transform: translateX(0); }

  20%       { transform: translateX(-7px); }

  60%       { transform: translateX(7px); }

  80%       { transform: translateX(-4px); }

}



.pd-qty-selector.shake {

  animation: shake 0.42s ease;

  border-color: var(--pink);

}



/* Responsive product detail */

@media (max-width: 800px) {

  .product-detail-grid {

    grid-template-columns: 1fr;

    gap: 30px;

  }



  .pd-image-wrap { position: static; }

  .pd-name { font-size: 1.4rem; }

}



/* ===========================

   CART DRAWER

   =========================== */



.cart-overlay {

  position: fixed;

  inset: 0;

  background: rgba(0, 0, 0, 0.42);

  z-index: 6000;

  opacity: 0;

  visibility: hidden;

  transition: opacity 0.3s ease, visibility 0.3s ease;

}



.cart-overlay.open {

  opacity: 1;

  visibility: visible;

}



.cart-drawer {

  position: fixed;

  top: 0;

  right: 0;

  width: 400px;

  max-width: 95vw;

  height: 100dvh;

  background: var(--white);

  z-index: 7000;

  display: flex;

  flex-direction: column;

  transform: translateX(100%);

  transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1);

  box-shadow: -10px 0 50px rgba(0, 0, 0, 0.14);

}



.cart-drawer.open {

  transform: translateX(0);

}



/* Header */

.cart-drawer-header {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 22px 24px 18px;

  border-bottom: 1px solid #ebebeb;

  flex-shrink: 0;

}



.cart-drawer-header h2 {

  font-size: 1rem;

  font-weight: 700;

  letter-spacing: 0.14em;

  text-transform: uppercase;

}



.cart-drawer-close {

  background: none;

  border: none;

  font-size: 1.35rem;

  color: #999;

  cursor: pointer;

  width: 36px;

  height: 36px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: color 0.18s;

}



.cart-drawer-close:hover { color: var(--orange); }



/* Items list */

.cart-drawer-items {

  flex: 1;

  overflow-y: auto;

  padding: 18px 24px;

  display: flex;

  flex-direction: column;

  gap: 18px;

}



/* Empty state */

.cart-empty {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 14px;

  padding: 70px 0;

  color: #c8c8c8;

  text-align: center;

}



.cart-empty i { font-size: 2.8rem; }



.cart-empty p {

  font-size: 0.88rem;

  letter-spacing: 0.07em;

  text-transform: uppercase;

}



/* Cart item row */

.cart-item {

  display: grid;

  grid-template-columns: 76px 1fr 28px;

  gap: 14px;

  align-items: start;

  padding-bottom: 18px;

  border-bottom: 1px solid #f2f2f2;

}



.cart-item:last-child {

  border-bottom: none;

  padding-bottom: 0;

}



.cart-item-img {

  width: 76px;

  height: 76px;

  object-fit: cover;

  display: block;

  background: #f0eeeb;

}



.cart-item-name {

  font-size: 0.83rem;

  font-weight: 600;

  letter-spacing: 0.04em;

  color: var(--black);

  margin-bottom: 5px;

  line-height: 1.4;

}



.cart-item-price {

  font-size: 0.82rem;

  color: var(--orange);

  font-weight: 700;

  margin-bottom: 10px;

}



.cart-item-qty {

  display: flex;

  align-items: center;

  border: 1px solid #ddd;

  width: fit-content;

}



.ciq-btn {

  width: 28px;

  height: 28px;

  background: none;

  border: none;

  font-size: 1.05rem;

  line-height: 1;

  color: var(--black);

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: background 0.15s, color 0.15s;

}



.ciq-btn:hover {

  background: var(--orange);

  color: var(--white);

}



.cart-item-qty span {

  width: 32px;

  height: 28px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 0.82rem;

  font-weight: 700;

  border-left: 1px solid #ddd;

  border-right: 1px solid #ddd;

}



.cart-item-remove {

  background: none;

  border: none;

  color: #ccc;

  font-size: 0.95rem;

  cursor: pointer;

  padding: 2px;

  transition: color 0.18s;

  display: flex;

  align-items: center;

  justify-content: center;

}



.cart-item-remove:hover { color: var(--pink); }



/* Footer */

.cart-drawer-footer {

  padding: 18px 24px 30px;

  border-top: 1px solid #ebebeb;

  flex-shrink: 0;

}



.cart-total {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 16px;

}



.cart-total span:first-child {

  font-size: 0.76rem;

  font-weight: 700;

  letter-spacing: 0.14em;

  text-transform: uppercase;

  color: #888;

}



.cart-total span:last-child {

  font-size: 1.25rem;

  font-weight: 700;

  color: var(--black);

}



.checkout-btn {

  width: 100%;

  height: 52px;

  background: var(--orange);

  color: var(--white);

  border: none;

  font-family: inherit;

  font-size: 0.84rem;

  font-weight: 700;

  letter-spacing: 0.15em;

  text-transform: uppercase;

  cursor: pointer;

  transition: background 0.2s ease, transform 0.18s ease;

}



.checkout-btn:hover {

  background: var(--pink);

  transform: translateY(-2px);

}



/* =========================== RESPONSIVE =========================== */



/* =============================================================

   LOOPSY — COMPLETE RESPONSIVE FIX

   Replace ONLY the responsive section at the bottom of your

   style.css (everything from the first @media block to the end)

   with this entire file.

   ============================================================= */



/* ============================================================

   BREAKPOINTS USED:

   1100px  — small laptops

    900px  — tablets landscape / nav switches to hamburger

    860px  — footer 2-col

    768px  — iPad portrait

    700px  — contact form stacks

    600px  — product grid 2-col

    480px  — phones landscape / small phones

    360px  — very small phones

   ============================================================ */





/* ─── Small laptops ─────────────────────────────────────────── */

@media (max-width: 1100px) {

    .nav-links { gap: 20px; }



    .nav-links a,

    .dropdown-btn { font-size: 0.8rem; }



    .products-grid { gap: 26px; }

    .product-detail-grid { gap: 44px; }

}





/* ─── Tablets landscape / hamburger nav ─────────────────────── */

@media (max-width: 900px) {

    :root {

        --nav-height-mobile: 86px;

    }



    html  { scroll-padding-top: var(--nav-height-mobile); }

    body  { padding-top: var(--nav-height-mobile); }



    /* Nav shell */

    .navbar {

        height: var(--nav-height-mobile);

        background-size: 235px auto;

    }



    .nav-container {

        grid-template-columns: 1fr;

        justify-items: center;

        padding: 0 70px;

    }



    .nav-left,

    .nav-right { display: none; }



    .nav-center {

        grid-column: 1;

        justify-self: center;

        align-self: center;

        position: static;

        transform: none;

    }



    .logo-img {

        width: auto;

        height: auto;

        max-height: 54px;

    }



    .tagline-carousel {

        margin-top: -1px;

        width: 180px;

    }



    .logo-tagline {

        font-size: 0.55rem;

        letter-spacing: 0.20em;

    }



    .tagline-arrow { font-size: 1.2rem; }



    .hamburger { display: flex; }



    /* Home */

    .home-section {

    min-height: 55vh;

    padding-bottom: 40px;

}



.home-shop-btn {

    top: 0px;

    padding: 14px 36px;

    top: 30;

}



    /* Shop grid — 2 columns on tablet */

    .product-grid {

        flex-wrap: wrap;

        gap: 20px;

        justify-content: center;

    }



    .product-card {

        flex: 1 1 calc(50% - 20px);

        max-width: calc(50% - 20px);

    }



    .shop-container {

        width: calc(100% - 32px);

    }



    .product-card h3 { font-size: 0.9rem; }



    /* Accessories */

    .accessories-section { padding: 60px 15px; }

    .accessories-container h2 { font-size: 28px; }

    .accessories-grid { gap: 25px; }



    .accessory-card { width: 45%; }

    .accessory-card img { height: 240px; }



    /* Details grid */

    .products-grid {

        grid-template-columns: repeat(3, 1fr);

        gap: 24px;

    }



    /* Product detail page */

    .product-detail-grid {

        grid-template-columns: 1fr;

        gap: 30px;

    }

    .pd-image-wrap { position: static; }

    .pd-name { font-size: 1.4rem; }

}





/* ─── iPad portrait (768px) ─────────────────────────────────── */

@media (max-width: 768px) {

    /* Details listing grid → 2 columns */

    .products-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 22px;

    }

    .home-section {

    min-height: 55vh;

    padding-bottom: 40px;

}



.home-shop-btn {

    top: 0px;

    padding: 14px 36px;

    top: 30;

}

    /* Shop grid stays 2-col, tighter */

    .product-card {

        flex: 1 1 calc(50% - 16px);

        max-width: calc(50% - 16px);

    }



    /* About */

    .about-section { padding: 48px 24px; }

    .about-container h2 { font-size: 1.4rem; }

    .about-container p { font-size: 0.98rem; }



    /* Cart drawer full-width */

    .cart-drawer { width: 100%; max-width: 100%; }



    /* Details section */

    .details-section { padding: 50px 20px; }

    .details-container h2 { font-size: 26px; }

}





/* ─── Footer 2-col ──────────────────────────────────────────── */

@media (max-width: 860px) {

    .footer-container {

        grid-template-columns: 1fr 1fr;

        gap: 34px;

    }

    .home-section {

    min-height: 55vh;

    padding-bottom: 40px;

}



.home-shop-btn {

    top: 0px;

    padding: 14px 36px;

    top: 30;

}

    .footer-brand { max-width: 100%; }

}





/* ─── Contact stacks / small tablets ────────────────────────── */

@media (max-width: 700px) {

    .contact-section { padding: 64px 22px 80px; }



    .form-row { grid-template-columns: 1fr; }

    .contact-container h2 { font-size: 1.45rem; }



    .accessories-section { padding: 40px 15px; }

    .accessories-container h2 { font-size: 24px; }



    .accessories-grid {

        flex-direction: column;

        align-items: center;

    }

    .home-section {

    min-height: 55vh;

    padding-bottom: 40px;

}



.home-shop-btn {

    top: 0px;

    padding: 14px 36px;

    top: 30;

}

    .accessory-card {

        width: 100%;

        max-width: 340px;

    }



    .accessory-card img { height: 260px; }

}





/* ─── Mobile phones (≤ 600px) ───────────────────────────────── */

@media (max-width: 600px) {

    /* Shop grid → single column on small phones */

    .product-grid {

        flex-direction: column;

        align-items: center;

        gap: 28px;

    }



    .product-card {

        flex: unset;

        width: 90%;

        max-width: 340px;

    }



    /* Details grid → single column */

    .products-grid {

        grid-template-columns: 1fr;

        gap: 24px;

        max-width: 340px;

        margin: 0 auto;

    }



    .detail-card img { height: 220px; }



    /* Home button */

    .home-shop-btn {

        padding: 14px 32px;

        font-size: 0.8rem;

    }

        .home-section {

    min-height: 55vh;

    padding-bottom: 40px;

}



.home-shop-btn {

    top: 0px;

    padding: 14px 36px;

    top: 30;

}



    /* About */

    .about-section { padding: 40px 18px; }

    .about-container h2 { font-size: 1.25rem; }



    /* Accessories */

    .accessory-card { max-width: 300px; }

    .accessory-card img { height: 240px; }



    /* Product detail */

    .pd-add-btn { font-size: 0.78rem; letter-spacing: 0.1em; }

    .pd-qty-btn { width: 38px; height: 38px; }

    .pd-qty-display { width: 46px; height: 38px; }

}





/* ─── Footer single-column ──────────────────────────────────── */

@media (max-width: 560px) {

    .site-footer { padding: 56px 22px 22px; }



    .footer-container {

        grid-template-columns: 1fr;

        gap: 32px;

    }

    .home-section {

    min-height: 55vh;

    padding-bottom: 40px;

}



.home-shop-btn {

    top: 0px;

    padding: 14px 36px;

    top: 30;

}

    .footer-form { flex-direction: column; }

    .footer-form button { width: 120px; }

    .footer-bottom { text-align: left; }

}





/* ─── Phones landscape / small phones (≤ 480px) ─────────────── */

@media (max-width: 480px) {

    .nav-container { padding: 0 58px; }



    .logo-img {

        width: auto;

        height: auto;

        max-height: 48px;

    }



    .logo-tagline {

        font-size: 0.48rem;

        letter-spacing: 0.15em;

        min-width: 130px;

    }



    .tagline-carousel { width: 150px; }



    /* Mobile menu text */

    .mobile-nav-links a,

    .mobile-dropdown-btn {

        font-size: 1.18rem;

        padding: 18px 26px;

    }



    .mobile-dropdown-menu a {

        font-size: 0.88rem;

        padding: 12px 42px;

    }



    /* Shop */

    .shop-section { padding: 42px 0 60px; }



    /* About */

    .about-section { padding: 40px 18px; }

    .about-container h2 { font-size: 1.2rem; }

    .about-container p {

        font-size: 0.92rem;

        line-height: 1.75;

    }



    /* Cart drawer */

    .cart-drawer-header,

    .cart-drawer-items {

        padding-left: 16px;

        padding-right: 16px;

    }

    .home-section {

    min-height: 55vh;

    padding-bottom: 40px;

}



.home-shop-btn {

    top: 0px;

    padding: 14px 36px;

    top: 30;

}

    /* Product detail */

    .product-page { padding: 30px 16px 70px; }

    .pd-name { font-size: 1.2rem; }

    .pd-price { font-size: 1.1rem; }

    .pd-bullets li { font-size: 0.88rem; }

}





/* ─── Very small phones (≤ 360px) ───────────────────────────── */

@media (max-width: 360px) {

    .nav-container { padding: 0 50px; }



    .logo-img {

        width: auto;

        height: auto;

        max-height: 44px;

    }

    .tagline-carousel { width: 130px; }



    .logo-tagline {

        font-size: 0.44rem;

        letter-spacing: 0.12em;

        min-width: 110px;

    }



    .product-card { width: 100%; max-width: 300px; }



    .cart-drawer-header,

    .cart-drawer-items {

        padding-left: 14px;

        padding-right: 14px;

    }

    .home-section {

    min-height: 55vh;

    padding-bottom: 40px;

}



.home-shop-btn {

    top: 0px;

    padding: 14px 36px;

    top: 30;

}

    .pd-qty-row { flex-direction: column; align-items: flex-start; gap: 14px; }

}

/* =======================================================
   MOBILE FIXES FOR BANNER, LOGO, AND PHOTOS
   ======================================================= */

@media (max-width: 900px) {
    /* 1. Hide the messy desktop stuff */
    .nav-links, .nav-socials {
        display: none !important;
    }
/* 2. Position Hamburger (Left) - Pushed down */
    .hamburger {
        display: flex !important;
        position: absolute !important;
        left: 20px !important;
        top: 5px !important; /* Increase this to push them lower (e.g., 8px) */
        z-index: 100 !important;
    }

    /* 3. Position Cart (Right) - Pushed down */
    .nav-right {
        display: flex !important;
        position: absolute !important;
        right: 20px !important;
        top: 5px !important; /* Increase this to match the hamburger */
        z-index: 100 !important;
    }
/* Add this inside your @media (max-width: 900px) block */
    .cart-btn {
        width: 40px !important;  /* Reduced from 44px or 54px */
        height: 40px !important; /* Reduced from 44px or 54px */
        font-size: 0.9rem !important; /* Makes the icon inside smaller */
    }

    /* This ensures the red count badge stays correctly positioned if the button shrinks */
    .cart-count {
        width: 16px !important;
        height: 16px !important;
        font-size: 0.55rem !important;
        top: -5px !important;
        right: -5px !important;
    }
}
/* =======================================================
   HAMBURGER & NAVBAR ALIGNMENT FIX
   ======================================================= */
@media (max-width: 900px) {
    /* 1. Give the navigation bar slightly more room so the logo isn't touching the edge */
    :root {
        --nav-height-mobile: 75px !important; 
    }
    
    /* 2. Remove the invisible 60px desktop margin that is pushing the hamburger down */
    .tagline-carousel {
        margin-bottom: 5px !important;
    }

    /* 3. Force the hamburger to center properly within the visible orange bar */
    .hamburger {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}


/* =======================================================
   PHONE SIZE SHOP NOW BUTTON ADJUSTMENT
   ======================================================= */
@media (max-width: 600px) {
    .home-shop-btn {
        padding: 10px 24px !important; /* Shrinks the top/bottom and left/right button size */
        font-size: 0.75rem !important;  /* Makes the text inside slightly smaller */
    }
}

/* Center the page heading */
h2, .accessories-container h2 {
    text-align: center !important;
    width: 100% !important;
}

/* Center the product card/image container */
.accessory-card, .detail-card {
    margin: 0 auto !important; /* Centers the card within its parent */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Centers image inside the card */
}

/* Ensure the wrapper is centered */
.accessories-grid, .products-grid {
    justify-content: center !important;
    text-align: center !important;
}