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

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #FEFBF1;
    /* border-top: 36px solid rgb(242, 223, 186); */
}

@font-face {
    font-family: 'SALVAGER';
    src: url('./assets/fonts/SALVAGER.woff2') format('woff2'),
        url('/assets/fonts/SALVAGER.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    color: #333;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    font-family: 'SALVAGER';
    font-weight: normal;
    font-style: normal;
    color: #283069;
    opacity: .9;
}

h4 {
    font-size: 2.5rem;
    font-family: 'SALVAGER';
    font-weight: normal;
    font-style: normal;
    color: #283069;
    opacity: .9;
    margin-bottom: 1rem;
}

p {
    line-height: 1.6;
    color: #666;
    margin-bottom: 1rem;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.container.on-header {
    max-width: unset !important;
}

.container.small {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.container.large {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.space-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

@media screen and (max-width: 1800px) {
    .container, .container.small, .container.large {
        padding: 0 54px;
    }
    .container.on-header {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .container, .container.small, .container.large {
        max-width: 375px;
        width: 90%;
        padding: 0;
    }
    .flex-row {
        flex-direction: column;
    }
}

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

/* PRODUTOS */
.produtos-hero {
    position: relative;
    height: 642px;
    margin-bottom: 240px;
}

.produtos-hero .container {
    padding-top: 86px;
}

.produtos-hero .caviar-hero {
    width: 100%;
    height: auto;
    max-width: 408px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.cav-ico {
    width: 64px;
    height: auto;
}

.produtos-hero .hero-wrapper .title {
    font-size: 4.5rem;
    font-family: 'SALVAGER';
    line-height: 104px;
    margin: 0;
    color: #283069;
}

.produtos-hero .hero-wrapper {
    width: 100%;
    max-width: 306px;
}

.produtos-hero .hero-wrapper.req {
    width: 100%;
    max-width: 336px;
    position: absolute;
    right: -56px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.produtos-hero .hero-wrapper.req .cav-ico {
    position: relative;
    margin-left: -120px;
    width: 360px;
    margin-bottom: 26px;
    z-index: 1;
}

.produtos-hero .hero-wrapper.trad {
    width: 100%;
    max-width: 426px;
    position: absolute;
    right: 34%;
    top: 100%;
    transform: translate(-50%, -50%);
}

.produtos-hero .hero-wrapper.trad .cav-ico {
    width: 152px;
    float: right;
}

@media screen and (min-width: 1390px) {
    .produtos-hero .hero-wrapper.req {
        right: 10%;
    }
    .produtos-hero .hero-wrapper.trad {
        right: 45%;  
    }
}

@media screen and (max-width: 768px) {
    .produtos-hero {
        height: auto;
        margin-bottom: 120px;
    }
    .produtos-hero .hero-wrapper .title {
        font-size: 3.5rem;
    }
    .produtos-hero .container.large {
        padding-top: 0;
    }
    .produtos-hero .caviar-hero {
        max-width: 260px;
        position: unset;
        display: block;
        margin: 0 auto;
        transform: unset;
    }
    .produtos-hero .hero-wrapper {
        max-width: 100%;
    }
    .produtos-hero .hero-wrapper.req, 
    .produtos-hero .hero-wrapper.trad {
        max-width: 100%;
        position: unset;
        transform: unset;
    }
}

.page-produto .wrapper {
    position: relative;
}

.hero-produto {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 22px;
}

.hero-produto-corte {
    display: block;
    position: absolute;
    bottom: -40%;
    right: 2%;
    width: 360px;
    height: 360px;
}

.page-produto .intro-wrapper {
    border-bottom: 1px solid #E3B562;
}

.page-produto .intro-wrapper h2 {
    margin-top: 42px;
}

.page-produto .intro-wrapper p {
    max-width: 1200px;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.page-produto .description-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 34px;
    padding: 32px 0 32px;
    border-bottom: 1px solid #E3B562;
}

.page-produto .description-grid .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgba(227, 181, 98, .15);
    padding: 70px 0 70px;
    border-radius: 16px;
    text-align: center;
}

.page-produto .description-grid .wrapper .grid-size-img {
    width: 122px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.page-produto .description-grid .wrapper .grid-flavor-img {
    width: 116px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.page-produto .description-grid .wrapper .grid-color-img {
    width: 182px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.page-produto .description-grid .wrapper .small {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    margin-bottom: 0;
}

.page-produto .description-grid .wrapper .large {
    font-size: 24px;
    color: #283069;
    line-height: 32px;
    max-width: 320px;
    margin: 0 auto;
}

.page-produto .slider-wrapper {
    padding: 120px 0;
}

.swiper-buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    margin-top: 0;
    width: 68px;
    height: 68px;
    border: 1px solid #28306945;
    transition: all .2s ease-in-out;
    position: unset;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 24px;
    height: 38px;
    color: #283069;
}

.product-slider-title {
    font-size: 36px;
    font-family: 'SALVAGER';
    color: #283069;
    text-align: center;
}

.swiper {
  width: 100%;
  height: 826px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.bg-divider .wrapper {
    display: flex;
}

.corte-tampa {
    width: 100%;
    max-width: 124px;
    align-self: center;
    margin-right: 32px;
}

.bg-arrow {
    width: 100%;
    max-width: 370px;
    align-self: center;
    margin-right: 32px;
    margin-left: 52px;
}

.bg-divider {
    background-color: rgb(21, 24, 47);
}

.bg-divider .wrapper {
    padding: 42px 0;
}

.bg-divider .title {
    font-size: 36px;
    font-family: 'SALVAGER';
    color: rgba(227, 181, 98, .9);
    margin-bottom: 0;
}

.bg-divider .body {
    color: #fcfcfca6;
}

.bg-divider .btn {
    display: block;
    font-family: 'SALVAGER';
    font-size: 24px;
    line-height: 54px;
    padding: 0 32px;
    border: 1px solid #E3B562;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #fff;
    align-self: center;
}

.bg-divider .btn:hover {
    /* color: #283069; */
    background-color: #E3B562;
}

.bg-divider .btn:active {
    transform: scale(.8);
}

.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 104px;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    .slider-wrapper {
        padding: 12px 0;
    }
    .swiper-button-next {
        right: 40%;
    }
    .swiper-button-prev {
        left: 40%;
    }
    .swiper {
        height: auto;
    }
    .product-slider-title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 425px) {
    .swiper-button-next {
        right: 24%;
    }
    .swiper-button-prev {
        left: 24%;
    }
}

/* CONTATO */

.page-contato .container {
    padding: 78px 0 120px;
    position: relative;
}

.description-wrapper {
    max-width: 450px;
    align-self: center;
}

.description-wrapper p {
    margin-bottom: 56px;
}

.link-icon {
    display: flex;
    position: relative;
    padding-left: 42px;
    text-decoration: none;
    color: #283069;
    font-weight: 300;
    margin-bottom: 1rem;
    align-self: center;
}

.link-icon:before {
    content: "";
    display: block;
    width: 22px;
    height: 15px;
    background: url("../img/yellow-mail-icon-2x.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
}

.link-icon.phone:before {
    background: url("../img/yellow-phone-icon-2x.png");
    background-position: center;
    background-size: contain;
    height: 22px;
    top: 0;
}

.form-wrapper {
    max-width: 100%;
    width: 604px;
    padding: 52px 50px 40px;
    background-color: rgb(21, 24, 47);
    border-radius: 16px;
    color: #fff;
    z-index: 2;
}

.form-wrapper form {
    display: flex;
    flex-direction: column;
}

.form-wrapper form label {
    font-weight: 500;
    margin-bottom: 12px;
}

.form-wrapper form input {
    padding: 18px 14px 14px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.form-wrapper .radio-wrapper {
    display: flex;
    flex-direction: row;
}

.form-wrapper .radio-wrapper input[type="radio"] {
    align-self: flex-start;
    margin-top: 4px;
}

.form-wrapper .radio-wrapper label {
    font-size: 14px;
    padding-left: 8px;
}

.form-wrapper .form-submit {
    display: flex;
    width: 170px;
    padding: 14px 0;
    position: relative;
    align-self: flex-end;
    font-size: 16px;
    transition: all .2s ease-in-out;
    text-decoration: none;
    background-color: rgb(227, 181, 98);
    color: #fff;
    justify-content: center;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.form-wrapper .form-submit:active {
    transform: scale(.8);
}

.form-wrapper .form-submit img {
    width: 12px;
    height: 13px;
    align-self: center;
    margin-left: 10px;
}

.form-wrapper input[type="submit"]:active {
    transform: scale(.8);
}

.form-wrapper input[type="submit"]:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: url("../img/submit-arrow-2x.png");
    right: 0;
    top: 0;
}

.form-wrapper input[type="textarea"] {
    height: 86px;
}

.caviar-abs {
    position: absolute;
    width: 150px;
    height: 158px;
    bottom: 0;
    left: 48%;
    transform: translate(-50%, -50%);
}

.contato-caviar-divider {
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .description-wrapper {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .form-wrapper {
        margin: 0 auto;
        padding: 52px 25px 40px;
    }
    .caviar-abs {
        display: none;
    }
    .form-wrapper .form-submit {
        align-self: center;
    }
}

/* PAGE PRODUTOS */

.product-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 34px;
}

.product-grid-item {
    background-color: rgb(248, 235, 210);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    transition: all .2s ease-in-out;
}

.product-grid-item:hover {
    transform: scale(1.1);
}

.product-grid-item img {
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .product-grid-item img {
        max-width: unset;
    }
}

.product-grid-item-meta {
    padding: 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 364px;
}

.product-grid-item-meta .grid-meta {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;    
}

.product-grid-item-meta .title {
    font-size: 40px;
    font-family: 'SALVAGER';
    color: #283069;
    margin-bottom: 0;
    line-height: normal;
}

.product-grid-item-meta .body {
    margin-bottom: 0;
}

.product-grid-item-meta a {
    display: flex;
    width: 178px;
    justify-content: center;
    font-size: 24px;
    font-family: 'SALVAGER';
    color: #fff;
    background-color: #283069;
    padding: 20px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
}

.product-grid-item-meta a:active {
    transform: scale(.8);
}

.size-description {
    padding-top: 100px;
}

@media screen and (max-width: 768px) {
    .product-grid-wrapper {
        grid-template-columns: 1fr;
    }
    .product-grid-item-meta {
        padding-bottom: 34px;
    }
}

.marquee-container {
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.marquee-container-top {
    height: 36px;
    background-color: rgb(242, 223, 186);
    display: flex;
    align-items: center;
    color: #283069;
    font-family: 'SALVAGER';
    white-space: no-wrap;
}

.marquee-container-top.mobile {
    display: none;
}

.marquee-container-top .swiper-marquee .swiper-slide {
    gap: 0 10px;
    padding-right: 10px;
}

.marquee-container::before,
.marquee-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.marquee-container::before {
    left: 0;
}

.marquee-container::after {
    right: 0;
}

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

.swiper-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper-marquee .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-right: 40px;
}

.logo {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
}

.text {
    font-family: 'SALVAGER';
    font-size: 96px;
    color: #283069;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .text {
        font-size: 48px;
    }
    .swiper-marquee .swiper-slide {
        gap: 20px;
        padding: 0 20px;
    }
    .marquee-container-top.mobile {
        display: flex;
    }
}

.two-column-small {
    display: flex;
    gap: 186px;
    justify-content: center;
}

.two-column-small img {
    width: 100%;
    max-width: 584px;
}

.two-column-small .wrapper {
    display: flex;
    width: 100%;
    max-width: 430px;
    flex-direction: column;
    justify-content: center;
}

.two-column-small .wrapper .title,
.two-column-large .wrapper .title {
    font-size: 40px;
    font-family: 'SALVAGER';
    color: #283069;
    line-height: 56px;
    margin-bottom: 36px;
}

.two-column-small .wrapper .body,
.two-column-large .wrapper .body {
    font-size: 16px;
}

.two-column-large {
    display: flex;
    gap: 100px;
    margin-bottom: 154px;
    padding: 34px 0 34px 34px;
}

.bg-beige {
    background-color: #FBF3E1;
    border-radius: 16px;
}

.two-column-large img {
    width: 100%;
    max-width: 736px;
}

@media screen and (max-width: 1366px) {
    .two-column-large {
        gap: 34px;
    }
    .two-column-large img {
        max-width: 550px;
    }
}

.two-column-large .wrapper {
    display: flex;
    width: 100%;
    max-width: 450px;
    flex-direction: column;
    justify-content: center;
    padding-right: 2%;
}

.two-column-large .wrapper .title {
    width: 100%;
    max-width: 477px;
}

.two-column-large .wrapper .body {
    margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
    .two-column-small {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .two-column-small .wrapper .title {
        line-height: 48px;
    }
    .two-column-large {
        gap: 40px;
        flex-direction: column;
        align-items: center;
        padding: 24px 12px;
        margin-bottom: 80px;
    }
    .two-column-large .wrapper .title {
        font-size: 32px;
        line-height: 48px;
    }
}

.saiba-mais-divider {
    display: flex;
    background-color: rgb(21, 24, 47);
    gap: 46px;
    margin-top: 170px;
}

.saiba-mais-divider img {
    width: 100%;
    max-width: 845px;
    height: auto;
}

.saiba-mais-divider .wrapper {
    align-self: center;
}

.saiba-mais-divider .wrapper .title {
    font-size: 46px;
    font-family: 'SALVAGER';
    color: rgb(227, 181, 98);
    margin-bottom: 0;
}

.saiba-mais-divider .wrapper .body {
    font-size: 18px;
    color: #FCFCFC;
}

.saiba-mais-divider .wrapper a {
    width: 177px;
    display: flex;
    justify-content: center;
    padding: 18px;
    border: 1px solid #E3B562;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.saiba-mais-divider .wrapper a:hover {
    background-color: #E3B562;
}

.saiba-mais-divider .wrapper a:active {
    transform: scale(.8);
}

.saiba-mais-divider .wrapper a span {
    font-size: 24px;
    font-family: 'SALVAGER';
    color: #FCFCFC;
}

@media screen and (max-width: 1680px) {
    .saiba-mais-divider img {
        max-width: 750px;
    }
}

@media screen and (max-width: 1440px) {
    .saiba-mais-divider img {
        max-width: 626px;
        object-fit: cover;
    }
    .saiba-mais-divider .wrapper {
        padding: 32px 0;
    }
}

@media screen and (max-width: 1366px) {
    .saiba-mais-divider img {
        max-width: 610px;
    }
}

@media screen and (max-width: 768px) {
    .saiba-mais-divider {
        flex-direction: column;
        margin-top: 60px;
        gap: 0;
    }
    .saiba-mais-divider img {
        max-width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .saiba-mais-divider .wrapper {
        padding: 46px 32px;
    }
    .saiba-mais-divider .wrapper .title {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }
    .saiba-mais-divider .wrapper .body {
        text-align: center;
        margin-top: 10px;
    }
    .saiba-mais-divider .wrapper a {
        width: 100%;
    }
}

/* HOME */

.home-page .hero-wrapper {
    height: 823px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .home-page .hero-wrapper {
        height: 100vh;
    }
}

.home-page .hero-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 16px;
    padding: 16px 14px;
}

.home-page .hero-background img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 823px;
    border-radius: inherit;
    object-position: center top;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .home-page .hero-background {
        display: none;
    }    
}

.gold-title {
    color: #E1B35F;
    font-size: 24px;
    font-family: "SALVAGER";
    text-transform: uppercase;
}

.home-page .hero-title {
    font-size: 80px;
    line-height: normal;
    font-family: "SALVAGER";
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.home-page .hero-wrapper .wrap {
    display: flex;
    padding-top: 140px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1366px) {
    .home-page .hero-wrapper .wrap {
        padding-top: 70px;
    }
}

.home-page .hero-wrapper .btn.hero {
    display: flex;
    max-width: 332px;
    width: 100%;
    font-family: 'SALVAGER';
    font-size: 24px;
    line-height: 54px;
    background-color: #EFBF6A;
    /* transition: scale .2s ease-in-out; */
    text-decoration: none;
    color: #283862;
    align-self: center;
    justify-content: center;
    border-radius: 50px;
}

/* .home-page .hero-wrapper .btn.hero:hover {
    background-color: #283069;
    color: #fff;
}

.home-page .hero-wrapper .btn.hero:active {
    transform: scale(.8);
} */

.opening-text {
    color: #283069;
    margin-top: 80px;
    font-family: "SALVAGER";
    font-size: 24px;
    text-align: center;
}

.home-page .two-column-small {
    margin-top: 160px;
    gap: 120px;
    position: relative;
}

.home-page .two-column-small .wrapper {
    max-width: 565px;
}

.home-page .two-column-small img {
    width: 480px;
    position: relative;
    z-index: 2;
}

.home-page .two-column-small .btn {
    display: flex;
    max-width: 280px;
    width: 100%;
    font-family: 'SALVAGER';
    font-size: 24px;
    line-height: 64px;
    border: 1px solid #283069;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #283862;
    justify-content: center;
}

.home-page .two-column-small .btn:hover {
    background-color: #283069;
    color: #fff;
}

.home-page .two-column-small .btn:active {
    transform: scale(.8);
}

.home-page .two-column-small .cav-spoon {
    position: absolute;
    width: 246px;
    height: 146px;
    left: -8%;
    bottom: -60px;
    z-index: 1;
}

.home-page .tipos-caviar-divider {
    display: flex;
    flex-direction: column;
    height: 480px;
    background: url("../img/tipos-divider.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    justify-content: flex-end;
    margin-top: 160px;
    margin-bottom: 120px;
}

.home-page .tipos-caviar-divider .body-wrapper {
    background-color: #282C41;
    justify-self: flex-end;
    padding: 20px 0 40px 32px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
}

.home-page .tipos-caviar-divider .body-wrapper .title {
    font-size: 56px;
    line-height: normal;
    margin-bottom: 12px;
    font-family: "SALVAGER";
    color: #FFF;
    z-index: 2;
    position: relative;
}

.home-page .tipos-caviar-divider .body-wrapper .body {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}

.home-page .tipos-caviar-divider .body-wrapper img {
    position: absolute;
    width: 100%;
    height: 190px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.home-page .tipos-caviar-divider .cav-spoon {
    position: absolute;
    right: 2%;
    bottom: -8%;
    width: 100%;
    max-width: 430px;
    z-index: 2;
}

hr {
    border-color: rgba(198, 193, 184, .3);
    margin: 32px 0;
}

hr.home-divider {
    margin: 96px 0
}

.img-divider {
    width: 100%;
    display: block;
}

.home-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
    margin-bottom: 130px;
}

.home-img-grid img {
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
}

.home-img-grid img:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .home-page .hero-wrapper {
        height: 681px;
        background: url("../img/persian-home-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .home-page .hero-wrapper .wrap {
        gap: 40px;
    }
    .home-page .hero-title {
        font-size: 56px;
        padding: 0 32px;
    }
    .home-page .hero-wrapper .btn.hero {
        max-width: 285px;
    }
    .home-page .two-column-small {
        margin-top: 32px;
        gap: 40px;
    }
    .tampa-home {
        max-width: 100% !important;
        margin: 0 auto;
    }
    .home-page .two-column-small .cav-spoon {
        left: 50%;
        top: 104%;
        transform: translate(-50%, -50%);
    }
    .home-page .tipos-caviar-divider {
        background: url("../img/barco-mobile.png");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 566px;
        margin-bottom: 24px;
    }
    .home-page .tipos-caviar-divider .body-wrapper {
        padding: 35px 18px 42px 18px;
        max-height: 268px;
    }
    .home-page .tipos-caviar-divider .body-wrapper .title {
        font-size: 40px;
        line-height: 44px;
    }
    .home-page .tipos-caviar-divider .cav-spoon {
        max-width: 200px;
        top: 35%;
        left: 0;
        bottom: unset;
        right: unset;
    }
    .product-grid-item {
        background-color: rgba(248, 235, 210, .5);
        position: relative;
        margin-top: 260px;
    }
    .product-grid-item img {
        width: 75%;
        position: absolute;
        top: -25%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .product-grid-item .title,
    .product-grid-item .body {
        text-align: center;
    }
    .product-grid-item .product-grid-item-meta {
        justify-content: space-around;
        padding-bottom: 0;
        padding-top: 26px;
    }
    .product-grid-item-meta a {
        width: 100%;
    }
    hr.home-divider {
        margin: 32px 0;
    }
    .mobile-home-img-divider {
        width: 100%;
        margin: 0 auto;
    }
    .home-page .marquee-container {
        padding-bottom: 0;
    }
    .home-page .two-column-small .btn {
        max-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .home-page .hero-title {
        padding: 0;
    }
}

/* O CAVIAR */
.page-caviar .container.intro {
    padding: 80px 0;
}

.page-caviar .container.intro .wrapper {
    display: flex;
    gap: 72px;
    justify-content: space-between;
}

.page-caviar .container.intro .wrapper .wrap {
    width: 100%;
    max-width: 734px;
}

.page-caviar .container.intro .wrapper .title {
    font-size: 72px;
    color: #283069;
    line-height: normal;
    font-family: "SALVAGER";
    justify-self: flex-start;
}

.o-caviar-divider {
    display: block;
    width: 100%;
    max-width: 1886px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 120px;
}

.page-caviar .container.small.origem .wrapper {
    display: flex;
    gap: 120px;
    margin-bottom: 120px;
    justify-content: space-between;
}

.page-caviar .container.small.origem .wrapper .wrap {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.container.small.origem .wrapper .wrap .title,
.container.large.habitat .container.small .wrap .title {
    font-size: 56px;
    font-family: "SALVAGER";
    line-height: 64px;
    color: #283069;
}

.container.large.habitat .wrapper {
    background-color: rgba(227, 181, 98, .09);
    border-radius: 8px;
    position: relative;
    padding-top: 170px;
    padding-bottom: 100px;
}

.container.large.habitat .wrapper .container.small {
    display: flex;
    gap: 74px;
    justify-content: center;
    align-items: center;
}

.container.large.habitat .wrapper .container.small .wrap {
    align-self: flex-start;
}

.logo-habitat {
    width: 96px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container.large.diferenca .wrapper {
    background-color: #282C41;
    border-radius: 8px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 150px;
}

.container.large.diferenca .wrapper .container.small {
    display: flex;
    gap: 260px;
    justify-content: center;
    align-items: center;
}

.container.large.diferenca .wrapper .container.small .title {
    width: 100%;
    min-width: 460px;
    font-size: 64px;
    color: #fff;
    line-height: 72px;
    font-family: "SALVAGER";
    align-self: flex-start;
}

.container.large.diferenca .wrapper .container.small p {
    color: #fff;
}

.esturjao-direita {
    width: 300px;
    position: absolute;
    top: 2%;
    right: 5%;
    transform: translate(-50%, -50%);
}

.esturjao-esquerda {
    width: 300px;
    position: absolute;
    bottom: -8%;
    left: 5%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.almas-divider {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 130px;
}

.pill {
    background-color: rgb(227, 181, 98);
    border-radius: 32px;
    display: flex;
    width: 134px;
    justify-content: center;
    padding: 6px 0;
    margin-bottom: 22px;
}

.pill span {
    font-size: 20px;
    color: #fff;
    line-height: normal;
    font-family: "SALVAGER";
}

.page-caviar .container.small.bumps .wrapper {
    display: flex;
    gap: 140px;
}

.page-caviar .container.small.bumps .wrapper .wrap {
    align-self: center;
}

.page-caviar .container.small.bumps .wrapper .wrap .title {
    font-size: 56px;
    color: #283069;
    line-height: normal;
    font-family: "SALVAGER";
    margin-bottom: 32px;
}


@media screen and (max-width: 768px) {
    .page-caviar .container.intro {
        padding: 0;
        margin-bottom: 32px;
    }
    .page-caviar .container.intro .wrapper {
        flex-direction: column;
        gap: 0;
    }
    .o-caviar-divider {
        margin-bottom: 32px;
        height: 480px;
        object-fit: cover;
        padding: 0 8px;
        border-radius: 16px;
    }
    .page-caviar .container.small.origem .wrapper {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }
    .container.large.habitat .wrapper .container.small {
        flex-direction: column;
        gap: 32px;
    }
    .container.large.habitat .wrapper .container.small img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .container.large.habitat .wrapper {
        padding-top: 90px;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .container.large.habitat .container.small .wrap .title {
        text-align: center;
        font-size: 48px;
        line-height: normal;
    }
    .container.large.diferenca .wrapper {
        padding-top: 48px;
        padding-bottom: 48px;
        margin-bottom: 120px;
    }
    .container.large.diferenca .wrapper .container.small {
        flex-direction: column;
        gap: 0;
    }
    .container.large.diferenca .wrapper .container.small .title {
        min-width: unset;
        font-size: 42px;
        line-height: normal;
    }
    .page-caviar .container.small.bumps .wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .esturjao-esquerda {
        width: 75%;
        left: 10%;
        bottom: -6%;
    }

    .produtos-hero .container {
        padding-top: 0;
    }
    .size-description {
        padding-top: 0;
    }
    .produtos.marquee-container {
        padding: 32px 0 42px;
    }
    .produtos.two-column-large.bg-beige {
        margin-bottom: 32px;
    }
    .produto.two-column-small {
        margin-top: 0;
    }
}

/* SOBRE */

.container.video {
    margin-top: 180px;
    margin-bottom: 32px;
}

.container.video .title {
    font-size: 40px;
    color: #283069;
    font-family: "SALVAGER";
    line-height: normal;
    margin-bottom: 0;
}

.container.small.home-page .wrap {
    position: relative;
}

.home-page .two-column-small .sobre-cav {
    width: 150px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.container.small.sobre {
    background-color: rgba(227, 181, 98, .09);
    border-radius: 8px;
    padding: 98px 0 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container.small.sobre .wrapper {
    width: 100%;
    max-width: 1150px;
    display: flex;
    gap: 40px;
    justify-content: space-evenly;
}

.container.small.sobre .wrapper .wrap {
    width: 100%;
    max-width: 430px;
    align-self: center;
}

.container.small.sobre .wrapper .img-wrap {
    position: relative;
}

.container.small.sobre .wrapper .img-wrap:after {
    position: absolute;
    content: "";
    display: block;
    width: 102px;
    height: 94px;
    background: url("../img/cav-ico-2.png");
    bottom: -55px;
    right: -40px;
}

.home-page .two-column-small .food-cav {
    width: 908px;
    max-width: 908px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .home-page .two-column-small .food-cav {
        max-width: 100%;
    }
}

.mt200 {
    margin-top: 200px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mb40 {
    margin-bottom: 40px;
}

.pb80 {
    padding-bottom: 80px;
}

.align-end {
    align-self: flex-end !important;
}

.align-center {
    align-self: center !important;
}

.img-wrap {
    position: relative;
}

.z-2 {
    position: relative;
    z-index: 2;
}

.cavia-eggs {
    width: 148px;
    position: absolute;
    left: 96%;
    top: 96%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.g120 {
    gap: 120px !important;
}

.open-video img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 120px;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #000000d9;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999;
}

.video-wrapper.open {
    width: 100vw;
    height: 100vh;
}

.video-wrapper video {
    width: 0;
    height: 0;
    transition: all .2s ease;
}

.video-wrapper.open video {
    width: 75%;
    height: auto;
}

.scroll-block {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .container.video {
        margin-top: 32px;
    }
    .container.small.sobre {
        padding: 0;
    }
    .container.small.sobre .wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .container.small.sobre .wrapper .img-wrap img {
        width: 100%;
        margin: 0 auto;
    }
    .container.small.sobre .wrapper .img-wrap:after {
        display: none;
    }
    .container.small.sobre .wrapper .wrap {
        padding: 0 16px;
    }
    .home-page .two-column-small img {
        max-width: 100%;
        margin: 0 auto;
    }

    .food.two-column-small {
        margin-top: 0;
    }
    .mt200 {
        margin-top: 0 !important;
    }
    .pb80 {
        padding-bottom: 0;
    }
    .container.large.habitat .wrapper .container.small .cavia-eggs {
        display: none;
    }
    .mt80 {
        margin-top: 32px !important;
    }
    .two-column-small.mt80 {
        margin-top: 0 !important;
    }

    .page-contato .container {
        padding: 0 0 80px;
    }
    .page-contato .description-wrapper h2 {
        margin-bottom: 12px;
    }
    .mar.o-caviar-divider {
        object-fit: contain;
    }
    .product-grid-item {
        border-radius: 16px;
    }

    .page-produto .description-grid {
        grid-template-columns: 1fr;
    }
    .page-produto .bg-divider .wrapper {
        flex-direction: column;
    }
    .corte-tampa {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .bg-divider .title {
        text-align: center;
        line-height: normal;
        margin-bottom: 12px;
    }
    .bg-divider .body {
        text-align: center;
    }
    .bg-divider .btn {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .bg-arrow {
        display: none;
    }
    .hero-produto {
        margin-top: 0;
        height: 160px;
        object-fit: cover;
    }
    .hero-produto-corte {
        width: 30%;
        height: auto;
    }
    main.page-produto {
        padding-top: 104px;
    }
    .video-wrapper.open video {
        width: 95%;
    }
    .open-video img {
        margin-bottom: 42px;
    }
}

@media screen and (min-width: 2560px) {
    .saiba-mais-divider img {
        max-width: 44%;
    }
}

.from-left { --x: -80px; }
.from-right { --x: 80px; }
.from-top { --y: -80px; }
.from-bottom { --y: 80px; }

.delay-1 { transition-delay: 100ms !important; }
.delay-2 { transition-delay: 200ms !important; }
.delay-3 { transition-delay: 300ms !important; }
.delay-4 { transition-delay: 400ms !important; }

.fade-move {
  opacity: 0;
  transform: translate(var(--x, 0), var(--y, 0));
  transition:
    opacity 0.65s ease-out,
    transform 0.65s ease-out;

  will-change: opacity, transform;
}

.fade-move.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}


