* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

@font-face {
    font-family: 'Untitled Sans Regular';
    src: url('../fonts/Untitled-Sans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Untitled Sans Medium';
    src: url('../fonts/Untitled-Sans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Romie';
    src: url('../fonts/RomieTrial-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
    font-family: 'Untitled Sans Regular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Romie';
    font-weight: 500;
}

body {
    font-family: 'Untitled Sans Regular';
    background: #F6F3F0;
    font-size: 10px;
}


.open-buy-modal {
    border: none;
    cursor: pointer;
}

.header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 88px;
    gap: 16px;
    padding: 0 64px;
    width: 100%;
}

.header__nav {
    flex: 1;
    display: flex;
    gap: 8px;
}

.logo-header {
    width: 140px;
}

.menu-icon-header {
    align-items: center;
    border: 1px solid #74371A;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    height: 48px;
    width: 48px;
}

.menu-icon-header img {
    width: 24px;
}

.menu {
    flex: 1;
}

.menu ul {
    display: flex;
    gap: 12px;
}

.menu ul a {
    color: #AF5E3A;
    font-size: 1.6rem;
    font-family: 'Untitled Sans Medium';
    padding: 0 16px;
}

.cta-container {
    display: flex;
    flex: 1;
    gap: 10px;
    justify-content: flex-end;
}

.cta-header {
    align-items: center;
    background: #74371A;
    border-radius: 80px;
    color: #F6F3F0;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    height: 48px;
    padding: 0 24px;
}

.hero-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 48px;
    width: 100%;
}

.hero-first-col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hero-first-col__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 48px;
    justify-content: center;
    width: 60%;
}

.hero-first-col__buttons {
    align-items: center;
    display: flex;
    gap: 10px;
}

.hero-button {
    align-items: center;
    border-radius: 80px;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    height: 48px;
    padding: 0 24px;
}

.hb-primary {
    background: #F6F3F0;
    color: #74371A;
}

.hb-secondary {
    color: #F6F3F0;
    border: 1px solid #F6F3F0;
}

.hero-section__background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 48px;
    height: 80vh;
    width: 100%;
    border-radius: 36px;
    background: rgba(0,0,0,1) url(../img/background-hero.webp) center 30%;
    background-size: cover;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-text h2 {
    color: #FFF;
    font-size: 5.6rem;
    text-wrap: balance;
}

.hero-text p {
    color: #FFF;
    font-size: 2rem;
    text-wrap: balance;
}

.hero-section__background img {
    width: 100%;
}

.avatar-group {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    gap: 16px;
    color: #FFF;
    font-size: 1.6rem;
}

.avatar-group img {
    height: 32px;
    width: auto;
}

.hero-section__text {
    color: #74371A;
    font-family: 'Romie';
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.5;
}

.cta-hero-section {
    align-items: center;
    border: 1px solid #AF5E3A;
    border-radius: 80px;
    color: #AF5E3A;
    display: flex;
    font-size: 2rem;
    height: 54px;
    justify-content: center;
    margin-top: 72px;
    padding: 0;
    width: 240px;
}

.features {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feature {
    align-items: center;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    padding: 40px 64px;
}

.feature[data-index="0"] { background: #D17F5A; }
.feature[data-index="1"] { background: #C46941; }
.feature[data-index="2"] { background: #AF5E3A; }
.feature[data-index="3"] { background: #74371A; }
.feature[data-index="4"] { background: #4C2411; }

.feature__inner {
    align-items: flex-start;
    display: flex;
    height: 100%;
    gap: 48px;
    transform-origin: center top;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 100%;
}

.feature__number {
    color: #FFF;
    font-size: 6.4rem;
}

.feature__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature__content h3 {
    color: #FFF;
    font-size: 4.8rem;
    text-wrap: balance;
}

.feature__content p {
    color: #FFF;
    font-family: 'Untitled Sans Regular';
    font-weight: 500;
    font-size: 2rem;
}

.feature__image {
    flex: 1 0 30%;
    border-radius: 40px;
    overflow: hidden;
}

.feature__image img {
    width: 100%;
}

.highlight {
    padding: 64px;
    width: 100%;
}

.highlight-container {
    display: flex;
    gap: 16px;
    width: 100%;
}

.highlight-container__each {
    flex: 0 0 50%;
    border-radius: 48px;
    overflow: hidden;
}

.highlight-container__each.left {
    aspect-ratio: 1;
    background: url(../img/background-02.webp) center bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-container__each.right {
    align-self: stretch;
    background: #E8E1D6;
    color: #74371A;
    display: flex;
    flex-direction: column;
    gap: 36px;
    justify-content: space-around;
    padding: 64px;
}

.highlight__title-right {
    font-size: 3.8rem;
    text-wrap: balance;
}

.highlight-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 90%;
}

.highlight-text p {
    font-size: 2rem;
    font-family: 'Untitled Sans Regular';
    font-weight: 400;
    line-height: 1.5;
}

.highlight-container__each.right h3 {
    font-size: 3rem;
}

.woman-highlight {
    width: 100%;
}

.cta-highlight {
    align-items: center;
    border: 1px solid #74371A;
    border-radius: 80px;
    color: #74371A;
    display: flex;
    height: 54px;
    font-size: 2rem;
    justify-content: center;
    padding: 0 24px;
    width: fit-content;
}

.diferentials {
    background-color: #F6F3F0;
    padding: 64px;
    font-family: sans-serif;
}

.diferentials-mobile {
    display: none !important;
}

.diferentials-container {
    width: 100%;
    display: flex;
    gap: 48px;
}

.diferentials__left {
    flex: 2;
}

.diferentials__right {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.diferentials-title {
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #838383;
    margin-bottom: 20px;
}

.diferentials .tab {
    display: flex;
    background: none;
    border: none;
    font-size: 6.4rem;
    margin: 10px 0;
    text-align: left;
    cursor: pointer;
    color: #888;
    transition: color 0.3s;
}

.tab span {
    margin-right: 8px;
    font-size: 1.8rem;
    font-family: 'Untitled Sans Regular';
}

.tab.active {
    color: #7a3b17; /* Marrom do destaque */
    font-weight: 500;
}

.tab:hover {
    color: #7a3b17;
}

.tab-content {
    display: none;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #7a3b17;
}

.tab-content.active {
    display: block;
}

.experience {
    align-items: flex-start;
    background: #F6F3F0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.experience > header {
    color: #74371A;
    display: flex;
    padding: 84px 64px 0 64px;
    width: 100%;
}

.experience > header h2 {
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 16px;
    text-wrap: balance;
}

.experience > header p {
    font-size: 1.8rem;
}

.experience__body {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    max-width: 100%;
    padding: 0 64px 64px 64px;
    width: 100%;
}

.header__text {
    flex: 1;
}

.cell-content {
    align-items: flex-start;
    border-radius: 24px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 16px;
    position: relative;
    min-width: 280px;
    height: 480px;
    width: 100%;
}

.cell-content__mask {
    background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.6));
    border-radius: 24px;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.cell-content[data-index="1"] { background: url(../img/experience_01.webp); background-size: cover; }
.cell-content[data-index="2"] { background: url(../img/experience_02.webp); background-size: cover; }
.cell-content[data-index="3"] { background: url(../img/experience_03.webp); background-size: cover; }
.cell-content[data-index="4"] { background: url(../img/experience_04.webp); background-size: cover; }
.cell-content[data-index="5"] { background: url(../img/experience_05.webp); background-size: cover; }

.cell-content header, .cell-content p { z-index: 1; }

.experience__title {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
}

.experience__number {
    font-size: 1.4rem;
}

.experience__description {
    font-size: 1.8rem;
} 

.form-section {
    background: url(../img/background-form.webp) center center;
    background-size: cover;
    padding: 64px;
    width: 100%;
}

.form-container {
    max-width: 580px;
    margin: 0 auto;
    border: 1px solid white;
    border-radius: 36px;
    padding: 48px;
    backdrop-filter: blur(20px);
}

.form-container h4 {
    color: white;
    text-align: center;
    font-size: 3.6rem;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-group label {
    font-size: 1.8rem;
    font-weight: 400;
    color: #FFF;
    padding: 0 14px;
}

.form-group input, .form-group select {
    background-color: white;
    border: none;
    border-radius: 80px;
    font-family: 'Untitled Sans Regular';
    font-size: 1.6rem;
    height: 48px;
    padding: 0 14px;
}

.cta-form {
    border: none;
    border-radius: 80px;
    background-color: #FAFAFA;
    color: #AF5E3A;
    height: 64px;
    font-family: 'Untitled Sans Regular';
    font-size: 2.4rem;
    margin-top: 24px;
    cursor: pointer;
}

.address {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px;
}

.address h2 {
    font-size: 3.8rem;
    text-align: center;
    color: #74371A;
}

.address-container {
    display: flex;
    gap: 32px;
    width: 100%;
}

.address-container-mobile {
    display: none !important;
}

.address-each {
    background: #E8E1D6;
    border-radius: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px;
    width: 100%;
}

.address-img {
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    margin-top: auto;
    padding: 3rem;
    width: 100%;
}

.address-each h6 {
    font-weight: 400;
    font-size: 3.2rem;
    color: #74371A;
    padding: 0 2rem;
}

.address-each p {
    color: #74371A;
    font-size: 1.4rem;
    padding: 0 2rem;
    margin-top: -12px;
}

.address-each a {
    align-items: center;
    background: #F6F3F0;
    border-radius: 120px;
    color: #AF5E3A;
    display: flex;
    font-size: 1.8rem;
    height: 56px;
    justify-content: space-between;
    padding: 0 24px;
}

.address-each a img {
    width: 24px;
}

.instagram {
    padding: 64px;
    width: 100%;
}

.instagram header {
    display: flex;
    justify-content: space-between;
}

.circle-highlight {
    display: flex;
    justify-content: center;
    padding: 64px;
}

.circle-text {
    position: relative;
    display: inline-block;
}

.circle-text svg {
    display: block;
}

.circle-text img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
}

.circle-text {
    position: relative;
    display: inline-block;
}

.circle-text svg {
    display: block;
}

.circle-text img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
}

/* Animação do texto */
.circular-text {
    animation: spin 24s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.instagram h2 {
    color: #74371A;
    font-family: 'Romie';
    font-size: 3.8rem;
    font-weight: 400;
    margin-bottom: 40px;
}

.instagram-link {
    display: flex;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #74371A;
    gap: 12px;
    padding: 0 24px;
    height: 52px;
    color: #74371A;
    font-size: 1.6rem;
}

.next-session {
    width: 100%;
    padding: 64px;
}

.next-session__container {
    align-items: stretch;
    background: #74371A;
    border-radius: 48px;
    display: flex;
    gap: 48px;
    padding: 32px;
}

.next-session__img {
    background-image: url(../img/next-session.webp);
    background-size: cover;
    background-position: top center;
    border-radius: 40px;
    flex: 1;
    aspect-ratio: 1 / 0.9;
    width: 100%;
}

.next-session__info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 48px 0;
    gap: 36px;
    justify-content: space-between;
    flex: 1;
}

.next-session__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.next-session__text h3 {
    color: #F6F3F0;
    font-size: clamp(3.6rem, 100vw, 5.6rem);
    line-height: 6rem;
    text-wrap: balance;
}

.next-session__text p {
    color: #F6F3F0;
    font-size: 2rem;
    line-height: 150%;
}

.next-session__cta {
    align-items: center;
    background: #F6F3F0;
    border-radius: 80px;
    color: #74371A;
    display: flex;
    font-size: 2.4rem;
    height: 62px;
    padding: 0 32px;
}

.faq {
    align-items: center;
    background: #E8E1D6;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 72px 64px;
}

.faq__header {
    display: flex;
    flex-direction: column;
}

.faq__header h2 {
    color: #74371A;
    font-size: 4rem;
    text-align: center;
}

.faq__header p {
    color: #838383;
    font-size: 1.8rem;
    text-align: center;
}

.faq__list {
    margin: 0 auto;
    width: 100%;
}

.faq__item {
    border-bottom: 1px solid #8a4a2b;
    padding: 24px 0;
}

.faq__item summary {
    cursor: pointer;
    font-size: 2.4rem;
    color: #8a4a2b;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq__item summary::-webkit-details-marker {
    display: none;
}

.faq__item summary::after {
    content: "+";
    font-size: 28px;
    transition: transform 0.2s ease;
}

.faq__item[open] summary::after {
    content: "–";
}

.faq__item p {
    margin-top: 16px;
    font-size: 1.6rem;
    color: #838383;
    line-height: 1.6;
}

.midia {
    width: 100%;
    overflow: hidden;
    padding: 64px 0 80px 0;
}

.midia-content {
    align-items: center;
    display: flex;
    gap: 80px;
    justify-content: center;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.midia-each {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 320px;
}

.midia-each p {
    color: #838383;
    font-size: 1.4rem;
    text-align: center;
}

.midia-content:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.footer-main {
    background: #AF5E3A;
    border-radius: 48px 48px 0 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 64px;
    width: 100%;
}

.img-footer {
    width: 100%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 64px;
}

.footer-grid h5 {
    font-size: 2.8rem;
    color: #F6F3F0;
}

.footer__news, .footer__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__news h5 {
    font-size: 4rem;
}

.footer__form {
    align-items: center;
    display: flex;
    gap: 16px;
}

.footer__content .footer__link {
    color: #F6F3F0;
    font-size: 1.6rem;
}

.footer__input {
    background: none;
    border: none;
    border-bottom: 1px solid #F6F3F0;
    color: #F6F3F0;
    flex: 1;
    font-family: 'Untitled Sans Regular';
    font-size: 1.6rem;
    height: 54px;
}

.footer__input:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #F6F3F0;
}

.footer__submit {
    height: 54px;
    color: #AF5E3A;
    background: #F6F3F0;
    font-family: 'Untitled Sans Regular';
    font-size: 1.8rem;
    padding: 0 16px;
    border-radius: 80px;
    border: none;
}

.footer__input::placeholder {
    color: #F6F3F0;
}

.words {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 112px 64px;
}

.words p {
    font-family: 'Romie';
    font-size: 6.4rem;
    text-align: center;
    color: #74371A;
}

.words p img {
    vertical-align: middle;
}

.words-orange {
    align-items: center;
    background: #AF5E3A;
    display: flex;
    justify-content: center;
    padding: 112px 64px;
}

.words-orange p {
    font-family: 'Romie';
    font-size: 6.4rem;
    text-align: center;
    color: #FFF;
}

.instagram-body {
    display: flex;
    gap: 24px;
    width: 100%;
}

.instagram-body a {
    flex: 1;
}

.instagram-body img {
    width: 100%;
    border-radius: 72px;
}

span.error {
    padding: 8px 12px;
    font-size: 1.2rem;
    background: #C33;
    border-radius: 80px;
    color: #FFF;
    font-weight: 600;
}

input:has(+ span.error) {
    border: 2px solid red;
    background: #FEE;
}

.testimonials {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 96px 64px;
}

.testimonials > h2 {
    color: #7a3b17;
    font-family: 'Romie';
    font-size: 6.4rem;
    line-height: 1.2;
    text-align: center;
}

.testimonials-each {
    display: grid;
    grid-template-columns: 80px 1fr 2fr 80px;
    min-height: 516px;
}

.testimonials-main {
    border-radius: 40px;
    background: #AF5E3A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 64px;
}

.testimonial-text {
    color: #F6F3F0 !important;
    font-family: 'Romie';
    font-size: 36px;
    font-weight: 300;
    line-height: 1.25;
}

.testimonial-details {
    align-items: center;
    color: #F6F3F0;
    display: flex;
    gap: 16px;
}

.testimonial-details h6 {
    font-size: 2rem;
}

.testimonial-details > span {
    font-size: 20px;
    font-weight: 400;
}

.testimonial-details a {
    font-size: 1.6rem;
    font-weight: 400;
}

.testimonials-img {
    background-size: cover !important;
    border-radius: 40px;
}

.testimonials-img.img-01 {
    background: url(../img/testimonial-01.webp) center 30%;
}

.testimonials-img.img-02 {
    background: url(../img/testimonial-02.webp) center 30%;
}

.products {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 96px 64px;
}

.products > h2 {
    color: #7a3b17;
    font-family: 'Romie';
    font-size: 6.4rem;
    line-height: 1.2;
    text-align: center;
}

.products-list {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
}

.each-product {
    align-items: center;
    background: #FAFAFA;
    border: 1px solid #E8E1D6;
    border-radius: 72px;
    color: #AF5E3A;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px 32px;
}

.each-product > h4 {
    font-size: 2.4rem;
}

.each-product > p {
    font-size: 1.6rem;
}

.benefits {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.benefits > h4 {
    color: #74371A;
    font-size: 2.4rem;
}

.benefits-list {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(5, 1fr);
}

.benefits-each {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefits-each p {
    font-size: 1.6rem;
    color: #AF5E3A;
    text-align: center;
    text-wrap: balance;
}

.benefits-legend {
    font-size: 1.2rem !important;
    color: #838383 !important;
    text-align: center !important;
}

/* SWIPER */

.swiper {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    background-color: #E0E0E0;
    width: 8px;
    height: 8px;
    opacity: 1;
    margin: 0 8px;
    transition: background-color 0.3s, transform 0.3s;
    border-radius: 80px !important;
}

.swiper-pagination-bullet-active {
    background-color: #AF5E3A !important;
    width: 34px !important;
}

.swiper-wrapper {
    padding-bottom: 80px !important;
}

.swiper-button-next, .swiper-button-prev {
    align-items: center !important;
    background: #F6F3F0 !important;
    border: 1px solid #AF5E3A !important;
    border-radius: 100%;
    display: flex !important;
    height: 48px !important;
    justify-content: center;
    margin-top: -96px !important;
    width: 48px !important;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.success-message {
    font-size: 2rem;
    text-align: center;
    padding: 16px;
    background: #00dd88;
    border-radius: 8px;
    font-weight: 800;
    box-shadow: 0 0 40px rgba(0, 255, 0, 0.4);
}

.orem-club {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 320px;
    padding: 96px 64px;
}

.orem-club__left {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    padding: 32px 0;
}

.orem-club__left h2 {
    font-size: 4rem;
    color: #74371A;
}

.orem-club__left p {
    font-size: 1.8rem;
    color: #74371A;
}

.orem-club__cta {
    align-items: center;
    background: none;
    border: 1px solid #74371A;
    border-radius: 80px;
    color: #74371A;
    display: flex;
    font-size: 1.8rem;
    height: 54px;
    padding: 0 24px;
    width: fit-content;
}

.orem-clube-p-only-mobile {
    font-size: 1.8rem;
    color: #74371A;
    display: none;
}
/*
.orem-club__grid {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
} */

.orem-club__grid {
    aspect-ratio: 6 / 4;
    background-color: #DDDDDD;
    background-image: url(../img/orem-moleton.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 40px;
}

.orem-club__grid__each {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.orem-club__grid__container {
    align-items: center;
    background-color: #E8E1D6;
    border-radius: 56px;
    color: #74371a;
    display: flex;
    font-weight: 800;
    font-size: 3.2rem;
    height: 100%;
    justify-content: center;
    padding: 24px;
    text-align: center;
    width: 100%;
}

.orem-club__grid__each > p {
    color: #838383;
    font-size: 1.4rem;
}

.only-desktop {
    display: flex;
}

.only-mobile {
    display: none;
}

footer > nav > ul {
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: space-around;
}

.open-menu-mobile {
    align-items: center;
    border: 1px solid #74371A;
    border-radius: 160px;
    color: #74371A;
    display: flex;
    cursor: pointer;
    font-size: 16px;
    height: 48px;
    padding: 0 24px;
    width: fit-content;
}

.menu-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f9f6f2;
    transition: right 0.3s ease-in-out;
    z-index: 999;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.menu-mobile.active {
    right: 0;
}

.menu-mobile > ul {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.menu-mobile > ul > li > a {
    color: #AF5E3A;
    font-size: 2rem;
    padding: 20px;
    width: 100%;
    display: flex;
}

.close-menu {
    background: none;
    border: 1px solid #AF5E3A;
    border: 1px solid #AF5E3A;
    width: 56px;
    height: 56px;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: 100%;
}

.menu-mobile__bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.menu-mobile__bottom .cta-header {
    width: 100%;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    height: 56px;
}

.my-cart {
    align-items: center;
    background: #F6F3F0;
    border-left: 1px solid #74371A;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 640px;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
}

.my-cart.active {
    right: 0;
}

.my-cart__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 24px 12px;
}

.my-cart__header h4 {
    color: #74371a;
    font-size: 3.2rem;
}

.close-cart {
    cursor: pointer;
}

.my-cart__frete {
    padding: 24px 12px;
    width: 100%;
}

.my-cart__frete p {
    font-size: 1.6rem;
    color: #838383;
    text-align: center;
    margin-bottom: 4px;
}

.my-cart__frete__bar {
    background: #E0E0E0;
    height: 4px;
    width: 100%;
}

.my-cart__products {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    padding: 0 12px;
}

.my-cart__product {
    align-items: center;
    background: #FFF;
    border: 1px solid #F0F0F0;
    border-radius: 24px;
    display: flex;
    gap: 24px;
    padding: 16px;
    width: 100%;
}

.my-cart__product > img {
    width: 80px;
}

.my-cart__product__infos {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 100%;
}

.my-cart__trash {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.my-cart__product__infos h4 {
    color: #74371A;
    font-size: 2rem;
}

.my-cart__product__detail {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}


.my-cart__quantity-selector {
    align-items: center;
    border: 1px solid #74371A;
    color: #74371A;
    display: flex;
    border-radius: 80px;
    height: 36px;
}

.my-cart__quantity-selector > button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 36px;
    width: 36px;
    background: none;
    border: none;
    color: #74371A;
    font-size: 2rem;
}

.my-cart__quantity-selector > input {
    background: none;
    border: none;
    max-width: 48px;
    height: 36px;
    color: #74371A;
    font-family: 'Untitled Sans Medium';
    font-size: 1.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-left: 12px;
}

.my-cart__quantity-selector > input:focus {
    border: none;
    outline: none;
}

.contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #CECECE;
    border-radius: 24px;
    justify-content: center;
    gap: 48px;
    padding: 32px 24px;
}

.contact h4 {
    font-size: 38px;
    color: #74371A;
}

.contact__list {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center;
    width: 100%;
}

.contact__item {
    align-items: center;
    display: flex;
    gap: 12px;
    color: #838383;
    font-size: 24px;
    font-weight: 400 !important;
    font-family: 'Untitled Sans Regular';
    flex: 1;
    width: 100%;
    justify-content: center;
}

.icon-menu-mobile {
    display: none;
}

.routine {
    align-items: center;
    background: #E8E1D6;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px;
}

.routine h2 {
    color: #74371A;
    font-size: 4rem;
    text-align: center;
}

.routine-main {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.routine__description {
    align-items: flex-start;
    color: #74371A;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.routine__description header {
    display: flex;
    flex-direction: column;
}

.routine__description header h4 {
    font-size: 3.2rem;
}

.routine__description header p {
    font-size: 1.8rem;
}

.routine__description > p {
    font-size: 1.4rem;
}

.routine__pricing {
    align-items: center;
    display: flex;
    gap: 24px;
}

.routine__pricing__true {
    font-size: 2.2rem;
    font-weight: 700;
}

.routine__pricing__false {
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: line-through;
}

.routine__cta {
    align-items: center;
    border: 1px solid #74371A;
    border-radius: 80px;
    color: #74371A;
    display: flex;
    font-size: 1.8rem;
    height: 54px;
    justify-content: center;
    padding: 0 24px;
}

.routine__img {
    text-align: center;
}

.routine__img img {
    width: auto;
}

.routine__detail {
    align-items: flex-end;
    color: #838383;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
}

.routine__detail p {
    width: 90%;
}

.founder {
    display: flex;
    justify-content: flex-start;
    padding: 64px;
    background: #838383;
}

.founder__container {
    background: #F6F3F0;
    border-radius: 40px;
    color: #AF5E3A;
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 48px;
    width: 50%;
}

.founder__text {
    font-family: 'Romie';
    font-size: 2.8rem;
}

.founder__details {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    gap: 16px;
}

/* PRODUCT */

.product-hero {
    padding: 24px 64px;
}

.product-hero__container {
    align-items: center;
    background: #FFF;
    border-radius: 40px;
    display: flex;
    gap: 32px;
    padding: 32px;
    width: 100%;
}

.product-hero__images {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 3fr;
    flex: 1;
}

.product-hero__thumbs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-hero__thumbs img {
    aspect-ratio: 1 / 1;
    border: 2px solid transparent;
    border-radius: 24px;
    cursor: pointer;
    object-fit: cover;
    transition: border-color 0.2s ease;
    width: 100%;
}

.product-hero__thumbs img:hover,
.product-hero__thumbs img.active {
    border-color: #74371A;
}

.product-hero__main-image {
    align-items: center;
    background: #F6F3F0;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    padding: 32px;
}

.product-hero__main-image img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.product-hero__infos {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
    padding: 24px 0;
    flex: 1;
}

.product-hero__rating {
    align-items: center;
    border: 1px solid #74371A;
    border-radius: 80px;
    color: #74371A;
    display: flex;
    font-size: 1.4rem;
    gap: 12px;
    padding: 8px 16px;
}

.product-hero__text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.product-hero__text h2 {
    color: #74371A;
    font-size: 4.4rem;
}

.product-hero__text p {
    color: #74371A;
    font-size: 1.8rem;
}

.product-hero__description {
    color: #74371A;
    font-size: 1.4rem;
}

.product-hero__value {
    align-items: center;
    color: #74371A;
    display: flex;
    gap: 16px;
}

.product-hero__value .routine__pricing__false {
    color: #838383;
}

.product-hero__actions {
    align-items: center;
    display: flex;
    gap: 16px;
}

.product-hero__quantity-selector {
    align-items: center;
    border: 1px solid #74371A;
    color: #74371A;
    display: flex;
    border-radius: 80px;
    height: 54px;
}

.product-hero__quantity-selector > button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 54px;
    width: 54px;
    background: none;
    border: none;
    color: #74371A;
    font-size: 2.4rem;
}

.product-hero__quantity-selector > input {
    background: none;
    border: none;
    max-width: 48px;
    height: 54px;
    color: #74371A;
    font-family: 'Untitled Sans Medium';
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-left: 12px;
}

.product-hero__quantity-selector > input:focus {
    border: none;
    outline: none;
}


.product-hero__cart {
    background: #74371A;
    border: none;
    border-radius: 80px;
    color: #FFF;
    cursor: pointer;
    font-family: 'Untitled Sans Regular';
    font-size: 1.8rem;
    height: 54px;
    padding: 0 36px;
    text-align: center;
}


.product-details {
    padding: 64px;
}

.product-details__tabs {
    border-bottom: 1px solid #838383;
    display: flex;
    gap: 64px;
    margin-bottom: 64px;
}

.product-details__tab {
    background: none;
    border: none;
    color: #838383;
    cursor: pointer;
    flex: 1;
    font-family: 'Romie';
    font-size: 2.4rem;
    padding: 16px 0;
    position: relative;
}

.product-details__tab:hover {
    color: #AF5E3A;
}

.product-details__tab--active {
    color: #AF5E3A;
}

.product-details__tab--active::after {
    background-color: #AF5E3A;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.product-details__content {
    align-items: start;
    display: grid;
    gap: 64px;
    grid-template-columns: 400px 1fr;
}

.product-details__panel {
    display: none;
    grid-template-columns: 2fr 3fr;
    gap: 48px;
}

.product-details__panel--active {
    display: grid;
}

.product-details__image-wrapper {
    align-items: center;
    background-color: none;
    border: 1px solid #AF5E3A;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    padding: 48px;
}

.product-details__image {
    height: auto;
    max-width: 100%;
}

.product-details__info {
    display: flex;
    flex-direction: column;
}

.product-details__title {
    background: #E8E1D6;
    color: #74371A;
    font-size: 42px;
    font-weight: 400;
    padding: 16px 12px;
}

.product-details__item {
    border-top: 1px solid #D9D9D9;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    padding: 24px;
}

.product-details__label {
    color: #838383;
    font-size: 1.8rem;
    font-weight: 600;
}

.product-details__description {
    font-size: 1.8rem;
    color: #838383;
}

.open-cart { position: relative; }

.open-cart .cart-quantity {
    align-items: center;
    background: #74371A;
    border-radius: 100%;
    bottom: 0;
    color: #FFF;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: -8px;
    width: 20px;
}

.cart-empty {
    align-items: center;
    color: #838383;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    padding: 64px;
}

.buy-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(180, 170, 160, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.buy-modal-overlay.active {
    display: flex;
}

.buy-modal {
    background: #F6F3F0;
    border-radius: 32px;
    padding: 48px;
    width: 95%;
    position: relative;
}

.buy-modal > h2 {
    color: #74371A;
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 32px;
}

.buy-modal-close {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-modal-close img {
    width: 100%;
}

.plans {
    display: flex;
    gap: 16px;
}

.plan {
    background: #E8E1D6;
    border-radius: 24px;
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.plan-header {
    margin-bottom: 16px;
}

.plan-header h3 {
    color: #74371A;
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.plan-sessions {
    color: #74371A;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.plan-description {
    color: #74371A;
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 24px;
}

.plan-points {
    margin-bottom: 16px;
}

.points-label {
    color: #74371A;
    font-size: 14px;
    display: block;
}

.points-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.points-value {
    color: #74371A;
    font-size: 24px;
    font-weight: 600;
}

.discount-badge {
    background: #AF5E3A;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    width: fit-content;
    white-space: nowrap;
}

.plan-btn {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    border-radius: 999px;
    padding: 16px 24px;
    border: none;
    cursor: pointer;
    color: #AF5E3A;
    font-size: 16px;
    font-weight: 500;
    margin-top: auto;
}

.plan-btn img {
    width: 16px;
    height: 16px;
}  

@media (max-width: 960px) {
    html {
        font-size: 50%;
    }

    .icon-menu-mobile {
        display: flex;
    }

    .open-menu-mobile {
        height: 36px;
        width: 36px;
        padding: 0;
        justify-content: center;
    }

    .open-menu-mobile > span {
        display: none;
    }

    .header {
        padding: 0 24px;
    }

    .logo-header {
        width: 96px;
    }

    .menu-icon-header {
        height: 36px;
        width: 36px;
    }
    
    .menu-icon-header img {
        width: 16px;
    }

    .hero-section {
        padding: 24px;
    }

    .hero-section__background {
        padding: 24px;
    }

    .hero-first-col__content {
        width: 100%;
        align-items: center;
    }

    .hero-text h2 {
        font-size: 3rem;
        line-height: 3.2rem;
        text-align: center;
    }

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

    .hero-first-col__buttons {
        justify-content: center;
    }

    .hero-first-col__buttons a {
        flex: 1;
        justify-content: center;
    }

    .highlight {
        padding: 48px 24px;
    }

    .highlight-container {
        flex-direction: column;
    }

    .highlight-container__each.right {
        padding: 36px;
    }

    .cta-hero-section {
        margin-top: 0px;
    }

    .feature {
        padding: 0;
    }

    .feature__inner {
        flex-direction: column;
        gap: 24px;
        padding: 24px;
    }

    .feature__content--h3-mobile {
        font-size: 3.6rem;
        color: #FFF;
    }

    .experience {
        gap: 0;
    }

    .experience > header {
        padding: 32px 32px 0 32px;
        gap: 0;
    }

    .experience__body {
        gap: 24px;
        padding: 24px;
    }

    .void-cell {
        display: none;
    }

    .dashed-line {
        left: 0;
    }

    .form-section {
        padding: 36px;
    }

    .form-container {
        width: 100%;
        padding: 24px;
    }

    .menu {
        display: none;
    }

    .diferentials-container {
        flex-direction: column;
    }

    .diferentials {
        padding: 36px;
    }

    .diferentials__left {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        position: relative;
        gap: 24px;
    }

    .diferentials .tab {
        font-size: 2.8rem;
    }

    .tab-mobile {
        font-size: 4.8rem !important;
    }

    .address {
        padding: 24px;
    }

    .address-container {
        flex-direction: column;
    }

    .address-each {
        gap: 16px;
        padding: 24px;
    }

    .instagram {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 36px;
    }

    .instagram header {
        flex-direction: column;
    }

    .words {
        padding: 96px 32px;
    }

    .words p {
        font-size: 4.8rem;
        text-wrap: balance;
    }

    .instagram {
        padding: 36px;
    }

    .instagram-body {
        overflow-x: auto;
    }

    .instagram a {
        align-self: center;
    }

    .instagram-body > a {
        min-width: 70vw;
    }

    .hero-section__text {
        max-width: 100%;
    }

    .diferentials-desktop {
        display: none;
    }

    .diferentials-mobile {
        display: flex !important;
    }

    .swiper-slide p {
        font-size: 2.4rem !important;
        font-family: 'Untitled Sans Regular';
        color: #74371A;
    }

    .address-container-desktop {
        display: none;
    }

    .address-container-mobile {
        display: block !important;
    }
    .routine {
        padding: 56px 20px;
    }
    .routine-main {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .routine__img {
        order: -1;
    }


    .routine__description header h4,
    .routine__description header p,
    .routine__description > p {
        text-align: left;
    }

    .routine__description > p {
        font-size: 1.8rem;
    }

    .routine__detail {
        align-items: center;
    }

    .routine__detail p {
        font-size: 1.6rem;
        text-align: center;
        width: 100%;
    }

    .routine__cta {
        align-self: stretch;
    }

    footer {
        padding: 48px 20px;
    }

    .footer-main {
        padding: 48px 20px;
    }

    .testimonials, .products {
        gap: 48px;
        padding: 48px 24px;
    }

    .testimonials-each {
        grid-template-columns: 1fr;
        grid-template-rows: 360px 320px;
    }

    .testimonials-main {
        padding: 40px 24px;
    }

    .testimonial-text {
        font-size: 3.6rem;
        line-height: 1.25;
    }

    .products-list {
        gap: 16px;
        padding: 0;
        max-width: 100%;
        overflow-x: scroll;
    }

    .each-product {
        width: 70vw;
    }

    .benefits-list {
        gap: 24px;
        max-width: 100%;
        overflow-x: scroll;
        padding: 32px;
    }

    .benefits-each {
        width: 50vw;
    }

    .orem-club {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 48px 20px;
        gap: 24px;
    }

    .orem-club__left {
        gap: 16px;
        padding-bottom: 0;
    }

    .orem-club__grid__container {
        aspect-ratio: 1;
        border-radius: 16px;
        font-size: 2rem;
        padding: 8px;
    }

    .orem-club__grid__container h6 {
        font-size: 14px;
    }

    .orem-club__grid__each {
        gap: 8px;
    }

    .orem-clube-p-only-mobile {
        display: flex;
    }

    .only-desktop {
        display: none;
    }

    footer > nav > ul {
        align-items: center;
        flex-direction: column;
        gap: 24px;
    }

    .words-orange {
        padding: 48px 32px;
    }

    .words-orange p {
        font-size: 4.8rem;
        text-wrap: balance;
    }
    .testimonials-white-bar {
        display: none;
    }
    .swiper-wrapper {
        padding-bottom: 0 !important;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .contact__list {
        flex-direction: column;
    }

    .contact__item {
        font-size: 20px;
    }

    .instagram h2 {
        margin-bottom: 8px;
        text-align: center;
    }

    .next-session {
        padding: 12px 20px;
    }

    .next-session__container {
        flex-direction: column;
        gap: 24px;
        padding: 20px;
    }

    .next-session__info {
        padding: 0;
        gap: 24px;
    }

    .next-session__text {
        gap: 16px;
    }

    .next-session__text p {
        font-size: 1.8rem;
        letter-spacing: 0.5px;
    }

    .next-session__cta {
        align-self: stretch;
        justify-content: center;
    }

    .faq {
        padding: 48px 20px;
    }

    .experience__description {
        font-size: 16px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer__news, .footer__content {
        gap: 12px;
    }
    .footer-grid h5 {
        font-size: 3.2rem;
    }
    .footer__content .footer__link {
        font-size: 2rem;
    }

    .only-mobile {
        display: flex;
    }
    
    .product-hero {
        padding: 24px 20px;
    }
    .product-hero__container {
        padding: 16px;
    }
    .product-hero__images {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .product-hero__thumbs {
        display: none;
    }
    .product-hero__main-image {
        width: 100%;
    }
    .product-hero__container {
        flex-direction: column;
        gap: 24px;
    }
    .product-hero__infos {
        padding: 0;
        gap: 16px;
    }
    .product-hero__value .routine__pricing__true {
        font-size: 2.2rem;
    }
    .product-details {
        padding: 12px 20px;
    }
    .product-details__tabs {
        margin-bottom: 24px;
    }
    .product-details__panel {
        grid-template-columns: 1fr;
    }
    .product-details__item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .founder {
        align-items: flex-end;
        padding: 240px 20px 20px 20px;
    }

    .founder__container {
        gap: 36px;
        padding: 24px;
        width: 100%;
    }
    .buy-modal {
        padding: 24px;
        border-radius: 24px;
        max-height: 90vh;
        overflow-y: auto;
    }
    .plans {
        flex-direction: column;
        gap: 12px;
    }
    .plan {
        padding: 20px;
        border-radius: 16px;
    }
    .buy-modal > h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .buy-modal-close {
        top: 16px;
        right: 16px;
        width: 36px;
        height: 36px;
    }
    .plan-header h3 {
        font-size: 20px;
    }
    .plan-sessions {
        font-size: 12px;
    }
    .plan-description {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .points-value {
        font-size: 22px;
    }
    .plan-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
    .feature__image, .feature__image img {
        width: 100%;
    }
}

#comprar-sessoes {
    cursor: pointer;
}

.my-cart__footer {
    background: #E8E1D6;
    border-top: 1px solid #E5E5E5;
    margin-top: auto;
    padding: 20px 12px;
    width: 100%;
}

.my-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.my-cart__checkout {
    width: 100%;
    background-color: #74371A;
    color: #fff;
    border: none;
    padding: 16px 24px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.my-cart__checkout:hover {
    background-color: #5a2a14;
}

.my-cart__checkout:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}