body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 600;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
footer h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #c8a165;
}

/* ============================================
   GROOVI-STYLE SECTION TITLES
   ============================================ */
.section-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.section-title h2,
.section-title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.section-title h2::after,
.section-title h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #c8a165;
}
#content > h1,
#content > h2,
.box-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0 30px;
  position: relative;
}
.box-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #c8a165;
  margin: 15px auto 0;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}

/* === CONTAINER (centralizado, usa --global-content-width: 1400px / 1650px em 1800px+) === */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
#top .container,
header .container,
footer .container {
  max-width: var(--global-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--global-container-padding);
  padding-right: var(--global-container-padding);
  box-sizing: border-box;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #alert .alert {
    min-width: auto;
    max-width: 90vw;
  }
}
/* #alert position: 1300px→50px, 1400px→0, then scales to 1300px at 4000px viewport */
#alert .alert {
  right: clamp(0px, 50vw - 700px, 1300px);
}

/* Breakpoints: mobile 767px (base), 414px / 375px (overrides only). Prefer one block per breakpoint; avoid duplicating the same selector in multiple @media. */

/* ============================================
   Bootstrap 3 compatibility - BS5 sobrescreve grid/visibility
   ============================================ */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .col-xs-1 { width: 8.33333333%; flex: 0 0 8.33333333%; max-width: 8.33333333%; float: left; }
  .col-xs-2 { width: 16.66666667%; flex: 0 0 16.66666667%; max-width: 16.66666667%; float: left; }
  .col-xs-3 { width: 25%; flex: 0 0 25%; max-width: 25%; float: left; }
  .col-xs-4 { width: 33.33333333%; flex: 0 0 33.33333333%; max-width: 33.33333333%; float: left; }
  .col-xs-5 { width: 41.66666667%; flex: 0 0 41.66666667%; max-width: 41.66666667%; float: left; }
  .col-xs-6 { width: 50%; flex: 0 0 50%; max-width: 50%; float: left; }
  .col-xs-7 { width: 58.33333333%; flex: 0 0 58.33333333%; max-width: 58.33333333%; float: left; }
  .col-xs-8 { width: 66.66666667%; flex: 0 0 66.66666667%; max-width: 66.66666667%; float: left; }
  .col-xs-9 { width: 75%; flex: 0 0 75%; max-width: 75%; float: left; }
  .col-xs-10 { width: 83.33333333%; flex: 0 0 83.33333333%; max-width: 83.33333333%; float: left; }
  .col-xs-11 { width: 91.66666667%; flex: 0 0 91.66666667%; max-width: 91.66666667%; float: left; }
  .col-xs-12 { width: 100%; flex: 0 0 100%; max-width: 100%; float: left; }
}
@media (min-width: 768px) {
  .visible-xs,
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block {
    display: none !important;
  }
}

/* ============================================
   GROOVI-STYLE TOP BAR - PRETO
   ============================================ */
#top {
  background-color: #000000;
  border-bottom: none;
  padding: 8px 0;
  margin: 0;
  min-height: 38px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
}
#top .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#top .container > .nav {
  display: flex;
  align-items: center;
}
#top .container > .nav.pull-left {
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: 0;
}
#top #top-links {
  position: absolute;
  right: 15px;
  display: flex;
  justify-content: flex-end;
}
#top .top-message {
  text-align: center;
  font-size: 13px;
}
#top #social-top-links,
#top #top-links .list-inline {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
#top #social-top-links li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#top #social-top-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/* WhatsApp - lado direito do top */
#top .top-whatsapp {
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
#top .top-whatsapp:hover {
  color: #25d366;
}
#top .top-whatsapp i {
  font-size: 18px;
}
#top .nav > .list-inline > .list-inline-item, 
#top .nav > .list-inline .list-inline-item > a, 
#top .nav > .list-inline .list-inline-item .dropdown > a,
#top a, 
#top .btn-link, 
#top .dropdown-toggle {
  color: #ffffff;
  text-shadow: none;
  text-decoration: none;
  font-size: 13px;
}
#top a:hover, #top .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
#top .dropdown-menu a {
  color: #333;
}
#top .fa {
  font-size: 14px;
}
/* Currency/Language Dropdowns */
#top .dropdown-toggle::after {
  margin-left: 5px;
}
#top .dropdown-menu {
  min-width: 120px;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Top Bar Mobile + header-cart (767px) */
@media (max-width: 767px) {
  #top {
    padding: 6px 0 !important;
    min-height: 32px !important;
  }
  #top .container {
    padding: 0 12px !important;
  }
  #top .container > .nav.pull-left {
    position: relative !important;
    left: 0 !important;
  }
  #top #social-top-links {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
  #top #social-top-links li {
    margin: 0 !important;
  }
  #top #social-top-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
  }
  #top .top-whatsapp span {
    display: none;
  }
  #top .top-whatsapp {
    right: 10px;
    padding: 4px 8px;
  }
  #top .fa {
    font-size: 14px !important;
  }
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}

footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
header {
  padding: 30px 0;
}
.header-main-row {
  min-height: 70px;
  display: flex;
  align-items: center;
}
.header-main-row > [class*='col-'] {
  flex: 1 1 0;
}
.header-menu {
  text-align: left;
}
.header-menu #menu {
  background-color: transparent;
  border: 0;
  min-height: auto;
}
.header-menu #menu.navbar {
  padding: 0;
  margin: 0;
}
.header-menu #menu .navbar-collapse {
  justify-content: flex-start;
}
.header-menu #menu .navbar-nav {
  flex-direction: row;
  gap: 18px;
}
.header-menu #menu .navbar-nav > .nav-item > .nav-link {
  padding: 0;
}
.header-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-icons #cart {
  margin-left: 0;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.header-actions li {
  position: relative;
  display: flex;
  align-items: center;
}
.header-actions a,
.header-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
.header-actions a:hover,
.header-actions button:hover {
  color: #666;
}
.header-actions svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}
/* Badge para wishlist e carrinho */
.header-actions .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.header-wishlist,
.header-compare {
  position: relative;
}
.header-search-toggle {
  background: transparent;
  border: 0;
  color: #000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-search-toggle:hover {
  color: #666;
}
.header-search-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.header-search-popup.active {
  display: flex;
}
.header-search-popup-inner {
  background: #fff;
  padding: 30px;
  width: 600px;
  max-width: 90%;
  position: relative;
}
.header-search-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.header-search-close:hover {
  color: #666;
}
/* Search popup form */
.header-search-title {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 600;
}
.header-search-form {
  margin-top: 20px;
}
.header-search-input-wrap {
  display: flex;
  align-items: stretch;
  border: 2px solid #222;
  overflow: hidden;
}
.header-search-input-wrap input {
  flex: 1;
  border: 0;
  padding: 14px 20px;
  font-size: 16px;
  outline: none;
}
.header-search-submit {
  background: #222;
  color: #fff;
  border: 0;
  padding: 0 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.header-search-submit:hover {
  background: #444;
  color: #fff;
}
.header-search-submit i {
  font-size: 18px;
}
.header-search-hint {
  margin: 12px 0 0;
  font-size: 13px;
  color: #666;
}
/* Cart icon styling */
.header-icons #cart .btn,
.header-cart .btn {
  background: transparent;
  border: 0;
  color: #000;
  padding: 0;
  text-transform: none;
  display: flex;
  align-items: center;
  position: relative;
}
.header-icons #cart .btn:hover,
.header-cart .btn:hover {
  color: #666;
}
.header-icons #cart .btn i,
.header-cart .btn i {
  font-size: 20px;
}
/* Hide cart total text, show only badge */
.header-icons #cart #cart-total,
.header-cart #cart-total {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 4px;
}
#logo {
  margin: 0 0 10px 0;
  text-align: center;
}
#logo h1 a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#logo img {
  max-width: 240px;
  margin: 0 auto;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  margin-bottom: 10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
/* menu */
#menu {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  min-height: 50px;
  border-radius: 0;
}

/* Hide mobile menu header on desktop */
#menu .mobile-menu-header {
  display: none;
}
#content .slideshow.swiper-viewport,
#content .banner-slide.swiper-viewport,
#content .hero-carousel.swiper-viewport,
#content .carousel.swiper-viewport {
  width: 100%;
  aspect-ratio: 1903 / 850;
  max-height: 850px;
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
#content .slideshow .swiper-container,
#content .slideshow .swiper-wrapper,
#content .slideshow .swiper-slide,
#content .banner-slide .swiper-container,
#content .banner-slide .swiper-wrapper,
#content .banner-slide .swiper-slide,
#content .hero-carousel .swiper-container,
#content .hero-carousel .swiper-wrapper,
#content .hero-carousel .swiper-slide {
  height: 100%;
}
#content .slideshow .swiper-slide img,
#content .banner-slide .swiper-slide img,
#content .hero-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Slideshow/Carousel Pagination Position */
#content .slideshow .swiper-pagination-bullets,
#content .banner-slide .swiper-pagination-bullets,
#content .hero-carousel .swiper-pagination-bullets,
.slideshow .swiper-pagination-bullets,
.banner-slide .swiper-pagination-bullets,
.hero-carousel .swiper-pagination-bullets {
  bottom: 25px !important;
  z-index: 50 !important;
}

/* Slideshow pagination bullets inherit from global styles */
#menu.navbar {
  padding: 0;
  margin-bottom: 0;
}
#menu .dropdown-menu {
  padding: 12px 0;
  margin-top: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 6px 22px;
  clear: both;
  line-height: 20px;
  color: #222222;
  font-size: 12px;
}
#menu .dropdown-inner ul li a:hover {
  color: #111111;
  background-color: #f5f5f5;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #eeeeee;
  padding: 8px 22px;
  border-radius: 0;
  font-size: 12px;
  color: #222222;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #111111;
  background-color: #f5f5f5;
}
#menu #category {
  font-size: 12px;
  font-weight: 600;
  line-height: 52px;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#menu .navbar-toggler {
  border: 0;
  padding: 8px 10px;
}
#menu .navbar-toggler:focus {
  box-shadow: none;
}
#menu .navbar-toggler i {
  color: #111111;
  border-color: #111111;
  font-size: 1em;
}
#menu .navbar-nav > li > a,
#menu .navbar-nav > .nav-item > .nav-link {
  color: #000000;
  text-shadow: none;
  padding: 15px 20px;
  min-height: 15px;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 12px;
}
#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > .nav-item > .nav-link:hover {
  background-color: transparent;
  color: #666666;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* ============================================
   RESPONSIVE HEADER - ALL BREAKPOINTS
   ============================================ */

/* === TABLETS (768px - 991px) === */
@media (max-width: 991px) {
  /* Header Base */
  header {
    padding: 12px 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
  }
  
  header .container {
    padding: 0 15px !important;
  }
  
  /* Header Row - Flexbox Layout */
  .header-main-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 56px !important;
    gap: 10px !important;
    margin: 0 !important;
  }
  
  /* Reset Bootstrap Columns */
  .header-main-row > .col-4,
  .header-main-row > .col-md-4,
  .header-main-row > .col-lg-4,
  .header-main-row > [class*='col-'] {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }
  
  /* Menu Column - Left (hamburger only) */
  .header-main-row .header-menu {
    flex: 0 0 48px !important;
    width: 48px !important;
    order: 1 !important;
  }
  
  /* Logo Column - Center */
  .header-main-row > div:nth-child(2),
  .header-main-row .col-4.text-center {
    flex: 1 1 auto !important;
    text-align: center !important;
    order: 2 !important;
    min-width: 0 !important;
  }
  
  /* Icons Column - Right */
  .header-main-row .header-icons {
    flex: 0 0 auto !important;
    order: 3 !important;
  }
  
  /* Logo Sizing */
  #logo {
    text-align: center !important;
    line-height: 1 !important;
  }
  
  #logo img {
    max-width: 140px !important;
    max-height: 45px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }
  
  /* Header Actions - Icon Row */
  .header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
    list-style: none !important;
  }
  
  .header-actions > li {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  /* Icon Buttons - Touch-friendly 44px target */
  .header-actions a,
  .header-actions button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    min-height: 44px !important;
    position: relative !important;
  }
  
  .header-actions svg {
    width: 22px !important;
    height: 22px !important;
  }
  
  /* Hide compare on tablets */
  .header-actions .header-compare {
    display: none !important;
  }
  
  /* Badges - Position & Style */
  .header-actions .badge,
  #cart #cart-total,
  #cart .cart-badge {
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    min-width: 18px !important;
    height: 18px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    padding: 0 5px !important;
    border-radius: 10px !important;
    background: #e74c3c !important;
    color: #fff !important;
  }
  
  /* Hamburger Menu Button */
  #menu {
    display: flex !important;
    align-items: center !important;
  }
  
  #menu #category {
    display: none !important;
  }
  
  #menu .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #222 !important;
    cursor: pointer !important;
    border-radius: 8px !important;
    transition: background 0.2s ease !important;
  }
  
  #menu .navbar-toggler:hover,
  #menu .navbar-toggler:focus {
    background: #f5f5f5 !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
  #menu .navbar-toggler i {
    font-size: 22px !important;
    line-height: 1 !important;
  }
  
  /* Menu aberto: header acima do backdrop */
  body.menu-open header {
    z-index: 10001 !important;
  }
  
  /* Mobile Menu Drawer - Slide from Left, à frente do backdrop */
  #menu .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 300px !important;
    max-width: 85vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #fff !important;
    z-index: 10002 !important;
    padding: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
    display: block !important;
    visibility: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  #menu .navbar-collapse.show,
  #menu .navbar-collapse.collapsing {
    transform: translateX(0) !important;
    visibility: visible !important;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2) !important;
  }
  
  /* Mobile Menu Header with Close Button */
  #menu .mobile-menu-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 15px 20px !important;
    background: #fafafa !important;
    border-bottom: 1px solid #eee !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
  }
  
  #menu .mobile-menu-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #222 !important;
  }
  
  #menu .mobile-menu-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 8px !important;
    color: #666 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
  }
  
  #menu .mobile-menu-close:hover {
    background: #eee !important;
    color: #222 !important;
  }
  
  #menu .mobile-menu-close i {
    font-size: 20px !important;
  }
  
  #menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 12px 0 20px !important;
    margin: 0 !important;
    list-style: none !important;
  }
  
  #menu .navbar-nav > .nav-item {
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
    margin: 0 !important;
  }
  
  #menu .navbar-nav > .nav-item > .nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  #menu .navbar-nav > .nav-item > .nav-link:hover {
    background: #f8f8f8 !important;
    color: #000 !important;
  }
  
  #menu .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
    content: '\f105' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    font-size: 14px !important;
    color: #999 !important;
    margin-left: auto !important;
    transition: transform 0.2s ease !important;
  }
  #menu .navbar-nav > .nav-item.dropdown.show > .nav-link.dropdown-toggle::after {
    transform: rotate(90deg) !important;
  }
  
  #menu .dropdown-menu {
    position: static !important;
    width: 100% !important;
    float: none !important;
    background: #f8f8f8 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    max-height: none !important;
  }
  
  #menu .dropdown-menu.show {
    display: block !important;
    visibility: visible !important;
  }
  
  #menu .dropdown-inner {
    display: block !important;
    padding: 8px 0 !important;
  }
  
  #menu .dropdown-inner ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  #menu .dropdown-inner a,
  #menu .dropdown-item {
    display: block !important;
    padding: 12px 20px 12px 36px !important;
    font-size: 14px !important;
    color: #555 !important;
    text-decoration: none !important;
    border: none !important;
    background: transparent !important;
  }
  
  #menu .dropdown-inner a:hover,
  #menu .dropdown-item:hover {
    background: #f0f0f0 !important;
    color: #222 !important;
  }
  
  #menu .see-all {
    padding: 12px 20px 12px 35px !important;
    font-weight: 600 !important;
    color: #222 !important;
    border-top: 1px solid #eee !important;
    margin-top: 5px !important;
  }
  
  /* Menu Backdrop Overlay */
  body.menu-open::after {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
  }
  
  /* Cart Dropdown on Mobile - drawer fixo, sempre visível */
  #cart .btn-cart-toggle {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
  }
  
  #cart .dropdown-menu,
  #cart .cart-dropdown {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    max-height: 80vh !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.25) !important;
    transform: translateY(0) !important;
    animation: slideUpCart 0.3s ease !important;
    z-index: 10001 !important;
  }
  
  @keyframes slideUpCart {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  /* Search popup */
  .header-search-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.9) !important;
    z-index: 10000 !important;
    padding: 20px !important;
    display: none !important;
  }
  
  .header-search-popup.active {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 80px !important;
  }
  
  .header-search-popup-inner {
    width: 100% !important;
    max-width: 500px !important;
  }
  
  .header-search-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    color: #fff !important;
    font-size: 28px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
  }
}

/* === PHONES (max-width: 767px) === */
@media (max-width: 767px) {
  header {
    padding: 10px 0 !important;
  }
  
  header .container {
    padding: 0 12px !important;
  }
  
  .header-main-row {
    min-height: 52px !important;
    gap: 8px !important;
  }
  
  /* Smaller Logo */
  #logo img {
    max-width: 110px !important;
    max-height: 38px !important;
  }
  
  /* Tighter action spacing */
  .header-actions {
    gap: 8px !important;
  }
  
  .header-actions a,
  .header-actions button {
    min-width: 40px !important;
    min-height: 40px !important;
  }
  
  .header-actions svg {
    width: 20px !important;
    height: 20px !important;
  }
  
  /* Hide search button on phones */
  .header-actions .header-search-toggle {
    display: none !important;
  }
  
  /* Smaller badges */
  .header-actions .badge,
  #cart #cart-total,
  #cart .cart-badge {
    min-width: 16px !important;
    height: 16px !important;
    font-size: 9px !important;
    line-height: 16px !important;
    top: 0 !important;
    right: 0 !important;
    padding: 0 4px !important;
  }
  
  /* Hamburger smaller */
  #menu .navbar-toggler {
    width: 40px !important;
    height: 40px !important;
  }
  
  #menu .navbar-toggler i {
    font-size: 20px !important;
  }
  
  /* Menu Drawer narrower */
  #menu .navbar-collapse {
    width: 280px !important;
  }
  
  /* Account dropdown - full width on mobile */
  .header-actions .dropdown-menu {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2) !important;
    padding: 20px 0 !important;
  }
  
  .header-actions .dropdown-menu .dropdown-item {
    padding: 15px 25px !important;
    font-size: 15px !important;
  }
  
  /* Menu styles for smaller screens */
  #menu .navbar-nav > .nav-item > .nav-link {
    padding: 14px 18px !important;
    font-size: 14px !important;
  }
  
  #menu .dropdown-inner a,
  #menu .dropdown-item {
    padding: 10px 18px 10px 30px !important;
    font-size: 13px !important;
  }
  
  /* Search */
  #search {
    margin-bottom: 15px !important;
  }
  
  #search input {
    height: 44px !important;
    font-size: 16px !important;
  }
}

/* === SMALL PHONES (414px - iPhone Plus/Max size) === */
@media (max-width: 414px) {
  header .container {
    padding: 0 10px !important;
  }
  
  .header-main-row {
    min-height: 48px !important;
    gap: 6px !important;
  }
  
  /* Even smaller logo */
  #logo img {
    max-width: 95px !important;
    max-height: 34px !important;
  }
  
  /* Tighter spacing */
  .header-actions {
    gap: 6px !important;
  }
  
  .header-actions a,
  .header-actions button {
    min-width: 36px !important;
    min-height: 36px !important;
  }
  
  .header-actions svg {
    width: 18px !important;
    height: 18px !important;
  }
  
  /* Hide wishlist on small phones */
  .header-actions .header-wishlist {
    display: none !important;
  }
  
  /* Smaller badges */
  .header-actions .badge,
  #cart #cart-total,
  #cart .cart-badge {
    min-width: 15px !important;
    height: 15px !important;
    font-size: 8px !important;
    line-height: 15px !important;
    padding: 0 3px !important;
  }
  
  /* Smaller hamburger */
  #menu .navbar-toggler {
    width: 36px !important;
    height: 36px !important;
  }
  
  #menu .navbar-toggler i {
    font-size: 18px !important;
  }
}

/* === EXTRA SMALL PHONES (375px - iPhone SE/mini size) === */
@media (max-width: 375px) {
  header {
    padding: 8px 0 !important;
  }
  
  header .container {
    padding: 0 8px !important;
  }
  
  .header-main-row {
    min-height: 44px !important;
    gap: 4px !important;
  }
  
  /* Smallest logo */
  #logo img {
    max-width: 85px !important;
    max-height: 30px !important;
  }
  
  /* Minimum action spacing */
  .header-actions {
    gap: 4px !important;
  }
  
  .header-actions a,
  .header-actions button {
    min-width: 34px !important;
    min-height: 34px !important;
  }
  
  .header-actions svg {
    width: 16px !important;
    height: 16px !important;
  }
  
  /* Smallest badges */
  .header-actions .badge,
  #cart #cart-total,
  #cart .cart-badge {
    min-width: 14px !important;
    height: 14px !important;
    font-size: 7px !important;
    line-height: 14px !important;
  }
  
  /* Smallest hamburger */
  #menu .navbar-toggler {
    width: 34px !important;
    height: 34px !important;
  }
  
  #menu .navbar-toggler i {
    font-size: 16px !important;
  }
  
  /* Menu drawer even narrower */
  #menu .navbar-collapse {
    width: 260px !important;
  }
  
  #menu .navbar-nav > .nav-item > .nav-link {
    padding: 12px 15px !important;
    font-size: 13px !important;
  }
  
  #menu .dropdown-inner a,
  #menu .dropdown-item {
    padding: 10px 15px 10px 25px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  #top {
    padding: 5px 0 !important;
    min-height: 28px !important;
  }
  
  #top #social-top-links {
    gap: 10px !important;
  }
  
  #top #social-top-links a {
    width: 24px !important;
    height: 24px !important;
  }
  
  #top .fa {
    font-size: 12px !important;
  }
}

@media (max-width: 375px) {
  #top {
    padding: 4px 0 !important;
    min-height: 26px !important;
  }
  
  #top #social-top-links {
    gap: 8px !important;
  }
  
  #top .fa {
    font-size: 11px !important;
  }
}

/* content */
#content {
  min-height: 600px;
}
/* ============================================
   GROOVI-STYLE FEATURES BAR
   ============================================ */
.features-bar,
#content > .row:first-child,
.service-banner,
[class*="service"],
[class*="feature"] {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}

/* Target the features/service section by content - usually has icons with headings */
#content .row h4 + p,
.service-item,
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 15px;
}

/* Force 4 columns horizontal layout for features-like sections */
#content > .container > .row:first-of-type {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
#content > .container > .row:first-of-type > div,
#content > .container > .row:first-of-type > [class*="col"] {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  text-align: center;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  #content > .container > .row:first-of-type > div,
  #content > .container > .row:first-of-type > [class*="col"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 575px) {
  #content > .container > .row:first-of-type > div,
  #content > .container > .row:first-of-type > [class*="col"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}
.feature-item .feature-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #c8a165;
}
.feature-item .feature-content h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #222;
}
.feature-item .feature-content p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* ============================================
   GROOVI-STYLE FOOTER - CLARO
   ============================================ */
footer {
  background-color: #f8f8f8;
  padding: 60px 0 0;
  margin-top: 60px;
  border-top: 1px solid #eee;
  color: #666;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
footer a {
  color: #666;
  text-decoration: none;
  line-height: 2.2;
  font-size: 14px;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #000;
}
footer h5 {
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
footer .list-unstyled li {
  margin-bottom: 5px;
}
footer .footer-bottom {
  background: #f0f0f0;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: #666;
}
/* Newsletter in Footer */
footer .newsletter-form {
  display: flex;
  margin-top: 15px;
}
footer .newsletter-form input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  font-size: 14px;
}
footer .newsletter-form input::placeholder {
  color: #999;
}
footer .newsletter-form button {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s ease;
}
footer .newsletter-form button:hover {
  background: #333;
}
/* Footer Social Icons */
footer .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
footer .social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.3s ease;
}
footer .social-icons a:hover {
  background: #000;
  color: #fff;
}

/* ============================================
   FOOTER MOBILE RESPONSIVE
   ============================================ */

/* Footer Widget Structure */
footer .footer-widget {
  margin-bottom: 25px;
}

footer .footer-title {
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-title i {
  display: none;
  font-size: 12px;
  transition: transform 0.3s ease;
}

footer .footer-links li {
  margin-bottom: 8px;
}

footer .footer-links a {
  display: block;
  padding: 4px 0;
  line-height: 1.6;
}

footer .footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
}

footer .footer-contact i {
  width: 16px;
  text-align: center;
  margin-top: 3px;
  flex-shrink: 0;
}

footer .footer-newsletter-text {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    padding: 40px 0 0;
    margin-top: 40px;
  }
  
  footer h5,
  footer .footer-title {
    font-size: 13px;
    margin-bottom: 18px;
  }
  
  footer a {
    font-size: 13px;
    line-height: 2;
  }
  
  footer .social-icons {
    gap: 10px;
  }
  
  footer .social-icons a {
    width: 32px;
    height: 32px;
  }
  
  footer .footer-bottom {
    margin-top: 30px;
    padding: 15px 0;
  }
}

/* Mobile (max 767px) - Two Column Layout */
@media (max-width: 767px) {
  footer {
    padding: 30px 0 0;
    margin-top: 30px;
  }
  
  footer .container {
    padding: 0 15px;
  }
  
  footer .footer-main {
    margin: 0 -8px;
  }
  
  footer .footer-col {
    padding: 0 8px;
    margin-bottom: 20px;
  }
  
  footer .footer-widget {
    margin-bottom: 0;
  }
  
  /* Footer Titles - Accordion Style */
  footer .footer-title {
    font-size: 12px;
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    user-select: none;
  }
  
  footer .footer-title i {
    display: block;
  }
  
  footer .footer-title[aria-expanded="true"] i,
  footer .footer-title.active i {
    transform: rotate(180deg);
  }
  
  /* Footer Content - Collapsed */
  footer .footer-content {
    padding-top: 12px;
    padding-bottom: 5px;
  }
  
  /* Links - Compact */
  footer .footer-links li {
    margin-bottom: 4px;
  }
  
  footer .footer-links a,
  footer a {
    font-size: 12px;
    line-height: 1.8;
    padding: 3px 0;
  }
  
  /* Contact Info - Compact */
  footer .footer-contact li {
    margin-bottom: 8px;
    font-size: 11px;
  }
  
  footer .footer-contact i {
    width: 14px;
    font-size: 12px;
  }
  
  /* Social Icons - Smaller */
  footer .social-icons {
    gap: 8px;
    margin-top: 12px;
    justify-content: flex-start;
  }
  
  footer .social-icons a {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  
  /* Newsletter - Full Width */
  footer .footer-newsletter-col {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
  }
  
  footer .footer-newsletter .footer-title {
    border-bottom: none;
    cursor: default;
    padding-bottom: 0;
  }
  
  footer .footer-newsletter-text {
    font-size: 12px;
    margin-bottom: 12px;
  }
  
  footer .newsletter-form {
    margin-top: 10px;
  }
  
  footer .newsletter-form input {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  footer .newsletter-form button {
    padding: 10px 15px;
    font-size: 12px;
  }
  
  /* Footer Bottom */
  footer .footer-bottom {
    margin-top: 25px;
    padding: 15px 0;
    font-size: 11px;
  }
  
  footer .footer-bottom p {
    margin: 0;
    line-height: 1.5;
  }
}

/* Small Phones (max 414px) */
@media (max-width: 414px) {
  footer {
    padding: 25px 0 0;
  }
  
  footer .container {
    padding: 0 12px;
  }
  
  footer .footer-main {
    margin: 0 -6px;
  }
  
  footer .footer-col {
    padding: 0 6px;
    margin-bottom: 15px;
  }
  
  footer .footer-title {
    font-size: 11px;
    padding: 10px 0;
  }
  
  footer .footer-links a,
  footer a {
    font-size: 11px;
  }
  
  footer .footer-contact li {
    font-size: 10px;
  }
  
  footer .social-icons a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  
  footer .newsletter-form input {
    padding: 8px 10px;
    font-size: 12px;
  }
  
  footer .newsletter-form button {
    padding: 8px 12px;
  }
  
  footer .footer-bottom {
    padding: 12px 0;
    font-size: 10px;
  }
}

/* Extra Small Phones (max 375px) */
@media (max-width: 375px) {
  footer {
    padding: 20px 0 0;
  }
  
  footer .footer-col {
    margin-bottom: 12px;
  }
  
  footer .footer-title {
    font-size: 10px;
    padding: 8px 0;
  }
  
  footer .footer-content {
    padding-top: 8px;
  }
  
  footer .footer-links a,
  footer a {
    font-size: 10px;
    line-height: 1.7;
  }
  
  footer .footer-contact li {
    font-size: 9px;
    margin-bottom: 6px;
    gap: 6px;
  }
  
  footer .footer-contact i {
    width: 12px;
    font-size: 10px;
  }
  
  footer .social-icons {
    gap: 6px;
    margin-top: 10px;
  }
  
  footer .social-icons a {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
  
  footer .footer-newsletter-text {
    font-size: 10px;
  }
  
  footer .newsletter-form {
    flex-direction: column;
    gap: 8px;
  }
  
  footer .newsletter-form input {
    width: 100%;
  }
  
  footer .newsletter-form button {
    width: 100%;
    padding: 10px;
  }
  
  footer .footer-bottom {
    padding: 10px 0;
    font-size: 9px;
  }
}

/* breadcrumb - Groovi Style */
.breadcrumb {
  margin: 0 0 25px 0;
  padding: 15px 0;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  font-size: 14px;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-flex;
  align-items: center;
  color: #666;
  padding: 0;
}
.breadcrumb > li a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb > li a:hover {
  color: #000;
}
.breadcrumb > li a i.fa-home {
  font-size: 16px;
  color: #333;
}
.breadcrumb > li a:hover i.fa-home {
  color: #000;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0 12px;
  color: #ccc;
  font-weight: 300;
}
.breadcrumb > li:last-child {
  color: #222;
  font-weight: 500;
}
.breadcrumb > li:last-child a {
  color: #222;
  pointer-events: none;
}
/* Override Bootstrap breadcrumb styles */
.breadcrumb-item + .breadcrumb-item::before {
  content: "/" !important;
  padding: 0 12px !important;
  color: #ccc !important;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: none;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  display: none !important;
}
.breadcrumb > li.breadcrumb-item + li:before,
.breadcrumb > li.breadcrumb-item + li.breadcrumb-item::before {
  content: "/" !important;
  padding: 0 12px !important;
  color: #ccc !important;
  border: none !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  position: static !important;
  background: none !important;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
  background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #333;
  border-color: #333;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* 5 colunas em telas grandes (desktops) */
@media (min-width: 1200px) {
  .col-lg-custom {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 3 colunas em tablets (mantém col-md-4) */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-custom {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 2 colunas em tablets pequenos (col-sm-6) */
@media (min-width: 768px) and (max-width: 991px) {
  .col-lg-custom {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ============================================
   GROOVI-STYLE PRODUCT GRID LAYOUT
   ============================================ */
.product-layout {
  padding: 0 10px;
  margin-bottom: 20px;
}
/* Force 5 columns on large screens */
@media (min-width: 1200px) {
  .row > .product-layout {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
/* 4 columns on medium-large screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .row > .product-layout {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
/* 3 columns on tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .row > .product-layout {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
}
/* 1 col + 2 columns grid on mobile (767px) */
@media (max-width: 767px) {
  .col-lg-custom {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .product-layout {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* ============================================
   GROOVI-STYLE PRODUCT CARDS
   ============================================ */
.product-thumb {
  border: none !important;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  position: relative;
  background: #fff;
  border-radius: 0;
}
.product-thumb:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.product-thumb h4 {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 8px;
  line-height: 1.4;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.product-thumb .image img {
  transition: transform 0.5s ease, opacity 0.3s ease;
  width: 100%;
  height: auto;
}
.product-thumb:hover .image img {
  transform: scale(1.05);
}

/* Product Action Buttons - Groovi Style - HIDDEN BY DEFAULT */
.product-thumb .product-actions {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(20px) !important;
  transition: all 0.35s ease !important;
  z-index: 10 !important;
}
.product-thumb:hover .product-actions {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}
.product-thumb .product-actions button,
.product-thumb .product-actions a {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  color: #333 !important;
  font-size: 13px !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.product-thumb .product-actions button:hover,
.product-thumb .product-actions a:hover {
  background: #c8a165 !important;
  color: #fff !important;
  transform: scale(1.1) !important;
}

/* Add to Cart Button - Bottom - HIDDEN BY DEFAULT */
.product-thumb .add-to-cart-btn {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: #222 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 15px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(100%) !important;
  transition: all 0.35s ease !important;
  z-index: 10 !important;
}
.product-thumb:hover .add-to-cart-btn {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
.product-thumb .add-to-cart-btn:hover {
  background: #c8a165 !important;
}

/* Caption */
.product-thumb .caption {
  padding: 15px 10px;
  text-align: center;
}
.product-thumb h4 a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 13px;
}
.product-thumb h4 a:hover {
  color: #c8a165;
}
.product-thumb .price {
  color: #222;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
}
.product-thumb .price-new {
  color: #222;
  font-weight: 700;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}
.product-thumb .description {
  display: none;
}

/* Discount Badge */
.product-thumb .discount-badge,
.product-thumb .badge-sale,
.product-thumb .product-label {
  position: absolute !important;
  top: 6px !important;
  left: 10px !important;
  background: #c8a165 !important;
  color: #fff !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border-radius: 3px !important;
  z-index: 5 !important;
  line-height: 1.4 !important;
}

/* Hide old button group */
.product-thumb .button-group {
  display: none !important;
}

/* Mobile - Show actions always */
@media (max-width: 991px) {
  .product-thumb .product-actions {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
  }
  .product-thumb .add-to-cart-btn {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
    flex-wrap: nowrap;
  }
  .product-list .product-thumb .image {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
  .product-list .product-thumb .caption,
  .product-list .product-thumb .content {
    flex: 1;
    padding: 15px 20px;
    position: relative;
    text-align: left;
  }
  .product-list .product-thumb .add-to-cart-btn {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 15px;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* ============================================
   CATEGORY & SEARCH PAGE - Groovi Style
   ============================================ */
#product-category .page-title,
#product-search .page-title {
  margin-bottom: 20px;
  font-weight: 600;
}
#product-category .category-divider,
#product-search .category-divider {
  margin: 20px 0;
}
#product-category .refine-title,
#product-search .refine-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.category-refine-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-refine-list li {
  margin-bottom: 8px;
}
.category-refine-list a:hover {
  text-decoration: underline;
}
.product-toolbar {
  margin-bottom: 25px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.product-toolbar .view-toggle .btn.active {
  background: #222;
  color: #fff;
  border-color: #222;
}
.search-form-wrapper {
  margin-bottom: 25px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 4px;
}
.search-form-wrapper .search-options {
  padding-top: 25px;
}
.search-form-wrapper .search-options .checkbox-inline {
  display: block;
  margin-bottom: 8px;
}
.results-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.pagination-row {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* ============================================
   GROOVI-STYLE CATEGORY CARDS
   ============================================ */
.category-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.category-card:hover img {
  transform: scale(1.1);
}
.category-card .category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
}
.category-card .category-overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.category-card .category-overlay a {
  color: #fff;
  text-decoration: none;
}

/* ============================================
   GROOVI-STYLE BANNERS
   ============================================ */
.promo-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.promo-banner img {
  width: 100%;
  transition: transform 0.5s ease;
}
.promo-banner:hover img {
  transform: scale(1.05);
}
.promo-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #222;
}
.promo-banner .banner-content .subtitle {
  font-size: 14px;
  color: #c8a165;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.promo-banner .banner-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.promo-banner .btn-shop {
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  border: 2px solid #222;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.promo-banner .btn-shop:hover {
  background: #222;
  color: #fff;
}

/* ============================================
   GROOVI-STYLE SWIPER/CAROUSEL - CLEAN
   ============================================ */
.swiper-viewport,
.carousel,
.hero-carousel {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.swiper-container {
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.swiper-slide {
  padding: 0 !important;
  box-shadow: none !important;
}

/* ============================================
   GROOVI-STYLE SWIPER ARROWS - GLOBAL FIX
   ============================================ */
/* Banner/Carousel - setas só aparecem ao passar o mouse no banner */
.swiper-button-prev,
.swiper-button-next,
.slideshow .swiper-button-prev,
.slideshow .swiper-button-next,
.hero-carousel .swiper-button-prev,
.hero-carousel .swiper-button-next,
.carousel .swiper-button-prev,
.carousel .swiper-button-next,
.banner-slide .swiper-button-prev,
.banner-slide .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 0 !important;
  pointer-events: auto !important;
  transition: opacity 0.25s ease, transform 0.2s ease !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  z-index: 100 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
}
/* Ao passar o mouse no banner/carousel, as setas aparecem */
.hero-carousel:hover .swiper-button-prev,
.hero-carousel:hover .swiper-button-next,
.carousel:hover .swiper-button-prev,
.carousel:hover .swiper-button-next,
.slideshow:hover .swiper-button-prev,
.slideshow:hover .swiper-button-next,
.banner-slide:hover .swiper-button-prev,
.banner-slide:hover .swiper-button-next {
  opacity: 1 !important;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none !important;
}
.swiper-button-prev,
.slideshow .swiper-button-prev,
.hero-carousel .swiper-button-prev,
.carousel .swiper-button-prev,
.banner-slide .swiper-button-prev {
  left: 16px !important;
  right: auto !important;
}
.swiper-button-next,
.slideshow .swiper-button-next,
.hero-carousel .swiper-button-next,
.carousel .swiper-button-next,
.banner-slide .swiper-button-next {
  right: 16px !important;
  left: auto !important;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after,
.slideshow .swiper-button-prev:hover::after,
.slideshow .swiper-button-next:hover::after,
.hero-carousel .swiper-button-prev:hover::after,
.hero-carousel .swiper-button-next:hover::after,
.carousel .swiper-button-prev:hover::after,
.carousel .swiper-button-next:hover::after,
.banner-slide .swiper-button-prev:hover::after,
.banner-slide .swiper-button-next:hover::after {
  color: #fff !important;
  transform: scale(1.15);
}

/* Ícone das setas - só a seta, sem fundo */
.swiper-button-prev::after,
.swiper-button-next::after,
.slideshow .swiper-button-prev::after,
.slideshow .swiper-button-next::after,
.hero-carousel .swiper-button-prev::after,
.hero-carousel .swiper-button-next::after,
.carousel .swiper-button-prev::after,
.carousel .swiper-button-next::after,
.banner-slide .swiper-button-prev::after,
.banner-slide .swiper-button-next::after {
  font-family: 'FontAwesome', sans-serif !important;
  font-size: 28px !important;
  font-weight: normal !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1 !important;
  margin: 0 !important;
  position: static !important;
  display: block !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}
.swiper-button-prev::after,
.slideshow .swiper-button-prev::after,
.hero-carousel .swiper-button-prev::after,
.carousel .swiper-button-prev::after,
.banner-slide .swiper-button-prev::after {
  content: '\f104' !important; /* fa-angle-left */
}
.swiper-button-next::after,
.slideshow .swiper-button-next::after,
.hero-carousel .swiper-button-next::after,
.carousel .swiper-button-next::after,
.banner-slide .swiper-button-next::after {
  content: '\f105' !important; /* fa-angle-right */
}

/* Esconde conteúdo extra do Swiper */
.swiper-button-prev::before,
.swiper-button-next::before {
  display: none !important;
}

/* Mobile: setas um pouco menores */
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next,
  .slideshow .swiper-button-prev,
  .slideshow .swiper-button-next,
  .hero-carousel .swiper-button-prev,
  .hero-carousel .swiper-button-next,
  .carousel .swiper-button-prev,
  .carousel .swiper-button-next,
  .banner-slide .swiper-button-prev,
  .banner-slide .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }
  .hero-carousel .swiper-button-prev,
  .carousel .swiper-button-prev,
  .banner-slide .swiper-button-prev,
  .slideshow .swiper-button-prev {
    left: 10px !important;
  }
  .hero-carousel .swiper-button-next,
  .carousel .swiper-button-next,
  .banner-slide .swiper-button-next,
  .slideshow .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after,
  .hero-carousel .swiper-button-prev::after,
  .hero-carousel .swiper-button-next::after,
  .carousel .swiper-button-prev::after,
  .carousel .swiper-button-next::after,
  .banner-slide .swiper-button-prev::after,
  .banner-slide .swiper-button-next::after,
  .slideshow .swiper-button-prev::after,
  .slideshow .swiper-button-next::after {
    font-size: 22px !important;
  }
}

/* Bullets/Pagination - Groovi Style */
.swiper-pagination-bullet,
.slideshow .swiper-pagination-bullet,
.hero-carousel .swiper-pagination-bullet,
.carousel .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  margin: 0 5px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  border-radius: 50% !important;
}
.swiper-pagination-bullet-active,
.slideshow .swiper-pagination-bullet-active,
.hero-carousel .swiper-pagination-bullet-active,
.carousel .swiper-pagination-bullet-active {
  background: #fff !important;
  transform: scale(1.2);
}

/* Remove shadow/padding do container de slide */
#content .swiper-viewport,
#content .carousel,
#content .slideshow,
#content .banner-slide,
#content .hero-carousel {
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
}

/* ============================================
   GROOVI-STYLE HERO SLIDER
   ============================================ */
.hero-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 500px;
  z-index: 10;
}
.hero-slider .slide-content .subtitle {
  font-size: 16px;
  color: #c8a165;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  animation: fadeInUp 0.8s ease;
}
.hero-slider .slide-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
  line-height: 1.2;
  animation: fadeInUp 0.8s ease 0.2s both;
}
.hero-slider .slide-content .btn-hero {
  display: inline-block;
  padding: 15px 35px;
  background: transparent;
  border: 2px solid #222;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease 0.4s both;
}
.hero-slider .slide-content .btn-hero:hover {
  background: #222;
  color: #fff;
}

/* ============================================
   GROOVI-STYLE TESTIMONIALS
   ============================================ */
.testimonial-card {
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.testimonial-card .quote-icon {
  font-size: 40px;
  color: #c8a165;
  margin-bottom: 20px;
}
.testimonial-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}
.testimonial-card .author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.testimonial-card .author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card .author-info h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #222;
}
.testimonial-card .author-info span {
  font-size: 13px;
  color: #999;
}

/* ============================================
   GROOVI-STYLE NEWSLETTER POPUP
   ============================================ */
.newsletter-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.newsletter-popup.active {
  opacity: 1;
  visibility: visible;
}
.newsletter-popup .popup-content {
  background: #fff;
  max-width: 500px;
  width: 90%;
  padding: 40px;
  position: relative;
  text-align: center;
  border-radius: 10px;
}
.newsletter-popup .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}
.newsletter-popup .close-popup:hover {
  background: #222;
  color: #fff;
}
.newsletter-popup h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.newsletter-popup p {
  color: #666;
  margin-bottom: 25px;
}
.newsletter-popup .popup-form {
  display: flex;
  gap: 10px;
}
.newsletter-popup .popup-form input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.newsletter-popup .popup-form button {
  background: #222;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.newsletter-popup .popup-form button:hover {
  background: #c8a165;
}

/* ============================================
   GROOVI-STYLE BACK TO TOP
   ============================================ */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background: #333;
}

/* ============================================
   GROOVI-STYLE HOVER ANIMATIONS
   ============================================ */

/* Product Card Hover - Shadow & Lift */
.product-thumb {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.product-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

/* Image Zoom on Hover */
.product-thumb .image img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease !important;
}
.product-thumb:hover .image img {
  transform: scale(1.08) !important;
}

/* Second Image Swap (if exists) */
.product-thumb .image .img-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.product-thumb:hover .image .img-second {
  opacity: 1;
}
.product-thumb:hover .image .img-first {
  opacity: 0;
}

/* Action Buttons - Slide from Right with Stagger */
.product-thumb .product-actions {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.product-thumb .product-actions button:nth-child(1),
.product-thumb .product-actions a:nth-child(1) {
  transition-delay: 0s;
}
.product-thumb .product-actions button:nth-child(2),
.product-thumb .product-actions a:nth-child(2) {
  transition-delay: 0.05s;
}
.product-thumb .product-actions button:nth-child(3),
.product-thumb .product-actions a:nth-child(3) {
  transition-delay: 0.1s;
}
.product-thumb .product-actions button,
.product-thumb .product-actions a {
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.product-thumb:hover .product-actions button,
.product-thumb:hover .product-actions a {
  transform: translateX(0);
  opacity: 1;
}

/* Action Button Hover - Scale & Color */
.product-thumb .product-actions button:hover,
.product-thumb .product-actions a:hover {
  transform: scale(1.15) !important;
  background: #000 !important;
  color: #fff !important;
}

/* Add to Cart - Slide Up from Bottom */
.product-thumb .add-to-cart-btn {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.product-thumb:hover .add-to-cart-btn {
  transform: translateY(0) !important;
}
.product-thumb .add-to-cart-btn:hover {
  background: #333 !important;
  letter-spacing: 2px;
}

/* Discount Badge - Pulse on Hover */
.product-thumb .discount-badge {
  transition: all 0.3s ease;
}
.product-thumb:hover .discount-badge {
  animation: badgePulse 1s ease infinite;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Category Card Hover */
.category-card {
  overflow: hidden;
}
.category-card img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.category-card:hover img {
  transform: scale(1.1);
}
.category-card .category-overlay {
  transition: all 0.4s ease;
}
.category-card:hover .category-overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding-bottom: 30px;
}

/* Banner Hover */
.promo-banner img,
.banner img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.promo-banner:hover img,
.banner:hover img {
  transform: scale(1.05);
}

/* Button Hover Effects */
.btn-groovi,
.btn-groovi-outline,
.btn-primary,
.btn-default {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.btn-groovi:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Link Underline Animation */
.animated-link {
  position: relative;
}
.animated-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}
.animated-link:hover::after {
  width: 100%;
}

/* Header Icon Hover */
.header-actions a:hover svg,
.header-actions button:hover svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* Social Icon Hover */
.social-icons a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.social-icons a:hover {
  transform: translateY(-3px);
}

/* Menu Link Hover */
#menu .nav > li > a {
  position: relative;
}
#menu .nav > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
#menu .nav > li > a:hover::after,
#menu .nav > li.active > a::after {
  width: 100%;
}

/* General Fade Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation Classes */
.animate-fadeInUp {
  animation: fadeInUp 0.6s ease both;
}
.animate-fadeInDown {
  animation: fadeInDown 0.6s ease both;
}
.animate-fadeInLeft {
  animation: fadeInLeft 0.6s ease both;
}
.animate-fadeInRight {
  animation: fadeInRight 0.6s ease both;
}
.animate-zoomIn {
  animation: zoomIn 0.6s ease both;
}

/* Delay classes */
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }

/* ============================================
   BRAZILIAN E-COMMERCE PRICE STYLING
   ============================================ */

/* Price Container */
.price,
.product-price,
p.price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 10px 0;
}

/* Product Thumb - Center prices */
.product-thumb .price,
.product-thumb p.price {
  align-items: center;
  text-align: center;
}

/* Promotional Price (Main - Displayed First) */
.price-new {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  order: 1;
}

/* Original Price (Crossed Out - Displayed Second) */
.price-old {
  display: block;
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  order: 2;
}

/* Price with Label Style */
.price-label {
  font-size: 11px;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  margin-right: 4px;
}

/* Price in Product Card */
.product-thumb .price-new {
  font-size: 16px;
  color: #000;
}

.product-thumb .price-old {
  font-size: 12px;
  color: #999;
}

/* Price without special (regular price) */
.price:not(:has(.price-new)):not(:has(.price-old)) {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* Regular Price (no discount) */
.price-regular {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.product-thumb .price-regular {
  font-size: 16px;
}

/* Sale Badge Enhancement */
.discount-badge,
.sale-badge {
  position: absolute;
  top: 6px;
  left: 10px;
  background: #e74c3c;
  color: #fff;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 5;
  border-radius: 3px;
}

/* Price Tax */
.price-tax {
  display: block;
  font-size: 11px;
  color: #888;
  font-weight: 400;
  order: 3;
  margin-top: 2px;
}

/* ============================================
   PRICE RESPONSIVE - MOBILE
   ============================================ */

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .price-new {
    font-size: 18px;
  }
  
  .price-old {
    font-size: 13px;
  }
  
  .product-thumb .price-new {
    font-size: 15px;
  }
  
  .product-thumb .price-old {
    font-size: 11px;
  }
}

/* Mobile (max 767px) - prices */
@media (max-width: 767px) {
  .price,
  .product-price,
  p.price {
    gap: 2px;
    margin: 8px 0;
  }
  .price-new {
    font-size: 16px;
  }
  .price-old {
    font-size: 12px;
  }
  .product-thumb .price-new {
    font-size: 14px;
  }
  .product-thumb .price-old {
    font-size: 11px;
  }
  .price-tax {
    font-size: 10px;
  }
  #product-category .product-list .price,
  #product-search .product-list .price,
  .product-list .price {
    gap: 6px;
  }
  #product-category .product-list .price-new,
  #product-search .product-list .price-new,
  .product-list .price-new {
    font-size: 15px;
  }
  #product-category .product-list .price-old,
  #product-search .product-list .price-old,
  .product-list .price-old {
    font-size: 12px;
  }
}

/* Small Phones (max 414px) */
@media (max-width: 414px) {
  .price-new {
    font-size: 15px;
  }
  .price-old {
    font-size: 11px;
  }
  .product-thumb .price-new {
    font-size: 13px;
  }
  .product-thumb .price-old {
    font-size: 10px;
  }
}

/* Extra Small Phones (max 375px) */
@media (max-width: 375px) {
  .price-new {
    font-size: 14px;
  }
  
  .price-old {
    font-size: 10px;
  }
  
  .product-thumb .price-new {
    font-size: 12px;
  }
  
  .product-thumb .price-old {
    font-size: 9px;
  }
  
  .discount-badge,
  .sale-badge {
    padding: 3px 8px;
    font-size: 9px;
  }
}

/* ============================================
   PRICE IN LIST VIEW
   ============================================ */
#product-category .product-list .price,
#product-search .product-list .price,
.product-list .price {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

#product-category .product-list .price-new,
#product-search .product-list .price-new,
.product-list .price-new {
  font-size: 18px;
}

#product-category .product-list .price-old,
#product-search .product-list .price-old,
.product-list .price-old {
  font-size: 14px;
}

/* ============================================
   PRICE IN COMPARE TABLE
   ============================================ */
#product-compare .price-new {
  font-size: 16px;
  display: inline;
}

#product-compare .price-old {
  font-size: 13px;
  display: inline;
  margin-right: 5px;
}

/* ============================================
   PRICE ACCESSIBILITY
   ============================================ */
.price[aria-label],
.price-new[aria-label],
.price-old[aria-label] {
  /* Screen reader support */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================
   GROOVI-STYLE BUTTONS
   ============================================ */
.btn-groovi {
  display: inline-block;
  padding: 12px 30px;
  background: #222;
  color: #fff;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-groovi:hover {
  background: #c8a165;
  color: #fff;
}
.btn-groovi-outline {
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  color: #222;
  border: 2px solid #222;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-groovi-outline:hover {
  background: #222;
  color: #fff;
}

/* ============================================
   GROOVI-STYLE LOADING SPINNER
   ============================================ */
.loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #c8a165;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ============================================
   HIDE DEFAULT OPENCART ALERTS (Using Toastr instead)
   ============================================ */
.alert-dismissible {
  display: none !important;
}

/* ============================================
   CUSTOM TOAST NOTIFICATIONS
   ============================================ */
#ramany-toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999;
  max-width: 350px;
} 
@media (max-width: 480px) {
  #ramany-toast-container {
    left: 10px;
    right: 10px;
    max-width: none;
  }
}

/* ============================================
   GROOVI-STYLE PRODUCT PAGE
   ============================================ */

/* Product Info Container */
.product-info-groovi {
  padding: 20px 0 40px;
}

/* Product Gallery */
.product-gallery {
  position: sticky;
  top: 20px;
}

.product-main-image {
  position: relative;
  margin-bottom: 15px;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
}

.product-main-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.product-main-image:hover img {
  transform: scale(1.02);
}

.main-image-link {
  display: block;
  cursor: zoom-in;
}

/* Thumbnail Wrapper */
.product-thumbnails-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.product-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  padding: 5px 0;
}

.product-thumbnails::-webkit-scrollbar {
  display: none;
}

.thumb-item {
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f8f8;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-item:hover,
.thumb-item.active {
  border-color: #000;
}

.thumb-nav {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #333;
}

.thumb-nav:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* Product Details */
.product-details-groovi {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .product-details-groovi {
    padding-left: 0;
    padding-top: 30px;
  }
}

/* Product Title */
.product-title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin: 0 0 15px;
  line-height: 1.3;
}

/* Product Rating */
.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.product-rating .stars {
  display: flex;
  gap: 2px;
}

.product-rating .stars i {
  color: #ffc107;
  font-size: 14px;
}

.product-rating .stars i.fa-star-o {
  color: #ddd;
}

.product-rating .review-link {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

.product-rating .review-link:hover {
  color: #000;
  text-decoration: underline;
}

/* Product Price - Brazilian Standard */
.product-price-groovi {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.product-price-groovi .current-price {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  display: block;
  line-height: 1.2;
  order: 1;
}

.product-price-groovi .old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  display: block;
  line-height: 1.2;
  order: 2;
}

.product-price-groovi .price-tax {
  display: block;
  font-size: 13px;
  color: #666;
  order: 3;
}

/* Product Meta */
.product-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.product-meta li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.product-meta li:last-child {
  border-bottom: none;
}

.product-meta .meta-label {
  color: #666;
  margin-right: 5px;
}

.product-meta .meta-value {
  color: #222;
  font-weight: 500;
}

.product-meta .meta-value.in-stock {
  color: #28a745;
}

.product-meta .meta-value.out-stock {
  color: #dc3545;
}

.product-meta a.meta-value {
  color: #000;
  text-decoration: none;
}

.product-meta a.meta-value:hover {
  text-decoration: underline;
}

/* Product Discounts */
.product-discounts {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.product-discounts .discount-item {
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}

/* Product Options */
.product-options {
  margin-bottom: 25px;
}

.option-group {
  margin-bottom: 20px;
}

.option-group.required .option-label::before {
  content: "* ";
  color: #dc3545;
}

.option-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.option-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: border-color 0.3s ease;
}

.option-select:focus {
  border-color: #000;
  outline: none;
}

.option-radios,
.option-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Size / Option Boxes */
.radio-item,
.checkbox-item {
  flex: 0 0 auto;
}

.radio-item input[type="radio"],
.checkbox-item input[type="checkbox"] {
  display: none;
}

.radio-item label,
.checkbox-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  padding: 8px 14px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1.3;
}

.radio-item label:hover,
.checkbox-item label:hover {
  border-color: #000;
}

.radio-item label:has(input:checked),
.checkbox-item label:has(input:checked) {
  border-color: #000;
  border-width: 2px;
  font-weight: 600;
  background: #fff;
}

.radio-item input:checked ~ .option-name,
.checkbox-item input:checked ~ .option-name {
  font-weight: 600;
}

/* Out of stock: diagonal line + muted */
.radio-item.out-of-stock label,
.otp-options .radio-item.out-of-stock label {
  color: #bbb;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}

.radio-item.out-of-stock label::after,
.otp-options .radio-item.out-of-stock label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 141%;
  height: 1px;
  background: #bbb;
  transform-origin: 0 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.option-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.option-price {
  color: #666;
  font-size: 12px;
}

/* Product Actions - Quantity & Add to Cart */
.product-actions-groovi {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.qty-btn {
  width: 45px;
  height: 50px;
  border: none;
  background: #f8f8f8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #333;
}

.qty-btn:hover {
  background: #000;
  color: #fff;
}

.qty-input {
  width: 60px;
  height: 50px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  background: #fff;
}

.qty-input:focus {
  outline: none;
}

.btn-add-cart {
  flex: 1;
  min-width: 200px;
  height: 50px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-add-cart:hover {
  background: #333;
}

.btn-add-cart.disabled,
.btn-add-cart:disabled {
  background: #999;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.9;
}

.btn-add-cart.out-of-stock,
.btn-add-cart.out-of-stock:disabled {
  background: #c82333;
  color: #fff;
}

.btn-add-cart.out-of-stock:hover,
.btn-add-cart.out-of-stock:disabled:hover {
  background: #bd2130;
}

.btn-add-cart.disabled:hover,
.btn-add-cart:disabled:hover {
  background: #999;
}

.btn-add-cart i {
  font-size: 16px;
}

/* Minimum Alert */
.minimum-alert {
  background: #e8f4fd;
  border: 1px solid #bee5eb;
  color: #0c5460;
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
}

/* Secondary Actions - Wishlist & Compare */
.product-secondary-actions {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.btn-action {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  padding: 0;
  transition: color 0.3s ease;
}

.btn-action:hover {
  color: #000;
}

.btn-action i {
  font-size: 16px;
}

/* Product Tabs - Groovi Style */
.product-tabs-groovi {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.product-tabs {
  border-bottom: 2px solid #eee;
  margin-bottom: 0;
  display: flex;
  gap: 30px;
}

.product-tabs .nav-item {
  margin-bottom: -2px;
}

.product-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 15px 5px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 0;
}

.product-tabs .nav-link:hover {
  color: #000;
  border-color: transparent;
}

.product-tabs .nav-link.active {
  color: #000;
  border-bottom-color: #000;
  background: transparent;
}

.product-tab-content {
  padding: 30px 0;
}

.tab-inner {
  max-width: 100%;
  line-height: 1.8;
  font-size: 15px;
  color: #555;
}

.tab-inner p {
  margin-bottom: 15px;
}

.tab-inner img {
  max-width: 100%;
  height: auto;
}

/* Descrição do produto - bloco principal */
.product-description-block {
  margin: 25px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.product-description-block .description-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 15px 0;
}

.product-description-content {
  line-height: 1.8;
  font-size: 15px;
  color: #555;
}

.product-description-content p {
  margin-bottom: 15px;
}

.product-description-content img {
  max-width: 100%;
  height: auto;
}

/* Specification Table */
.specification-table {
  width: 100%;
  border-collapse: collapse;
}

.specification-table thead td {
  background: #f8f8f8;
  font-weight: 600;
  padding: 12px 15px;
}

.specification-table tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

.specification-table .attr-name {
  width: 30%;
  color: #666;
}

.specification-table .attr-value {
  color: #222;
}

/* Reviews Section */
.reviews-list {
  margin-bottom: 40px;
}

.review-form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
}

.review-form .form-group {
  margin-bottom: 20px;
}

.review-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 8px;
}

.review-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.review-form .form-control:focus {
  border-color: #000;
  outline: none;
}

.review-form .help-block {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

/* Star Rating Input */
.rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
}

.rating-input input {
  display: none;
}

.rating-input label {
  cursor: pointer;
  font-size: 24px;
  color: #ddd;
  margin: 0;
  transition: color 0.2s ease;
}

.rating-input label:hover,
.rating-input label:hover ~ label,
.rating-input input:checked ~ label {
  color: #ffc107;
}

.form-actions {
  margin-top: 25px;
}

.login-to-review {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: #666;
}

.login-to-review a {
  color: #000;
  font-weight: 600;
}

/* Related Products - Groovi Style */
.related-products-groovi {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.related-products-groovi .section-title {
  margin-bottom: 30px;
}

.related-products-groovi .section-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin: 0;
}

.related-products-slider {
  position: relative;
  padding: 0 50px;
}

.related-products-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.related-products-container::-webkit-scrollbar {
  display: none;
}

.related-product-item {
  flex: 0 0 230px;
  width: 230px;
}

.related-product-item .product-thumb {
  margin-bottom: 0;
}

.related-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #333;
  z-index: 10;
}

.related-nav:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.related-prev {
  left: 0;
}

.related-next {
  right: 0;
}

/* Product Tags */
.product-tags {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
}

.tags-label {
  font-weight: 600;
  color: #222;
  margin-right: 10px;
}

.tag-item {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tag-item:hover {
  color: #000;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .product-title {
    font-size: 24px;
  }
  
  .product-price-groovi .current-price {
    font-size: 28px;
  }
  
  .product-actions-groovi {
    flex-direction: column;
  }
  
  .btn-add-cart {
    width: 100%;
  }
  
  .related-products-slider {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .product-info-groovi {
    padding: 10px 0 30px;
  }
  
  .product-title {
    font-size: 20px;
  }
  
  .product-price-groovi .current-price {
    font-size: 24px;
  }
  
  .product-tabs {
    gap: 15px;
    overflow-x: auto;
  }
  
  .product-tabs .nav-link {
    font-size: 14px;
    white-space: nowrap;
  }
  
  .product-secondary-actions {
    flex-direction: column;
    gap: 15px;
  }
  
  .related-products-slider {
    padding: 0 30px;
  }
  
  .related-product-item {
    flex: 0 0 200px;
    width: 200px;
  }
}

/* ============================================
   GROOVI-STYLE CART DROPDOWN/POPUP
   ============================================ */

/* Cart Button */
#cart.header-cart,
.header-cart {
  position: relative;
}

#cart .btn-cart-toggle,
.header-cart .btn-cart-toggle {
  background: transparent !important;
  border: none !important;
  color: #000 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
  box-shadow: none !important;
}

#cart .btn-cart-toggle:hover,
.header-cart .btn-cart-toggle:hover {
  color: #666 !important;
}

#cart .btn-cart-toggle svg,
.header-cart .btn-cart-toggle svg {
  width: 22px;
  height: 22px;
}

#cart #cart-total,
#cart .cart-badge,
.header-cart #cart-total,
.header-cart .cart-badge {
  position: absolute;
  top: -8px;
  right: -12px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 4px;
}

/* Cart Dropdown */
#cart .cart-dropdown,
#cart .dropdown-menu.cart-dropdown,
.header-cart .cart-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  width: 360px !important;
  max-width: 360px !important;
  min-width: 360px !important;
  max-height: 520px;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
  padding: 0 !important;
  margin-top: 15px !important;
  z-index: 9999 !important;
  overflow: visible;
}

#cart .cart-dropdown::before,
.header-cart .cart-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fafafa;
}

/* Dropdown content wrapper */
#cart .cart-dropdown > li,
#cart .cart-dropdown-content,
.header-cart .cart-dropdown-content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

/* Cart Header */
#cart .cart-dropdown-header,
.cart-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

#cart .cart-dropdown-header .cart-title,
.cart-dropdown-header .cart-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#cart .cart-dropdown-header .cart-count,
.cart-dropdown-header .cart-count {
  font-size: 14px;
  color: #666;
}

/* Cart Items Container */
#cart .cart-dropdown-items,
.cart-dropdown-items {
  max-height: 250px;
  overflow-y: auto;
  padding: 10px 0;
  background: #fff;
}

#cart .cart-dropdown-items::-webkit-scrollbar,
.cart-dropdown-items::-webkit-scrollbar {
  width: 4px;
}

#cart .cart-dropdown-items::-webkit-scrollbar-track,
.cart-dropdown-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#cart .cart-dropdown-items::-webkit-scrollbar-thumb,
.cart-dropdown-items::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

/* Cart Item */
#cart .cart-item,
.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  transition: background 0.2s ease;
  background: #fff;
}

#cart .cart-item:last-child,
.cart-item:last-child {
  border-bottom: none;
}

#cart .cart-item:hover,
.cart-item:hover {
  background: #fafafa;
}

#cart .cart-item-image,
.cart-item-image {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}

#cart .cart-item-image img,
.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#cart .cart-item-image i,
.cart-item-image i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #999;
}

#cart .cart-item-details,
.cart-item-details {
  flex: 1;
  min-width: 0;
}

#cart .cart-item-name,
.cart-item-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  margin-bottom: 4px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cart .cart-item-name:hover,
.cart-item-name:hover {
  color: #000;
}

#cart .cart-item-options,
.cart-item-options {
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}

#cart .cart-item-options span,
.cart-item-options span {
  display: block;
}

#cart .cart-item-price,
.cart-item-price {
  font-size: 15px;
  margin-top: 5px;
}

#cart .cart-item-price .qty,
.cart-item-price .qty {
  color: #888;
  margin-right: 5px;
}

#cart .cart-item-price .price,
.cart-item-price .price {
  font-weight: 600;
  color: #222;
}

#cart .cart-item-remove,
.cart-item-remove {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  color: #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  padding: 0;
}

#cart .cart-item-remove:hover,
.cart-item-remove:hover {
  background: #ff4444;
  color: #fff;
}

/* Cart Totals */
#cart .cart-dropdown-totals,
.cart-dropdown-totals {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

#cart .cart-total-row,
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 15px;
}

#cart .cart-total-row .total-label,
.cart-total-row .total-label {
  color: #666;
}

#cart .cart-total-row .total-value,
.cart-total-row .total-value {
  font-weight: 500;
  color: #222;
}

#cart .cart-total-row.cart-total-final,
.cart-total-row.cart-total-final {
  padding-top: 10px;
  margin-top: 5px;
  border-top: 1px solid #ddd;
}

#cart .cart-total-row.cart-total-final .total-label,
.cart-total-row.cart-total-final .total-label {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

#cart .cart-total-row.cart-total-final .total-value,
.cart-total-row.cart-total-final .total-value {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

/* Cart Actions */
#cart .cart-dropdown-actions,
.cart-dropdown-actions {
  display: flex;
  gap: 10px;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  background: #fff;
}

#cart .btn-view-cart,
#cart .btn-checkout,
.btn-view-cart,
.btn-checkout {
  flex: 1;
  padding: 12px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#cart .btn-view-cart,
.btn-view-cart {
  background: transparent;
  border: 1px solid #222;
  color: #222;
}

#cart .btn-view-cart:hover,
.btn-view-cart:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}

#cart .btn-checkout,
.btn-checkout {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

#cart .btn-checkout:hover,
.btn-checkout:hover {
  background: #333;
  border-color: #333;
  text-decoration: none;
  color: #fff;
}

/* Empty Cart */
#cart .cart-dropdown-empty,
.cart-dropdown-empty {
  padding: 40px 20px;
  text-align: center;
  background: #fff;
}

#cart .empty-cart-icon,
.empty-cart-icon {
  margin-bottom: 15px;
}

#cart .empty-cart-icon svg,
.empty-cart-icon svg {
  color: #ddd;
}

#cart .empty-cart-text,
.empty-cart-text {
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
}

#cart .btn-continue-shopping,
.btn-continue-shopping {
  display: inline-block;
  padding: 10px 25px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#cart .btn-continue-shopping:hover,
.btn-continue-shopping:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

/* Mobile Cart Dropdown - drawer largura total */
@media (max-width: 576px) {
  #cart .cart-dropdown,
  #cart .dropdown-menu.cart-dropdown,
  .cart-dropdown {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  
  #cart .cart-dropdown::before,
  .cart-dropdown::before {
    right: 25px;
  }
  
  #cart .cart-dropdown-items,
  .cart-dropdown-items {
    max-height: 200px;
  }
  
  #cart .cart-dropdown-actions,
  .cart-dropdown-actions {
    flex-direction: column;
  }
}

/* Fix for Bootstrap dropdown behavior - garantir que o dropdown apareça quando aberto */
#cart.open .cart-dropdown,
#cart.open .dropdown-menu,
.header-cart.open .cart-dropdown,
.header-cart .cart-dropdown.show,
#cart .dropdown-menu.cart-dropdown[style*="display: block"],
#cart.open .dropdown-menu.cart-dropdown {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Override old cart styles */
#cart.btn-group {
  display: block;
}

#cart > .dropdown-menu,
#cart .dropdown-menu.cart-dropdown {
  min-width: 360px !important;
  padding: 0 !important;
}

#cart .dropdown-menu li,
#cart .dropdown-menu > li {
  min-width: auto !important;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

#cart .table {
  margin-bottom: 0;
}

/* Ensure dropdown shows on hover/click */
#cart.btn-group.open > .dropdown-menu {
  display: block;
}

/* Remove default Bootstrap dropdown arrow */ 
#cart .dropdown-toggle::after {
  display: none;
}

/* ============================================
   SERVICE BLOCK - FEATURES BAR (Estilo Groovi)
   Layout horizontal: ícone à esquerda, texto à direita
   ============================================ */
.service-block-section,
#base_service_block {
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.service-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 20px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 0;
  height: 100%;
  transition: all 0.3s ease;
}

.service-wrapper:hover {
  background: #fafafa;
}

.service-icon,
.service-img {
  height: 180px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img,
.service-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: none;
}

.service-content {
  flex: 1;
  min-width: 0;
}

.service-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 6px 0;
  line-height: 1.3;
  letter-spacing: 0;
}

.service-content p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .service-wrapper {
    padding: 18px 12px;
    gap: 16px;
  }
  
  .service-icon,
  .service-img {
    height: 150px;
  }
  
  .service-content h4 {
    font-size: 14px;
  }
  
  .service-content p {
    font-size: 12px;
  }
}

/* Mobile (max 767px) */
@media (max-width: 767px) {
  .service-block-section,
  #base_service_block {
    padding: 20px 0;
  }
  
  .service-block-section .row,
  #base_service_block .row {
    margin: 0 -6px;
  }
  
  .service-block-section [class*="col-"],
  #base_service_block [class*="col-"] {
    padding: 0 6px;
    margin-bottom: 12px;
  }
  
  .service-wrapper {
    padding: 15px 12px;
    gap: 14px;
    border-radius: 0;
  }
  
  .service-icon,
  .service-img {
    height: 135px;
  }
  
  .service-content h4 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  
  .service-content p {
    font-size: 11px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* Small phones (max 414px) */
@media (max-width: 414px) {
  .service-block-section,
  #base_service_block {
    padding: 15px 0;
  }
  
  .service-wrapper {
    padding: 12px 10px;
    gap: 12px;
    border-radius: 0;
  }
  
  .service-icon,
  .service-img {
    height: 120px;
  }
  
  .service-content h4 {
    font-size: 12px;
    margin-bottom: 3px;
  }
  
  .service-content p {
    font-size: 10px;
    -webkit-line-clamp: 2;
  }
}

/* Extra small phones (max 375px) */
@media (max-width: 375px) {
  .service-wrapper {
    padding: 10px 8px;
    gap: 10px;
  }
  
  .service-icon,
  .service-img {
    height: 108px;
  }
  
  .service-content h4 {
    font-size: 11px;
  }
  
  .service-content p {
    font-size: 9px;
    -webkit-line-clamp: 1;
  }
}

#top,
header,
footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

/* Garante que elementos internos não estourem a largura */
#top *,
header *,
footer * {
  box-sizing: border-box;
}

/* ===== Carrinho de Compras - UI legível ===== */
#checkout-cart {
  font-size: 16px;
}

#checkout-cart .breadcrumb {
  font-size: 15px;
}

#checkout-cart .breadcrumb a {
  font-size: 15px;
}

#checkout-cart h1 {
  font-size: 28px;
}

#checkout-cart h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

#checkout-cart .alert {
  font-size: 15px;
  padding: 14px 18px;
}

/* Tabela do carrinho */
#checkout-cart .table-responsive .table {
  font-size: 16px;
}

#checkout-cart .table-responsive .table thead td {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 12px;
}

#checkout-cart .table-responsive .table tbody td {
  font-size: 16px;
  padding: 14px 12px;
}

#checkout-cart .table-responsive .table tbody td a {
  font-size: 16px;
}

#checkout-cart .table-responsive .table small {
  font-size: 14px;
}

#checkout-cart .table-responsive .form-control {
  font-size: 16px;
  padding: 10px 12px;
  min-height: 44px;
}

#checkout-cart .table-responsive .btn {
  font-size: 15px;
  padding: 10px 14px;
}

/* Bootstrap 3 collapse fix: tema usa Bootstrap 5 CSS (.show) mas o JS é Bootstrap 3 (.in) */
.collapse.in {
  display: block !important;
}
tr.collapse.in {
  display: table-row !important;
}
tbody.collapse.in {
  display: table-row-group !important;
}

/* Accordion - Frete, Cupom, Voucher, Recompensa */
#checkout-cart .panel-group .panel-title {
  font-size: 18px;
}

#checkout-cart .panel-group .accordion-toggle {
  font-size: 18px;
  padding: 14px 0;
}

#checkout-cart .panel-group .panel-body {
  font-size: 16px;
  padding: 18px 20px;
}

#checkout-cart .panel-group .panel-body p {
  font-size: 16px;
  margin-bottom: 12px;
}

#checkout-cart .panel-group .control-label {
  font-size: 16px;
  font-weight: 500;
  padding-top: 12px;
}

#checkout-cart .panel-group .form-control {
  font-size: 16px;
  padding: 12px 14px;
  min-height: 46px;
}

#checkout-cart .panel-group .form-control::placeholder {
  font-size: 15px;
}

#checkout-cart .panel-group .btn {
  font-size: 16px;
  padding: 12px 20px;
}

#checkout-cart .panel-group .input-group {
  font-size: 16px;
}

#checkout-cart .panel-group .input-group .form-control {
  font-size: 16px;
}

#checkout-cart .panel-group .input-group-btn .btn {
  font-size: 16px;
  padding: 12px 18px;
}

#checkout-cart .panel-group .text-danger {
  font-size: 15px;
}

#checkout-cart .panel-group .radio label,
#checkout-cart .panel-group .radio {
  font-size: 16px;
}

/* Totais */
#checkout-cart .table-bordered {
  font-size: 17px;
}

#checkout-cart .table-bordered td {
  padding: 14px 16px;
}

#checkout-cart .table-bordered strong {
  font-size: 17px;
}

/* Botões principais */
#checkout-cart .buttons .btn {
  font-size: 16px;
  padding: 12px 24px;
}

#checkout-cart .buttons .btn-default {
  font-size: 16px;
}

#checkout-cart .buttons .btn-primary {
  font-size: 16px;
}

#checkout-cart p {
  font-size: 16px;
}
