/*-----------------------------------*\
  #style.css
\*-----------------------------------*/

/**
 * copyright 2025 reviewapp-team
 */





/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

  /**
   * colors - Dynamic color scheme variables
   */

  /* Primary color scheme - can be changed by user */
  --primary-color: #2d5a3d;
  --primary-color-light: #4a7c59;
  --primary-color-dark: #1a3d28;
  
  /* Secondary color scheme */
  --secondary-color: #60a5fa;
  --secondary-color-light: #93c5fd;
  --secondary-color-dark: #3b82f6;
  
  /* Accent color */
  --accent-color: #f59e0b;
  --accent-color-light: #fbbf24;
  --accent-color-dark: #d97706;

  /* Dynamic color variables - updated by color scheme panel */
  --button-color: #2563eb;
  --button-hover: #1d4ed8;
  --button-active: #1e40af;
  --icon-color: #6b7280;
  --icon-hover: #374151;
  --nav-link-color: #374151;
  --nav-link-hover: #111827;
  --nav-link-active: #059669;
  --breadcrumb-color: #6b7280;
  --success-color: #10b981;
  --error-color: #ef4444;
  --warning-color: #f59e0b;
  --info-color: #3b82f6;
  --border-color: #e5e7eb;
  --border-hover: #d1d5db;
  --divider-color: #f3f4f6;
  --focus-color: #3b82f6;
  --label-color: #374151;
  --tag-bg: #f3f4f6;
  --tag-text: #6b7280;
  --badge-color: #ef4444;
  --secondary-accent: #10b981;
  --header-bg: #ffffff;
  --card-bg: #ffffff;
  
  /* Text colors */
  --text-primary: #1f2937;
  --text-secondary: #6b7280;
  --text-light: #9ca3af;
  --link-color: #2563eb;
  --heading-color: #111827;

  /* Background colors */
  --bg-primary: #ffffff;
  --bg-secondary: #f9fafb;
  --bg-tertiary: #f3f4f6;

  /* Legacy colors - mapped to new variables */
  --hoockers-green_20: hsl(148, 20%, 38%, 0.2);
  --pale-spring-bud: hsl(60, 68%, 85%);
  --hoockers-green: var(--primary-color);
  --spanish-gray: var(--text-secondary);
  --light-gray: var(--bg-tertiary);
  --cultured-1: var(--bg-secondary);
  --cultured-2: var(--bg-tertiary);
  --gray-web: var(--text-secondary);
  --white_30: hsl(0, 0%, 100%, 0.3);
  --black_70: hsla(0, 0%, 0%, 0.7);
  --black_50: hsla(0, 0%, 0%, 0.5);
  --black_15: hsla(0, 0%, 0%, 0.15);
  --black_10: hsla(0, 0%, 0%, 0.1);
  --black_5: hsla(0, 0%, 0%, 0.05);
  --white: var(--bg-primary);
  --black: var(--text-primary);

  /**
   * gradient color
   */

  --gradient: linear-gradient(to right, transparent 50%, var(--white_30) 100%);

  /**
   * typography
   */

  --ff-urbanist: 'SF Pro Display', 'SF Pro Text', -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --fs-1: 4.8rem;
  --fs-2: 4rem;
  --fs-3: 3.4rem;
  --fs-4: 2.4rem;
  --fs-5: 2rem;
  --fs-6: 1.8rem;
  --fs-7: 1.5rem;
  --fs-8: 1.4rem;
  --fs-9: 1.3rem;

  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;

  /**
   * spacing
   */

  --section-padding: 35px;

  /**
   * shadow
   */

  --shadow-1: 0 8px 16px var(--black_15);
  --shadow-2: 0 4px 10px var(--black_5);

  /**
   * radius
   */

  --radius-3: 3px;

  /**
   * transition
   */

  --transition-1: 0.25s ease;
  --transition-2: 0.5s ease;
  --transition-3: 1s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);

}





/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

a,
img,
span,
input,
button,
ion-icon { display: block; }

a {
  text-decoration: none;
  color: inherit;
}

img { height: auto; }

input,
button {
  background: none;
  border: none;
  font: inherit;
}

input { width: 100%; }

button { cursor: pointer; }

ion-icon {
  pointer-events: none;
  --ionicon-stroke-width: 25px;
}

html {
  font-family: var(--ff-urbanist);
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  line-height: 1.6;
}

:focus-visible { outline-offset: 4px; }

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

::-webkit-scrollbar-track { background-color: hsl(0, 0%, 95%); }

::-webkit-scrollbar-thumb { background-color: hsl(0, 0%, 80%); }

::-webkit-scrollbar-thumb:hover { background-color: hsl(0, 0%, 70%); }





/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container { padding-inline: 15px; }

.section { padding-block: var(--section-padding); }

.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.h1,
.h2,
.h3,
.h2-large {
  color: var(--heading-color);
  font-weight: var(--fw-600);
  line-height: 1.3;
}

/* Text on images should be white */
.hero-card .h1,
.hero-card .hero-text,
.hero-card .price,
.banner-card .card-title,
.banner-card .card-subtitle,
.banner-card .card-text,
.collection-card .card-title,
.collection-card .card-text {
  color: var(--white) !important;
}

/* Additional styling for better readability on images */
.hero-card .btn,
.banner-card .btn {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.collection-card .btn-link {
  color: var(--white) !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.h1 {
  font-size: var(--fs-1);
  line-height: 1.2;
}

.h2 { font-size: var(--fs-3); }

.h2-large { font-size: var(--fs-2); }

.h3 { font-size: var(--fs-4); }

.btn {
  font-weight: var(--fw-600);
  max-width: max-content;
  padding: 10px 30px;
  border-radius: var(--radius-3);
  transition: var(--transition-1);
}

.btn-primary,
.btn-secondary:is(:hover, :focus) {
  background-color: var(--button-color);
  color: var(--white);
}

.btn-primary:is(:hover, :focus) { 
  background-color: var(--button-hover); 
}

.btn-primary:active { 
  background-color: var(--button-active); 
}

.btn-secondary {
  background-color: var(--white);
  color: var(--black);
  box-shadow: var(--shadow-2);
}

.has-scrollbar {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-block-end: 15px;
  margin-block-end: -15px;
  scroll-snap-type: inline mandatory;
}

.scrollbar-item {
  min-width: 100%;
  scroll-snap-align: start;
}

.has-scrollbar::-webkit-scrollbar-track,
.has-scrollbar::-webkit-scrollbar-thumb { background-color: transparent; }

.has-scrollbar:is(:hover, :focus-within)::-webkit-scrollbar-track {
  background-color: hsl(0, 0%, 98%);
}

.has-scrollbar:is(:hover, :focus-within)::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 70%);
}

.has-before,
.has-after {
  position: relative;
  z-index: 1;
}

.has-before::before,
.has-after::after {
  content: "";
  position: absolute;
}

.hover\:shine { overflow: hidden; }

.hover\:shine .has-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: var(--transition-2);
}

.hover\:shine:is(:hover, :focus) .has-bg-image { transform: scale(1.15); }

.hover\:shine::before {
  top: 0;
  left: -140%;
  bottom: 0;
  width: 100%;
  background-image: var(--gradient);
  transform: skewX(-25deg);
  transition: var(--transition-2);
  z-index: 1;
}

.hover\:shine:is(:hover, :focus-within)::before { animation: shine 1s ease forwards; }

@keyframes shine {
  0% { transform: skewX(-25deg) translateX(0); }
  100% { transform: skewX(-25deg) translateX(250%); }
}

.btn-link {
  color: var(--black);
  font-weight: var(--fw-600);
  display: flex;
  align-items: center;
  gap: 3px;
  transition: var(--transition-1);
}

.img-holder {
  aspect-ratio: var(--width) / var(--height);
  background-color: var(--light-gray);
}

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

.badge {
  max-width: max-content;
  background-color: var(--hoockers-green);
  color: var(--white);
  font-weight: var(--fw-700);
  padding-inline: 12px;
  border-radius: var(--radius-3);
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.w-100 { width: 100%; }

/* Scroll reveal effect removed - all sections visible by default */
[data-section] > * {
  opacity: 1;
  transform: none;
}





/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header .input-wrapper,
.header-action-btn:not(:first-child),
.navbar { display: none; }

.header {
  position: relative;
  padding-block-end: 80px;
}

.alert {
  background-color: var(--pale-spring-bud);
  color: var(--black);
  font-size: var(--fs-7);
  text-transform: uppercase;
  font-weight: var(--fw-700);
  letter-spacing: 2px;
  text-align: center;
  padding-block: 15px;
}

.header-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--header-bg);
  padding-block: 26px;
  z-index: 4;
}

.header-top.active {
  position: fixed;
  top: -80px;
  bottom: auto;
  box-shadow: var(--shadow-1);
  transform: translateY(100%);
  transition: var(--transition-2);
}

.header-top.header-hide {
  box-shadow: none;
  transform: translateY(0);
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.nav-open-btn {
  width: 26px;
  display: grid;
  gap: 6px;
  padding-block: 5px;
}

.nav-open-btn .line {
  height: 2px;
  background-color: var(--black);
}

.nav-open-btn .line-1 { width: 15px; }

.nav-open-btn .line-3 { width: 18px; }

.header-action-btn {
  font-size: 28px;
  transition: var(--transition-1);
}

.header-action-btn:is(:hover, :focus) { color: var(--black_70); }





/*-----------------------------------*\
  #MOBILE NAVBAR
\*-----------------------------------*/

.sidebar { z-index: 5; }

.mobile-navbar {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 350px;
  width: 100%;
  padding: 25px 40px;
  z-index: 6;
  transform: translateX(-100%);
  visibility: hidden;
  transition: 0.25s var(--cubic-in);
}

.mobile-navbar.active {
  visibility: visible;
  transform: translateX(0);
  transition: 0.4s var(--cubic-out);
}

.mobile-navbar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: 55px;
}

.nav-close-btn {
  font-size: 28px;
  color: var(--hoockers-green);
}

.nav-close-btn ion-icon { --ionicon-stroke-width: 40px; }

.mobile-navbar .navbar-link {
  color: var(--black);
  font-size: var(--fs-8);
  text-transform: uppercase;
  font-weight: var(--fw-600);
  letter-spacing: 1px;
  padding-block: 5px;
  transition: var(--transition-1);
}

.mobile-navbar .navbar-link:is(:hover, :focus) { color: var(--primary-color); }

/* Dynamic color styles */
.navbar-link {
  color: var(--nav-link-color);
}

.navbar-link:is(:hover, :focus) {
  color: var(--nav-link-hover);
}

.navbar-link.active {
  color: var(--nav-link-active);
}

ion-icon {
  color: var(--icon-color);
}

ion-icon:is(:hover, :focus) {
  color: var(--icon-hover);
}

.btn-link {
  color: var(--link-color);
}

.btn-link:is(:hover, :focus) {
  color: var(--nav-link-hover);
}

.overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  transition: var(--transition-1);
}

.overlay.active {
  background-color: var(--black_50);
  pointer-events: all;
}





/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero { padding-block-start: 0; }

.hero-card {
  background-color: var(--light-gray);
  padding: 100px 15px;
  background-position: 40%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: var(--transition-2);
}

.hero-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.hero-text {
  font-size: var(--fs-6);
  margin-block: 16px 30px;
  color: var(--white) !important;
}

.hero .price {
  color: var(--white) !important;
  font-size: var(--fs-5);
  font-weight: var(--fw-600);
  margin-block-end: 20px;
}

.hero .scrollbar-item { min-width: 100%; }





/*-----------------------------------*\
  #COLLECTION
\*-----------------------------------*/

.collection { padding-block-start: 0; }

.collection-list {
  display: grid;
  gap: 15px;
}

.collection-card {
  background-color: var(--light-gray);
  min-height: 400px;
  padding: 40px;
  padding-block-end: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: var(--transition-2);
}

.collection-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.collection-card .card-title { 
  margin-block-end: 12px;
  color: var(--white) !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.collection-card .card-text {
  color: var(--white) !important;
  font-size: var(--fs-6);
  font-weight: var(--fw-600);
  margin-block-end: auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}





/*-----------------------------------*\
  #SHOP
\*-----------------------------------*/

.shop .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-block-end: 50px;
}

.shop .btn-link:is(:hover, :focus) { color: var(--hoockers-green); }

.shop-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: var(--transition-2);
  overflow: hidden;
}

.shop-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.shop-card .card-banner {
  position: relative;
  overflow: hidden;
}

.shop-card .badge {
  position: absolute;
  top: 20px;
  left: 20px;
}

.shop-card .card-actions {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: grid;
  gap: 10px;
  opacity: 0;
  transition: var(--transition-2);
}

.shop-card .action-btn {
  background-color: var(--white);
  font-size: 24px;
  padding: 12px;
  border-radius: 50%;
  transition: var(--transition-1);
}

.shop-card .action-btn:is(:hover, :focus) {
  background-color: var(--black);
  color: var(--white);
}

.shop-card:is(:hover, :focus-within) .card-actions {
  opacity: 1;
  transform: translate(-20px, -50%);
}

.shop-card .card-content {
  padding-block: 20px;
  text-align: center;
}

.shop-card :is(.price, .card-rating, .rating-wrapper) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.shop-card .del {
  font-size: var(--fs-9);
  font-weight: var(--fw-400);
}

.shop-card .price .span {
  color: var(--black);
  font-weight: var(--fw-700);
}

.shop-card .card-title {
  color: var(--black);
  font-size: var(--fs-7);
  font-weight: var(--fw-500);
  margin-block-end: 8px;
  transition: var(--transition-1);
}

.shop-card .card-title:is(:hover, :focus) {
  text-decoration: underline;
  color: var(--hoockers-green);
}

.shop-card .rating-wrapper {
  gap: 2px;
  color: var(--hoockers-green);
  font-size: 15px;
}

.shop-card .rating-text {
  font-size: var(--fs-8);
  font-weight: var(--fw-400);
  line-height: 1;
}





/*-----------------------------------*\
  #BANNER
\*-----------------------------------*/

.banner-list {
  display: grid;
  gap: 30px;
}

.banner-card {
  min-height: 420px;
  padding: 30px;
  background-color: var(--card-bg);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: var(--transition-2);
}

.banner-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.banner-card .card-subtitle {
  color: var(--black);
  font-size: var(--fs-6);
  font-weight: var(--fw-600);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-card :is(.card-subtitle, .card-title) { 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  color: var(--white) !important;
}

.banner-card-1 .card-title { margin-block: 10px 30px; }

.banner-card .card-text {
  color: var(--white) !important;
  font-size: var(--fs-7);
  margin-block: 10px 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}





/*-----------------------------------*\
  #FEATURE
\*-----------------------------------*/

.feature { text-align: center; }

.feature .section-title { margin-block-end: 40px; }

.feature-card {
  background-color: var(--card-bg);
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: var(--transition-2);
  text-align: center;
}

.feature-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.feature-card .card-icon {
  width: 100px;
  margin-inline: auto;
}

.feature-card .card-title { margin-block: 35px 15px; }

.feature-card .card-text { font-size: var(--fs-7); }





/*-----------------------------------*\
  #OFFER
\*-----------------------------------*/

.offer-banner {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
  gap: 30px;
  margin-block-end: 60px;
}

.offer-subtitle {
  font-size: var(--fs-7);
  display: flex;
  align-items: center;
  gap: 10px;
}

.offer-subtitle .span {
  color: var(--black);
  text-transform: uppercase;
  font-weight: var(--fw-600);
  letter-spacing: 2px;
}

.offer .badge { font-weight: var(--fw-500); }

.offer .section-title { margin-block: 20px 8px; }

.offer .section-text { font-size: var(--fs-6); }

.offer .countdown {
  color: var(--hoockers-green);
  font-size: var(--fs-2);
  line-height: 1;
  display: flex;
  margin-block: 20px 40px;
}

.offer .time:not(:last-child)::after {
  content: ":";
  color: var(--gray-web);
  font-size: 3rem;
  font-weight: var(--fw-500);
  margin-inline: 10px;
}

.offer .time {
  display: flex;
  align-items: center;
}





/*-----------------------------------*\
  #BLOG
\*-----------------------------------*/

.blog { padding-block-end: calc(var(--section-padding) * 2); }

.blog .section-title {
  text-align: center;
  margin-block-end: 40px;
}

.blog-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: var(--transition-2);
  overflow: hidden;
}

.blog-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.blog-card .card-banner img { transition: var(--transition-2); }

.blog-card:is(:hover, :focus-within) .card-banner img { transform: scale(1.2); }

.blog-card .card-title {
  text-align: center;
  margin-block: 30px 20px;
  transition: var(--transition-1);
}

.blog-card .card-title:is(:hover, :focus) { color: var(--hoockers-green); }

.blog-card .btn-link { justify-content: center; }





/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer .logo { display: none; }

.footer {
  background-color: var(--cultured-1);
  padding-block: 70px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-block-end: 60px;
}

.footer-list-title {
  color: var(--black);
  font-size: var(--fs-5);
  font-weight: var(--fw-600);
  margin-block-end: 10px;
}

.footer-list-text { 
  font-size: var(--fs-8);
  color: var(--gray-web);
}

.footer-list-text .link {
  display: inline-block;
  color: var(--black);
  font-weight: var(--fw-600);
  text-decoration: underline;
  transition: var(--transition-1);
}

.footer-list-text .link:is(:hover, :focus) { color: var(--hoockers-green); }

.footer-list-text.bold {
  color: var(--black);
  font-weight: var(--fw-800);
  margin-block: 15px 2px;
}

.footer-link {
  font-size: var(--fs-7);
  padding-block: 5px;
  color: var(--gray-web);
}

.footer-link:is(:hover, :focus) { text-decoration: underline; }

.newsletter-title {
  color: var(--black);
  font-size: var(--fs-3);
  font-weight: var(--fw-600);
  line-height: 1.3;
}

.newsletter-text {
  font-size: var(--fs-7);
  line-height: 2;
  margin-block: 10px 35px;
  color: var(--gray-web);
}

.newsletter-form { position: relative; }

.email-field {
  background-color: var(--white);
  font-size: var(--fs-7);
  padding: 12px 18px;
  padding-inline-end: 145px;
  border: 1px solid var(--hoockers-green_20);
  border-radius: var(--radius-3);
  outline: none;
  transition: var(--transition-1);
}

.email-field::placeholder { color: var(--spanish-gray); }

.email-field:focus { border-color: var(--black); }

.newsletter-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.copyright { 
  font-size: var(--fs-7);
  color: var(--gray-web);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.footer-bottom .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-block-end: 20px;
}

.social-list {
  display: flex;
  gap: 20px;
}

.social-link {
  color: var(--black);
  font-size: 18px;
  transition: var(--transition-1);
}

.social-link:is(:hover, :focus) { color: var(--hoockers-green); }

.footer-bottom > img { max-width: max-content; }





/*-----------------------------------*\
  #LOGO STYLING
\*-----------------------------------*/

.logo {
  font-family: var(--ff-urbanist);
  font-size: 2.2rem;
  font-weight: var(--fw-800);
  color: var(--primary-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  line-height: 1.1;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

.logo-main {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: var(--fw-800);
  color: var(--primary-color);
  line-height: 1;
}

.logo-accent {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: var(--fw-700);
  color: var(--secondary-color);
  margin-left: 8px;
  position: relative;
}

.logo-subtitle {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: var(--fw-500);
  color: var(--text-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 12px;
  opacity: 0.8;
  vertical-align: baseline;
}

.logo:hover {
  transform: translateY(-1px);
}

.logo:hover .logo-main {
  color: var(--primary-color-dark);
}

.logo:hover .logo-accent {
  color: var(--secondary-color-dark);
  transform: scale(1.05);
}

.logo:hover .logo-subtitle {
  opacity: 1;
}

.logo-accent::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
  border-radius: 1px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.logo:hover .logo-accent::after {
  opacity: 1;
}

/* Mobile logo adjustments */
@media (max-width: 768px) {
  .logo {
    font-size: 1.8rem;
    letter-spacing: -0.3px;
    white-space: nowrap;
  }
  
  .logo-main {
    font-size: 2rem;
  }
  
  .logo-accent {
    font-size: 2rem;
    margin-left: 6px;
  }
  
  .logo-subtitle {
    font-size: 1rem;
    letter-spacing: 0.8px;
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .logo {
    font-size: 1.6rem;
    letter-spacing: -0.2px;
    white-space: nowrap;
  }
  
  .logo-main {
    font-size: 1.8rem;
  }
  
  .logo-accent {
    font-size: 1.8rem;
    margin-left: 4px;
  }
  
  .logo-subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.6px;
    margin-left: 8px;
  }
}

/* Footer logo styling */
.footer .logo {
  color: var(--text-primary);
  font-size: 1.8rem;
  margin-bottom: 20px;
  white-space: nowrap;
}

.footer .logo-main {
  color: var(--text-primary);
  font-size: 1.8rem;
}

.footer .logo-accent {
  color: var(--text-secondary);
  font-size: 1.8rem;
}

.footer .logo-subtitle {
  color: var(--text-light);
  font-size: 1rem;
}

.footer .logo:hover {
  transform: none;
}

.footer .logo:hover .logo-main {
  color: var(--primary-color);
}

.footer .logo:hover .logo-accent {
  color: var(--secondary-color);
  transform: none;
}

.footer .logo-accent::after {
  display: none;
}



/*-----------------------------------*\
  #TOAST NOTIFICATION
\*-----------------------------------*/

.toast {
  position: fixed;
  top: 100px;
  right: 30px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  padding: 16px 20px;
  z-index: 10000;
  transform: translateX(400px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-left: 4px solid #10B981;
  min-width: 320px;
  backdrop-filter: blur(10px);
}

.toast.show {
  transform: translateX(0);
  opacity: 1;
}

.toast-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toast-icon {
  color: #10B981;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.toast-message {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.toast-title {
  font-weight: var(--fw-600);
  color: var(--text-primary);
  font-size: var(--fs-8);
}

.toast-text {
  color: var(--text-secondary);
  font-size: var(--fs-9);
}

.toast-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-size: 16px;
}

.toast-close:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

/* Toast variants */
.toast.success {
  border-left-color: #10B981;
}

.toast.success .toast-icon {
  color: #10B981;
}

.toast.error {
  border-left-color: #EF4444;
}

.toast.error .toast-icon {
  color: #EF4444;
}

.toast.warning {
  border-left-color: #F59E0B;
}

.toast.warning .toast-icon {
  color: #F59E0B;
}

/*-----------------------------------*\
  #COLOR SCHEME PANEL
\*-----------------------------------*/

.color-scheme-panel {
  position: fixed;
  top: 70px;
  right: -600px;
  width: 580px;
  height: calc(100vh - 80px);
  background: var(--white);
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 16px 0 0 16px;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9999;
  overflow-y: auto;
  backdrop-filter: blur(15px);
  border: 1px solid var(--bg-tertiary);
}

.color-scheme-panel.open {
  right: 0;
}

.color-panel-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--bg-tertiary);
  color: var(--text-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-panel-close:hover {
  background: var(--text-primary);
  color: var(--white);
}

.color-panel-content {
  padding: 40px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  border-radius: 16px 0 0 16px;
}

.color-panel-content h3 {
  color: var(--text-primary);
  font-size: var(--fs-4);
  font-weight: var(--fw-700);
  margin-bottom: 25px;
  text-align: center;
}

.color-panel-content h4 {
  color: var(--text-primary);
  font-size: var(--fs-6);
  font-weight: var(--fw-600);
  margin-bottom: 15px;
}

.preset-schemes {
  margin-bottom: 30px;
}

.scheme-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.scheme-btn {
  padding: 12px 16px;
  border: 2px solid var(--bg-tertiary);
  background: var(--white);
  color: var(--text-primary);
  border-radius: 8px;
  cursor: pointer;
  font-size: var(--fs-8);
  font-weight: var(--fw-500);
  transition: all 0.3s ease;
}

.scheme-btn:hover,
.scheme-btn.active {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white);
}

.custom-colors {
  margin-bottom: 30px;
}

.color-input-group {
  margin-bottom: 20px;
}

.color-input-group label {
  display: block;
  color: var(--text-primary);
  font-size: var(--fs-8);
  font-weight: var(--fw-500);
  margin-bottom: 8px;
}

.color-input-group input[type="color"] {
  width: 100%;
  height: 50px;
  border: 2px solid var(--bg-tertiary);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.color-input-group input[type="color"]:hover {
  border-color: var(--primary-color);
}

.panel-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--bg-tertiary);
}

.panel-actions .btn {
  padding: 12px 30px;
  font-size: var(--fs-8);
  font-weight: var(--fw-600);
}

/* UI Element Panels Styling */
.ui-element-panels {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.panel-section {
  padding: 20px;
  background: var(--bg-secondary);
  border-radius: 12px;
  border: 1px solid var(--bg-tertiary);
  transition: all 0.3s ease;
}

.panel-section:hover {
  border-color: var(--primary-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.panel-section h4 {
  color: var(--text-primary);
  font-size: var(--fs-6);
  font-weight: var(--fw-600);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Color Row - Component Name + Controls Side by Side */
.color-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px;
  background: var(--white);
  border-radius: 8px;
  transition: all 0.2s ease;
}

.color-row:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.color-row:last-child {
  margin-bottom: 0;
}

.color-row label {
  flex: 1;
  margin-bottom: 0;
  font-size: var(--fs-8);
  font-weight: var(--fw-500);
  color: var(--text-primary);
  min-width: 120px;
}

.color-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}

.color-controls input[type="color"] {
  width: 50px;
  height: 40px;
  border: 2px solid var(--bg-tertiary);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.color-controls input[type="color"]:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(45, 90, 61, 0.1);
}

.hex-input {
  width: 100px;
  padding: 8px 10px;
  border: 2px solid var(--bg-tertiary);
  border-radius: 6px;
  font-size: var(--fs-9);
  font-family: 'Courier New', monospace;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.hex-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(45, 90, 61, 0.1);
}

.hex-input:invalid {
  border-color: var(--error-color);
}

.panel-section .color-input-group {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.panel-section .color-input-group:last-child {
  margin-bottom: 0;
}

.panel-section .color-input-group label {
  flex: 1;
  margin-bottom: 0;
  font-size: var(--fs-8);
  font-weight: var(--fw-500);
  color: var(--text-primary);
}

.panel-section input[type="color"] {
  width: 50px;
  height: 40px;
  border: 2px solid var(--bg-tertiary);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.panel-section input[type="color"]:focus {
  outline: none;
  border-color: var(--primary-color);
}

.panel-section input[type="range"] {
  flex: 2;
  height: 6px;
  background: var(--bg-tertiary);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.panel-section input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.panel-section input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.panel-section span {
  font-size: var(--fs-9);
  font-weight: var(--fw-600);
  color: var(--text-secondary);
  min-width: 40px;
  text-align: center;
}

.card-colors h4 {
  color: var(--text-primary);
  font-size: var(--fs-6);
  font-weight: var(--fw-600);
  margin-bottom: 8px;
}

.card-colors .help-text {
  color: var(--text-secondary);
  font-size: var(--fs-9);
  margin-bottom: 20px;
  font-style: italic;
}

.card-colors .color-input-group {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

.card-colors .color-input-group label {
  flex: 1;
  margin-bottom: 0;
  font-size: var(--fs-8);
  font-weight: var(--fw-500);
}

.card-colors input[type="color"] {
  width: 50px;
  height: 40px;
  border: 2px solid var(--bg-tertiary);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.card-colors input[type="color"]:focus {
  outline: none;
  border-color: var(--primary-color);
}

.card-colors input[type="range"] {
  flex: 2;
  height: 6px;
  background: var(--bg-tertiary);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.card-colors input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.card-colors input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.card-colors span {
  font-size: var(--fs-9);
  font-weight: var(--fw-600);
  color: var(--text-secondary);
  min-width: 40px;
  text-align: center;
}

/* HTML Color Input Styling */
.html-colors {
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--bg-tertiary);
}

.html-colors h4 {
  color: var(--text-primary);
  font-size: var(--fs-6);
  font-weight: var(--fw-600);
  margin-bottom: 8px;
}

.help-text {
  color: var(--text-secondary);
  font-size: var(--fs-9);
  margin-bottom: 20px;
  font-style: italic;
}

.html-colors .color-input-group {
  display: flex;
  gap: 8px;
  align-items: end;
  margin-bottom: 15px;
}

.html-colors .color-input-group label {
  flex: 1;
  margin-bottom: 8px;
}

.html-colors input[type="text"] {
  flex: 2;
  padding: 10px 12px;
  border: 2px solid var(--bg-tertiary);
  border-radius: 6px;
  font-size: var(--fs-8);
  font-family: 'Courier New', monospace;
  transition: border-color 0.3s ease;
}

.html-colors input[type="text"]:focus {
  outline: none;
  border-color: var(--primary-color);
}

.html-colors input[type="text"]:invalid {
  border-color: #e74c3c;
}

.apply-html-btn {
  padding: 10px 16px;
  background: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 6px;
  font-size: var(--fs-9);
  font-weight: var(--fw-600);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.apply-html-btn:hover {
  background: var(--primary-color-dark);
  transform: translateY(-1px);
}

.apply-html-btn:active {
  transform: translateY(0);
}

/* Color Examples */
.color-examples {
  margin-top: 20px;
}

.color-examples h5 {
  color: var(--text-primary);
  font-size: var(--fs-8);
  font-weight: var(--fw-600);
  margin-bottom: 12px;
}

.example-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.example-color {
  display: inline-block;
  padding: 6px 12px;
  background: var(--bg-tertiary);
  color: var(--text-primary);
  border-radius: 4px;
  font-size: var(--fs-9);
  font-family: 'Courier New', monospace;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.example-color:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translateY(-1px);
  border-color: var(--primary-color-dark);
}

/* Responsive adjustments for HTML color inputs */
@media (max-width: 768px) {
  .html-colors .color-input-group {
    flex-direction: column;
    gap: 8px;
  }
  
  .html-colors .color-input-group label {
    margin-bottom: 4px;
  }
  
  .html-colors input[type="text"] {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .apply-html-btn {
    width: 100%;
    padding: 12px;
  }
  
  .example-colors {
    justify-content: center;
  }
  
  .example-color {
    font-size: 11px;
    padding: 4px 8px;
  }
}

@media (max-width: 480px) {
  .html-colors h4 {
    font-size: var(--fs-7);
  }
  
  .help-text {
    font-size: 11px;
  }
  
  .color-examples h5 {
    font-size: 11px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .color-scheme-panel {
    width: 450px;
    right: -450px;
    top: 70px;
  }
  
  .color-panel-content {
    padding: 25px;
  }
  
  .scheme-buttons {
    grid-template-columns: 1fr;
  }

  .toast {
    right: 20px;
    min-width: 280px;
  }
}

@media (max-width: 480px) {
  .color-scheme-panel {
    width: 300px;
    right: -300px;
    top: 60px;
  }
  
  .panel-actions {
    flex-direction: column;
  }
}



/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: var(--white);
  color: var(--hoockers-green);
  font-size: 22px;
  padding: 13px;
  border-radius: 50%;
  box-shadow: var(--shadow-1);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-1);
}

.back-top-btn:is(:hover, :focus) {
  background-color: var(--hoockers-green);
  color: var(--white);
}

.back-top-btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}





/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for larger than 575px screen
 */

@media (min-width: 575px) {

  /**
   * REUSED STYLE
   */

  .container {
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
  }

  :is(.header, .hero) .container { max-width: unset; }

  .has-scrollbar { gap: 30px; }

  .scrollbar-item { min-width: calc(50% - 15px); }



  /**
   * HEADER
   */

  .alert { padding-block: 8px; }

  .header-top .container { padding-inline: 30px; }



  /**
   * HERO
   */

  .hero-card { padding-inline: 70px; }

  .hero-text { max-width: 30ch; }



  /**
   * BANNER
   */

  .banner-card .card-text { max-width: 30ch; }



  /**
   * OFFER
   */

  .offer .countdown { --fs-2: 4.8rem; }

  .offer .countdown .time:not(:last-child)::after { margin-inline: 20px; }

}





/**
 * responsive for larger than 768px screen
 */

@media (min-width: 768px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fs-1: 5.6rem;

  }



  /**
   * REUSED STYLE
   */

  .container { max-width: 730px; }

  .flex-item { max-width: calc(50% - 15px); }



  /**
   * COLLECTION
   */

  .collection-card { min-height: 450px; }



  /**
   * BANNER
   */

  .banner-list { grid-template-columns: 1fr 0.7fr; }

  .banner-card { padding: 50px; }



  /**
   * OFFER
   */

  .offer .section-text { max-width: 45ch; }



  /**
   * FOOTER
   */

  .footer-top { grid-template-columns: repeat(3, 1fr); }

  .footer-list:last-child { grid-column: 1 / 4; }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom .wrapper { margin-block-end: 0; }

}





/**
 * responsive for larger than 992px screen
 */

@media (min-width: 992px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * spacing
     */

    --section-padding: 50px;

  }



  /**
   * REUSED STYLE
   */

  .container { max-width: 960px; }

  .scrollbar-item { min-width: calc(33.33% - 20px); }

  .flex-item { max-width: calc(33.33% - 20px); }



  /**
   * COLLECTION
   */

  .collection-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }



  /**
   * BANNER
   */

  .banner-list { grid-template-columns: 1fr 0.5fr; }



  /**
   * OFFER
   */

  .offer .container {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    align-items: center;
    gap: 30px;
  }

  .offer-banner { margin-block-end: 0; }



  /**
   * FOOTER
   */

  .footer .logo { display: block; }

  .footer { padding-block: 100px 80px; }

  .footer-top {
    grid-template-columns: 0.4fr 0.4fr 0.4fr 1fr;
    margin-block-end: 120px;
  }

  .footer-list:last-child { grid-column: auto; }

  .footer .logo img { width: 190px; }

}





/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {

  /**
   * REUSED STYLE
   */

  .container { max-width: 1300px; }

  .scrollbar-item { min-width: calc(20% - 24px); }



  /**
   * HEADER
   */

  .header .input-wrapper,
  .header-action-btn:not(:first-child),
  .navbar { display: block; }

  .nav-open-btn { display: none; }

  .header {
    padding-block-end: 60px;
    margin-block-end: 10px;
  }

  .header-top {
    position: unset;
    padding-block: 24px 0;
  }

  .header-top:is(.active, .header-hide) { all: unset; }

  .header-top .container { flex-wrap: wrap; }

  .search-field {
    width: 270;
    font-size: var(--fs-7);
    border: 2px solid var(--hoockers-green_20);
    border-radius: var(--radius-3);
    padding: 10px 20px;
    padding-inline-end: 40px;
    outline: none;
    transition: var(--transition-1);
  }

  .search-field::placeholder { color: var(--spanish-gray); }

  .search-field:focus { border-color: var(--black); }

  .header .input-wrapper { position: relative; }

  .header .search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 22px;
  }

  .header .search-submit ion-icon { --ionicon-stroke-width: 40px; }

  .header .logo { margin-inline-end: 60px; }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .header-action-btn { position: relative; }

  .header-action-btn .btn-badge {
    position: absolute;
    top: 0;
    right: -10px;
    background-color: var(--black);
    color: var(--white);
    font-size: var(--fs-9);
    min-width: 18px;
    height: 18px;
    line-height: 1.4;
    border-radius: 20px;
  }

  .header-action-btn:last-child {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header-action-btn .btn-text {
    font-size: var(--fs-7);
    font-weight: var(--fw-700);
    margin-block-start: 3px;
  }

  .navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    padding-block: 18px;
    z-index: 4;
  }

  .navbar .navbar-list {
    display: flex;
    justify-content: center;
    gap: 45px;
  }

  .navbar .navbar-link {
    color: var(--nav-link-color);
    font-size: var(--fs-7);
    font-weight: var(--fw-600);
  }

  .navbar .navbar-link::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    transition: var(--transition-1);
    transform: scaleX(0);
    transform-origin: left;
  }

  .navbar .navbar-link:is(:hover, :focus)::after {
    transform: scaleX(1);
  }

  .header-top.active .navbar {
    position: fixed;
    top: -80px;
    bottom: auto;
    padding-block: 28px;
    box-shadow: var(--shadow-1);
    transform: translateY(100%);
    transition: var(--transition-2);
  }

  .header-top.header-hide .navbar {
    box-shadow: none;
    transform: translateY(0);
  }



  /**
   * HERO
   */

  .hero-card { padding: 120px 100px; }

  .hero-text { max-width: 40ch; }



  /**
   * BANNER
   */

  .banner-card-1 .card-title { max-width: 15ch; }



  /**
   * FEATURE
   */

  .feature .section-title { margin-block-end: 60px; }

  .feature .flex-list {
    gap: 100px;
    padding-inline: 50px;
  }

  .feature .flex-item { max-width: calc(33.33% - 66.66px); }



  /**
   * OFFER
   */

  .offer .container { gap: 120px; }

}