.header-sup{
    width: 100%;
    height: 2.75rem;
    background-color: var(--primary-3);
    background-image: var(--primary-gradient);
    box-shadow: 0 6px 10px rgba(0,0,0,.1);
    position:fixed;
    z-index: 920;
    user-select: none;
}
.header-sup .container-small{
    min-width: 0;
    gap: .75rem;
}
.social-icons{
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
}
.social-icons a {
    margin-right: .75rem;
    flex: 0 0 auto;
}
.social-icons a svg{
    width: 32px;
    fill: var(--light-1);
}
.header-btns{
    gap: 20px;
    flex: 0 1 auto;
    min-width: 0;
}
.header-btns a{
    align-items: center;
    background-color:var(--quaternary-3);
    background-image: var(--quaternary-gradient);
    color: var(--light-1);
    height: 34px;
    padding: .1rem .5rem;
    box-shadow: 2px 2px 3px rgba(0,0,0,.07);
    border-radius: 12px;
    max-width: 100%;
    white-space: nowrap;
}
.header-btn-wpp svg{
    width: 1.2rem;
    fill: var(--light-1);
    margin-right: .2rem;
}
.header{
    width: 100%;
    height: 100%;
    background-color: var(--dark-1);
    color: var(--light-1);
    position: relative;
    overflow: hidden;
}
.header .bg-header{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%;
    height: 105%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 900;
    background-image: url('../img/bg-header.avif');
    background-size: cover;
    background-position: center;
    will-change: transform;
    pointer-events: none;
}
.header .content-header{
    position: absolute;
    background-color: rgba(46,31,39,.85);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    width: 100%;
    padding: 0 20px;
    height: 100%;
    z-index: 910;
    color: white;
}
.header .content-header > div{
    width: 100%;
    max-width: 760px;
    text-align: center;
}
.header-logo{
    width: 100%;
}
.content-header div img{
    width:100%;
    max-width: 500px;
    margin: 0 auto;
}
.content-header h1{
    font-weight: 200;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
    overflow-wrap: anywhere;
}
.btn-slice-bg{
    text-transform: uppercase;
    height: auto;
    max-width: 100%;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-slice{
    padding: 1.1rem 1.5rem;
    border: 3px solid #ffffff;
    background-color: rgba(0,0,0,.25);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    color: var(--light-1);
    font-weight: 700;
    letter-spacing: 0.2rem;
    position: relative;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}
.btn-slice .top{
    position: relative;
    height: 10px;
    overflow: hidden;
    top: 0;
    -webkit-transition: all 200ms cubic-bezier(1.000, 0, 0.025, 1);
    -webkit-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -moz-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -o-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0, 0.025, 1);
    -webkit-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -moz-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -o-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040);
    -webkit-transition-delay:0.25s;     
    -moz-transition-delay:0.25s; 
    -ms-transition-delay:0.25s;     
    -o-transition-delay:0.25s;     
    transition-delay:0.25s;
}
.btn-slice .bottom{
    position: relative;
    height: 10px;
    overflow: hidden;
    bottom: 0;
    -webkit-transition: all 200ms cubic-bezier(1.000, 0, 0.025, 1);
    -webkit-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -moz-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -o-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0, 0.025, 1);
    -webkit-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -moz-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -o-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040);
    -webkit-transition-delay:0.25s;     
    -moz-transition-delay:0.25s; 
    -ms-transition-delay:0.25s;     
    -o-transition-delay:0.25s;     
    transition-delay:0.25s;
}
.btn-slice .bottom span{
    top: -10px;
    position: absolute;
    left: 0;
}
.btn-slice:hover .top{
    top: -6px;
    -webkit-transition-delay:0.25s;     
    -moz-transition-delay:0.25s; 
    -ms-transition-delay:0.25s;     
    -o-transition-delay:0.25s;     
    transition-delay:0.25s; 
}
.btn-slice:hover .bottom{
    bottom: -6px;
    -webkit-transition-delay:0.25s;     
    -moz-transition-delay:0.25s; 
    -ms-transition-delay:0.25s;     
    -o-transition-delay:0.25s;     
    transition-delay:0.25s; 
}
.btn-slice:before{
    content: '';
    height: 1px;
    width: 60px;
    background-color: var(--light-1);
    position: absolute;
    margin-top: 10px;
    right: -35px;
    -webkit-transition: all 750ms cubic-bezier(0.890, 0, 0.140, 1);
    -webkit-transition: all 750ms cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    -moz-transition: all 750ms cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    -o-transition: all 750ms cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    transition: all 750ms cubic-bezier(0.890, -0.170, 0.140, 1.225);
    -webkit-transition-timing-function: cubic-bezier(0.890, 0, 0.140, 1);
    -webkit-transition-timing-function: cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    -moz-transition-timing-function: cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    -o-transition-timing-function: cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    transition-timing-function: cubic-bezier(0.890, -0.170, 0.140, 1.225);
}
.btn-slice:hover:before{
    width: 125%;
}
.title-header{
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    overflow-wrap: anywhere;
}
.title-header h2{
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.tendencia-about {
    background: var(--light-1);
}
.about-box {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1.5rem;
    align-items: flex-start;
    background: linear-gradient(180deg, var(--light-1), var(--light-2));
    border: 1px solid var(--light-3);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    backdrop-filter: blur(6px);
}
.about-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: var(--secondary-3);
}
.about-icon{
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: var(--light-3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-icon img {
    width: 100%;
    height: auto;
}
.about-content h3 {
    font-weight: 600;
    color: var(--quaternary-3);
    margin-bottom: 0.75rem;
}
.about-content p {
    line-height: 1.7;
    color: var(--dark-5)
}
.about-content p + p {
    margin-top: 0.75rem;
}
.tendencia-clothing{
    background-color: var(--light-2);
}

.catalog-filters{
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(220px, .75fr) auto;
    gap: 14px;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 32px;
    padding: 18px;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(165,16,128,.12);
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(46,31,39,.06);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.catalog-search,
.catalog-type,
.catalog-submit{
    width: 100%;
}

.catalog-filters input,
.catalog-filters select{
    width: 100%;
    height: 54px;
    border: 1px solid var(--light-3);
    border-radius: 14px;
    padding: 0 18px;
    outline: none;
    background: rgba(255,255,255,.92);
    color: var(--dark-4);
    font-size: 1rem;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    box-sizing: border-box;
}

.catalog-filters input::placeholder{
    color: var(--dark-3);
    opacity: .8;
}

.catalog-filters input:focus,
.catalog-filters select:focus{
    border-color: var(--secondary-3);
    box-shadow: 0 0 0 4px rgba(242,213,248,.75);
}

.catalog-type{
    position: relative;
}

.catalog-filters select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 48px;
    cursor: pointer;
}

.catalog-type::after{
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--dark-4);
    border-bottom: 2px solid var(--dark-4);
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.catalog-submit{
    display: flex;
    justify-content: stretch;
}

.catalog-submit .btn-default{
    width: 100%;
    min-width: 132px;
    height: 54px;
    padding: 0 22px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 600;
    font-size: .98rem;
    letter-spacing: .01em;
    background-color: var(--quaternary-3);
    background-image: var(--quaternary-gradient);
    color: var(--light-1);
    box-shadow: 0 8px 20px rgba(165,16,128,.22);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.catalog-submit .btn-default:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(165,16,128,.28);
    opacity: .98;
}

.catalog-submit .btn-default:active{
    transform: translateY(0);
}

.clothing-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    gap: clamp(1.2rem, 3vw, 2rem);
    justify-content: center;
    margin: 0 auto;
    min-width: 0;
}

.clothing-card{
    width: 100%;
    max-width: 320px;
    background: var(--light-1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    transition: .25s ease;
    min-width: 0;
}

.clothing-card:hover{
    transform:translateY(-4px);
}

.clothing-card-link{
    display:block;
    color:inherit;
    text-decoration:none;
}

.clothing-card-image{
    width:100%;
    aspect-ratio: 4 / 5;
    background:var(--light-2);
    overflow:hidden;
}

.clothing-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.clothing-card-body{
    padding:14px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.clothing-card-type{
    display:inline-block;
    margin-bottom:8px;
    color:var(--quinary-3);
    font-weight:600;
}

.clothing-card-price{
    display:block;
    margin-top:10px;
    color:var(--tertiary-3);
    font-size:1.05rem;
}

.clothing-filters{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:20px;
}

.filter-btn{
    border:none;
    cursor:pointer;
    padding:10px 14px;
    border-radius:999px;
    background:var(--light-2);
    color:var(--dark-3);
    transition:.2s ease;
}

.filter-btn.active,
.filter-btn:hover{
    background:var(--quinary-3);
    color:var(--light-1);
}

.clothing-load-more{
    min-height:50px;
}

.item-layout{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:30px;
}

.item-gallery{
    display:grid;
    gap:14px;
}

.item-gallery-photo{
    border-radius:16px;
    overflow:hidden;
    background:var(--light-2);
}

.item-gallery-photo img{
    width:100%;
    display:block;
    object-fit:cover;
}

.item-type{
    display:inline-block;
    margin-bottom:8px;
    color:var(--quinary-3);
    font-weight:600;
}

.item-price{
    display:block;
    font-size:1.5rem;
    margin:14px 0;
    color:var(--tertiary-3);
}

.item-description{
    margin-top:16px;
    line-height:1.7;
}

.item-actions{
    margin-top:24px;
}

.btn-whatsapp,
.btn-default{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 20px;
    border-radius:10px;
    text-decoration:none;
    background:var(--quaternary-3);
    color:var(--light-1);
    transition:.2s ease;
}

.btn-whatsapp:hover,
.btn-default:hover{
    opacity:.92;
    transform:translateY(-1px);
}

@media (max-width: 960px){
    .item-layout{
        grid-template-columns:1fr;
    }
}




.item-view{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:start;
}

.item-main-photo img,
.item-thumbs img{
    width:100%;
    display:block;
    border-radius:16px;
}

.item-thumbs{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-top:15px;
}

.item-info{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.item-actions{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:12px;
}

@media(max-width: 960px){
    .item-view{
        grid-template-columns:1fr;
    }

    .catalog-filters{
        grid-template-columns:1fr;
    }
}




















.btn-whatsapp {
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 14px 22px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease;
}
.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}
.btn-whatsapp svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
.tendencia-values {
    background-color: var(--light-3);
    background-image: url('../img/bg-one.avif');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.value-card {
    background: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.08);
    border: 1px solid var(--secondary-2);
    border-radius: 14px;
    padding: 2rem 1.8rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-color: var(--secondary-3);
}
.value-tag {
    gap: 1rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--quaternary-3);
    margin-bottom: 1.5rem;
}
.contato{
    color: var(--dark-3);
    background: var(--light-1);
}
.contato-count{
    gap:4rem;
    text-align: center;
}
.contato-count hr{
    margin:2.2rem 0;
    border: none;
    height: 2px;
    background-color: var(--primary-5);
}
.contato-count h3{
    color:var(--dark-5);
}
.contato-count h4{
    width: 100%;
    margin-top: .8rem;
    text-emphasis: center;
    font-weight: 400;
    color:var(--dark-5);
    overflow-wrap:anywhere;
}
.contato-count svg{
    width: 20px;
    fill: var(--dark-5);
    margin-right: 10px;
}
.social-medias{
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}
.social-media{
    width: fit-content;
    margin-top: .8rem;
}
.social-medias a{
    fill: var(--dark-5);
    transition: .2s;
}
.social-medias-wpp a svg{
    padding-bottom: 6px;
}
.social-media a svg{
    width: 2rem;
}
.social-medias a svg:hover{
    fill: var(--secondary-3);
}
.footer{
    width: 100%;
    padding: 1rem 0;
    color: var(--light-1);
    background: var(--primary-2);
    user-select: none;
    text-align: center;
    cursor:cell;
}
.footer p:first-child{
    margin-bottom:.25rem;
}
.footer a{
    color: var(--light-1);
}

@media (max-width: 960px){

    .catalog-filters{
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 12px;
        border-radius: 18px;
    }

    .catalog-submit .btn-default{
        min-width: 100%;
    }

    .content-header div img{
        max-width: 50%;
    }
    .about-box {
        grid-template-columns: 1fr;
    }
    .about-icon {
        margin-bottom: 0.5rem;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .value-card {
        padding: 1.8rem 1.5rem;
    }
    .lightbox-close,.lightbox-left, .lightbox-right{
        width: 32px;
        height: 32px;
    }
    .lightbox-center{
        max-width: calc(100% - 144px);
    }
    .contato-count{
        flex-direction: column;
    }
    .form-footer{
        flex-wrap: wrap;
        margin-top:0;
    }
    .form-footer-return{
        width: 100%;
        justify-content: center;
        min-height:50px;
        padding-bottom: 6px;
    }
    .form-footer-submit{
        width:100%;
    }
    .contato-left button{
        width:100%;
        height: 44px;
        border-radius: 6px;
        float: right;
        border: none;
        cursor: pointer;
        color:var(--light-1);
    }
    .contato-right{
        width: 100%;
        text-align: center;
    }
    .contato-right h4{
        width: 100%;
        justify-content: center;
    }
    .social-medias{
        justify-content: center;
    }

}


/* Vitrine com menu lateral de categorias */
.boutique-catalog{
    padding-top: calc(2.75rem + 34px);
    background:
        linear-gradient(180deg, #fffafd 0%, #ffffff 38%, #fff8ed 100%);
    color: var(--dark-3);
}

.catalog-hero{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    gap: clamp(1rem, 3vw, 2.6rem);
    align-items: stretch;
    margin-bottom: clamp(1.7rem, 4vw, 3rem);
    padding: clamp(1.3rem, 3vw, 2.2rem);
    border: 1px solid rgba(165,16,128,.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,250,253,.95), rgba(255,255,255,.82)),
        radial-gradient(circle at 92% 8%, rgba(211,176,102,.18), transparent 34%);
    box-shadow: 0 18px 44px rgba(46,31,39,.08);
    min-width: 0;
}

.catalog-hero-content{
    max-width: 780px;
    min-width: 0;
}

.catalog-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .6rem;
    color: var(--quinary-3);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.catalog-eyebrow::before{
    content: "";
    width: 32px;
    height: 1px;
    background: var(--primary-3);
}

.catalog-hero h1{
    max-width: 760px;
    color: var(--dark-2);
    font-size: clamp(1.8rem, 4vw, 3.35rem);
    font-weight: 700;
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.catalog-hero p{
    max-width: 680px;
    margin-top: .8rem;
    color: var(--dark-5);
    font-size: clamp(.78rem, 1.4vw, .95rem);
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.catalog-hero-panel{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .6rem;
    align-self: end;
}

.catalog-hero-panel div{
    min-height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .85rem;
    border: 1px solid rgba(211,176,102,.3);
    border-radius: 8px;
    background: rgba(255,255,255,.78);
}

.catalog-hero-panel strong{
    color: var(--dark-2);
    font-size: clamp(1.1rem, 2.2vw, 1.65rem);
    line-height: 1;
}

.catalog-hero-panel span{
    margin-top: .45rem;
    color: var(--dark-5);
    font-size: .55rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.catalog-showcase{
    display: grid;
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
    gap: clamp(1.2rem, 3vw, 2.6rem);
    align-items: start;
    min-width: 0;
}

.catalog-sidebar{
    position: sticky;
    top: calc(2.75rem + 20px);
    padding: 1rem;
    border: 1px solid rgba(46,31,39,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 14px 34px rgba(46,31,39,.06);
    min-width: 0;
}

.catalog-sidebar h2{
    margin-bottom: .85rem;
    color: var(--dark-2);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.catalog-sidebar-nav{
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.catalog-sidebar-nav a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
    min-height: 40px;
    padding: 0 .7rem;
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--dark-4);
    font-size: .64rem;
    font-weight: 600;
    line-height: 1.25;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.catalog-sidebar-nav a small{
    min-width: 28px;
    padding: .1rem .28rem;
    border-radius: 999px;
    background: rgba(211,176,102,.16);
    color: var(--quinary-3);
    font-size: .5rem;
    font-weight: 800;
    text-align: center;
}

.catalog-sidebar-nav a:hover,
.catalog-sidebar-nav a.active{
    border-color: rgba(165,16,128,.18);
    background: linear-gradient(135deg, rgba(255,250,253,.95), rgba(252,243,251,.9));
    color: var(--quinary-3);
    transform: translateX(2px);
}

.catalog-products{
    min-width: 0;
}

.catalog-products-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: .95rem 1rem;
    border: 1px solid rgba(46,31,39,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.78);
    min-width: 0;
}

.catalog-products-header > div{
    min-width: 0;
}

.catalog-products-header h2{
    color: var(--dark-2);
    font-size: clamp(1.1rem, 2vw, 1.6rem);
    font-weight: 800;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.catalog-products-header p{
    margin-top: .35rem;
    color: var(--dark-5);
    font-size: .62rem;
    font-weight: 500;
}

.catalog-searchbar{
    display: grid;
    grid-template-columns: minmax(190px, 320px) auto;
    gap: .5rem;
    align-items: stretch;
    flex: 0 1 500px;
    min-width: 0;
}

.catalog-searchbar label{
    display: block;
}

.catalog-searchbar label span{
    display: block;
    margin-bottom: .25rem;
    color: var(--dark-5);
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.catalog-searchbar input{
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid rgba(46,31,39,.14);
    border-radius: 6px;
    background: #fff;
    color: var(--dark-2);
    font-size: .66rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.catalog-searchbar input:focus{
    border-color: rgba(165,16,128,.42);
    box-shadow: 0 0 0 4px rgba(242,213,248,.44);
}

.catalog-searchbar button{
    align-self: end;
    height: 44px;
    padding: 0 1.15rem;
    border: 0;
    border-radius: 6px;
    background: var(--dark-gradient);
    color: #fff;
    cursor: pointer;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: background .2s ease, transform .2s ease;
}

.catalog-searchbar button:hover{
    background: var(--quinary-gradient);
    transform: translateY(-1px);
}

.catalog-active-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
    padding: .7rem .85rem;
    border: 1px solid rgba(211,176,102,.28);
    border-radius: 6px;
    background: #fffbf3;
    color: var(--dark-5);
    font-size: .62rem;
    font-weight: 500;
    flex-wrap: wrap;
}

.catalog-active-filter a{
    color: var(--quinary-3);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.boutique-catalog .catalog-product-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.55rem);
}

.boutique-catalog .clothing-card{
    border: 1px solid rgba(46,31,39,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 12px 28px rgba(46,31,39,.06);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.boutique-catalog .clothing-card:hover{
    transform: translateY(-4px);
    border-color: rgba(165,16,128,.16);
    box-shadow: 0 18px 36px rgba(46,31,39,.11);
}

.boutique-catalog .clothing-card-link{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.boutique-catalog .clothing-card-image{
    position: relative;
    aspect-ratio: 3 / 4.12;
    background: #f8f1f6;
    overflow: hidden;
}

.boutique-catalog .clothing-card-image::after{
    content: "Ver detalhes";
    position: absolute;
    left: .65rem;
    right: .65rem;
    bottom: .65rem;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(18,12,16,.78);
    color: #fff;
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.boutique-catalog .clothing-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.boutique-catalog .clothing-card:hover .clothing-card-image img{
    transform: scale(1.035);
}

.boutique-catalog .clothing-card:hover .clothing-card-image::after{
    opacity: 1;
    transform: translateY(0);
}

.boutique-catalog .clothing-card-body{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: .8rem .75rem .85rem;
    text-align: center;
}

.boutique-catalog .clothing-card-type{
    display: inline-flex;
    margin-bottom: .38rem;
    color: var(--quinary-3);
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.boutique-catalog .clothing-card-size{
    display: block;
    max-width: 100%;
    margin: 0 0 .55rem;
    color: var(--dark-5);
    font-size: .52rem;
    font-weight: 500;
}

.boutique-catalog .clothing-card-body h3{
    min-height: 2.8em;
    margin: 0 auto .35rem;
    color: var(--dark-2);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.boutique-catalog .clothing-card-price{
    margin: 0 0 .45rem;
    color: var(--dark-1);
    font-size: .9rem;
    font-weight: 800;
}

.clothing-card-installment{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin: 0 0 .45rem;
    padding: 0 .55rem;
    border: 1px solid rgba(211,176,102,.38);
    border-radius: 999px;
    background: #fffbf3;
    color: #8a743a;
    font-size: .54rem;
    font-weight: 600;
    max-width: 100%;
    text-align: center;
    white-space: normal;
}

.clothing-card-installment b{
    margin: 0 .16rem;
    color: #9c884f;
}

.boutique-catalog .clothing-card-cta{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin-top: auto;
    border: 0;
    border-radius: 6px;
    background: var(--dark-gradient);
    color: #fff;
    font-size: .56rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: background .2s ease;
}

.boutique-catalog .clothing-card:hover .clothing-card-cta{
    background: var(--quinary-gradient);
}

@media (max-width: 1180px){
    .boutique-catalog .catalog-product-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px){
    .catalog-hero{
        grid-template-columns: 1fr;
    }

    .catalog-showcase{
        grid-template-columns: 1fr;
    }

    .catalog-sidebar{
        position: static;
        padding: .85rem;
    }

    .catalog-sidebar h2{
        max-width: none;
        margin-bottom: .75rem;
    }

    .catalog-sidebar-nav{
        flex-direction: row;
        gap: .55rem;
        overflow-x: auto;
        max-width: 100%;
        overscroll-behavior-inline: contain;
        padding-bottom: .45rem;
    }

    .catalog-sidebar-nav a{
        flex: 0 0 auto;
        min-height: 36px;
        display: inline-flex;
        align-items: center;
        padding: 0 .85rem;
        border: 1px solid rgba(46,31,39,.12);
    }

    .catalog-sidebar-nav a:hover,
    .catalog-sidebar-nav a.active{
        transform: none;
        border-color: var(--quinary-3);
        background: var(--quinary-gradient);
        color: #fff;
    }

    .catalog-sidebar-nav a:hover small,
    .catalog-sidebar-nav a.active small{
        background: rgba(255,255,255,.2);
        color: #fff;
    }

    .catalog-products-header{
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-searchbar{
        grid-template-columns: minmax(0, 1fr) auto;
        flex-basis: auto;
        width: 100%;
    }
}

@media (max-width: 620px){
    .boutique-catalog{
        padding-top: calc(2.75rem + 20px);
    }

    .catalog-hero{
        padding: 1rem;
    }

    .catalog-hero-panel{
        grid-template-columns: 1fr;
    }

    .catalog-hero-panel div{
        min-height: 74px;
    }

    .boutique-catalog .catalog-product-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem .75rem;
    }

    .catalog-searchbar{
        grid-template-columns: 1fr;
    }

    .catalog-searchbar button{
        width: 100%;
    }

    .clothing-card-installment{
        min-height: 30px;
        padding: 0 .35rem;
        font-size: .5rem;
    }

    .boutique-catalog .clothing-card-body{
        padding: .65rem .45rem .65rem;
    }

    .boutique-catalog .clothing-card-body h3{
        font-size: .58rem;
    }

    .boutique-catalog .clothing-card-cta{
        min-height: 34px;
        font-size: .5rem;
        letter-spacing: .08em;
    }
}

.home-clothing{
    padding-top: 3.2rem;
    background: #fff;
}

.home-showcase .catalog-sidebar{
    position: static;
}

.catalog-view-all{
    flex: 0 0 auto;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border: 1px solid #171717;
    color: #171717;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.catalog-view-all:hover{
    background: #171717;
    color: #fff;
}

.home-showcase .catalog-product-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.1rem, 2vw, 2rem) clamp(1rem, 2vw, 1.65rem);
}

.home-showcase .clothing-card{
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.home-showcase .clothing-card:hover{
    transform: none;
    box-shadow: none;
}

.home-showcase .clothing-card-link{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-showcase .clothing-card-image{
    aspect-ratio: 3 / 4.25;
    background: #f7f7f7;
    overflow: hidden;
}

.home-showcase .clothing-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.home-showcase .clothing-card-body{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: .8rem 0 0;
    text-align: center;
}

.home-showcase .clothing-card-type,
.home-showcase .clothing-card-size{
    display: none;
}

.home-showcase .clothing-card-body h3{
    min-height: 2.85em;
    margin: 0 auto .28rem;
    color: #191919;
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.home-showcase .clothing-card-price{
    margin: 0 0 .55rem;
    color: #050505;
    font-size: .82rem;
    font-weight: 800;
}

.home-showcase .clothing-card-cta{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: auto;
    border: 0;
    border-radius: 0;
    background: #171717;
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .14em;
}

@media (max-width: 1180px){
    .home-showcase .catalog-product-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px){
    .catalog-view-all{
        width: fit-content;
    }
}

@media (max-width: 620px){
    .home-showcase .catalog-product-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem .75rem;
    }
}

.product-showcase{
    padding-top: calc(2.75rem + 34px);
    background: linear-gradient(180deg, #fffafd 0%, #ffffff 42%, #fff8ed 100%);
    color: var(--dark-3);
}

.product-detail{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: clamp(1.3rem, 4vw, 3rem);
    align-items: start;
    padding: clamp(1rem, 2.6vw, 1.6rem);
    border: 1px solid rgba(165,16,128,.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,250,253,.95), rgba(255,255,255,.82)),
        radial-gradient(circle at 8% 8%, rgba(211,176,102,.18), transparent 32%);
    box-shadow: 0 18px 44px rgba(46,31,39,.08);
}

.product-gallery{
    min-width: 0;
}

.product-main-photo{
    aspect-ratio: 3 / 4.05;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f1f6;
}

.product-main-photo img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-thumbs{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-top: .75rem;
}

.product-thumbs a{
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border: 1px solid rgba(46,31,39,.1);
    border-radius: 8px;
    background: #fff;
    opacity: .74;
    transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}

.product-thumbs a:hover,
.product-thumbs a.active{
    border-color: rgba(165,16,128,.28);
    opacity: 1;
    transform: translateY(-2px);
}

.product-thumbs img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-info{
    position: sticky;
    top: calc(2.75rem + 24px);
    min-width: 0;
    padding: clamp(1rem, 2.5vw, 1.65rem);
    border: 1px solid rgba(46,31,39,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 14px 34px rgba(46,31,39,.06);
}

.product-back-link{
    display: inline-flex;
    margin-bottom: 1.2rem;
    color: var(--dark-5);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.product-back-link:hover{
    color: var(--quinary-3);
}

.product-info h1{
    color: var(--dark-2);
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1.04;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.product-category{
    margin-top: .65rem;
    color: var(--quinary-3);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.product-price-box{
    margin: 1.2rem 0;
    padding: 1rem;
    border: 1px solid rgba(211,176,102,.3);
    border-radius: 8px;
    background: #fffbf3;
}

.product-price-box strong{
    display: block;
    color: var(--dark-1);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.product-price-box span{
    display: block;
    margin-top: .5rem;
    color: #8a743a;
    font-size: .62rem;
    font-weight: 600;
}

.product-price-box b{
    color: #9c884f;
}

.product-sizes,
.product-variants{
    margin-top: 1rem;
}

.product-sizes strong,
.product-variant-group strong,
.product-description strong{
    display: block;
    margin-bottom: .65rem;
    color: var(--dark-2);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-sizes div{
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.product-sizes span{
    min-width: 42px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(46,31,39,.12);
    border-radius: 6px;
    background: #fff;
    color: var(--dark-2);
    font-size: .62rem;
    font-weight: 800;
}

.product-variant-group + .product-variant-group{
    margin-top: .85rem;
}

.product-variant-group.is-hidden{
    display: none;
}

.product-variant-options{
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.product-variant-option{
    min-width: 42px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .75rem;
    border: 1px solid rgba(46,31,39,.12);
    border-radius: 6px;
    background: #fff;
    color: var(--dark-2);
    font-size: .62rem;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}

.product-variant-option.active{
    border-color: #171717;
    background: #171717;
    color: #fff;
}

.product-variant-option:disabled{
    opacity: .35;
    cursor: not-allowed;
}

.product-description{
    margin-top: 1.25rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(46,31,39,.08);
}

.product-description p{
    color: var(--dark-5);
    font-size: .72rem;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.product-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    margin-top: 1.3rem;
}

.product-primary-action,
.product-secondary-action{
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .9rem;
    border-radius: 6px;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.product-primary-action{
    background: var(--dark-gradient);
    color: #fff;
}

.product-secondary-action{
    border: 1px solid #171717;
    color: #171717;
}

.product-primary-action:hover,
.product-secondary-action:hover{
    transform: translateY(-1px);
}

.product-primary-action:hover{
    background: var(--quinary-gradient);
}

.product-secondary-action:hover{
    background: #171717;
    color: #fff;
}

.product-service-notes{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin-top: 1rem;
}

.product-service-notes span{
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    border: 1px solid rgba(211,176,102,.26);
    border-radius: 6px;
    background: rgba(255,255,255,.68);
    color: var(--dark-5);
    font-size: .52rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}

.product-related{
    margin-top: clamp(1.4rem, 4vw, 2.6rem);
}

.product-showcase .catalog-product-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.55rem);
    justify-content: space-between;
    justify-items: stretch;
}

.product-showcase .clothing-card{
    width: 100%;
    max-width: none;
    border: 1px solid rgba(46,31,39,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 12px 28px rgba(46,31,39,.06);
}

.product-showcase .clothing-card-link{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-showcase .clothing-card-image{
    aspect-ratio: 3 / 4.12;
}

.product-showcase .clothing-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.product-showcase .clothing-card-body{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: .8rem .75rem .85rem;
    text-align: center;
}

.product-showcase .clothing-card-type{
    display: inline-flex;
    margin-bottom: .38rem;
    color: var(--quinary-3);
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.product-showcase .clothing-card-size{
    display: block;
    max-width: 100%;
    margin: 0 0 .55rem;
    color: var(--dark-5);
    font-size: .52rem;
    font-weight: 500;
}

.product-showcase .clothing-card-body h3{
    min-height: 2.8em;
    margin: 0 auto .35rem;
    color: var(--dark-2);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-showcase .clothing-card-price{
    margin: 0 0 .45rem;
    color: var(--dark-1);
    font-size: .9rem;
    font-weight: 800;
}

.product-showcase .clothing-card-cta{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin-top: auto;
    border: 0;
    border-radius: 6px;
    background: var(--dark-gradient);
    color: #fff;
    font-size: .56rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

@media (max-width: 960px){
    .product-detail{
        grid-template-columns: 1fr;
    }

    .product-info{
        position: static;
    }
}

@media (max-width: 720px){
    .product-showcase{
        padding-top: calc(2.75rem + 20px);
    }

    .product-detail{
        padding: .8rem;
    }

    .product-info h1{
        font-size: 1.75rem;
    }

    .product-price-box strong{
        font-size: 1.45rem;
    }

    .product-actions,
    .product-service-notes{
        grid-template-columns: 1fr;
    }

    .product-showcase .catalog-products-header{
        align-items: stretch;
        flex-direction: column;
    }

    .product-showcase .catalog-product-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem .75rem;
    }

    .product-showcase .clothing-card{
        max-width: none;
    }
}

@media (max-width: 520px){
    .header-sup{
        height: auto;
        min-height: 2.75rem;
        padding: .35rem 0;
    }

    .header-sup .container-small{
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .social-icons{
        justify-content: center;
    }

    .social-icons a{
        margin-right: .45rem;
    }

    .social-icons a:last-child{
        margin-right: 0;
    }

    .social-icons a svg{
        width: 28px;
    }

    .header-btns{
        gap: .5rem;
        flex: 0 0 auto;
        position: relative;
        z-index: 2;
    }

    .header-btns a{
        height: 32px;
        padding: .1rem .4rem;
    }

    .header-btns a span{
        font-size: .54rem;
    }

    .header-btn-wpp svg{
        width: 1rem;
        margin-right: .12rem;
    }

    .content-header div img{
        max-width: min(64vw, 280px);
    }

    .content-header h1{
        max-width: 86vw;
        margin-left: auto;
        margin-right: auto;
        font-size: 1rem;
        letter-spacing: 0;
        text-align: center;
    }

    .btn-slice{
        width: min(100%, 260px);
        padding: .9rem 1rem;
        letter-spacing: .08rem;
    }

    .btn-slice .top,
    .btn-slice .bottom{
        width: 100%;
    }

    .btn-slice .bottom{
        display: none;
    }

    .btn-slice .top span,
    .btn-slice .bottom span{
        position: static;
        display: block;
        white-space: normal;
    }

    .about-box,
    .value-card{
        padding: 1.25rem;
    }

    .value-tag{
        gap: .65rem;
        letter-spacing: .08em;
        overflow-wrap: anywhere;
    }

    .catalog-products-header,
    .product-showcase .catalog-products-header{
        padding: .8rem;
    }

    .catalog-hero p,
    .catalog-products-header p,
    .product-description p{
        word-break: break-word;
    }

    .catalog-view-all,
    .product-primary-action,
    .product-secondary-action{
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }
}

@media (max-width: 380px){
    .header-sup .container-small{
        width: 96%;
        gap: .45rem;
    }

    .social-icons a svg{
        width: 25px;
    }

    .header-btns a{
        width: 32px;
        min-width: 32px;
        flex: 0 0 32px;
        border-radius: 10px;
        padding: 0;
        background-color: var(--quaternary-3) !important;
        background-image: var(--quaternary-gradient) !important;
    }

    .header-btns a span{
        display: none;
    }

    .header-btn-wpp svg{
        margin-right: 0;
    }

    .catalog-hero,
    .catalog-products-header,
    .catalog-sidebar,
    .product-detail,
    .product-info{
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .clothing-grid,
    .boutique-catalog .catalog-product-grid,
    .home-showcase .catalog-product-grid,
    .product-showcase .catalog-product-grid{
        grid-template-columns: minmax(0, 1fr);
    }

    .clothing-card{
        max-width: none;
    }

    .product-info h1{
        font-size: 1.28rem;
        word-break: break-word;
    }

    .product-price-box strong{
        font-size: 1.25rem;
    }
}

@media (max-width: 340px){
    .header-sup .container-small{
        justify-content: space-between;
        gap: .25rem;
    }

    .social-icons a{
        margin-right: .28rem;
    }

    .social-icons a svg{
        width: 23px;
    }

    .header-btns a span{
        font-size: .5rem;
    }

    .header-btn-wpp svg{
        width: .9rem;
    }
}
