﻿/* col-md-offset-2 — missing from the stripped Bootstrap build */
@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

/* blog listing — uniform image size */
.blog_content .media.standard_blog_post .pull-left {
    width: 200px;
    flex-shrink: 0;
}
.blog_content .media.standard_blog_post .pull-left img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    display: block;
}

/* breadcrumb separator — replaces Font Awesome \f105 removed from project */
.page_title_area .bredcrumb ul li:after {
    font-family: inherit;
    content: "\203A";
}

/* ============================================================
   Lightgallery overrides
   ============================================================ */
.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0px;
	color: #EEEEEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	opacity: 1;
	text-align: center;
	z-index: 1080;
}

.lg-img-wrap .lg-image {
	border: 0px solid #fff;
	border-radius: 0px;
	opacity: 1 !important;
	filter: blur(0px) brightness(100%) contrast(100%) grayscale(0%) invert(0%) saturate(1) sepia(0%);
	-webkit-filter: blur(0px) brightness(100%) contrast(100%) grayscale(0%) invert(0%) saturate(1) sepia(0%);

}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	font-size: 22px !important;
	padding: 8px 10px 9px !important;
}

.lg-outer .lg-thumb-item {
	border-radius: 4px;
	border: 2px solid #fff;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

/* ============================================================
   Site global styles (wp-custom-css)
   ============================================================ */
body {
	font-size: 14px;
	line-height: 1.6em;
}

.produto01 h2 {
	font-size: 16px;
}

.trendify-nav {
	background-color: #000;
}

.trendify-nav .collapse.navbar-collapse {
    display: flex !important;
    justify-content: center;
}

.trendify-nav .menu-menu-container {
    display: flex;
    justify-content: center;
}

.trendify-nav .nav.navbar-nav {
    float: none;
    display: flex;
}

.trendify-nav .nav li a {
	color: #fff !important;
}

.trendify-nav .nav li {
	border-bottom: 1px solid
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

figure {
	margin: 0;
}

.social_shares2 ul li a {
	color: #b6b6b6;
	display: inline-block;
	padding: 8px;
	text-decoration: none;
	font-size: 25px;
	float: left;
}

/* ============================================================
   WhatsApp floating button
   ============================================================ */
.wa-container {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.wa-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}
.wa-options.open {
	max-height: 200px;
	opacity: 1;
}
.wa-option {
	background: #fff;
	color: #1a1a1a;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 20px;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	transition: transform 0.15s ease;
}
.wa-option:hover { transform: scale(1.04); }
.wa-option .wa-dot {
	width: 10px; height: 10px;
	border-radius: 50%;
	background: #25d366;
	flex-shrink: 0;
}
.wa-main-btn {
	background-color: #25d366;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	padding: 0;
}
.wa-main-btn:hover {
	transform: scale(1.1);
	box-shadow: 2px 4px 14px rgba(0,0,0,0.4);
}
.wa-main-btn svg { pointer-events: none; }

/* ============================================================
   Header / Navigation
   ============================================================ */
/* Header ================================================================================= */

/*search form */
.search { padding-top: 15px }
.search form { position: relative }
.search form input[type="text"] {
    width: 250px;
    border-width: 0 0 1px 0;
    padding: 2px 35px 2px 0;
    font-style: italic;
}
.search form input[type="text"]:focus + input[type="image"] {
    right: -5px;
}
.search form input[type="text"]:focus + button[type="submit"] {
    right: -5px;
}
.search form input[type="image"] {
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.3s ease;
}
.search form button[type="submit"] {
    position: absolute;
    right: 0;
    top: -3px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 24px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.3s ease;
}
/* logo */
.logo-part { padding: 34px 0 }

/* cart icon */


/* navigation one */
.trendify-nav { border-color: #f2f2f2 }
.trendify-nav .navbar-toggle {
    border-color: #FFF;
    border-radius: 0;
}
.trendify-nav .navbar-toggle .icon-bar { background-color: #FFF }
.trendify-nav .nav li a {
    color: #a0a0a0;
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat Light', 'Open Sans';
}
.navbar {
    min-height: 46px;
    margin-bottom: 0;
}

@media only screen and (min-width: 767px) { 
    .navbar-nav{
        text-align: center !important;
    }
    .menu-item-has-children:hover .sub-menu {
        visibility: visible !important;
    }
    ul.nav.navbar-nav li.menu-item-has-children ul.sub-menu {
        visibility: hidden;
    }
}
.menu-item-has-children > a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: -5px 0 0 10px;
    vertical-align: middle;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}



.sub-menu>li>a { font-size: 12px }


/* Mega Menu */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .menu-item-has-children {
  position: static;
}
.megamenu .container {
  position: relative;
}
.home1 .megamenu .sub-menu,
.home2 .megamenu .sub-menu,
.home4 .megamenu .sub-menu,
.home4 .megamenu .sub-menu,
.megamenu .sub-menu {
    left: auto !important;
}
.megamenu .megamenu-content {
  padding: 15px;
}
.megamenu .megamenu-content h3{
  margin-top: 0;
  color: #428bca;
  font-size: 18px;
}
.megamenu .menu-item-has-children.megamenu-fw .sub-menu {
  left: 0;
  right: 0;
}
.megamenu .megamenu-content li a {
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 100%;
    padding: 15px 45px 15px 0;
}
.sub-menu.megamenu-content li a:hover {
    color: #6E2FD4;
}
.active a{
    color: #6E2FD4 !important;
}

.new {
    background-color: #6E2FD4;
}
.new:before {
    border-bottom: 19px solid #6E2FD4;
}
.hot {
    background-color: #58C12E;
}
.hot:before {
    border-bottom: 19px solid #58C12E;
}
 .new, .hot{
    height: 0;
    width: 0;
    padding: 0px 5px;
    color: #FFF;
    position: relative;
    margin-left: 19px;
} 
 .new:before, .hot:before {
    content: "";
    width: 0;
    height: 0;
    left: -15px;
    top: 0;
    position: absolute;
    border-left: 15px solid transparent;
    
}
/* navigation Two */
.navbar-style-2 .navbar-brand {
    padding: 5px 15px;
}
.navbar-style-2 .nav li a img {
    margin-right: 5px;
}
.nav li.cart a.trendify-btn {
    padding: 5px 18px !important;
}
.navbar-style-2 .nav li a {
    padding-left: 18px;
    padding-right: 18px;
}
.nav li.cart a:hover {
    color: #FFF;
}
.navbar-style-2.trendify-nav {
    border: 0;
    padding: 15px 0;
}
.desktop .menu-item-has-children:hover > .sub-menu {
    top: 79px; 
    opacity: 1;
    top: 41px;
    display: block;
}
.desktop .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu{display: inline-block; top:20px; right:-100%;}
.home5 .navbar-style-2.trendify-nav,
.home6 .navbar-style-2.trendify-nav {
     padding: 10px 0 30px;
}
.home5 .trendify-nav .nav li a,
.home6 .trendify-nav .nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Mini Cart */
span.remove {
    position: absolute !important;
    display: block;
    background-image: url('../img/cross.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    left: 90px;
}
.navbar-style-2 span.remove {
    left: 75px;
}
/* Header 2 mini cart */
.navbar-style-2 .cart {
    background: transparent;
    border-radius: 0;
    height: auto;
    width: auto;
}
.navbar-style-2 li a img{position: static;}
.navbar-style-2 .cart > a span {
    background-color: transparent;
    position: static;
    color: #707070;
    border: 0;
    margin-left: 15px;
}
.price {
    font-family: 'Montserrat Light';
    font-size: 13px;
}
/*------*/
.desktop .sub-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 100px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

/* ============================================================
   pc-carousel – carrossel moderno (Planetcap)
   ============================================================ */

/* Hero vídeo (desktop ≥ 992px) */
.pc-hero {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #111;
}
.pc-hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .28);
}
.pc-hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0 24px;
}
.pc-hero__title {
    font-family: Raleway, sans-serif;
    font-size: clamp(40px, 8vw, 110px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: .18em;
    margin: 0;
    animation: pc-slide-in .6s ease-out both;
}
.pc-hero__sub {
    font-family: Raleway, sans-serif;
    font-size: clamp(16px, 2.8vw, 36px);
    font-weight: 300;
    margin: .5em 0 0;
    animation: pc-fade-up .9s ease-out .1s both;
}
@keyframes pc-slide-in {
    from { opacity: 0; transform: translateX(-40px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes pc-fade-up {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 991px) { .pc-hero { display: none; } }

/* Carrossel genérico */
.pc-carousel {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.pc-carousel__track {
    display: flex;
    width: 100%;
    will-change: transform;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1);
}
.pc-carousel__slide {
    min-width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}
.pc-carousel__slide img {
    display: block;
    width: 100%;
    height: auto;
}
.pc-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .45);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    padding: 0;
    z-index: 10;
    transition: background .2s;
}
.pc-carousel__btn:hover,
.pc-carousel__btn:focus-visible {
    background: rgba(0, 0, 0, .72);
    outline: none;
}
.pc-carousel__btn--prev { left: 10px; }
.pc-carousel__btn--next { right: 10px; }
.pc-carousel__dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.pc-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .85);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background .2s;
}
.pc-carousel__dot--active { background: #fff; }

.pc-carousel--hero { display: block; }

.pc-blog-pair {
  display: flex;
  gap: 12px;
}
.pc-blog-item {
  flex: 1;
  min-width: 0;
}
.pc-blog-item .single-news {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  height: 100%;
  align-items: center;
}
.pc-blog-item .thumbs {
  flex: 0 0 140px;
}
.pc-blog-item .thumbs img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  display: block;
}
.pc-blog-item .news-content {
  flex: 1;
  padding: 10px 12px;
  min-width: 0;
}
.pc-blog-item .news-content h2 {
  font-size: 13px;
  margin: 0 0 6px;
  line-height: 1.3;
}
.pc-blog-item .news-content .excerpt {
  font-size: 12px;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pc-blog-pair {
    flex-direction: column;
  }
  .pc-blog-item .thumbs {
    flex: 0 0 90px;
  }
  .pc-blog-item .thumbs img {
    width: 90px;
    height: 90px;
  }
}

.pc-carousel--blog {
  max-width: 100%;
  padding-bottom: 40px;
}
.pc-carousel--blog .pc-carousel__btn {
  background: rgba(0, 0, 0, .3);
}
.pc-carousel--blog .pc-carousel__btn:hover,
.pc-carousel--blog .pc-carousel__btn:focus-visible {
  background: rgba(0, 0, 0, .6);
}
.pc-carousel--blog .pc-carousel__dot {
  border-color: rgba(0, 0, 0, .35);
}
.pc-carousel--blog .pc-carousel__dot--active {
  background: #9560f5;
  border-color: #9560f5;
}

/* ============================================================
   Hover-box product backgrounds (replaces vc_custom_* IDs)
   ============================================================ */
.pc-hover-chapeus {
  background-image: url(/assets/images/chapeu-praia.webp) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.pc-hover-biquinis {
  background-image: url(/assets/images/biquinis-destaque.webp) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.pc-hover-lencos {
  background-image: url(/assets/images/lenco-01.webp) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.pc-hover-bolsas {
  background-image: url(/assets/images/bolsas-destaque.webp) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* ============================================================
   Contact page – boxed info card with CSS hover overlay
   ============================================================ */
.boxed-content-container {
  position: relative;
  overflow: hidden;
}
.dh-overlay {
  position: absolute;
  inset: 0;
  background: rgba(180, 130, 60, 0.85);
  transform: translateY(-100%);
  transition: transform 0.4s linear;
  pointer-events: none;
}
.boxed-content-container:hover .dh-overlay {
  transform: translateY(0);
}

/* ============================================================
   Form elements
   ============================================================ */
.pc-select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 10px;
}
@keyframes pc-form-fadein {
  from { opacity: 0; transform: translateY(5px); }
  to   { opacity: 1; transform: translateY(0); }
}
.wpcf7-response-output {
  margin: 15px 0;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 500;
  display: none;
  font-size: 14px;
  animation: pc-form-fadein 0.3s ease-in-out;
}
.wpcf7-mail-sent-ok {
  border-color: #2e7d32 !important;
  color: #2e7d32 !important;
  background-color: #e8f5e9 !important;
}
.wpcf7-validation-errors {
  border-color: #c62828 !important;
  color: #c62828 !important;
  background-color: #ffebee !important;
}

/* ============================================================
   Heading offset (desktop heading beside image in about/services pages)
   ============================================================ */
.pc-heading--offset {
  margin-left: 68px;
}

/* ============================================================
   CTA buttons (replaces vc_btn3 WordPress Visual Composer buttons)
   ============================================================ */
.pc-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  background: #888;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
  margin: 4px 0;
}
.pc-btn:hover,
.pc-btn:focus {
  background: #555;
  color: #fff;
}
