﻿/*
Theme Name: FoodMart
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: FoodMart is specially designed product packaged for eCommerce store websites.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Floating & Alignment
  2.3 Forms
  2.4 Lists
  2.5 Code
  2.6 Tables
  2.7 Spacing
  2.8 Utilities
  2.9 Misc
    - Row Border
    - Zoom Effect
  2.10 Buttons
    - Button Sizes
    - Button Shapes
    - Button Color Scheme
    - Button Aligns
  2.11 Section
    - Hero Section
    - Section Title
    - Section Paddings
    - Section Margins
    - Section Bg Colors
    - Content Colors
    - Content Borders

3. EXTENDED TYPOGRAPHY
  3.1 Blockquote / Pullquote
  3.2 Text Highlights

4. CONTENT ELEMENTS
  4.1 Tabs
  4.2 Accordions
  4.3 Brand Carousel
  4.4 Category Carousel

5. BLOG STYLES
  5.1 Blog Single Post
  5.2 About Author
  5.3 Comments List
  5.4 Comments Form3

6. SITE STRUCTURE
  6.1 Header
    - Header Menu
    - Nav Sidebar
  6.2 Billboard
  6.3 About Us Section
  6.4 Video Section
  6.5 Selling Products Section
  6.6 Quotation Section
  6.7 Latest Blogs Section
  6.8 Newsletter Section
  6.9 Instagram Section
  6.10 Footer
    - Footer Top
    - Footer Bottom

7. OTHER PAGES
  7.1 Product detail
  7.2 Shop page

    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
    /* widths for rows and containers
     */
    --header-height       : 160px;
    --header-height-min   : 80px;
}
/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}
/* Theme Colors */
:root {
    --accent-color       : #FFC43F;
    --dark-color         : #222222;
    --light-dark-color   : #727272;
    --light-color        : #fff;
    --grey-color         : #dbdbdb;
    --light-grey-color   : #fafafa;
    --primary-color      : #6995B1;
    --light-primary-color   : #eef1f3;
}

/* Fonts */
:root {
    --body-font           : "Open Sans", sans-serif;
    --heading-font        : "Nunito", sans-serif;
}

body {
  --bs-link-color: #333;
  --bs-link-hover-color:#333;

  --bs-link-color-rgb: 40,40,40;
  --bs-link-hover-color-rgb: 0,0,0;

  /* --bs-link-color: #FFC43F;
  --bs-link-hover-color: #FFC43F; */

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #747474;

  --bs-primary: #FFC43F;
  --bs-primary-rgb: 255, 196, 63;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;
  
  --bs-primary-bg-subtle: #FFF9EB;
  --bs-success-bg-subtle: #eef5e5;
  
  --bs-border-color: #F7F7F7;

  --bs-secondary-rgb: 230, 243, 251;
  /* --bs-success-rgb: 238, 245, 228; */
  --bs-danger-rgb: 249, 235, 231;
  --bs-warning-rgb: 255, 249, 235;
  --bs-info-rgb: 230, 243, 250;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffc43f;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc43f;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}
.btn-outline-primary {
  --bs-btn-color: #ffc43f;
  --bs-btn-border-color: #ffc43f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #EFEFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFEFEF;
  --bs-btn-hover-border-color: #EFEFEF;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFEFEF;
  --bs-btn-active-border-color: #EFEFEF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EFEFEF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EFEFEF;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #FCF7EB;
  --bs-btn-border-color: #FCF7EB;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #FFECBE;
  --bs-btn-hover-border-color: #FFECBE;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFECBE;
  --bs-btn-active-border-color: #FFECBE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCF7EB;
  --bs-btn-disabled-border-color: #FCF7EB;
}
    .btn-warning.custom-bg {
        --bs-btn-bg: #F7E9B5; /* cor de fundo padrão */
        --bs-btn-hover-bg: #FFCC33; /* cor no hover */
        --bs-btn-active-bg: #E6B800; /* cor no active */
    }

.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #EEF5E4;
  --bs-btn-border-color: #EEF5E4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #EEF5E4;
  --bs-btn-disabled-border-color: #EEF5E4;
}
.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #FFEADA;
  --bs-btn-border-color: #FFEADA;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #FFEADA;
  --bs-btn-disabled-border-color: #FFEADA;
}
body {
  letter-spacing: 0.03em;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  font-weight: 700;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}

.nav-link-principal {
    width: min(500px, 90vw);
    font-weight: 800;
    font-size: 22px;
    text-align: center;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--accent-color);
  }
  40% {
    box-shadow: 0 2em 0 0 var(--accent-color);
  }
}

/* *** Start editing below this line *** */
.container-fluid {
  max-width: 1600px;
}
.banner-blocks {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    /*grid-template-rows: repeat(2, 1fr);*/
    grid-gap: 2rem;
}
.block-1 {
    grid-area: 1 / 6 / 3 / 13;
}

.block-2 {
    grid-area: 2 / 1 / 3 / 6;
}

.block-3 {
    grid-area: 1 / 1 / 2 / 6;
}
@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-3 { grid-area: 4 / 1 / 5 / 2; }
  
}

.cortina-pre-slide {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

/* Ajuste do card principal "Sob Medida" na Home */
.cortina-pre-card-home {
    min-height: 630px;
    padding-bottom: 92px !important;
    align-items: center !important;
    background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.70));
    transition: transform .25s ease, box-shadow .25s ease;
}

.cortina-pre-card-home .content-wrapper {
    padding-top: 28px;
}

.cortina-pre-img-col {
    padding-top: 120px;
    justify-content: flex-start;
}


.cortina-pre-slide:hover .cortina-pre-card-home {
    transform: scale(1.01);
}

.cortina-pre-title {
    color: #2d211b;
    line-height: .95;
}

.cortina-pre-text {
    max-width: 520px;
    font-size: 1.05rem;
    color: #5f524b;
}

.cortina-pre-img {
    max-height: 380px;
    object-fit: contain;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
    background: rgba(255,255,255,.75);
    padding: 12px;
    transition: transform .25s ease;
}

.cortina-pre-slide:hover .cortina-pre-img {
    transform: translateY(-6px) scale(1.02);
}

.cortina-pre-price-box {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

    .cortina-pre-price-box span {
        color: #7a6a61;
        font-size: .95rem;
    }

    .cortina-pre-price-box strong {
        font-size: 1.35rem;
        color: #2d211b;
    }

.cortina-pre-modal-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0,0,0,.25);
}

.cortina-pre-modal-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff3cd;
    color: #7a5200;
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cortina-pre-preview-card {
    height: 100%;
    padding: 22px;
    border-radius: 24px;
    background: #faf7f4;
    border: 1px solid rgba(0,0,0,.035);
    box-shadow: none;
}

.cortina-pre-preview-zoom-btn {
    border: 1px solid rgba(0,0,0,.045);
    box-shadow: 0 10px 28px rgba(0,0,0,.04);
}

.cortina-pre-preview-img {
    width: 100%;
    max-height: 390px;
    object-fit: contain;
    border-radius: 22px;
    background: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.cortina-pre-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff;
}

    .cortina-pre-total span {
        color: #7a6a61;
    }

    .cortina-pre-total strong {
        font-size: 1.35rem;
        color: #2d211b;
    }

.cortina-pre-input {
    border-radius: 14px;
    min-height: 46px;
}

.cortina-pre-colors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cortina-pre-color-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 16px;
    cursor: pointer;
    background: #fff;
    transition: all .2s ease;
}

    .cortina-pre-color-option:hover {
        border-color: #d39e00;
        box-shadow: 0 10px 24px rgba(0,0,0,.08);
    }

    .cortina-pre-color-option input {
        accent-color: #d39e00;
    }

.color-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.15);
}

.color-branco {
    background: #ffffff;
}

.color-bege {
    background: #d8c4a8;
}

.color-cinza {
    background: #b8b8b8;
}

.color-offwhite {
    background: #f7f1e7;
}

.cortina-pre-iframe-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

.cortina-pre-iframe {
    width: 100%;
    height: 260px;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 18px;
    background: #fff;
}

.cortina-pre-iframe-small {
    height: 260px;
}

/*.quantidade-pre-input {
    max-width: 140px;
}
*/
.cortina-pre-footer {
    background: #faf7f4;
    padding: 18px 24px 24px;
}

.cortina-pre-section-card {
    padding: 18px;
    border-radius: 22px;
    background: #faf7f4;
    border: 1px solid rgba(0,0,0,.06);
}

.cortina-pre-options-grid-aberturas {
    max-width: 560px;
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .cortina-pre-options-grid-aberturas .cortina-pre-select-content {
        justify-content: center;
        min-height: 104px;
    }

@media screen and (max-width: 768px) {
    .cortina-pre-card-home {
        min-height: auto;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .cortina-pre-title {
        font-size: 2.4rem;
    }

    .cortina-pre-img {
        max-height: 260px;
        margin-top: 24px;
    }

    .cortina-pre-colors {
        grid-template-columns: 1fr;
    }

    .cortina-pre-iframe,
    .cortina-pre-iframe-small {
        height: 240px;
    }

    .cortina-pre-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .cortina-pre-footer .btn {
        width: 100%;
    }

    .cortina-pre-options-grid-aberturas {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .cortina-pre-options-grid-aberturas .cortina-pre-select-content {
        justify-content: flex-start;
    }
}

.cortina-pre-options-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

/*.cortina-pre-options-grid-barras {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}*/

.cortina-pre-select-card {
    display: block;
    cursor: pointer;
    margin: 0;
}

    .cortina-pre-select-card input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.cortina-pre-select-content {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 18px;
    background: #fff;
    transition: all .2s ease;
}

.cortina-pre-select-card:hover .cortina-pre-select-content {
    transform: translateY(-2px);
    border-color: #d39e00;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.cortina-pre-select-card input:checked + .cortina-pre-select-content {
    border-color: #d39e00;
    background: #fff8e6;
    box-shadow: 0 12px 30px rgba(211,158,0,.18);
}

.cortina-pre-option-thumb {
    width: 74px;
    height: 62px;
    object-fit: cover;
    border-radius: 14px;
    background: #f7f1e7;
    border: 1px solid rgba(0,0,0,.06);
}

.cortina-pre-option-thumb-small {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.12);
}

.cortina-pre-select-title {
    font-weight: 700;
    color: #2d211b;
    line-height: 1.15;
}

.color-dinamica {
    background: linear-gradient(135deg, #fff, #e9e0d6);
}

.cortina-pre-zoom-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(23, 18, 15, .82);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

    .cortina-pre-zoom-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.cortina-pre-zoom-box {
    width: min(760px, 94vw);
    max-height: 94vh;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 26px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 35px 100px rgba(0,0,0,.42);
    transform: scale(.96) translateY(12px);
    transition: transform .25s ease;
}

.cortina-pre-zoom-main {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
}

.cortina-pre-zoom-img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 76vh;
    object-fit: contain;
    border-radius: 20px;
    opacity: .96;
    transform: scale(.985);
    transition: opacity .25s ease, transform .25s ease;
}

.cortina-pre-zoom-overlay.is-visible .cortina-pre-zoom-box {
    transform: scale(1) translateY(0);
}

    .cortina-pre-zoom-img.is-loaded {
        opacity: 1;
        transform: scale(1);
    }

.cortina-pre-zoom-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
    margin-top: 2px;
}

    .cortina-pre-zoom-info strong {
        color: #2d211b;
        font-size: 1rem;
    }

    .cortina-pre-zoom-info span {
        color: #7a6a61;
        font-size: .9rem;
    }

.cortina-pre-zoom-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 14px;
    margin-bottom: 2px;
}

.cortina-pre-zoom-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(45,33,27,.25);
    cursor: pointer;
    transition: width .2s ease, background .2s ease, transform .2s ease;
}

    .cortina-pre-zoom-dot.is-active {
        width: 26px;
        background: #d39e00;
    }

    .cortina-pre-zoom-dot:hover {
        transform: scale(1.15);
    }

.cortina-pre-zoom-close {
    position: fixed;
    top: 20px;
    right: 24px;
    z-index: 2001;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: #2d211b;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
    transition: transform .2s ease, background .2s ease;
}

    .cortina-pre-zoom-close:hover {
        transform: scale(1.06);
        background: #fff3cd;
    }

body.cortina-pre-zoom-open {
    overflow: hidden;
}

.cortina-pre-img-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.cortina-pre-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

    .cortina-pre-slide-link:hover {
        color: inherit;
        text-decoration: none;
    }

.cortina-pre-categoria-home {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.cortina-pre-price-box-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px !important;
}


.cortina-pre-slide-link:hover .cortina-pre-cta {
    background: #FFD487;
    border-color: #FFD487;
}

.cortina-pre-img-controls button {
    min-width: 34px;
    height: 32px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: #2d211b;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,.10);
    transition: transform .2s ease, background .2s ease;
}

    .cortina-pre-img-controls button:hover {
        transform: translateY(-1px);
        background: #fff3cd;
    }

    .cortina-pre-img-controls button:first-child,
    .cortina-pre-img-controls button:last-child {
        font-size: 1.35rem;
    }

.cortina-pre-preview-img,
.cortina-pre-zoom-img {
    transition: opacity .25s ease, transform .25s ease;
}

    .cortina-pre-preview-img.is-changing,
    .cortina-pre-zoom-img.is-changing {
        opacity: .45;
        transform: scale(.985);
    }

.cortina-pre-modelos-section {
    position: relative;
    margin-top: 58px;
}

.cortina-pre-medidas-card,
.cortina-pre-modelo-card {
    background: #fff;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .cortina-pre-medidas-card:hover,
    .cortina-pre-modelo-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 38px rgba(16, 44, 82, 0.14) !important;
        border-color: #cfe0fa !important;
    }

.cortina-pre-modelo-img-wrap {
    width: 100%;
    height: 210px;
    border-radius: 16px;
    overflow: hidden;
    background: #f8fbff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cortina-pre-modelo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Para o card fixo de medidas não cortar tanto a imagem */
.cortina-pre-medidas-card .cortina-pre-modelo-img {
    object-fit: contain;
    padding: 6px;
}

.cortina-pre-modelos-carousel {
    width: 100%;
    padding: 4px 4px 26px;
}

.cortina-pre-modelos-carousel .swiper-slide {
    height: auto;
    display: flex;
}

.cortina-pre-modelos-carousel .card {
    width: 100%;
    height: auto;
    min-height: 0;
}

.cortina-pre-modelo-card {
    max-height: 348px;
    overflow: hidden;
}

.cortina-pre-medidas-card {
    max-height: 420px;
    overflow: hidden;
}

.cortina-pre-modelo-card .card-body,
.cortina-pre-medidas-card .card-body {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    line-height: 1.35;
}

.cortina-pre-modelo-card .text-muted,
.cortina-pre-medidas-card .text-muted {
    line-height: 1.3;
}

.cortina-pre-modelo-card .card-title,
.cortina-pre-medidas-card .card-title {
    line-height: 1.25;
    margin-bottom: 0;
}

.cortina-pre-modelos-buttons {
    display: flex;
    gap: 8px;
}

    .cortina-pre-modelos-buttons .btn {
        min-width: 42px;
        height: 42px;
        border-radius: 999px;
        font-weight: 800;
    }

.medir-cortina-zoom-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.88);
    z-index: 99999;
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

    .medir-cortina-zoom-overlay.is-visible {
        display: flex;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

.medir-cortina-zoom-img {
    max-width: min(1100px, 96vw);
    max-height: 92vh;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.medir-cortina-zoom-fechar {
    position: fixed;
    top: 22px;
    right: 28px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 100000;
}

.cortina-pre-categoria-home {
    margin: 0 0 14px 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100%;
    max-width: 100%;
    display: block;
    white-space: normal !important;
    text-align: center;
    font-family: var(--heading-font);
    font-size: clamp(1.25rem, 3vw, 2.05rem) !important;
    line-height: 1.12 !important;
    font-weight: 800;
    overflow-wrap: normal;
    word-break: normal;
}

.cortina-pre-cta {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: fit-content;
    max-width: 100%;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 28px auto 0 auto !important;
    padding: 18px 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #FFE2A8;
    color: #111;
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .02em;
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, .95) !important;
    box-shadow: 0 0 0 4px rgba(47, 125, 225, .18), 0 0 22px rgba(47, 125, 225, .62), 0 12px 28px rgba(31, 95, 174, .32) !important;
}

@media (min-width: 992px) {

    .cortina-pre-categoria-home {
        white-space: nowrap !important;
        font-size: clamp(1.65rem, 2vw, 2.25rem) !important;
        line-height: 1.05 !important;
        margin-bottom: 24px !important;
    }

    .cortina-pre-title {
        width: 100%;
        max-width: 560px;
    }

    .cortina-pre-text {
        width: 100%;
        max-width: 560px;
        text-align: center;
    }

    .cortina-pre-cta {
        align-self: center;
        min-width: 340px !important;
        padding: 18px 42px;
        margin-top: 34px !important;
    }
}

@media (min-width: 390px) and (max-width: 430px) {
    .cortina-pre-categoria-home {
        font-size: 1.42rem !important;
        line-height: 1.08 !important;
        margin-bottom: 22px !important;
    }

    .cortina-pre-cta {
        width: 100%;
        max-width: 360px;
        padding: 17px 22px;
        font-size: 1rem;
        border-radius: 18px;
    }
}

@media (max-width: 389.98px) {
    .cortina-pre-categoria-home {
        font-size: 1.18rem !important;
        line-height: 1.08 !important;
        margin-bottom: 16px !important;
    }

    .cortina-pre-cta {
        width: 100%;
        max-width: 300px;
        padding: 14px 18px;
        font-size: .86rem;
        border-radius: 14px;
    }
}

@media (max-width: 350px) {
    .cortina-pre-categoria-home {
        font-size: 1.04rem !important;
    }

    .cortina-pre-cta {
        max-width: 270px;
        padding: 13px 14px;
        font-size: .78rem;
    }
}

@media (max-width: 420px) {
    .cortina-pre-modelos-carousel .swiper-slide {
        min-width: 285px;
    }

    .cortina-pre-modelo-img-wrap {
        height: 185px;
    }
}

@media (max-width: 576px) {
    .cortina-pre-card-home .content-wrapper {
        margin-top: 0 !important;
        text-align: center;
    }

    .cortina-pre-categoria-home {
        white-space: normal;
        font-size: 1.55rem !important;
        margin-bottom: 14px !important;
    }

    .cortina-pre-price-box-img {
        padding: 10px 14px !important;
        gap: 6px !important;
    }

    .cortina-pre-price-box-img span {
        font-size: .72rem !important;
    }

    .cortina-pre-price-box-img strong {
        font-size: .9rem !important;
    }
}

@media (max-width: 767.98px) {
    .cortina-pre-card-home .content-wrapper {
        text-align: center;
        align-items: center;
    }

    .cortina-pre-categoria-home {
        margin-bottom: 18px !important;
        padding: 0 10px;
        font-size: clamp(1.28rem, 6.2vw, 1.75rem) !important;
        line-height: 1.08 !important;
    }

    .cortina-pre-cta {
        width: min(100%, 330px);
        margin-top: 30px !important;
        padding: 17px 28px;
        border-radius: 17px;
        font-size: clamp(.92rem, 4.2vw, 1.08rem);
    }
}

@media (max-width: 768px) {

    .cortina-pre-categoria-home {
        white-space: normal;
        font-size: 1.65rem !important;
        line-height: 1.2;
    }

    .cortina-pre-price-box-img {
        width: fit-content;
        max-width: 100%;
        margin-top: 16px !important;
    }

    .cortina-pre-card-home {
        min-height: auto;
        padding-top: 18px !important;
        padding-bottom: 96px !important;
    }

        .cortina-pre-card-home .content-wrapper {
            padding-top: 0;
            text-align: center;
            position: relative;
            z-index: 3;
        }

    .cortina-pre-img-col {
        padding-top: 14px;
        margin-top: 8px;
        position: relative;
        z-index: 2;
    }

    .cortina-pre-price-box-img {
        margin-top: 14px !important;
        width: auto;
        max-width: 100%;
        white-space: nowrap;
        gap: 8px;
        padding: 11px 16px;
    }

    .cortina-pre-cta {
        margin-top: 30px !important;
    }
    
    .cortina-pre-modelos-section .section-header {
        gap: 14px;
        margin-bottom: 18px !important;
    }

    .cortina-pre-modelos-section {
        margin-top: 36px;
    }

    .cortina-pre-modelo-card {
        max-height: 320px;
    }

    .cortina-pre-medidas-card {
        max-height: 380px;
    }

    .cortina-pre-modelos-buttons {
        width: 100%;
        justify-content: flex-end;
    }

    .cortina-pre-modelo-img-wrap {
        height: 170px;
    }

    .medir-cortina-zoom-overlay {
        padding: 14px;
        visibility: visible;
    }

    .medir-cortina-zoom-fechar {
        top: 14px;
        right: 14px;
        width: 42px;
        height: 42px;
        font-size: 1.8rem;
    }

    .cortina-pre-img-controls {
        gap: 6px;
        margin-top: 8px;
    }

    .cortina-pre-img-controls button {
        min-width: 32px;
        height: 30px;
        padding: 0 9px;
        font-size: .78rem;
    }

    .cortina-pre-img-controls button:first-child,
    .cortina-pre-img-controls button:last-child {
        font-size: 1.25rem;
    }

    .cortina-pre-preview-controls {
        position: sticky;
        bottom: 0;
        z-index: 2;
        padding: 6px 0 2px;
        background: linear-gradient(to top, #faf7f4 70%, rgba(250,247,244,0));
    }

    .cortina-pre-zoom-controls {
        margin-top: 2px;
    }

    .cortina-pre-zoom-overlay {
        align-items: flex-end;
        padding: 12px;
        background: rgba(23, 18, 15, .86);
    }

    .cortina-pre-zoom-box {
        width: 100%;
        max-height: 92vh;
        padding: 8px;
        border-radius: 24px 24px 16px 16px;
        gap: 8px;
    }

    .cortina-pre-zoom-main {
        min-height: auto;
        border-radius: 20px;
        background: #fff;
    }

    .cortina-pre-zoom-img {
        max-width: 100%;
        max-height: 72vh;
        border-radius: 18px;
    }

    .cortina-pre-zoom-close {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
        font-size: 1.8rem;
    }

    .cortina-pre-zoom-info strong {
        font-size: .95rem;
    }

    .cortina-pre-zoom-info span {
        font-size: .82rem;
    }

    .cortina-pre-zoom-dot {
        width: 8px;
        height: 8px;
    }

        .cortina-pre-zoom-dot.is-active {
            width: 24px;
        }

    .cortina-pre-modelos-carousel {
        width: 100%;
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
    }

        .cortina-pre-modelos-carousel .swiper-slide {
            min-width: 320px;
        }

    .cortina-pre-modelo-card {
        width: 100%;
        max-height: 360px;
    }

    .cortina-pre-modelo-img-wrap {
        height: 190px;
    }

    .cortina-pre-modelo-card .card-body {
        padding-top: 12px !important;
    }

    .cortina-pre-modelo-card .card-title {
        font-size: 1.15rem;
    }

    .cortina-pre-select-content {
        min-height: 82px;
    }
}

@media (max-width: 991px) {
    .cortina-pre-card-home {
        padding-top: 20px !important;
    }

        .cortina-pre-card-home .content-wrapper {
            padding-top: 0 !important;
            position: relative;
            z-index: 4;
        }

    .cortina-pre-categoria-home {
        font-size: 2.2rem !important;
    }

    .cortina-pre-img-col {
        padding-top: 40px !important;
        position: relative;
        z-index: 2;
    }

    .cortina-pre-price-box-img {
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        width: auto !important;
        max-width: none !important;
        min-width: max-content;
    }

    .cortina-pre-price-box-img span {
        font-size: .82rem !important;
        white-space: nowrap !important;
    }

    .cortina-pre-price-box-img strong {
        font-size: 1.02rem !important;
        white-space: nowrap !important;
    }
    .cortina-pre-modelo-img-wrap {
        height: 190px;
    }
}

body.cupom-popup-open {
    overflow: hidden;
}

.cupom-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(37, 29, 24, .56);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
}

    .cupom-popup-overlay.is-visible {
        display: flex;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.cupom-popup-box {
    width: min(1040px, 96vw);
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 34px;
    animation: cupomPopupEntrada .24s ease;
}

.cupom-popup-card-novo {
    position: relative;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    overflow: hidden;
    border-radius: 34px;
    background: radial-gradient(circle at 12% 12%, rgba(255,255,255,.95), transparent 34%), linear-gradient(135deg, #fffaf4 0%, #f4e9dd 48%, #e9d7c6 100%);
    border: 1px solid rgba(111, 79, 53, .14);
    box-shadow: 0 34px 100px rgba(38, 27, 19, .34);
}

    .cupom-popup-card-novo::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255,255,255,.62), rgba(255,255,255,.10)), url('/Imgs/Visual/cortina14.jpg') left center/cover no-repeat;
        opacity: .23;
    }

.cupom-popup-left,
.cupom-popup-right {
    position: relative;
    z-index: 2;
}

.cupom-popup-left {
    padding: 54px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cupom-popup-kicker {
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.80);
    border: 1px solid rgba(126, 92, 63, .13);
    color: #7b5a40;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1;
}

.cupom-popup-left h2 {
    margin: 0 0 16px;
    color: #2d2520;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 4.6vw, 4.9rem);
    line-height: .94;
    letter-spacing: -.055em;
    font-weight: 500;
}

    .cupom-popup-left h2 strong {
        color: #8b6648;
        font-weight: 700;
        white-space: nowrap;
    }

.cupom-popup-left p {
    max-width: 410px;
    margin: 0 0 24px;
    color: #5d5149;
    font-size: 1.02rem;
    line-height: 1.48;
}

.cupom-popup-benefits {
    display: grid;
    gap: 10px;
}

    .cupom-popup-benefits div {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #3d342e;
        font-size: .95rem;
        line-height: 1.25;
    }

    .cupom-popup-benefits span {
        width: 24px;
        height: 24px;
        border-radius: 999px;
        background: #b18b67;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: .78rem;
        font-weight: 900;
        flex: 0 0 auto;
    }

.cupom-popup-right {
    padding: 42px;
    display: flex;
    align-items: center;
}

.cupom-popup-form {
    width: 100%;
    padding: 28px;
    border-radius: 26px;
    background: rgba(255, 253, 249, .88);
    border: 1px solid rgba(111, 79, 53, .12);
    box-shadow: 0 20px 50px rgba(68, 49, 37, .12), inset 0 1px 0 rgba(255,255,255,.8);
    backdrop-filter: blur(12px);
}

.cupom-popup-field {
    margin-bottom: 16px;
}

    .cupom-popup-field label {
        display: block;
        margin-bottom: 7px;
        color: #4b3e35;
        font-size: .86rem;
        font-weight: 900;
    }

    .cupom-popup-field input {
        width: 100%;
        min-height: 50px;
        padding: 12px 15px;
        border-radius: 14px;
        border: 1px solid rgba(111, 79, 53, .16);
        background: #fff;
        color: #2d2520;
        font-size: .96rem;
        outline: none;
        transition: border-color .18s ease, box-shadow .18s ease;
    }

        .cupom-popup-field input:focus {
            border-color: rgba(155, 118, 86, .72);
            box-shadow: 0 0 0 4px rgba(155, 118, 86, .14);
        }

.cupom-popup-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 4px 0 18px;
    color: #5f534c;
    font-size: .86rem;
    line-height: 1.3;
    cursor: pointer;
}

    .cupom-popup-check input {
        margin-top: 3px;
        accent-color: #9b7656;
    }

.cupom-popup-submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #b18b67, #8a6648);
    color: #fff;
    font-size: .96rem;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(90, 62, 38, .22);
    cursor: pointer;
    transition: transform .18s ease, filter .18s ease;
}

    .cupom-popup-submit:hover {
        transform: translateY(-1px);
        filter: brightness(.98);
    }

.cupom-popup-msg {
    min-height: 20px;
    margin-top: 14px;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
}

.cupom-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #4d3a2d;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(68,49,37,.16);
    transition: transform .18s ease, background .18s ease;
}

    .cupom-popup-close:hover {
        transform: scale(1.05);
        background: #fff3df;
    }

@keyframes cupomPopupEntrada {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .cupom-popup-overlay {
        align-items: flex-end;
        padding: 12px;
    }

    .cupom-popup-box {
        width: 100%;
        max-height: 92vh;
        border-radius: 26px 26px 18px 18px;
    }

    .cupom-popup-card-novo {
        grid-template-columns: 1fr;
        border-radius: 26px 26px 18px 18px;
    }

    .cupom-popup-left {
        padding: 34px 22px 18px;
        text-align: center;
        align-items: center;
    }

    .cupom-popup-kicker {
        margin-bottom: 13px;
    }

    .cupom-popup-left h2 {
        font-size: clamp(2.1rem, 11vw, 3.3rem);
        margin-bottom: 12px;
    }

    .cupom-popup-left p {
        font-size: .94rem;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .cupom-popup-benefits {
        width: 100%;
        gap: 8px;
        text-align: left;
    }

        .cupom-popup-benefits div {
            font-size: .86rem;
        }

    .cupom-popup-right {
        padding: 0 16px 18px;
    }

    .cupom-popup-form {
        padding: 18px;
        border-radius: 20px;
    }

    .cupom-popup-field {
        margin-bottom: 13px;
    }

        .cupom-popup-field input {
            min-height: 48px;
            border-radius: 13px;
        }

    .cupom-popup-submit {
        min-height: 50px;
        border-radius: 14px;
        font-size: .88rem;
    }

    .cupom-popup-close {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        font-size: 1.8rem;
    }
}

/* banner ad */
.banner-ad {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.banner-ad.blue {
  background: #e6f3fb;
}
.banner-ad .swiper-pagination {
  bottom: 40px;
  left: 0;
  right: 0;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 4px;
  background: #FFF;
  opacity: 1;
  transition: background 0.3s ease-out;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #FFC43F;
}

.banner-ad .swiper-slide {
  min-height: 630px;
  display: flex;
}

.banner-ad .swiper-slide,
    .banner-ad.block-2,
    .banner-ad.block-3 {
        position: relative;
}
.banner-ad .swiper-slide:not(.video-background)::before,
.banner-ad.block-2::before,
.banner-ad.block-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .35); 
    z-index: 0;
}

.banner-ad .swiper-slide .banner-content,
.banner-ad.block-2 .banner-content,
.banner-ad.block-3 .banner-content {
    position: relative;
    z-index: 1;
}

.banner-title {
    color: #ffc107;
    font-weight: 900;
    text-shadow: 0 3px 10px rgba(0,0,0,.40);
}

.banner-ad .display-3,
.banner-ad .categories,
.banner-ad p {
    color: #111;
    text-shadow: 0 2px 12px rgba(255,255,255,.85);
}

.btn-banner-cta {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #111;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(0,0,0,.12);
}

.btn-banner-cta:hover {
    filter: brightness(.95);
    color: #111;
}
.banner-ad .banner-content .categories {
  font-family: 'Garamond';
  font-size: 37px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.banner-ad .banner-content .sale {
  position: relative;
  display: inline-block;
}
.banner-ad .banner-content .sale:before {
  content: '';
  width: 80px;
  border-bottom: 1px solid #111;
  position: absolute;
  bottom: 6px;
}
.banner-ad .banner-content .sale:after {
  content: 'COMPRE';
  font-family: var(--body-font);
  position: absolute;
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #522525;
  bottom: 0;
  right: 0;
}
    .banner-ad .banner-content .banner-title {
        letter-spacing: 0.02em;
        font-size: 33px;
    }
.banner-title {
    /*color: #f7a422;*/
    color: #ffc107;
    font-weight: bold;
}
.banner-ad.large .banner-content .categories {
  color: var(--accent-color);
}
.banner-ad.large .banner-content .banner-title {
  font-size: 54px;
}

/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: #FFC43F;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}
.swiper-prev:hover,
.swiper-next:hover {
  background: #FFC43F;
}
.btn-link {
  margin-right: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  text-transform: capitalize;
  color: #787878;
}
/* category carousel */
.category-carousel .category-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.category-carousel .category-item:hover {
  transform: translate3d(0,-10px,0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

.category-carousel .category-item.has-photo {
    position: relative;
    overflow: hidden; 
    color: #fff; 
}

    .category-carousel .category-item.has-photo::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 16px;
        background-image: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), /* dim só na imagem */
        var(--bg);
        background-position: center, center;
        background-repeat: no-repeat, no-repeat;
        background-size: contain; /* gradiente cobre; imagem fica inteira */
        z-index: 1;
    }

    .category-carousel .category-item.has-photo::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 16px; /* igual ao seu card */
        background: var(--bg) center no-repeat;
        filter: blur(14px) brightness(.85); /* suave e sem borda “preta” */
        transform: scale(1.08); /* compensa o blur nas bordas */
        z-index: 0;
    }


.category-carousel .category-item.has-photo > * {
    position: relative;
    z-index: 2;
}

.category-carousel .category-item.has-photo .category-title {
    color: #222;
    margin-top: 20px; /* opcional: remove espaço extra se quiser centralizar */
}

.brand-card:hover {
    transform: translateY(-8px); /* “suspende” no hover */
    box-shadow: 0 21px 44px rgba(0,0,0,.10);
}

.brand-card .img-cover {
  width: 50%;
  aspect-ratio: 16 / 10;         /* ↑ ajuste esse ratio para “aumentar o comprimento” (ex.: 16/8) */
  border-radius: 12px;
  overflow: hidden;
}

/* A imagem cobre a caixa inteira, centralizada, sem distorcer */
.brand-card .img-cover > img {
  width: 50%;
  height: 50%;
  display: block;
  object-fit: cover;             /* preenche de canto a canto */
  object-position: center;       /* centraliza o recorte */
}

/* brand carousel */
.brand-carousel .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}
.brand-carousel .brand-item .brand-title {
  margin: 0;
}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;
  
  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}
.product-tabs .nav-tabs .nav-link.active, 
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--accent-color);
}


.product-item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-out;
}
.product-item:hover {
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.product-item h3 {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}
.product-item figure {
  background: #F9F9F9;
  border-radius: 12px;
  text-align: center;
}
.product-item figure img {
  max-height: 210px;
  height: auto;
}
.product-item .btn-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
}
.product-item .btn-wishlist:hover {
  background: rgb(240, 56, 56);
  color: #fff;
}
.product-item .qty {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9D9D9D;
}
.product-item .rating {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .rating iconify-icon {
  color: #FFC43F;
}
.product-item .price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .product-qty {
  width: 85px;
}
.product-item .btn-link {
  text-decoration: none;
}
.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width:991px) {
  .image-float {
    margin: 0;
  }
}
 /* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

.banner-ad.banner-prontas {
    position: relative;
    overflow: hidden;
}

    .banner-ad.banner-prontas::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,.30); 
        z-index: 0;
    }

    .banner-ad.banner-prontas .banner-content {
        position: relative;
        z-index: 1;
    }

    .banner-ad.banner-prontas .categories,
    .banner-ad.banner-prontas .banner-title,
    .banner-ad.banner-prontas p {
        color: #111 !important;
        text-shadow: 0 2px 14px rgba(255,255,255,.9);
        font-weight: 700;
    }

    .banner-ad.banner-prontas .banner-title {
        font-weight: 900;
        text-shadow: 0 3px 16px rgba(0,0,0,.25);
    }

.menu-list .nav-link:not(.nav-link-principal) {
    color: #111 !important;
}

    /* Se no hover ficar azul, força também */
.menu-list .nav-link:not(.nav-link-principal):hover,
.menu-list .nav-link:not(.nav-link-principal):focus {
    color: #111 !important;
}
/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}

.banner-ad.block-2 .banner-content,
.banner-ad.block-3 .banner-content {
    height: 100%;
}

.banner-ad.block-2 .content-wrapper,
.banner-ad.block-3 .content-wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-banner-soft,
.banner-ad.block-2 .btn-warning.custom-bg,
.banner-ad.block-3 .btn-warning.custom-bg {
    background: #FFE2A8 !important; 
    border-color: #FFE2A8 !important;
    color: #111 !important;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(0,0,0,.10);
}

    .btn-banner-soft:hover,
    .banner-ad.block-2 .btn-warning.custom-bg:hover,
    .banner-ad.block-3 .btn-warning.custom-bg:hover {
        background: #FFD487 !important;
        border-color: #FFD487 !important;
        color: #111 !important;
    }

.product-item h3 {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.product-item .qty {
    display: block;
    font-size: 0.85rem;
    color: #777;
    margin-top: 0.15rem;
}

.product-item .rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    margin-top: 0.15rem;
}

.product-item .price {
    display: block;
    margin-top: 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
}

/* linha do - qtd + bem compacta */
.product-qty-inline {
    gap: 4px;
}

    .product-qty-inline .form-control.input-number {
        max-width: 55px;
        padding: 0.15rem 0.25rem;
        height: 32px;
    }

    .product-qty-inline .btn-number {
        padding: 0.15rem 0.4rem;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

/* botão "Adicionar no Carrinho" com borda amarela clara */
.btn-add-carrinho-custom {
    border-width: 1.5px;
    border-color: #ffe9a3; /* amarelo bem claro */
    color: #b88700; /* texto amarelo queimado */
    background-color: #fffceb; /* fundo bem clarinho */
    font-weight: 600;
    text-align: center;
}

    .btn-add-carrinho-custom:hover {
        background-color: #ffe9a3;
        border-color: #ffd76e;
        color: #6b4a00;
    }

.product-grid [class*="col-"] {
    display: flex;
}

    .product-grid [class*="col-"] > .product-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%; /* estica até a altura da coluna */
    }

/* 3) Bloco de baixo (preço + qtd + botão) colado no rodapé do card */
.product-bottom {
    margin-top: auto; /* empurra esse bloco pra baixo */
}

/* 4) Card um pouco mais baixo e com menos espaço entre linhas */
.product-item {
    padding: 14px 14px 12px; /* menos “folga” interna */
    margin-bottom: 14px; /* diminui o espaço entre os cards */
    min-height: 340px; /* altura mínima menor que 380 */
}

    /* 5) De leve ajuste no título pra ocupar menos e caber bem com nomes grandes */
    .product-item h3 {
        margin-top: 0.35rem;
        line-height: 1.25;
        font-size: 1rem;
    }

.products-carousel .swiper-wrapper {
    align-items: stretch; /* todos os slides com a mesma altura */
}

.products-carousel .swiper-slide {
    display: flex; /* faz o slide virar flex */
}

    /* 2) O card dentro do slide ocupa 100% da altura e vira coluna */
    .products-carousel .swiper-slide > .product-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%; /* estica até a altura do slide */
    }

.products-carousel .product-item {
    height: 580px;
    max-height: 880px;
    padding: 14px 14px 12px;
    margin-bottom: 14px;
    overflow: hidden; /* se algo passar, some pra dentro do card */
}

    /* TÍTULO MAIS PEQUENO, NO MÁXIMO 2 LINHAS COM "..." */
    .products-carousel .product-item h3 {
        margin-top: 0.35rem;
        font-size: 0.95rem;
        line-height: 1.25;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* LIMITE DE 2 LINHAS */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 2.6em; /* reserva espaço de 2 linhas */
    }

.products-carousel .product-bottom {
    margin-top: auto;
}

.footer-info {
    text-align: center;
    padding: 10px 0;
}

    .footer-info p {
        font-weight: 700;
        margin: 0;
        line-height: 1.6;
    }

.whatsapp-float {
    position: fixed;
    right: 50px;
    bottom: 45px; /* ajuste fino: mais perto/longe do footer */
    width: 86px;
    height: 86px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 49px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
    text-decoration: none;
    animation: whatsapp-sway 2.8s ease-in-out infinite;
    transform-origin: 50% 50%;
}

    .whatsapp-float img {
        width: 74px;
        height: 74px;
        display: block;
    }

@keyframes whatsapp-sway {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-9px);
    }

    40% {
        transform: translateX(9px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}

.whatsapp-float:hover {
    animation-play-state: paused; /* opcional: para de balançar ao passar o mouse */
    transform: scale(1.04);
}

.home-hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 16px;
}

    .hero-bg-slider::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.45);
        z-index: 1;
    }

.hero-bg-slide {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.08);
    opacity: 0;
    animation: heroFade 40s infinite;
}

    .hero-bg-slide:nth-child(1) {
        background-image: url('/Imgs/Visual/cortina1.jpg');
        animation-delay: 0s;
    }

    .hero-bg-slide:nth-child(2) {
        background-image: url('/Imgs/Visual/cortina2.jpg');
        animation-delay: 4s;
    }

    .hero-bg-slide:nth-child(3) {
        background-image: url('/Imgs/Visual/cortina3.jpg');
        animation-delay: 8s;
    }

    .hero-bg-slide:nth-child(4) {
        background-image: url('/Imgs/Visual/cortina4.jpg');
        animation-delay: 12s;
    }

    .hero-bg-slide:nth-child(5) {
        background-image: url('/Imgs/Visual/cortina5.jpg');
        animation-delay: 16s;
    }

    .hero-bg-slide:nth-child(6) {
        background-image: url('/Imgs/Visual/cortina6.jpg');
        animation-delay: 20s;
    }

    .hero-bg-slide:nth-child(7) {
        background-image: url('/Imgs/Visual/cortina7.jpg');
        animation-delay: 24s;
    }

    .hero-bg-slide:nth-child(8) {
        background-image: url('/Imgs/Visual/cortina8.jpg');
        animation-delay: 28s;
    }

    .hero-bg-slide:nth-child(9) {
        background-image: url('/Imgs/Visual/cortina9.jpg');
        animation-delay: 32s;
    }

    .hero-bg-slide:nth-child(10) {
        background-image: url('/Imgs/Visual/cortina10.jpg');
        animation-delay: 36s;
    }

@keyframes heroFade {
    0% {
        opacity: 0;
        transform: scale(1.08) translateX(3%);
    }

    5% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    15% {
        opacity: 0;
        transform: scale(1.12) translateX(-3%);
    }

    100% {
        opacity: 0;
    }
}

.home-hero-section .container-fluid,
.home-hero-section .row,
.home-hero-section .col-md-12,
.home-hero-section .banner-blocks {
    position: relative;
    z-index: 2;
}

.home-hero-section .banner-ad {
    background-color: rgba(255, 255, 255, 0.18) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 16px;
}

.home-hero-section .swiper-slide,
.home-hero-section .block-2,
.home-hero-section .block-3 {
    background-image: none !important;
    background-color: transparent !important;
}

.home-hero-section .video-background .bg-video {
    display: none !important;
}

.banner-content-cortina-personalizada {
    justify-content: center;
}

.content-wrapper-cortina-personalizada {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-banner-cta-direita {
    align-self: flex-end;
    margin-right: -120px;
    margin-top: 1.5rem !important;
    border-radius: 30px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.top-actions-wrap {
    gap: 18px !important;
    flex-wrap: wrap;
}

.minhas-compras-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f5fae, #2f7de1);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(31, 95, 174, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .minhas-compras-link:hover {
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(31, 95, 174, 0.24);
    }

.minhas-compras-icon {
    font-size: 1.45rem;
    line-height: 1;
}

.minhas-compras-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ff4d4f;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.minhas-compras-label {
    display: block;
    margin-top: 4px;
    font-size: 0.82rem;
    color: #667085;
    text-align: center;
    white-space: nowrap;
}

.minhas-compras-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .top-actions-wrap {
        gap: 14px !important;
    }

    .minhas-compras-link {
        width: 48px;
        height: 48px;
    }

    .minhas-compras-icon {
        font-size: 1.25rem;
    }

    .minhas-compras-label {
        font-size: 0.76rem;
    }
}

@media (max-width: 575.98px) {
    .top-actions-wrap {
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .whatsapp-float {
        right: 14px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }

        .whatsapp-float img {
            width: 32px;
            height: 32px;
        }

    .btn-banner-cta-direita {
        align-self: center;
        margin-right: 0 !important;
        margin-top: 1rem !important;
        margin-bottom: 3.5rem !important;
        border-radius: 18px !important;
    }
}

@media (max-width: 767.98px) {
    .cortina-pre-card-home {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding-top: 22px !important;
        padding-bottom: 90px !important;
    }

    .cortina-pre-img-col {
        order: 1 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 34px !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .cortina-pre-img {
        max-height: 285px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .cortina-pre-price-box-img {
        position: relative !important;
        z-index: 3 !important;
        margin-top: 16px !important;
        margin-bottom: 0 !important;
    }

    .cortina-pre-card-home .content-wrapper {
        order: 2 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        position: relative !important;
        z-index: 4 !important;
    }

    .cortina-pre-categoria-home {
        position: relative !important;
        z-index: 5 !important;
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto 20px auto !important;
        padding: 0 12px !important;
        white-space: normal !important;
        text-align: center !important;
        font-size: clamp(1.32rem, 6vw, 1.72rem) !important;
        line-height: 1.08 !important;
    }

    .cortina-pre-title {
        width: 100% !important;
        max-width: 390px !important;
        margin: 0 auto 16px auto !important;
        text-align: center !important;
        font-size: clamp(2.25rem, 9vw, 3rem) !important;
        line-height: .98 !important;
    }

    .cortina-pre-text {
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-size: clamp(.95rem, 4vw, 1.08rem) !important;
        line-height: 1.55 !important;
    }
}

@media (min-width: 390px) and (max-width: 430px) {
    .cortina-pre-img-col {
        margin-bottom: 38px !important;
    }

    .cortina-pre-img {
        max-height: 275px !important;
    }

    .cortina-pre-price-box-img {
        margin-top: 16px !important;
    }

    .cortina-pre-categoria-home {
        max-width: 370px !important;
        font-size: 1.54rem !important;
        line-height: 1.08 !important;
        margin-bottom: 22px !important;
    }

    .cortina-pre-title {
        max-width: 390px !important;
        font-size: 2.75rem !important;
        line-height: .98 !important;
    }
}

@media (max-width: 389.98px) {
    .cortina-pre-img-col {
        margin-bottom: 32px !important;
    }

    .cortina-pre-img {
        max-height: 250px !important;
    }

    .cortina-pre-categoria-home {
        max-width: 320px !important;
        font-size: 1.28rem !important;
        margin-bottom: 18px !important;
    }

    .cortina-pre-title {
        max-width: 330px !important;
        font-size: 2.25rem !important;
    }
}

@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 520px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

@media (min-width: 992px) {
    .cortina-pre-categoria-home {
        position: relative !important;
        top: -45px !important;
        left: -160px !important;
        width: calc(100% + 76px) !important;
        max-width: none !important;
        margin: 0 auto 8px auto !important;
        padding: 0 !important;
        white-space: nowrap !important;
        text-align: center !important;
        font-size: clamp(1.75rem, 2vw, 2.22rem) !important;
        line-height: 1.05 !important;
    }
}

@media (max-width: 767.98px) {
    .cortina-pre-modelos-carousel .swiper-slide {
        align-items: flex-start !important;
        height: auto !important;
    }

    .cortina-pre-modelos-carousel .card,
    .cortina-pre-modelo-card {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding-bottom: 10px !important;
    }

    .cortina-pre-modelo-card .card-body {
        padding-top: 12px !important;
        padding-bottom: 8px !important;
        margin-bottom: 0 !important;
    }

    .cortina-pre-modelo-card .text-muted {
        margin-bottom: 2px !important;
        line-height: 1.2 !important;
    }

    .cortina-pre-modelo-card .card-title {
        margin-bottom: 0 !important;
        line-height: 1.15 !important;
    }

    .cortina-pre-modelos-carousel {
        width: 100% !important;
        overflow: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .cortina-pre-modelos-carousel .swiper-wrapper {
            align-items: flex-start !important;
        }

        .cortina-pre-modelos-carousel .swiper-slide {
            width: 100% !important;
            min-width: 100% !important;
            max-width: 100% !important;
            display: flex !important;
            justify-content: center !important;
        }

    .cortina-pre-modelo-card {
        width: calc(100% - 28px) !important;
        max-width: 390px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-bottom: 10px !important;
    }

        .cortina-pre-modelo-card .card-body {
            padding-top: 12px !important;
            padding-bottom: 8px !important;
            margin-bottom: 0 !important;
        }
}

.cortina-pre-modelo-zoom-trigger {
    cursor: zoom-in;
    position: relative;
}

    .cortina-pre-modelo-zoom-trigger::after {
        content: "🔍";
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 36px;
        height: 36px;
        border-radius: 999px;
        background: rgba(255,255,255,.94);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: .98rem;
        box-shadow: 0 8px 20px rgba(0,0,0,.14);
        opacity: 1;
        transform: translateY(0);
        z-index: 3;
    }

@media (max-width: 767.98px) {
    .cortina-pre-modelo-zoom-trigger::after {
        width: 32px;
        height: 32px;
        right: 8px;
        bottom: 8px;
        font-size: .9rem;
    }

    .medir-cortina-zoom-img {
        max-width: 94vw;
        max-height: 84vh;
        object-fit: contain;
    }

    .sobmedida-page .cortina-pre-modelos-carousel {
        width: 100% !important;
        overflow: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 12px !important;
    }

        .sobmedida-page .cortina-pre-modelos-carousel .swiper-wrapper {
            display: flex !important;
            flex-wrap: nowrap !important;
            gap: 0 !important;
            overflow-x: auto !important;
            scroll-behavior: smooth !important;
            scrollbar-width: none !important;
            transform: none !important;
            scroll-snap-type: x mandatory;
        }

            .sobmedida-page .cortina-pre-modelos-carousel .swiper-wrapper::-webkit-scrollbar {
                display: none !important;
            }

        .sobmedida-page .cortina-pre-modelos-carousel .swiper-slide {
            flex: 0 0 100% !important;
            width: 100% !important;
            min-width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            display: flex !important;
            justify-content: center !important;
            align-items: flex-start !important;
            scroll-snap-align: center;
        }

    .sobmedida-page .cortina-pre-modelo-card {
        width: calc(100% - 34px) !important;
        max-width: 330px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        padding: 12px 12px 8px !important;
    }

    .sobmedida-page .cortina-pre-modelo-img-wrap {
        height: 200px !important;
    }

    .sobmedida-page .cortina-pre-modelo-card .card-body {
        padding-top: 9px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .sobmedida-page .cortina-pre-modelo-card .text-muted {
        margin-bottom: 1px !important;
        line-height: 1.15 !important;
    }

    .sobmedida-page .cortina-pre-modelo-card .card-title {
        margin-bottom: 0 !important;
        line-height: 1.12 !important;
    }
}

/* =========================================================
   HOME - COMPARAÇÃO DE MODELOS SOB MEDIDA
   Mobile first inspirado no layout de referência
========================================================= */

.home-compare-page {
    --home-bg: #f8f3ed;
    --home-card: #fffaf4;
    --home-card-2: #f2e8dc;
    --home-text: #2f2925;
    --home-muted: #6f6258;
    --home-line: #e4d8cb;
    --home-brown: #9b7656;
    --home-brown-dark: #6f4f35;
    --home-chip: #fffdf9;
    position: relative;
    min-height: 100vh;
    padding: 14px 0 92px;
    background: radial-gradient(circle at 16% 8%, rgba(255,255,255,.94), transparent 30%), linear-gradient(135deg, #fbf7f2 0%, #f4ece3 52%, #efe2d5 100%);
    overflow: hidden;
}

    .home-compare-page::before,
    .home-compare-page::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border-radius: 999px;
        filter: blur(2px);
        opacity: .55;
    }

    .home-compare-page::before {
        width: 280px;
        height: 280px;
        left: -130px;
        top: 120px;
        background: rgba(177, 146, 117, .16);
    }

    .home-compare-page::after {
        width: 340px;
        height: 340px;
        right: -160px;
        bottom: 40px;
        background: rgba(111, 79, 53, .12);
    }

.home-compare-container {
    position: relative;
    z-index: 2;
    max-width: 1460px;
}

.home-compare-phone {
    width: min(100%, 520px);
    margin: 0 auto;
    border-radius: 34px;
    background: rgba(255, 253, 249, .88);
    border: 1px solid rgba(111, 79, 53, .11);
    box-shadow: 0 24px 80px rgba(68, 49, 37, .14), inset 0 1px 0 rgba(255,255,255,.82);
    padding: 14px 14px 96px;
    backdrop-filter: blur(14px);
}

.home-compare-topbar {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.home-compare-back,
.home-compare-cart {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--home-text);
    text-decoration: none;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(111, 79, 53, .10);
    font-size: 1.35rem;
    line-height: 1;
}

.home-compare-cart {
    position: relative;
    font-size: 1.1rem;
}

    .home-compare-cart span {
        position: absolute;
        right: -3px;
        top: -4px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        border-radius: 999px;
        background: var(--home-brown);
        color: #fff;
        font-size: .68rem;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.home-compare-brand {
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    color: #6d4d35;
    font-size: clamp(1.35rem, 6vw, 1.95rem);
    font-weight: 500;
    line-height: 1;
}

.home-compare-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #817369;
    font-size: .78rem;
    line-height: 1.2;
    margin: 2px 2px 18px;
}

.home-compare-header {
    margin-bottom: 14px;
}

    .home-compare-header h1 {
        max-width: 430px;
        margin: 0 0 9px;
        color: var(--home-text);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(2rem, 8.4vw, 3.05rem);
        line-height: .98;
        letter-spacing: -.045em;
        font-weight: 500;
    }

    .home-compare-header p {
        max-width: 440px;
        margin: 0;
        color: #514a45;
        font-size: clamp(.95rem, 3.7vw, 1.05rem);
        line-height: 1.38;
        letter-spacing: -.01em;
    }

.home-compare-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 1px 12px;
    margin-bottom: 2px;
    scrollbar-width: none;
}

    .home-compare-chips::-webkit-scrollbar {
        display: none;
    }

    .home-compare-chips button {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 8px 12px;
        border-radius: 11px;
        border: 1px solid var(--home-line);
        background: rgba(255,255,255,.72);
        color: #463d36;
        font-size: .78rem;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
    }

        .home-compare-chips button.is-active {
            background: #fff;
            border-color: #d8c8b7;
            box-shadow: 0 8px 18px rgba(68,49,37,.06);
        }

.home-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.home-curtain-card {
    min-width: 0;
}

.home-curtain-select {
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
    border: 1px solid rgba(111, 79, 53, .13);
    border-radius: 16px;
    background: rgba(255,255,255,.88);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(68,49,37,.07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-curtain-card.is-selected .home-curtain-select {
    border-color: rgba(155, 118, 86, .72);
    box-shadow: 0 16px 38px rgba(68,49,37,.13), 0 0 0 3px rgba(155, 118, 86, .12);
    transform: translateY(-1px);
}

.home-curtain-img-wrap {
    height: clamp(104px, 29vw, 158px);
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(78,54,37,.08)), #eee5dc;
    overflow: hidden;
}

.home-curtain-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.home-curtain-select:hover .home-curtain-img {
    transform: scale(1.035);
}

.home-curtain-content {
    padding: 10px 10px 11px;
}

    .home-curtain-content h2 {
        min-height: 2.55em;
        margin: 0 0 7px;
        color: #25201d;
        font-size: clamp(.96rem, 3.85vw, 1.18rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -.035em;
        text-align: center;
    }

.home-curtain-badge {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 9px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #efe4d8;
    color: #73543b;
    font-size: .73rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.home-curtain-content ul {
    display: grid;
    gap: 2px;
    margin: 0 0 9px;
    padding-left: 14px;
    color: #4f4741;
    font-size: clamp(.72rem, 3.05vw, .82rem);
    line-height: 1.32;
    letter-spacing: -.01em;
}

.home-curtain-indicators {
    display: grid;
    gap: 5px;
    margin: 0 0 10px;
}

    .home-curtain-indicators div {
        display: flex;
        align-items: center;
        gap: 6px;
        min-width: 0;
        color: #b7a797;
        line-height: 1;
    }

    .home-curtain-indicators span {
        color: #8f755f;
        font-size: .9rem;
    }

    .home-curtain-indicators strong {
        color: #b8aa9b;
        font-size: .78rem;
        letter-spacing: .18em;
        white-space: nowrap;
    }

.home-curtain-card[data-cortina-id="2"] .home-curtain-indicators strong,
.home-curtain-card[data-cortina-id="3"] .home-curtain-indicators strong {
    color: #4f4945;
}

.home-curtain-cta {
    width: 100%;
    min-height: 36px;
    border-radius: 9px;
    background: linear-gradient(180deg, #a78362, #8b6648);
    color: #fff !important;
    text-decoration: none;
    font-weight: 900;
    font-size: .84rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(111,79,53,.20);
}

    .home-curtain-cta:hover {
        color: #fff !important;
        filter: brightness(.96);
    }

.home-compare-help {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 10px;
    border: 1px solid rgba(111,79,53,.10);
    border-radius: 16px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 10px 26px rgba(68,49,37,.06);
}

.home-compare-help-img {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #ead9c7;
    overflow: hidden;
}

    .home-compare-help-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.home-compare-help strong {
    display: block;
    color: #2f2925;
    font-size: .91rem;
    line-height: 1.15;
    margin-bottom: 2px;
}

.home-compare-help p {
    margin: 0;
    color: #6f6258;
    font-size: .75rem;
    line-height: 1.25;
}

.home-compare-help a {
    min-width: 88px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 11px;
    border: 1px solid #bfa98f;
    color: #5f4938;
    background: rgba(255,255,255,.9);
    text-decoration: none;
    font-size: .72rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
}

    .home-compare-help a span {
        font-size: 1.2rem;
        line-height: 1;
    }

.home-compare-empty {
    padding: 22px;
    border-radius: 18px;
    background: #fff;
    color: #6f6258;
    text-align: center;
    font-weight: 700;
}

.home-compare-bottom-bar {
    position: fixed;
    left: 50%;
    bottom: 12px;
    z-index: 1200;
    width: min(calc(100% - 22px), 500px);
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, #b18b67, #8a6648);
    color: #fff;
    box-shadow: 0 20px 50px rgba(60, 40, 26, .28);
}

    .home-compare-bottom-bar div {
        min-width: 0;
    }

    .home-compare-bottom-bar strong {
        display: block;
        color: #fff;
        font-size: .86rem;
        line-height: 1.1;
        margin-bottom: 3px;
    }

    .home-compare-bottom-bar span {
        display: block;
        color: rgba(255,255,255,.88);
        font-size: .78rem;
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*    .home-compare-bottom-bar a {
        min-width: 124px;
        min-height: 50px;
        padding: 0 18px;
        border-radius: 14px;
        background: rgba(78, 50, 31, .38);
        color: #fff !important;
        text-decoration: none;
        font-weight: 900;
        font-size: .98rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
    }

        .home-compare-bottom-bar a span {
            display: inline;
            font-size: 1.3rem;
            color: #fff;
            overflow: visible;
        }*/

/* Notas laterais do desktop */
.home-compare-desktop-note {
    display: none;
}

/* Desktop */
@media (min-width: 992px) {
    .home-compare-page {
        padding: 42px 0 110px;
    }

    .home-compare-phone {
        width: min(100%, 580px);
        padding: 18px 18px 104px;
        border-radius: 38px;
    }

    .home-compare-grid {
        gap: 14px;
    }

    .home-curtain-img-wrap {
        height: 164px;
    }

    .home-curtain-content {
        padding: 13px 13px 14px;
    }

        .home-curtain-content h2 {
            font-size: 1.22rem;
        }

        .home-curtain-content ul {
            font-size: .82rem;
            gap: 3px;
        }

    .home-compare-bottom-bar {
        width: min(500px, calc(100% - 30px));
        bottom: 22px;
    }

    .home-compare-desktop-note {
        position: absolute;
        display: grid;
        grid-template-columns: 58px 160px;
        align-items: center;
        column-gap: 14px;
        width: 300px;
        color: #282522;
    }

    .home-note-left {
        left: clamp(14px, 4vw, 80px);
        text-align: left;
    }

    .home-note-right {
        right: clamp(14px, 4vw, 80px);
        text-align: center;
        grid-template-columns: 160px 58px;
    }

    .home-compare-desktop-note span {
        height: 1px;
        background: #bba996;
        opacity: .95;
    }

    .home-note-icon {
        width: 58px;
        height: 58px;
        border-radius: 999px;
        background: #b49b83;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.45rem;
        box-shadow: 0 12px 28px rgba(68,49,37,.12);
    }

    .home-compare-desktop-note strong {
        grid-column: 1 / -1;
        display: block;
        margin-top: 26px;
        color: #1f2430;
        font-size: 1.35rem;
        line-height: 1.08;
        font-weight: 900;
    }

    .home-compare-desktop-note p {
        grid-column: 1 / -1;
        max-width: 245px;
        margin: 13px 0 0;
        color: #3f4148;
        font-size: 1.02rem;
        line-height: 1.45;
    }

    .home-note-right p,
    .home-note-right strong {
        margin-left: auto;
        margin-right: auto;
    }

    .note-one {
        top: 125px;
    }

    .note-two {
        top: 405px;
    }

    .note-three {
        top: 690px;
    }

    .note-four {
        top: 205px;
    }

    .note-five {
        top: 470px;
    }

    .note-six {
        top: 735px;
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
    .home-compare-phone {
        width: min(100%, 620px);
    }

    .home-curtain-img-wrap {
        height: 176px;
    }
}

/* Mobile bem estreito */
@media (max-width: 380px) {
    .home-compare-phone {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 26px;
    }

    .home-compare-grid {
        gap: 8px;
    }

    .home-curtain-content {
        padding: 9px 8px 10px;
    }

        .home-curtain-content h2 {
            font-size: .9rem;
        }

    .home-curtain-badge {
        font-size: .68rem;
        padding: 4px 9px;
    }

    .home-curtain-content ul {
        font-size: .68rem;
        padding-left: 12px;
    }

    .home-curtain-indicators strong {
        font-size: .68rem;
        letter-spacing: .13em;
    }

    .home-curtain-cta {
        min-height: 34px;
        font-size: .78rem;
    }

    .home-compare-help {
        grid-template-columns: 48px 1fr;
    }

        .home-compare-help a {
            grid-column: 1 / -1;
            width: 100%;
        }

    .home-compare-bottom-bar {
        grid-template-columns: 1fr;
    }

        .home-compare-bottom-bar a {
            width: 100%;
        }
}

/* =========================================================
   HOME COMPARE V2
   Layout real do projeto:
   esquerda com 2 cards, direita com seletor de modelos
========================================================= */

.home-compare-page-v2 {
    min-height: auto !important;
    padding: 34px 0 42px !important;
}

.home-compare-container-v2 {
    max-width: 1640px !important;
}

.home-compare-layout-v2 {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.home-compare-sidecards {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    min-height: 760px;
}

.home-side-card {
    position: relative;
    min-height: 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(111, 79, 53, .10);
    box-shadow: 0 22px 60px rgba(68, 49, 37, .12);
}

    .home-side-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,.50);
        backdrop-filter: blur(5px);
        z-index: 1;
    }

.home-side-card-cupom {
    background: linear-gradient(rgba(255,255,255,.15), rgba(255,255,255,.25)), url('/Imgs/Visual/cortina7.jpg') center/cover no-repeat;
}

.home-side-card-custom {
    background: linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.24)), url('/Imgs/Visual/cortina9.jpg') center/cover no-repeat;
}

.home-side-card-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 340px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-side-card-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    color: #76543b;
    font-size: .74rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-side-card h2 {
    margin: 0 0 12px;
    color: #2c2520;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: .98;
    font-weight: 500;
    letter-spacing: -.035em;
}

.home-side-card-custom h2 {
    color: #ffc107;
    font-family: var(--heading-font);
    font-weight: 950;
    text-shadow: 0 3px 12px rgba(255,255,255,.88);
}

.home-side-card p {
    max-width: 275px;
    margin: 0 auto 22px;
    color: #2f2925;
    font-size: .98rem;
    line-height: 1.42;
}

.home-side-card-btn {
    min-height: 46px;
    min-width: 156px;
    padding: 0 20px;
    border-radius: 12px;
    background: #ffe1a2;
    color: #15110d !important;
    text-decoration: none;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-shadow: 0 12px 26px rgba(90, 62, 38, .15);
}

    .home-side-card-btn:hover {
        background: #ffd487;
        color: #15110d !important;
        text-decoration: none;
    }

/* Área principal: mais larga para direita */
.home-compare-main-v2 {
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.home-compare-phone-v2 {
    width: 100% !important;
    max-width: 1040px !important;
    margin: 0 !important;
    padding: 28px 28px 32px !important;
    border-radius: 34px !important;
}

/* Remove visual de celular falso */
.home-compare-brand-v2 {
    margin-bottom: 16px;
}

/* Grid principal mais largo no desktop */
.home-compare-phone-v2 .home-compare-header h1 {
    max-width: 760px;
    font-size: clamp(2.5rem, 4.2vw, 4.75rem);
}

.home-compare-phone-v2 .home-compare-header p {
    max-width: 720px;
    font-size: 1.08rem;
}

.home-compare-phone-v2 .home-compare-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-compare-phone-v2 .home-curtain-img-wrap {
    height: 190px;
}

.home-compare-phone-v2 .home-curtain-content {
    padding: 13px 12px 14px;
}

    .home-compare-phone-v2 .home-curtain-content h2 {
        font-size: 1.08rem;
        min-height: 2.4em;
    }

    .home-compare-phone-v2 .home-curtain-content ul {
        font-size: .78rem;
        min-height: 4.4em;
    }

.home-compare-phone-v2 .home-curtain-indicators strong {
    font-size: .68rem;
    letter-spacing: .12em;
}

/* Barra de personalizar deixa de ser fixa no desktop */
.home-compare-bottom-bar-v2 {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 16px;
    border-radius: 18px;
}

/* Garante que os avisos antigos não apareçam */
.home-compare-desktop-note,
.home-note-left,
.home-note-right,
.note-one,
.note-two,
.note-three,
.note-four,
.note-five,
.note-six {
    display: none !important;
}

/* Garante que o topo antigo com voltar/carrinho não apareça caso ainda exista */
.home-compare-topbar,
.home-compare-back,
.home-compare-cart {
    display: none !important;
}

/* Desktop intermediário */
@media (min-width: 992px) and (max-width: 1300px) {
    .home-compare-layout-v2 {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 22px;
    }

    .home-compare-phone-v2 {
        max-width: 900px !important;
        padding: 24px !important;
    }

        .home-compare-phone-v2 .home-compare-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .home-compare-phone-v2 .home-curtain-img-wrap {
            height: 190px;
        }
}

/* Tablet e mobile: cards laterais sobem ou descem sem esmagar */
@media (max-width: 991.98px) {
    .home-compare-page-v2 {
        padding: 18px 0 30px !important;
    }

    .home-compare-container-v2 {
        --bs-gutter-x: 1rem;
    }

    .home-compare-layout-v2 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-compare-main-v2 {
        order: 1;
    }

    .home-compare-sidecards {
        order: 2;
        min-height: 0;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 14px;
    }

    .home-side-card-inner {
        min-height: 220px;
        padding: 22px 16px;
    }

    .home-side-card h2 {
        font-size: 1.65rem;
    }

    .home-side-card p {
        font-size: .86rem;
        line-height: 1.35;
        margin-bottom: 16px;
    }

    .home-side-card-btn {
        min-width: 0;
        width: 100%;
        min-height: 42px;
        font-size: .82rem;
    }

    .home-compare-phone-v2 {
        max-width: 720px !important;
        margin: 0 auto !important;
        padding: 18px 14px 18px !important;
    }

        .home-compare-phone-v2 .home-compare-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .home-compare-phone-v2 .home-curtain-img-wrap {
            height: clamp(116px, 31vw, 176px);
        }

    .home-compare-bottom-bar-v2 {
        position: static !important;
        margin-top: 14px;
    }
}

/* Mobile pequeno */
@media (max-width: 575.98px) {
    .home-compare-phone-v2 {
        border-radius: 24px !important;
        padding: 14px 10px 14px !important;
    }

    .home-compare-brand-v2 {
        font-size: 1.55rem;
        margin-bottom: 12px;
    }

    .home-compare-phone-v2 .home-compare-header h1 {
        font-size: clamp(2rem, 9.2vw, 2.85rem);
        line-height: .98;
    }

    .home-compare-phone-v2 .home-compare-header p {
        font-size: .94rem;
        line-height: 1.36;
    }

    .home-compare-phone-v2 .home-compare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .home-compare-phone-v2 .home-curtain-content {
        padding: 10px 8px 10px;
    }

        .home-compare-phone-v2 .home-curtain-content h2 {
            font-size: .92rem;
            min-height: 2.45em;
        }

    .home-compare-phone-v2 .home-curtain-badge {
        font-size: .66rem;
        padding: 4px 9px;
    }

    .home-compare-phone-v2 .home-curtain-content ul {
        font-size: .68rem;
        padding-left: 12px;
        min-height: 4.2em;
    }

    .home-compare-phone-v2 .home-curtain-indicators strong {
        font-size: .62rem;
        letter-spacing: .08em;
    }

    .home-compare-help {
        grid-template-columns: 48px 1fr;
    }

        .home-compare-help a {
            grid-column: 1 / -1;
            width: 100%;
        }

    .home-compare-bottom-bar-v2 {
        grid-template-columns: 1fr;
    }

        .home-compare-bottom-bar-v2 a {
            width: 100%;
        }

    .home-compare-sidecards {
        grid-template-columns: 1fr;
    }

    .home-side-card-inner {
        min-height: 200px;
    }
}

/*.home-compare-bottom-bar-v2 a.is-piscando-personalizar {
    position: relative;
    border: 2px solid rgba(255, 212, 110, .95) !important;
    animation: personalizarPulseSuave .75s ease-in-out infinite;
}

keyframes personalizarPulseSuave {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 212, 110, .55), inset 0 1px 0 rgba(255,255,255,.14);
        transform: translateY(0);
    }

    50% {
        box-shadow: 0 0 0 7px rgba(255, 212, 110, .16), 0 0 18px rgba(255, 212, 110, .36), inset 0 1px 0 rgba(255,255,255,.18);
        transform: translateY(-1px);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 212, 110, 0), inset 0 1px 0 rgba(255,255,255,.14);
        transform: translateY(0);
    }
}*/

/* =========================================================
   LAYOUT DECORA - HEADER / FOOTER / MENU / CARRINHO
   Paleta: branco, off-white, marrom claro e marrom médio
========================================================= */

:root {
    --ddl-bg: #fbf7f2;
    --ddl-bg-2: #f3e9de;
    --ddl-card: #fffdf9;
    --ddl-card-soft: #f7efe7;
    --ddl-line: #e5d6c7;
    --ddl-text: #2f2925;
    --ddl-muted: #76685f;
    --ddl-brown: #9b7656;
    --ddl-brown-2: #b18b67;
    --ddl-brown-dark: #6f4f35;
    --ddl-gold-soft: #ffe1a2;
}

/* Base geral */
html,
body {
    background: radial-gradient(circle at 10% 0%, rgba(255,255,255,.95), transparent 30%), linear-gradient(135deg, var(--ddl-bg) 0%, var(--ddl-bg-2) 100%) !important;
    color: var(--ddl-text);
}

body {
    overflow-x: hidden;
}

    body > .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        body > .container > main {
            padding-bottom: 0 !important;
        }

/* =========================================================
   HEADER
========================================================= */

header {
    position: relative;
    z-index: 100;
    background: linear-gradient(135deg, rgba(255,253,249,.96), rgba(245,235,224,.96));
    border-bottom: 1px solid rgba(111,79,53,.12);
    box-shadow: 0 14px 40px rgba(68,49,37,.08);
}

    header::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at 12% 0%, rgba(255,255,255,.85), transparent 26%), radial-gradient(circle at 92% 15%, rgba(177,139,103,.12), transparent 28%);
        z-index: -1;
    }

    header .container-fluid {
        max-width: 1640px;
    }

    header .row.py-3.border-bottom {
        border-bottom: 1px solid rgba(111,79,53,.10) !important;
        align-items: center;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

.layout-decor-strip {
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-decor-strip-text {
    color: #7b5a40;
    font-weight: 900;
    font-size: .9rem;
    letter-spacing: .04em;
    text-align: center;
}

@media (max-width: 991.98px) {
    .layout-decor-strip {
        display: none !important;
    }
}

/* Logo */
.main-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
}

    .main-logo a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 16px;
        border-radius: 22px;
        background: rgba(255,255,255,.66);
        border: 1px solid rgba(111,79,53,.08);
        box-shadow: 0 12px 26px rgba(68,49,37,.08);
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

        .main-logo a:hover {
            transform: translateY(-2px);
            background: rgba(255,255,255,.90);
            box-shadow: 0 18px 36px rgba(68,49,37,.12);
        }

    .main-logo img {
        max-height: 72px;
        width: auto;
        object-fit: contain;
    }

/* Barra vazia do layout: transforma em uma faixa decorativa discreta */
header .search-bar {
    min-height: 54px;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(246,238,229,.78)) !important;
    border: 1px solid rgba(111,79,53,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 12px 28px rgba(68,49,37,.06);
}

/* Ações do topo */
.top-actions-wrap {
    gap: 16px !important;
}

    .top-actions-wrap ul {
        gap: 8px;
        align-items: center;
    }

    .top-actions-wrap a,
    .top-actions-wrap button {
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

        /* Botões/links do login parcial e atalhos */
        .top-actions-wrap .nav-link,
        .top-actions-wrap a:not(.minhas-compras-link) {
            color: var(--ddl-brown-dark) !important;
            font-weight: 850;
        }

    .top-actions-wrap .btn,
    .top-actions-wrap .rounded-circle,
    .top-actions-wrap .bg-light {
        background: rgba(255,255,255,.78) !important;
        border: 1px solid rgba(111,79,53,.10) !important;
        color: var(--ddl-brown-dark) !important;
        box-shadow: 0 10px 24px rgba(68,49,37,.07);
    }

        .top-actions-wrap .btn:hover,
        .top-actions-wrap .rounded-circle:hover,
        .top-actions-wrap a:hover {
            transform: translateY(-1px);
        }

/* Carrinho desktop */
.cart {
    padding: 0;
}

    .cart button {
        min-width: 132px;
        min-height: 58px;
        padding: 10px 18px !important;
        border-radius: 18px !important;
        background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(246,237,227,.90)) !important;
        border: 1px solid rgba(111,79,53,.12) !important;
        box-shadow: 0 14px 30px rgba(68,49,37,.09);
    }

        .cart button:hover {
            transform: translateY(-2px);
            box-shadow: 0 18px 38px rgba(68,49,37,.13);
        }

    .cart .dropdown-toggle,
    .cart span.fs-6 {
        color: var(--ddl-muted) !important;
        font-size: .78rem !important;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .06em;
    }

.cart-total {
    color: var(--ddl-brown-dark) !important;
    font-size: 1.08rem !important;
    font-weight: 950 !important;
}

/* AtalhoCompras - mantém visual premium */
.minhas-compras-box {
    gap: 5px;
}

.minhas-compras-link {
    background: linear-gradient(135deg, var(--ddl-brown-2), var(--ddl-brown-dark)) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(111,79,53,.22) !important;
}

    .minhas-compras-link:hover {
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 18px 38px rgba(111,79,53,.28) !important;
    }

.minhas-compras-badge {
    background: #ffc43f !important;
    color: #3d2a1d !important;
    border-color: #fffaf4 !important;
}

.minhas-compras-label {
    color: var(--ddl-muted) !important;
    font-weight: 800;
}

/* Segunda linha / menu */
header .row.py-3:has(.main-menu) {
    padding-top: 10px !important;
    padding-bottom: 12px !important;
}

.main-menu {
    width: 100%;
    justify-content: center;
}

.navbar-toggler {
    min-width: 48px;
    min-height: 44px;
    border-radius: 14px !important;
    border: 1px solid rgba(111,79,53,.14) !important;
    background: rgba(255,255,255,.75) !important;
    box-shadow: 0 10px 22px rgba(68,49,37,.08);
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 4px rgba(177,139,103,.18) !important;
    }

.navbar-toggler-icon {
    filter: sepia(.3) saturate(.8);
}

/* Offcanvas geral */
.offcanvas {
    background: radial-gradient(circle at 20% 0%, rgba(255,255,255,.95), transparent 32%), linear-gradient(135deg, #fffdf9, #f3e7dc) !important;
    border-left: 1px solid rgba(111,79,53,.14) !important;
    box-shadow: -24px 0 70px rgba(68,49,37,.20);
}

.offcanvas-header {
    min-height: 70px;
    border-bottom: 1px solid rgba(111,79,53,.10);
}

.offcanvas .btn-close {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background-color: rgba(255,255,255,.82);
    opacity: 1;
    box-shadow: 0 10px 24px rgba(68,49,37,.10);
}

.offcanvas-body {
    color: var(--ddl-text);
}

/* Mini carrinho */
#miniCartContainer {
    color: var(--ddl-text);
}

    #miniCartContainer .card,
    #miniCartContainer .list-group-item,
    #miniCartContainer .mini-cart-item {
        border-color: rgba(111,79,53,.12) !important;
        background: rgba(255,255,255,.82) !important;
        border-radius: 18px !important;
        box-shadow: 0 12px 26px rgba(68,49,37,.06);
    }

/* =========================================================
   FOOTER
========================================================= */

footer {
    position: relative;
    margin-top: 0;
    background: radial-gradient(circle at 8% 0%, rgba(255,255,255,.20), transparent 28%), linear-gradient(135deg, #7b5a40 0%, #5d412d 54%, #3f2a1e 100%);
    color: rgba(255,255,255,.82);
    overflow: hidden;
}

    footer::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 42%), radial-gradient(circle at 90% 12%, rgba(255,225,162,.14), transparent 30%);
    }

    footer .container-fluid,
    footer .footer-info {
        position: relative;
        z-index: 1;
    }

    footer .container-fluid {
        max-width: 1540px;
    }

    footer .row {
        row-gap: 28px;
    }

.footer-menu {
    height: 100%;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

    .footer-menu .widget-title,
    footer h5 {
        color: #fffaf4 !important;
        font-size: 1.05rem;
        font-weight: 950;
        margin-bottom: 14px;
    }

    .footer-menu p {
        color: rgba(255,255,255,.74);
        line-height: 1.45;
    }

    .footer-menu .menu-list {
        display: grid;
        gap: 4px;
    }

    .footer-menu .nav-link,
    footer .nav-link {
        color: rgba(255,255,255,.72) !important;
        line-height: 1.35;
        padding: 5px 0 !important;
        transition: color .18s ease, transform .18s ease;
    }

        .footer-menu .nav-link:hover,
        footer .nav-link:hover {
            color: #ffe1a2 !important;
            transform: translateX(3px);
        }

/* Redes sociais */
.social-links .btn,
footer .btn-outline-light {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 999px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fffaf4 !important;
    background: rgba(255,255,255,.10) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

    .social-links .btn:hover,
    footer .btn-outline-light:hover {
        color: #4a3324 !important;
        background: #ffe1a2 !important;
        border-color: #ffe1a2 !important;
        transform: translateY(-2px);
    }

/* Newsletter */
#newsletterForm {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0,0,0,.16);
}

    #newsletterForm input[type="email"] {
        min-height: 50px;
        border: 0 !important;
        background: rgba(255,253,249,.96) !important;
        color: var(--ddl-text);
        padding: 0 16px;
    }

        #newsletterForm input[type="email"]::placeholder {
            color: #947e6c;
        }

        #newsletterForm input[type="email"]:focus {
            box-shadow: inset 0 0 0 3px rgba(255,225,162,.55) !important;
        }

    #newsletterForm button {
        min-height: 50px;
        border: 0 !important;
        background: linear-gradient(135deg, #ffe1a2, #d7ad72) !important;
        color: #3e2a1d !important;
        font-weight: 950;
        padding: 0 18px;
    }

#newsletterMsg {
    color: #fff3df !important;
    font-weight: 800;
}

/* Rodapé final */
.footer-info {
    margin-top: 28px;
    padding: 18px 16px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.78);
    text-align: center;
}

    .footer-info p {
        color: rgba(255,255,255,.80) !important;
        font-size: .92rem;
    }

/* WhatsApp flutuante */
.whatsapp-float {
    right: 28px !important;
    bottom: 28px !important;
    width: 68px !important;
    height: 68px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(246,238,229,.94)) !important;
    border: 1px solid rgba(111,79,53,.14);
    box-shadow: 0 18px 42px rgba(68,49,37,.20) !important;
}

    .whatsapp-float img {
        width: 52px !important;
        height: 52px !important;
    }

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991.98px) {
    header .row.py-3.border-bottom {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        row-gap: 10px;
    }

    .main-logo {
        min-height: 60px;
    }

        .main-logo a {
            padding: 8px 13px;
            border-radius: 18px;
        }

        .main-logo img {
            max-height: 58px;
        }

    header .search-bar {
        display: none !important;
    }

    .top-actions-wrap {
        width: 100%;
        margin-top: 6px !important;
        justify-content: center !important;
        gap: 12px !important;
    }

    .minhas-compras-link {
        width: 48px !important;
        height: 48px !important;
    }

    .minhas-compras-label {
        font-size: .72rem !important;
    }

    header .row.py-3:has(.main-menu) {
        padding-top: 4px !important;
        padding-bottom: 10px !important;
    }

    .main-menu {
        justify-content: center;
    }

    .offcanvas {
        width: min(88vw, 380px) !important;
    }

    footer {
        padding-top: 34px !important;
        padding-bottom: 28px !important;
    }

    .footer-menu {
        padding: 18px;
        border-radius: 20px;
        text-align: center;
    }

        .footer-menu .menu-list {
            gap: 2px;
        }

        .footer-menu .nav-link:hover,
        footer .nav-link:hover {
            transform: none;
        }
}

@media (max-width: 575.98px) {
    body {
        background: radial-gradient(circle at 0% 0%, rgba(255,255,255,.95), transparent 28%), linear-gradient(135deg, #fbf7f2, #efe1d3) !important;
    }

    header .container-fluid {
        --bs-gutter-x: 1rem;
    }

    header .row.py-3.border-bottom {
        border-bottom: 0 !important;
    }

    .main-logo {
        width: 100%;
    }

        .main-logo a {
            width: min(100%, 260px);
            min-height: 64px;
            background: rgba(255,255,255,.78);
        }

        .main-logo img {
            max-height: 54px;
        }

    .top-actions-wrap ul {
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .top-actions-wrap .nav-link,
    .top-actions-wrap a:not(.minhas-compras-link) {
        font-size: .86rem;
    }

    .navbar-toggler {
        width: min(100%, 240px);
        min-height: 44px;
    }

        .navbar-toggler::after {
            content: " Menu";
            color: var(--ddl-brown-dark);
            font-weight: 900;
            margin-left: 8px;
            vertical-align: middle;
        }

    .offcanvas {
        width: min(92vw, 360px) !important;
    }

    footer .container-fluid {
        --bs-gutter-x: 1rem;
    }

    footer .row {
        row-gap: 16px;
    }

    .footer-menu {
        padding: 18px 16px;
    }

    .social-links ul {
        gap: 12px !important;
    }

    #newsletterForm {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px !important;
        box-shadow: none;
    }

        #newsletterForm input[type="email"],
        #newsletterForm button {
            width: 100%;
            border-radius: 14px !important;
            min-height: 48px;
        }

    .footer-info {
        margin-top: 18px;
        padding-top: 16px;
    }

        .footer-info p {
            font-size: .8rem;
            line-height: 1.45;
        }

    .whatsapp-float {
        right: 14px !important;
        bottom: 16px !important;
        width: 54px !important;
        height: 54px !important;
    }

        .whatsapp-float img {
            width: 38px !important;
            height: 38px !important;
        }
}

/* =========================================================
   CARDS DE BENEFÍCIOS DO LAYOUT
   Receba amostra / Pagamento seguro / Qualidade / Economia
========================================================= */

section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 {
    height: 100%;
    min-height: 176px;
    padding: 22px 20px !important;
    border-radius: 22px !important;
    background: rgba(255, 253, 249, .92) !important;
    border: 1px solid rgba(111, 79, 53, .10) !important;
    box-shadow: 0 16px 36px rgba(68, 49, 37, .09);
    overflow: hidden;
}

    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 .row {
        align-items: flex-start;
        row-gap: 10px;
    }

    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 .col-md-2 {
        width: auto;
        min-width: 46px;
        padding-right: 12px;
    }

    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 svg {
        width: 34px;
        height: 34px;
        color: #6f4f35;
    }

    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 .col-md-10 {
        width: calc(100% - 58px);
    }

    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 h5 {
        margin: 0 0 10px;
        color: #2f2925;
        font-size: 1.08rem;
        line-height: 1.22;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 p {
        margin: 0;
        color: #6f6258;
        font-size: .94rem;
        line-height: 1.45;
    }

/* Desktop: cards um pouco mais elegantes e alinhados */
@media (min-width: 992px) {
    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 {
        row-gap: 18px;
    }

        section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col {
            display: flex;
        }

            section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 {
                width: 100%;
                min-height: 190px;
                border-radius: 24px !important;
            }
}

/* Mobile: fundo branco maior, menos apertado e bem arredondado */
@media (max-width: 767.98px) {
    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 {
        gap: 14px;
    }

        section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 {
            width: 100%;
            min-height: 0;
            padding: 22px 18px !important;
            border-radius: 18px !important;
            background: rgba(255, 253, 249, .96) !important;
        }

            section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 .row {
                display: grid;
                grid-template-columns: 42px 1fr;
                column-gap: 12px;
                align-items: flex-start;
            }

            section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 .col-md-2,
            section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 .col-md-10 {
                width: auto;
                padding: 0;
            }

            section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 svg {
                width: 32px;
                height: 32px;
            }

            section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 h5 {
                font-size: 1.05rem;
                line-height: 1.18;
                margin-bottom: 8px;
            }

            section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 p {
                font-size: .92rem;
                line-height: 1.42;
            }
}

/* Mobile pequeno: evita texto colar na borda */
@media (max-width: 390px) {
    section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 {
        padding: 20px 16px !important;
    }

        section.py-5 .row.row-cols-1.row-cols-sm-3.row-cols-lg-5 > .col > .card.border-0 .row {
            grid-template-columns: 38px 1fr;
            column-gap: 10px;
        }
}

/* Barra inferior da Home: aviso no lugar do botão Personalizar */
.home-compare-bottom-info {
    grid-template-columns: 1fr auto;
}

.home-compare-bottom-hint {
    min-width: 178px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(78, 50, 31, .30);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: .92rem;
    line-height: 1.12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

    .home-compare-bottom-hint span {
        display: inline-flex;
        color: #fff;
        font-size: 1.25rem;
        line-height: 1;
        overflow: visible;
    }

.home-curtain-select {
    cursor: pointer;
}

/* Mobile: mantém a barra bonita sem apertar */
@media (max-width: 575.98px) {
    .home-compare-bottom-info {
        grid-template-columns: 1fr;
    }

    .home-compare-bottom-hint {
        width: 100%;
        min-width: 0;
        min-height: 46px;
        font-size: .88rem;
    }
}

/* Olho para visualizar imagens da cor */
.sobmedida-cor-visual {
    position: relative;
}

.sobmedida-cor-eye {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 5;
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255,255,255,.95);
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #4a3527;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    line-height: 1;
    cursor: zoom-in;
    box-shadow: 0 8px 18px rgba(68,49,37,.18);
    transition: transform .16s ease, background .16s ease;
}

    .sobmedida-cor-eye:hover {
        transform: scale(1.06);
        background: #ffe1a2;
    }

/* Mantém o olho visível mesmo quando a cor está selecionada */
.sobmedida-cor-card input:checked + .sobmedida-cor-visual .sobmedida-cor-eye {
    right: 48px;
}

/* Botões do modal "Como medir" - Home */
.home-compare-help-img {
    cursor: zoom-in;
}

.medir-cortina-home-img-controls {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 100000;
    transform: translateX(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.medir-cortina-zoom-overlay.is-medida-gallery .medir-cortina-home-img-controls {
    display: flex;
}

.medir-cortina-home-img-controls button {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255,255,255,.95);
    border-radius: 999px;
    background: #2f80ed;
    color: #fff;
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(47,128,237,.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .medir-cortina-home-img-controls {
        bottom: 16px;
        gap: 12px;
    }

        .medir-cortina-home-img-controls button {
            width: 44px;
            height: 44px;
            font-size: 1.8rem;
        }

    .medir-cortina-zoom-overlay.is-medida-gallery .medir-cortina-zoom-img {
        max-width: calc(100vw - 18px);
        max-height: calc(100dvh - 92px);
        object-fit: contain;
    }
}

/* Zoom extra somente no modal "Como medir" */
.medir-cortina-home-zoom-extra {
    position: fixed;
    top: 18px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 100000;
    display: none;
    gap: 10px;
}

.medir-cortina-zoom-overlay.is-medida-gallery .medir-cortina-home-zoom-extra {
    display: flex;
}

.medir-cortina-home-zoom-extra button {
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255,255,255,.95);
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: #4a3527;
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.medir-cortina-zoom-overlay.is-medida-gallery .medir-cortina-zoom-img {
    transform-origin: center center;
    transition: transform .12s ease;
}

@media (max-width: 767.98px) {
    .medir-cortina-home-zoom-extra {
        top: 14px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        gap: 9px;
    }

    .medir-cortina-home-zoom-extra button {
        width: 38px;
        height: 38px;
        font-size: 1.18rem;
    }
}

.medir-cortina-zoom-overlay.is-medida-gallery .medir-cortina-zoom-img {
    transform-origin: center center;
    transition: transform .08s linear;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
}

.medir-cortina-zoom-overlay.is-medida-gallery .medir-cortina-zoom-img.is-dragging {
    cursor: grabbing;
}
.home-compare-help-medidas {
    grid-template-columns: 58px 1fr !important;
}

.home-compare-help-guia {
    grid-template-columns: 1fr auto !important;
}

.home-compare-help-link-medida {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #111;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
}

.home-compare-help-link-medida:hover {
    color: #111;
    text-decoration: none;
}

@media (max-width: 380px) {
    .home-compare-help-medidas {
        grid-template-columns: 48px 1fr !important;
    }

    .home-compare-help-guia {
        grid-template-columns: 1fr !important;
    }

        .home-compare-help-guia a {
            width: 100%;
        }
}