textarea {
  resize: none;
}

a,
button {
  cursor: pointer;
}
.cookie-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 16px;
}

.cookie-message-wrapper span {
  font-size: 14px;
  line-height: 2;
}

.cookie-inner-wrapper {
  padding: 10px 20px;
  background: rgba(109, 110, 113, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.cookie-inner-wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  padding-left: 5px;
  white-space: nowrap;
}
.cookie-inner-wrapper-text {
  margin-right: 15px;
}
.cookie-inner-wrapper .button {
  margin-top: 0;
  padding: 0 20px;
  line-height: 2;
  margin-left: 20px;
  font-size: 14px;
}
.btn_cookie_accept {
  margin-left: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  padding: 5px;
  text-transform: lowercase;
  font-size: 10px;
  color: black;
  box-shadow: none;
  height: fit-content;
}

input::-webkit-input-placeholder {
  color: #666666;
}
input:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
input::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #666666;
}
textarea::-webkit-input-placeholder {
  color: #666666;
}
textarea:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #666666;
}
.form-error {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
  clear: both;
}
.success-message {
  color: green;
  display: none;
  margin-top: 5px;
  font-size: 14px;
}
.success-message.small {
  font-size: 12px;
}
.form-error-message {
  display: none;
  color: red;
  font-size: 14px;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.border {
  border: 1px solid red;
}
.center {
  text-align: center;
  display: flex;
  justify-content: center;
}
.pointer {
  cursor: pointer;
}
.none,
.order-billing-wrapper {
  display: none;
}
.newsletter-sbm-message {
  color: green;
  display: none;
  margin-top: 5px;
}
.display-flex {
  display: flex;
}
label.error {
  color: red;
  font-weight: initial;
  font-size: 85%;
  display: block;
}
.form-userreg-success-message {
  display: none;
  color: green;
}
.reg_page .form-userreg-success-message {
  margin: 10px 0;
}

.cart-error,
.form-error-message {
  display: none;
  color: red;
}
.cart-pini-wrapper {
  position: relative;
}
.cart-pini-itens {
  display: none;
  position: absolute;
  background: white;
}

.grid-container {
  width: 100%;
  max-width: 1256px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* - Color   //---------------- */
:root {
  --text: #1a1a1a;
  --title-grey: #878686;
  --title-cat-nav: #555;
  --title-red: #9e1324;
  --title-red-hover: #6e0206;
  --color-background-nav: #ededed;
  --color-background-grey: #e6e6e6;
  --color-background-grey-dark: #d9d9d9fa;
  --white-var: #f7f8f9;
  --white: #fff;
  --black: #000;
}

*,
input {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* - Headings Style   //---------------- */

h1 {
  font-size: 32px;
  font-weight: 600;
  margin-block-start: 0rem;
}
h2 {
  font-size: 24px;
  font-weight: 400;
  color: var(--title);
  margin-block-end: 0em;
  margin-block-start: 0rem;
}
h3 {
  font-size: 18px;
  font-weight: 400;
  margin-block-end: 0em;
  margin-block-start: 0rem;
}
p {
  font-size: 16px;
}
a {
}

.top10 {
  margin-top: 100px;
}
.bottom5 {
  margin-bottom: 50px;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
/* - Button Style  //----------------*/

/*_______________________________________________________
// HOMEPAGE  //----------------------------_________________*/

/* // Home - Header //----------------------------*/
/* Topbar */
.header-upper-line {
  color: var(--white-var);
  background-color: var(--text);
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
}
.header-contacts-text {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header-contacts-text img {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
}
.header-contacts-text p {
  margin: 0;
  font-weight: 400;
  font-size: 10px;
}
.header-contacts-text a {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  color: var(--white);
  text-decoration: none;
}
.header-contacts-text span {
  font-weight: 300;
  font-size: 8px;
  color: var(--white);
}
.header-contacts-text-number {
  display: flex;
  flex-direction: column;
}
.header-center-text p {
  font-size: 14px;
}
.lang-switcher select {
  background: none;
  color: var(--white-var);
  border: none;
  font-size: 15px;
}

/* Navbar fixo */
.navbar {
  background: var(--color-background-nav);
  border-bottom: 1px solid #ddd;
}
.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.nav-content nav ul {
  display: flex;
  list-style: none;
}
.nav-content nav li a {
  color: var(--text);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  margin-left:40px;
  height:24px;
}
.nav-content nav li a:hover {
  color: var(--title-red);
}
#product_arrow::after {
  content: url(../i/arrow-black.svg);
}
#product_arrow:hover::after {
  content: url(../i/arrow-red.svg);
}
.nav-content div:hover > #product_arrow {
  color: var(--title-red);
}
.nav-content div:hover > #product_arrow::after {
  content: url(../i/arrow-red.svg);
}

/* Header */

#header.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* Header */

/* Dropdown */

.dropdown {
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  height: calc(100vh - 150px);
  overflow: hidden;
}
.dropdown-babcground {
  background: var(--color-background-grey-dark);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.menu-cat {
  display: flex;
  padding: 31px 0;
  position: relative;
}
nav > div:hover .dropdown {
  display: block;
  color: var(--title-red);
}
.dropdown h4 {
  color: var(--text);
  margin: 10px 0 5px;
}
.dropdown a {
  display: block;
  padding: 3px 0;
  color: var(--black);
  text-decoration: none;
}
.dropdown a:hover {
  color: var(--title-red);
}
.nav-actions .user-icon {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.nav-actions .user-icon span {
  color: black;
  position: absolute;
  border-radius: 50%;
  background: white;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  top: -9px;
  right: -15px;
  align-items: center;
  font-size: 11px;
}

.nav-content .nav-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
.nav-content .nav-actions .search_bar {
  display: flex;
  align-items: center;
  border: none;
  height: 30px;
  background-color: var(--white);
  border-radius: 4px;
  position: relative;
}
.nav-content .nav-actions .search_bar button {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background: none;
  transform: translateY(-50%);
}
.nav-content .nav-actions .search_bar input {
  height: 30px;
  padding-left: 10px;
  background-color: var(--white);
  border-radius: 8px;
  border: none;
  outline: none;
  padding-right: 25px;
  max-width: 200px;
}

#plk-dnk-search-form {height: 46px; margin-top: 16px;max-width:200px}

#plk-dnk-search-form .search_input {display:flex; flex-direction: column;}

.nav-content .nav-actions .menu-toggle {
  display: none;
}


#menu-cat1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin-bottom: 6px;
  color: var(--title-cat-nav);
  font-size: 18px;
  font-weight: 500;
  max-width: 360px;
  padding-right: 10px;
}
#menu-cat1 {
  border-right: 1px solid var(--white);
  padding-right: 35px;
  margin-right: 35px;
  overflow-y: auto;
  max-height: calc(100vh - 210px);

}

.category_sublist a {max-width: 100% !important;}

#menu-cat1 a:hover {
  color: var(--title-red);
}

.dnk_item_category.item_active .dnk_ic_title{color:var(--title-red) !important; }

#menu-cat1 .dnk_item_category.item_active > a::after{ background-image:url(../i/weui_arrow-filled-red.svg) !important;}

.plk_product_menu_li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../i/weui_arrow-filled-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-left: 10px;
  margin-top: 6px;
  flex-shrink: 0; 
  
}

.plk_product_menu_li.active a{color:var(--title-red); }

.plk_product_menu_li a:hover::after {
  background-image:url(../i/weui_arrow-filled-red.svg);
}

.plk_product_menu_li.active a::after {
  background-image:url(../i/weui_arrow-filled-red.svg);
  transform: rotate(-90deg);
  margin-bottom: 4px;
  margin-top: 0;
}

#menu-cat1 .dnk_item_category:has(.category_sublist) > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../i/weui_arrow-filled-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;

}

#menu-cat1 .dnk_item_category:has(.category_sublist) > a:hover::after { 
  background-image:url(../i/weui_arrow-filled-red.svg);
  
}


.dnk_item_category:not(:has(.category_sublist))::after {

  background-image:unset;
}
.dnk_item_category.item_active .category_sublist{display: block;}
.dnk_item_category.item_active .sublist_last{display: block;}


.category_sublist {
  display: none;
  position: absolute;
  top: 30px;
  left: 430px;
  overflow-y: auto;
  max-height: calc(100vh - 210px);
}

#menu-cat1,
.category_sublist {
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge antigo */
}

/* Chrome, Safari e Edge */
#menu-cat1::-webkit-scrollbar,
.category_sublist::-webkit-scrollbar {
  display: none;
}

#menu-cat1 .category_sublist a::after{content: none;}

#menu-cat1 .category_sublist a {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  margin-left: 0;
}
#menu-cat1 .category_sublist:last-child {
  margin-bottom: 0px;
}
#menu-cat1  .category_sublist .sub-cat {
  font-size: 15px;
  margin-bottom: 0px;
}
#menu-cat1  .category_sublist .sub-cat1 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
#menu-cat1  .category_sublist .sub-cat1 a {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
#menu-cat1  .category_sublist a:hover {
  color: var(--title-red);
}

#menu-cat1 .sublist_last a{font-weight: 300; }

/* // Home - Banner //----------------------------*/
/* Carousel */
.carousel {
  position: relative;
  overflow: hidden;
  height: 600px;
}
.slides {
  display: flex;
  transition: transform 0.5s ease;
}
.slide {
  min-width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.caption {
  background: var(--white);
  padding: 20px;
  max-width: 465px;
  border-radius: 6px;
  margin: auto 0;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%); 
  max-height: fit-content;
}
.caption h2 {
  margin-bottom: 10px;
}
.banner_lst h1 {
  margin-bottom: 20px;
  font-weight: 700;
}
.banner_lst .btn_more {
  max-width: 280px;
  height: 50px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.dots span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-background-grey);
  cursor: pointer;
}
.dots .active {
  background: var(--title-red);
  border: 1px solid var(--white);
}
.dots.swiper-pagination {
  justify-content: center;
}

/* // Home - Category //----------------------------*/

.grid_category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}
.card_category {
  background: var(--color-background-grey);
  border-radius: 20px;
  padding: 20px;
}
.card_category .card_category_title {
  margin-bottom: 20px;
}
.card_category .card_category_title h3 {
  font-weight: 400;
  margin-bottom: 5px;
  height: 44px;
  display: -webkit-box;        
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;       
  overflow: hidden;            
  text-overflow: ellipsis; 
}


.card_category .card_category_title h2 {
  font-weight: 800;
  color: var(--title-grey);
  height: 60px;
  display: -webkit-box;        
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;       
  overflow: hidden;            
  text-overflow: ellipsis; 
}
.card_category img {
  width: 100%;
  max-width: 300px;
  height: auto;
  text-align: center;
  display: flex;
}
.card_category h3 {
  color: black;
}
.card_category h2 {
  text-transform: uppercase;
}

/* // Home - Product //----------------------------*/

.title_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn_more {
  background: var(--title-red);
  border: none;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  color: white;
  max-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.grid_product {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));
  gap: 20px;
}
.grid_product.swiper {
  padding-bottom: 40px;
}
.grid_product.swiper .swiper-pagination {
  bottom: 0;
}
.grid_product.swiper .swiper-button-next,
.grid_product.swiper .swiper-button-prev {
  margin: -60px 0;
}
.card_product {
  padding: 10px;
}

.card_product img {
  max-height: 220px;
  height: 100%;
  width: auto;
  max-width: 220px;
}
.grid_product.swiper .card_product {
  padding: 0;
}

.card_product .card_text {
  margin-top: 10px;
}

.card_text .ref {
  color: var(--title-grey);
  padding-bottom: 10px;
}

.card_text .price {
  padding-top: 10px;
}

.card_text .price span {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-red);
}

.card_text .price span.preco-riscado {
  padding-top: 10px;
  color: var(--title-grey);
  text-decoration: line-through;
  font-size: 14px;
}

/*.grid_product {display: grid; grid-template-columns: repeat(auto-fit, minmax(219px, 1fr)); gap: 20px;}
.card_product {padding: 10px;}
.card_text .ref {color: var(--title-grey); padding-bottom: 5px;}
.card_text .price {padding-top: 10px;}
.card_text .price p {font-size: 20px;font-weight: 600;color: var(--title-red);}
.card_text .price p .preco-riscado {padding-top: 10px; color: var(--title-grey);text-decoration: line-through;font-size: 14px;}*/

/* // Home - Banner 2 //----------------------------*/

.banner2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white);
  padding: 40px;
}
.content_banner {
  max-width: 40%;
}
.content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.content_banner a {
  max-width: 180px;
}
.content_banner a img {
  padding-left: 18px;
  width: auto;
  height: 100%;
  max-height: 16px;
}
.banner2 .btn_more {
  max-width: 240px;
}

/* // Home - Features //----------------------------*/

.back-features {
  background-color: #f5f5f5;
}
.features {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 40px 10px;
}
.feature-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  text-align: left;
  min-width: 250px;
  gap: 15px;
}
.feature-icon {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}
.feature-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.feature-item p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}

/* // Home - FAQ //----------------------------*/

.faq-item {
  background: var(--color-background-nav);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 8px;
  margin-bottom: 20px;
}
.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.faq-question {
  font-size: 18px;
  margin: 0;
  position: relative;
  padding: 30px;
}
.faq-question h2 {
  font-size: 20px;
  font-weight: 600;
}
.faq-question::after {
  content: url(../i/faq-arrow-down.svg);
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 30px;
}
.faq-answer {
  display: none;
  margin-top: 20px;
  color: var(--title-grey);
  line-height: 1.6;
}
.faq-item.active .faq-question::after {
  content: url(../i/faq-arrow-up.svg);
}
.faq-item.active .faq-answer {
  display: block;
}

/* // Home - Footer //----------------------------*/

.footer {
  background-color: var(--text);
  color: var(--white-var);
  padding: 40px 20px 20px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer-section {
  flex: 1 1 200px;
}
.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}
.social-icons a {
  color: var(--white);
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}
.footer-section h3 {
  margin: 0 0 20px 0;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 8px;
}
.footer-section a {
  color: var(--white);
  text-decoration: none;
}
.contact_footer p span {
  font-size: 10px;
}
.contact_footer p {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}
.livro-icon {
  width: 100px;
  height: auto;
}

.footer-line {
  border-top: 1px solid var(--title-cat-nav);
  margin-top: 20px;
}

.footer-funding {
     display: flex;
     justify-content: center;
     flex: 1;
}
   .funding-bar {
     max-width: 320px;
     width: 100%;
     height: auto;
}

.footer-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.payment-methods {
  display: flex;
  align-items: anchor-center;
  gap: 10px;
}
.payment-methods img {
  height: 30px;
  margin-left: 10px;
}

/* seletor linguas */
.dropdown-wrapper-lang {
  padding: 0 0 0;
  margin: 0 0 0;
  position: relative;
}

.dropdown-item-lang {
  padding: 0 0 0;
  margin: 15px -15px 0;
  font-size: 16px;
  letter-spacing: 0;
  min-width: 330px;
  text-align: left;
  background-color: var(--color-background-grey-dark);
  border: 1px solid var(--white);
  border-radius: 4px;
  color: white;
  top: 100%;
  left: auto;
  right: 0;
  position: absolute;
  z-index: 5;
  display: none;
}

.dropdown-item a {
  color: var(--text);
  padding: 10px 0px;
}

.btn-toggle-dropdown.select-language {
  color: white;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 555;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-select-language .dropdown-item {
  min-width: 45px;
  text-align: center;
  top: 10px;
}

.dropdown-select-language a {
  display: block;
}

.dropdown-select-language a:hover {
  color: var(--brownreddier);
}

/*end linguas */

/* #Página de Produto */

.product-details-section {
  padding: 40px 0;
}

.product-details-layout {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

/* ----- Product Gallery ----- */
.product-gallery {
  max-width: 438px;
  width: 100%;
}

.product-gallery__main-image img {
  width: 100%;
  border-radius: 8px;
}

.product-gallery__thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  max-height: 100px;
}

.thumbnail-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #eee;
}

/* ----- Product Info ----- */
.product-info {
  flex: 1;
  min-width: 300px;
}

.product-info__brand-logo {
  width: 120px;
  margin-bottom: 15px;
}

.product-info__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-info__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.product-info__rating img {
  height: 18px;
}

.product-info__stock {
  color: green;
  font-weight: 600;
}

.product-info__stock {
  position: relative; /* garante controle se precisar */
  padding-left: 18px;  /* espaço para a barra */
  margin-left: 10px;
}

.product-info__stock::before {
  content: "";
  display: inline-block;
  width: 1px;          /* largura da barra */
  height: 100%;        /* altura igual ao elemento */
  background-color: #ccc; /* cinza */
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;  /* opcional */
}

.product-info__stock.stock_ignore {
  color: #e2ca41;
}


.product-info__stock.stock_unavailable {
  color: #9E1324;
}

.product-info__ref {
  font-size: 14px;
  color: black;
  margin-bottom: 20px;
}

.product-info__ref span {
  color: #888;
}

.product-info__divider {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

/* ----- Pricing ----- */
.product-info__pricing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price-main {
  display: flex;
  flex-direction: column;
}

.price-old {
  text-decoration: line-through;
  color: #888;
}

.price-current {
  font-size: 24px;
  font-weight: bold;
  color: var(--title-red);
}

.price-notes *{
  font-size: 12px;
  color: #777;
  margin: 0;
}

.price-shipping p {
  font-weight: 600;
  margin-bottom: 5px;
}

.price-shipping {
  text-align: end;
}

/* ----- Financing ----- */

.product-info__financing {
  display: flex;
}
.product-info__financing p {
  font-size: 14px;
}

.product-info__financing img {
  width: 100px;
}

/* ----- Delivery Options ----- */
.product-info__delivery {
  margin-bottom: 20px;
  display:flex;
  justify-content: space-between;
}

.delivery-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.delivery-options label {
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
}

.delivery-note {
  font-size: 12px;
  color: black;
}

.delivery-options {
  display: flex;
  gap: 20px;
}

.delivery-options .checkbox {
  margin-right: 6px;
}

/* ----- Add to Cart / Quantity ----- */
.product-info__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 39px;
  max-width: 118px;
  width: 100%;
}

.quantity-selector .quantity-btn  {  background: white;}
.quantity-btn {
  background: #f4f4f4;
  cursor: pointer;
  border: none;
  height: 100%;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-selector .quantity-btn.qtt-btn-less{    border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;} 
.quantity-selector .quantity-btn.qtt-btn-plus{  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;} 

.quantity-value {
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  text-align: center;
  font-size: 16px;
}

.add_to_cart  .quantity-value {padding-left: 14px;}

.quantity-value:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.add-to-cart-btn {
  padding: 12px 4px;
  background: var(--title-red);
  border: none;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  color: white;
  margin-top: auto;
}

.qtt-btn-less {
  border-right: 1px solid #ccc;
}
.qtt-btn-plus {
  border-left: 1px solid #ccc;
}

/* ----- Specs ----- */
.product-specs {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
}

.spec-item {
  display: flex;
  gap: 10px;
}

.spec-label {
  font-size: 14px;
  color: #555;
}

.spec-value {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

/* -------------------------------------------------------
   PRODUCT INFO TABS
-------------------------------------------------------- */

.product-info-tabs-section {
  margin-top: 50px;
}

.product-info-tabs-section .container {
  display: flex;
  justify-content: center;
}

.product-info-tabs-section .product-info__divider {
  margin-top: 0;
}
.info-tabs-nav {
  display: flex;
  margin-bottom: 20px;
}

.info-tab-link {
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #666;
  text-decoration: auto;
}

.info-tab-link.active {
  border-bottom: 2px solid var(--title-red);
  color: #000;
}

.tab-content {
  display: none;
  padding: 10px 30px 30px 30px;
  line-height: 2;
}
.tab-content p {margin-bottom: 1rem;}
.tab-content.active {
  display: block;
}

/* Description blocks */
.description-block {
  display: flex;
  gap: 40px;
}

.description-block.reverse {
  flex-direction: row-reverse;
}

.description-text {
  flex: 1;
  color: #666;
}

.description-text p {
  margin-bottom: 10px;
  line-height: 30px;
}

.description-image img {
  max-width: 100%;
  border-radius: 10px;
}

.description-image-gallery {
  display: flex;
  gap: 10px;
}

.main-img {
  width: 60%;
  border-radius: 10px;
}

.thumb-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* -------------------------------------------------------
   COMPLEMENTARY PRODUCTS
-------------------------------------------------------- */

.complementary-products-section {
  margin-top: 60px;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.complementary-layout {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.complementary-items {
  display: flex;
  gap: 10px;
  align-items: center;
}

.comp-product-card {
  display: flex;
  gap: 15px;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  flex-direction: column;
  max-width: 220px;
  height: 100%;
  width: 100%;
}

.complementary-items > .plus-icon:last-child {
  display: none;
}

.comp-product-checkbox {
  margin-left: auto;
}

.comp-product-image img {
  width: 90px;
  border-radius: 8px;
}

.comp-product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.comp-product-ref {
  font-size: 12px;
  color: #777;
}

.comp-product-title {
  font-weight: 600;
  margin: 5px 0;
}

.comp-product-price {
  margin-top: auto;
}

.summary-price .price-current {
  font-size: 22px;
  font-weight: bold;
}

.complementary-summary {
  display: flex;
  flex-direction: column;

  max-width: 200px;
  margin-left: auto;
  text-align: right;
}

.complementary-summary .add-to-cart-btn {
  padding: 12px 16px;
}
.complementary-summary p {
  margin-top: 20px;
  text-align: right;
}

.summary-price {
  font-size: 18px;
  margin: 20px 0;
  font-weight: 700;
  color: var(--title-red);
}

/* -------------------------------------------------------
   RECENTLY VIEWED + PRODUCT GRID
-------------------------------------------------------- */

.product-grid-section {
  margin-top: 60px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
}

.product-card {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
}

.product-header {
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: space-between;
}

.product-header .diff {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-header .diff img {
  max-height: 54px;
  width: auto;
  height: 100%;
}
.spec-item img {
  /*width: auto;
  max-height: 35px;*/
  height: auto;
  max-width: 35px;
  object-fit: contain;
}

.product-header .professional-label {
  font-size: 12px;
}

.product-card__image-wrapper img {
  width: 100%;
  border-radius: 8px;
}

.product-card__info {
  margin-top: 10px;
}

.product-card__ref {
  font-size: 12px;
  color: #777;
}

.product-card__title {
  font-weight: 600;
}
.flex {
  display: flex;
}

.commentary_record:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.commentary_record {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.commentary_record .text_area {
  margin-top: 10px;
}

.commentary_record .input_title {
  color: black;
}
.commentary_record .text .flex {
  margin-bottom: 10px;
}
.commentary_record .text span {
  text-transform: capitalize;
}
.commentary_record .commentary_rec_header {
  display: flex;
  justify-content: space-between;
}
.commentary_rec_header span {
  color: #888;
  font-size: 14px;
}
.commentary_record {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.commentary_record h2 {
  font-size: 16px;
  font-weight: 600;
}
.commentary_record .text {
  color: #888;
  font-size: 16px;
}
.rating-section h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rating_record {
  display: flex;
  gap: 20px;
}
.input-group .avaliation {
  display: flex;
  flex-direction: column;
}
.input-group .input_title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.rating_commentary textarea {
  border-radius: 5px;
  background-color: #ccc;
  padding: 10px !important;
  color: #555;
  min-height: 140px;
  border: none;
  width: 100%;
  max-width: -webkit-fill-available;
}

.rating_commentary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rating_commentary .btn_more {
  margin-left: auto;
}
.rating_commentary textarea:focus {
  border: none;
  outline: none; /* <--- remove o contorno ao focar */
  box-shadow: none; /* <--- remove sombras caso existam */
  color: black;
}

.plus-icon {
  max-width: 31px;
  width: 100%;
  height: auto;
}
.plus-icon img {
  width: 31px;
  height: 31px;
}

.path {
  margin-top: 40px;
  margin-bottom: 40px;
  color: var(--title-grey);
  display: flex;
  flex-wrap: wrap;
  text-wrap: wrap;
  font-size: 14px;
}

.path a {
  color: var(--title-grey);
  white-space: nowrap;
  text-wrap: wrap;
}
.path a:last-child {
  color: black;
  font-weight: 500;
}

.path a:not(:last-child)::after {
  content: "/";
  margin-right: 10px;
  margin-left: 10px;
}

.notify-product p {
  margin-bottom: 20px;
  font-size: 14px;
}

.notify-product {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}

.notify-product .flex {
  gap: 10px;
}

.notify-product input {
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
}

.notify-product .flex {
  width: 100%;
}

.add_to_cart,
.notify-product {
  width: 100%;
}
.add_to_cart .flex {
  gap: 10px;
}

/** Página de categorias ***/

.category-body {
  gap: 20px;
}

.filter-header button {
  gap: 10px;
}

.category_product_list {
  flex: 1;
}
.filter-section {
  width: 100%;
  max-width: 240px;
}
.filter-section .btn_more {
  max-width: 100%;
}
.filter-box .options {
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}
.filter-box .options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-box {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
.filter-box .title {
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.filter-box:last-child {
  border-bottom: 1px solid #ddd;
}

.filter-column {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.category-body .filter-box #slider-range {
  border: none;
  background: #234e6045;
  height: 6px;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}
.category-body .filter-box #slider-range .ui-slider-range {
  height: 6px;
  background: var(--title-red);
}
.category-body .filter-box #slider-range .ui-slider-handle {
  height: 16px;
  width: 16px;
  border: none;
  background: white;
  border: 2px solid var(--title-red);
  border-radius: 20px;
  top: -5px;
}

.ui-state-default:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.filter-box.open .arrow-up {
  display: inline-block;
}

.filter-box.open .arrow-down {
  display: none;
}
.filter-box .arrow-up {
  display: none;
}
.filter-box .options {
  display: none;
}
.filter-box.open .options {
  display: flex;
}

.category-body .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 30px;
  padding: 10px;
  gap: 10px;
}

.pagination {
  margin-top: 40px;
}
.pagination .number-pages {
  display: flex;
  align-items: center;
  min-width: 300px;
  justify-content: center;
  gap: 10px;
}

.pagination .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 25px;
}

.page.pg-arrow {
  border: 1px solid #ddd;
}

.page.active {
  background-color: #9e1324;
  color: white;
}

.pagination .page {
  color: black;
}
.pagination .page.active {
  color: white;
}
.pg-arrow.not_active {
  background-color: #f2f2f2;
  border: none;
}
.pg-arrow.not_active img {
  opacity: 0.3;
}
.btnclose_filtermobile,
.btn_filtermobile {
  display: none;
}

.order-box {
  display: flex;
  justify-content: space-between;
}
.order-box .price_div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.order-box .price_div span,
#plk_list_count {
  color: #808080;
  font-weight: 500;
  font-size: 14px;
}
.order-box #plk_list_count span {
  color: black;
}

.top40 {
  margin-top: 40px;
}
.top20 {
  margin-top: 20px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom200 {
  margin-bottom: 200px;
}
.select-wrapper {
  position: relative;
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 8px;
  padding-right: 30px;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.select-wrapper select {
  appearance: none;
  background: transparent;
  border: none;
  padding: 10px 0px 10px 14px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  outline: none;
}

.btnclose_filtermobile button {
  border: none;
  background: none;
}

.product_box .text p {line-height: 1.4;} 
.product_box .on_mobile {display:none}

.dnk_btn .add-to-cart-btn{padding: 16px 4px;}
.cart_page {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-direction: column;
  min-height: 20vh;
}

.line-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ababab;
}
.product-name img {
  max-width: 100px;
}
.product_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e8ecef;
  gap: 20px;
  position: relative;
}

.product_box .image {max-width: 90px; width: 100%;}

.cart_box.cart_resume_end .cart_list .product_box:last-child {
  border-bottom: none;
}

.cart_list .select-mounted{font-size: 14px; color: #888;}

.cart_list select.select-mounted{color:black} 


.mobileonly {
  display: none;
}
.desktoponly {
  display: flex;
}

.product-name {
  display: flex;
  gap: 20px;
}
.product-name a {
  color: black;
  line-height: 1.4;
}

.remove_item {
  background: #9e1324;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 15px;
}



.product-name .text {
  max-width: 330px;
}
.cart_end {
  display: flex;
  gap: 40px;
}
.cart_box {
  border-radius: 5px;
  border: 1px solid #b3b9bc;
  padding: 20px;
  color: #141718;
}

.cart_page .cart_end {
  width: 100%;
}
/*
.cart_page .cart_end .code_promo {
  max-width: 400px;
}

.cart_page .cart_end .cart_box {
  max-width: 400px;
  margin-left: auto;
  width: 100%;
}*/
.dnk_cart_itens .cart_box{width: 100%; display: flex; align-items: center; background: var(--color-background-nav); border:none; gap:40px;}
.dnk_cart_itens .cart_box .cartline{border-bottom: none; padding:5px 0}


.dnk_cart_itens .cart_values_box , .dnk_cart_itens .dnk_btn {width: 100%; max-width: 350px;}
.dnk_cart_itens .dnk_btn{margin-left: auto;}

.cart_box .header {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cart_box .header h1 {
  font-size: 18px;
  font-weight: 500;
}

.cart_end .code_promo {
  height: 40px;
  width: 100%;
}

.cart_end {
  width: 35.5%;
}

.cartline {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
}

.cartline:not(:last-child) {
  border-bottom: 1px solid #e8ecef;
}

.cart_values_total {
  font-weight: 500;
  font-size: 20px;
}


.cart_page .cart-row {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 0.5fr;
  align-items: center;
  font-weight:400;
  margin-bottom: 20px;
}

.product_box .realprice {
  font-size: 14px;
}
.product_box .realprice.mobileonly {
  margin-top: 10px;
}
.code_promo {
  display: flex;
  gap: 10px;
}
.code_promo input {
  border: 1px solid #b3b9bc;
  border-radius: 5px;
  width: 100%;
  padding: 0 20px;
}

.product_box .quantity-selector.mobileonly {
  margin-top: 10px;
}
.btn-apply {
  max-width: 120px;
}

.cart_end .form-error-message,
.checkout_page .error {
  font-size: 14px;
}
.form-error {
  margin-bottom: 0;
  min-height: 30px;
  padding-top: 10px;
}

/*Checkout */

.checkout_page {
  display: flex;
  gap: 40px;
  width: 100%;
}
.checkout_page .cart_end {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 40%;
}

.checkout_page .cart-row {
  grid-template-columns: 4fr 0.5fr 0.5fr;
}

.checkout_page .image img {
  max-width: 90px;
  width: 100%;
  height: auto;
}
.checkout_boxs {
  width: 60%;
}

.form_div {
  margin-top: 10px;
}
.form_div input,
.form_div textarea,
.order_box .form_div select,
.plk_subproduct_list select {
  background: var(--color-background-nav);
  border: none;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
}
.plk_subproduct_list select {
  font-weight: 600;
}

.error-container {
  min-height: 25px;
}
.label_input {
  width: 100%;
}

.two_labels {
  display: flex;
  gap: 20px;
}

.checkout_page .cart_list {
  border-bottom: none;
}
.checkout_boxs .cart_box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: none;
}

.radio_address input {
  opacity: 0;
  width: 0px;
  position: absolute;
}

.radio_address .checkmark {
  display: flex !important;
  align-items: center !important;
}

.radio_address input + .checkmark {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-right: 64px;
}

.radio_address input + .checkmark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #726c6c;
  background-color: var(--white);
  border-radius: 50px;
}

.radio_address input:checked + .checkmark::before {
  content: "";
  position: absolute;
  background-color: black;
  border: 2px solid black;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio_address input:checked + .checkmark::after {
  content: "";
  position: absolute;
  border: 1px solid black;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

/* payment method */

.radio_input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.payment_method {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid var(--color-background-nav);
  border-radius: 5px;
}

.payment_method label {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}

.payment_method image {
  max-height: 25px;
  height: 100%;
  width: auto;
}

.identifier {
  display: flex;
  gap: 5px;
  align-items: center;
}

.payment_method .space_between {
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-height: 24px;
  align-items: center;
}

.payment_active {
  display: none;
}

.payment_method.active {
  background-color: var(--color-background-grey);
}

.payment_method.active .payment_active {
  display: flex;
}

/* About us */

.about_us h1 {
  margin-bottom: 20px;
}

.about_us .text_group {
  gap: 40px;
  align-items: center;
}

.about_us p {
  line-height: 24px;
}

.about_us .text_group img {
  max-width: 608px;
  width: 100%;
  height: auto;
}

.about_us .text,
.about_us .about_img {
  width: 100%;
}

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


.elements_group .elements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.box_element {
  background-color: #f4f6fa;
  padding: 20px;
}
.box_element h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.card_member .card_text {
  padding-top: 10px;
}
.card_member .card_text p {
  font-size: 14px;
  color: var(--title-grey);
}

.card_member {
  border-bottom: 2px solid grey;
  padding-bottom: 10px;
}

.card_member img {
  width: -webkit-fill-available;
}

.card_member .card_text h4 {
  font-size: 18px;
  line-height: 24px;
}

.swiper-team-wrapper {
  position: relative;
}

.swiper-team-wrapper .swiper-button-next {
  right: -22px !important;
}

.swiper-team-wrapper .swiper-button-prev {
  left: -22px !important;
}

.swiper-team-wrapper .swiper-button-next,
.swiper-team-wrapper .swiper-button-prev {
  color: black;
  max-width: 10px;
}

.swiper-team-wrapper .swiper-button-next svg,
.swiper-team-wrapper .swiper-button-prev svg {
  width: 10px;
}

.swiper-team-wrapper .swiper-pagination-bullet-active {
  background: black;
}

.dots.swiper-pagination.swiper-pagination-bullets{bottom:20px}


.dots.swiper-pagination .swiper-pagination-bullet{opacity:0.75}
.dots.swiper-pagination .swiper-pagination-bullet-active{background-color: #E42B2C; border:2px solid white;   opacity: 1;}


.swiper-team-wrapper .swiper-pagination {
  margin: -20px 0;
}

/* Contact */
.box_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 20px;
  color: #141718;
}

.contact_page {
  min-height: 30vh;
}

.contact_page .contact-btn {
  max-width: 180px;
  margin-left: auto;
  display: flex;
  justify-content: center;
}

.contact_div {
  height: 50%;
}
.contact_div_header {
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact_div p {
  margin-bottom: 10px;
}

.contact-section,
.location-section {
  width: 100%;
}
.location-section {
  max-width: 340px;
}
.contact_wrapper {
  gap: 40px;
}

.location-section .contact_div:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.contact-section .form_contact_div {
  width: 100%;
}
.contact-section .triple_input {
  gap: 20px;
}
.contact_page p {
  font-size: 14px;
}

.contact-section textarea {
  padding: 10px;
  min-height: 140px;
}

/* Encomenda Finalizada */
.order_wrapper {
  max-width: 640px;
  margin: auto;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.order_wrapper p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.order_wrapper .add-to-cart-btn {
  max-width: 240px;
}

.order_wrapper .circle {
  background: #cce9cc;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
}

/* página registo */
.reg_wrapper {
  max-width: 400px;
  margin: auto;
}
.reg_wrapper input {
  border-bottom: 2px solid var(--color-background-nav);
  border-radius: unset;
  background: unset;
}

.reg_wrapper h1 {
  margin-bottom: 10px;
  text-align: center;
}
.reg_wrapper p {
  margin-bottom: 30px;
  text-align: center;
}

.rgpd a {
  color: var(--title-red);
}
.reg_wrapper .info_end {
  color: var(--title-grey);
}

.reg_wrapper .info_end a {
  font-weight: 600;
  border-bottom: 1px solid var(--title-grey);
  margin-left: 10px;
  color: var(--title-red);
  font-weight: 500;
}

.login_recovery {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.login_recovery .form-link {
  color: var(--title-red);
  font-weight: 500;
}
.reg_wrapper .register {
  font-size: 14px;
  text-align: center;
}
.reg_wrapper .register a {
  color: var(--title-red);
  font-weight: 500;
}

.add-to-cart-btn.checkout {
  border: 1px solid black;
  background: white;
  color: black;
  margin-bottom: 20px;
}

/* Página de Utilizador */

.user_profile .location-section {
  padding: 0;
  height: fit-content;
}
.user_profile .location-section .section_header {
  padding: 20px;
}

.section_header {
  font-weight: 500;
}
.user_profile .profile_menu_list {
  display: flex;
  flex-direction: column;
}
.profile_menu_list .menu_item {
  padding: 20px;
  color: var(--title-grey);
  position: relative;
  color: inherit;
}

.profile_menu_list .menu_item.menu_item_on,
.profile_menu_list .menu_item:hover {
  background-color: var(--color-background-nav);
  color: black;
}

.profile_menu_list .menu_item.menu_item_on::before,
.profile_menu_list .menu_item:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--title-red);
}

.profile-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.profile-section .form-btn {
  margin-top: auto;
}
.profile-section .section_header {
  color: var(--title-red);
  padding-bottom: 20px;
}

.user_profile .form_button {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.btn_more.clean {
  background: inherit;
  color: black;
  font-weight: 400;
}
.Info_page,
.reg_page , .category-body {
  min-height: 40vh;
  
}
.reg_page h1 {
  margin-bottom: 20px;
}

.reg_page p {
  margin-bottom: 1em;
  line-height: 1.6;
}

.Info_page p,
.text {
  line-height: 1.6;
}

/* Rating */

/*estrelas Tiago*/

.stars-container {
  --starsWidth: 100px;
  background-color: #ffffff;
  position: relative;
  width: var(--starsWidth);
  min-width: var(--starsWidth);
}
.stars-absolute {
  width: var(--starsWidth);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stars-filled {
  overflow: hidden;
}
/*estrelas Tiago*/

.stream_overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #1c1d31ec;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  padding: 8px;
  border-radius: 8px;
  max-height: 162px;
}
.stream_overlay_img img {
  border-radius: 8px;
  max-height: 150px !important;
  width: auto !important;
}

.commentary_record {
  margin-bottom: 20px;
}

#reviews .reg_wrapper {
  margin: 40px auto;
}

#plk_form_rating .cls-2-filledstars,
#plk_form_rating .cls-1-filledstars,
#plk_form_rating .stars-absolute,
#plk_form_rating .stars {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#plk_form_rating .error-message {
  margin-top: 10px;
}

#plk_form_rating .stars-container {
  margin-top: 10px;
}
.info_product_description {
  display: none;
}
.info_product_description.active {
  display: block;
}

#plk_rating_tab .stars-container {
  margin: 5px 0;
}

.rating_list_div::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 2rem;
  margin-bottom: 2rem;
}


.rating-section .title {
  margin-bottom: 20px;
}

.input_title {
  cursor: auto;
}

#plk_form_rating .form-error-message,
#plk_form_rating .error {
  font-size: 14px;
  margin-bottom: 10px;
}

/* Checkbox Personalizada */

.comp-product-card .comp-product-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

/* Quadrado customizado */
.comp-product-card .comp-product-checkbox .checkmark {
  width: 24px;
  height: 24px;
  background-color: white; /* fundo inicial */
  border: 2px solid var(--title-red);
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* Selecionado (borda vermelha) */
.comp-product-card .comp-product-checkbox input[type="checkbox"]:checked + .checkmark {
  background: var(--title-red);
  border: 1px solid var(--title-red);
}

/* Tick */
.comp-product-card .comp-product-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Mostrar tick quando selecionado */
.comp-product-card .comp-product-checkbox input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}

/* Histórico de Encoemndas */

.line-1,
.line-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-1 {
  border-bottom: 1px solid #ababab;
  line-height: 3;
  margin-top: 10px;
}

.line-2 {
  border-bottom: 1px dotted #ddd;
  line-height: 2;
  padding: 10px 0;
}

.total-all {
  margin-top: 40px;
}

.line-1 > div,
.line-2 > div {
  width: 33%;
}

.line-1 div:nth-child(2),
.line-2 div:nth-child(2),
.line-1 div:nth-child(3),
.line-2 div:nth-child(3) {
  text-align: center;
}

.line-1 div:nth-child(1),
.line-2 div:nth-child(1) {
  padding-left: 10px;
}

.line-1 div:nth-child(4),
.line-2 div:nth-child(4) {
  text-align: right;
  padding-right: 10px;
}

.total .orderhistory_header label {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.orderhistory_header select {
  border: 1px solid black;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
  appearance: auto;
  max-width: 200px;
  width: 100%;
}

.orderhistory_header span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.order_history_table {
  border-collapse: collapse;
  width: 100%;
}

#plk_order_list {position: relative;}

.order_history_table th,
.order_history_table td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding: 10px 20px;
  text-align: left;
  white-space: nowrap;
}

.order_history_table th {
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 18px;
}

.order_history_table td {
  font-size: 16px;
}

.order_history_table td:last-child {
  border-right: none;
}

.order_history_table td a {
  color: var(--title-red);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.orderhistory {
  font-size: 14px;
}
.orderhistory .address h3 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}

.orderhistory .line-1,
.orderhistory .line-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orderhistory .line-1 {
  border-top: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  line-height: 3;
  margin-top: 10px;
}

.orderhistory .line-2 {
  border-bottom: 1px dotted #ddd;
  line-height: 2;
  padding: 10px 0;
}

.orderhistory .total-all {
  margin-top: 40px;
}

.orderhistory .total {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  line-height: 2;
}
.orderhistory .total .history-price {
  width: 150px;
  text-align: right;
  padding-right: 10px;
}

.orderhistory .line-1 > div,
.orderhistory .line-2 > div {
  width: 33%;
}

.orderhistory .line-1 div:nth-child(2),
.orderhistory .line-2 div:nth-child(2),
.orderhistory .line-1 div:nth-child(3),
.orderhistory .line-2 div:nth-child(3) {
  text-align: center;
}

.orderhistory .line-1 div:nth-child(1),
.orderhistory .line-2 div:nth-child(1) {
  padding-left: 10px;
}

.orderhistory .line-1 div:nth-child(4),
.orderhistory .line-2 div:nth-child(4) {
  text-align: right;
  padding-right: 10px;
}

.orderhistory .total > div:first-child {
  font-weight: 500;
}

.orderhistory .main_button {
  margin-left: auto;
}

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

.row.pagination .count-results {
  margin-bottom: 20px;
  font-weight: 500;
}

.row.pagination .number-pages {
  font-weight: 600;
}

.plk_record_seemore .seemore_symbol{display: none;}

.order-history-list {
  position: relative;
  min-height: 640px;
}

.order-history-list .pagination {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.order_hist_btn {
  margin-top: 20px;
  margin-left: auto;
}

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

.info-order {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.info-order > div {
  border: 1px solid #ddd;
  padding: 20px;
  width: 48%;
  line-height: 1.5;
}

/* Popup carrinho */

.Order_end_page .add-to-cart-btn{padding: 16px 4px;}

.cart-pini-itens {
  position: fixed;
  background: white;
  padding: 10px;
  width: 100%;
  max-width: 240px;
  top: 130px;
  z-index: 999;
  border: 1px solid var(--title-red);
  right: 40px;
  display: none;
}

.plk-cart-pini-inner-wrapper {
  overflow-y: scroll;
  height: 40vh;
  scrollbar-width: none;
}

.cart_record {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--title-red);
  padding-bottom: 20px;
}

.plk-cart-pini-itens .main_button {
  max-width: 100%;
  width: 100%;
}

.cart_record_style {
  display: flex;
  gap: 10px;
  display: flex;
  justify-content: space-between;
}

.cart_record_style .title {
  font-weight: 500;
}

.cart_record_style .text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 5px;
  justify-content: center;
}

.cart_record_style .cart_record_price {
  font-size: 14px;
}

.cart_record_price strike {
  text-decoration: line-through;
}

.cart_record_style img {
  max-width: 52px;
  height: auto;
  max-height: 52px;
}

.cart_record_quantity,
.cart_record_price {
  font-size: 14px;
  color: #6c7275;
}

#plk-cart-pini-itens .add-to-cart-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

#plk-cart-pini-itens .remove_item {
  position: unset;
  width: 24px;
  height: 24px;
}

.estado-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #bdbdbd; 
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}


/* Quando selecionado */
.estado-checkbox:checked {
  background-color:  var(--title-red);
  border: none; 
}

/* Tick branco */
.estado-checkbox:checked::after {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_combined{display: flex; align-items: center; gap: 10px; height: 100%; width: 100%;}
.product_combined .comp-product-card{width: 220px;}

/* Desenvolvimento Serviços Pós Venda*/


/*UPDATES*/

.checkout-steps {
  display: flex;
  justify-content: space-between;   
  padding: 10px;
  margin-bottom: 30px;
  align-items: center;
  margin: auto;
}


.step {
  display: flex;
  align-items: center; /* Centraliza o conteÃºdo verticalmente */
  position: relative;
  flex-basis: calc(33.333% - 10px);
}
.checkout-steps{
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.step-number {
  background: #999999;
  color: white;
  border-radius: 50%;
  padding: 8px;
  margin-right: 10px;
  font-weight: bold;
  width: 25px; /* Tamanho do cÃ­rculo */
  height: 25px; /* Tamanho do cÃ­rculo */
  display: inline-flex;
  align-items: center;
  justify-content: center;
 
}

.step-name {
  font-weight: normal;
  color: #333;
}
.active .step-number {
  background: #478036;
  color: white;
  
}
.active .step-name{
  font-weight: bold;
}
/* Estilos para linhas de conexÃ£o */
.step:not(:last-child)::after {
content: '';
position: absolute;
top: 50%;
right: -15px; /* Meio da distÃ¢ncia entre os passos */
width: 30px; /* DistÃ¢ncia atÃ© o prÃ³ximo passo */
height: 2px;
background: white;
transform: translateY(-50%);
}

/* Ajuste quando um passo estiver ativo */

/* Oculta a linha no Ãºltimo item */
.step:last-child::after {
display: none;
}

/* Cria uma borda antes do passo 2 */
.step:nth-child(2)::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 1px; /* Largura da borda */
height: 45px; /* Altura da borda */
background: #dcdcdc; /* Cor da borda */
}

/* Cria uma borda antes do passo 3 */
.step:nth-child(3)::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 1px; /* Largura da borda */
height: 45px; /* Altura da borda */
background: #dcdcdc; /* Cor da borda */
}

/* Ajusta a posiÃ§Ã£o das bordas se necessÃ¡rio devido ao espaÃ§amento */
.step-number {
margin-right: 10px; /* Ajuste o espaÃ§amento se necessÃ¡rio */
/* ... */
}

/* Certifique-se de que a borda nÃ£o sobreponha o nÃºmero do passo */
.step .step-number {
z-index: 1; /* Garante que o nÃºmero fique acima da borda */
position: relative;
}


/*JD - 28-1-2026 - Pos Venda */

.step {
  display: none;
}
.step.active {
  display: block;
}
.motivo-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colunas iguais */
  gap: 10px;
  margin-bottom: 20px;
}

.motivo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  border: 1px solid #dedede;
  background: #fff;

  padding: 18px;
  border-radius: 10px;

  cursor: pointer;

  transition: all .25s ease;

  gap: 20px;
}

#sub-motivos {display:flex;flex-direction: column; gap:5px}
/* Hover elegante */
.motivo-container .motivo:hover {
  border-color: #b10f23;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Selecionado */
.motivo-container .motivo.selected {
  border-color: #b10f23;
  background: rgba(177, 15, 35, 0.04);
  box-shadow: 0 4px 12px rgba(177, 15, 35, 0.08);
}

.motivo i {
  font-size: 24px;
  margin-bottom: 5px;
}

.step h3.section-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
.step h4.section-title {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

.step:nth-child(2)::before,
.step:nth-child(3)::before {
  display: none;
}

#step-2 {
  margin-bottom: 20px;
}
#step-2 .motivo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.2s;
  padding-bottom: 20px;
}

/* opcional: adicionar pseudo-elemento para â€œcheckboxâ€ visual */
#step-2 .motivo::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #d3d3d3;
  border-radius: 6px;
  margin-right: 12px;
  flex-shrink: 0;
  transition: all .2s ease;
}

/* Hover */
#step-2 .motivo:hover::before {
  border-color: #b10f23;
}

/* Selecionado */
#step-2 .motivo.selected::before {
  background-color: #b10f23;
  border-color: #b10f23;

  box-shadow: 0 0 0 4px rgba(177, 15, 35, 0.12);
}
#step-2 label.motivo {
  display: flex;
  flex-direction: row;
  gap: 0px;
  padding-bottom: 5px;
}
#step-2 label.motivo p {
  margin: 0;
}

#step-2 .motivo.selected {
  border-color: transparent;
  background: transparent;
}
@media (max-width: 768px) {
  .motivo-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .motivo-container {
    grid-template-columns: 1fr;
  }
}



.custom-file-upload {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--color-background-nav);
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 10px;
}

.custom-file-upload input[type="file"] {
  display: none;
}

.file-upload-btn {
  background: var(--title-red);
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .25s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.file-upload-btn:hover {
  background: #8f0c1c;
  transform: translateY(-1px);
}

.file-upload-btn i {
  font-size: 14px;
}

.file-name {
  font-size: 14px;
  color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .custom-file-upload {
    flex-direction: column;
    align-items: flex-start;
  }

  .file-upload-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Esconder promoções por css */

.dnk_item_category[data="8932"] {
  display: none !important;
}

.copy {
     font-size: 13px;
}
   .payment-methods p {
     font-size: 13px;
}
