
/* body.sale .footer-global {
    display: none !important;
} */

.sale-header {
    height: 362px;
    position: relative;
    z-index: 1;
    background-color: #2b2b2b;
    background-color: #292929;
    overflow: hidden;
}

/* .sale-header-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: visible;
}

.sale-header-bg svg {
  position: absolute;
  top: 0%;
  will-change: transform;
} */

.sale-header svg {
    position: absolute;
    top: 0%;
    will-change: transform;
    stroke: #FFF;
}

.sale .header-anchor, 
.sale .header-anchor svg, 
.sale .header-anchor span {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.sale-main {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: initial;
    width: 100%;
    background-color: var(--black);
    /* z-index: 3; */
}

.sale-scroll {
    position: relative;
    width: 100%;
    height: 170vh;
    background-color: var(--black);
}

.parallax {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: initial;
    z-index: 1;
    width: 100%;
    background-color: var(--black);
    top: 0;
    left: 0;
    overflow: hidden;
    /* min-height: 130%; */
    /* margin-top: 29vh; */
}

.sale-main-inner {
    position: relative;
    width: 702px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* z-index: 1; */
    top: 0;
    /* margin-bottom: 12rem; */
    /* padding-top: 16px; */
    /* z-index: 3; */
}

.sale .main-body {
    padding: 0 8px;
    width: 651px;
}

.sale h1 {
    margin: 48px 0;
    font-size: 76px;
    line-height: 1.05em;
}

.sale h2, .sale h3, .sale h4, .sale h5 {
    font-family: 'iv', sans-serif;
    font-weight: 300;
    font-size: 41px;
    letter-spacing: -0.03em; 
    line-height: 0.95em;
    margin-bottom: 26px;
    margin-top: 96px;
}

.sale main p {
    font-size: var(--reg);
    line-height: 1.65;
    margin-bottom: 28px;
}

.sale-main-inner ul {
    padding-left: 44px;
}

.sale-main-inner ul li {
    list-style: disc;
    font-size: var(--reg);
    line-height: 1.85;
}

.sale-main-inner ol {
    padding-left: 26px;          
    list-style-position: outside; 
}

.sale main ol p {
    margin-bottom: 32px;
}

.sale main ol li {
    display: list-item;
    font-size: var(--lg);
    margin-bottom: 28px;
    line-height: 1.65;
    padding-left: 0;
}

.sale main ol li .list-desc {
    display: block;
    font-size: var(--reg);
    margin-top: 0.15em;   
    opacity: 0.85; 
}

.sale .p-ul {
    margin-bottom: 12px;
}

#sale-panel {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 2;
}

#sale-panel p {
    margin-bottom: 12px;
    font-size: var(--x-lg);
}

.sale-content {
    position: absolute;
    left: 44px;
    top: 44px;
    color: #000;
    width: 271px;
}

.sale-content p {
    font-size: 20px;
    line-height: 1.42;
    margin-bottom: 17px;
}

.sale-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black, black);
    height: 56px;
    width: 100%;
    background-color: var(--white);
    border: 1.5px solid #000;
    border-radius: 0;
    font-size: 20.6px;
    line-height: 1;
    padding-top: 2px;
    cursor: pointer;
    z-index: 51;
    transition: all 0.3s ease-in-out;
}

.sale-button:hover {
    background-color: var(--c-2);
    color: var(--black);
    border: 1.5px solid var(--c-2);
}

.sale-form {
    margin: 0;
}

.sale-main-footer {
    position: relative; 
    width: 100%;
    background: var(--black);
    z-index: 3;
}

.footer-sale {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

/* Access required notice */
.access-notice {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: var(--c-2, #f5c518);
    color: #000;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.access-notice p {
    margin: 0;
}

