/* Poppins Font - Local (performance optimized) */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/front/florist/fonts/poppins-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/front/florist/fonts/poppins-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/front/florist/fonts/poppins-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/front/florist/fonts/poppins-700.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/front/florist/fonts/poppins-900.woff2") format("woff2");
}

:root {
  --as-primary: #f64071;
  --as-primary-light: #ffc9da;
  --as-primary-lighter: #fff0f4;
  --as-dark: #333;
  --as-gray: #666;
  --as-light-gray: #999;
  --as-white: #fff;
  --as-container-max: 1320px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* ===========================================
   Complete Element Reset (Bootstrap-Free)
   =========================================== */

/* HTML & Body */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: var(--as-white);
  color: var(--as-dark);
}

/* Başlıklar */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
}

/* Paragraf ve metin */
p {
  line-height: 1.6;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Linkler */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

/* Listeler */
ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

dl,
dt,
dd {
  margin: 0;
}

/* Görseller ve medya */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
  vertical-align: middle;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 90%;
  color: var(--as-gray);
}

iframe {
  border: none;
}

/* Form elementleri */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  overflow: visible;
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input {
  overflow: visible;
}

input,
textarea,
select {
  background: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--as-light-gray);
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

select {
  text-transform: none;
  cursor: pointer;
}

optgroup {
  font-weight: bold;
}

label {
  display: inline-block;
  cursor: pointer;
}

fieldset {
  border: none;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

output {
  display: inline-block;
}

/* Tablolar */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: inherit;
  font-weight: 600;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

caption {
  padding: 10px 0;
  caption-side: bottom;
  color: var(--as-gray);
  text-align: left;
}

/* Alıntılar */
blockquote {
  margin: 0;
  padding: 0;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: '';
}

cite {
  font-style: normal;
}

/* Kod blokları */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
}

kbd {
  background-color: #333;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}

/* Ayırıcılar */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1rem 0;
}

/* Gizli elementler */
[hidden],
template {
  display: none !important;
}

/* Erişilebilirlik */
[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

:focus-visible {
  outline: 2px solid var(--as-primary);
  outline-offset: 2px;
}

/* Metin seçimi */
::selection {
  background-color: var(--as-primary-light);
  color: var(--as-dark);
}

::-moz-selection {
  background-color: var(--as-primary-light);
  color: var(--as-dark);
}

/* Diğer semantik elementler */
address {
  font-style: normal;
  line-height: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: none;
}

mark {
  background-color: #fff3cd;
  padding: 0.1em 0.3em;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

details {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

/* Scrollbar stilleri (Webkit) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/* ===========================================
   AS Container System
   =========================================== */
.as-container {
  width: 100%;
  max-width: var(--as-container-max);
  margin: 0 auto;
  padding: 0 15px;
}

/* ===========================================
   DESKTOP HEADER
   =========================================== */

.as-header {
  display: block;
}

/* Header Top - White Bar */
.as-header-top {
  background-color: var(--as-white);
  padding: 6px 0;
}

.as-header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Header Top Left - Contact Links */
.as-header-contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.as-header-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--as-dark);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.as-header-contact a:hover {
  color: var(--as-primary);
}

.as-header-contact .as-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  background-color: var(--as-primary);
  border-radius: 50%;
}

.as-header-contact .as-icon-circle i {
  color: var(--as-white);
  font-size: 15px;
}

/* Header Top Right - Social Links */
.as-header-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.as-header-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: var(--as-primary);
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s;
}

.as-header-social a:hover {
  opacity: 0.85;
}

.as-header-social a i {
  color: var(--as-white);
  font-size: 17px;
}

/* Header Wave Decoration */
.as-header-wave {
  text-align: center;
  line-height: 0;
  margin-top: -12px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.as-header-wave img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* Header Main - Pink Section */
.as-header-main {
  background-color: var(--as-primary);
  padding: 20px 0 25px;
}

.as-header-main-inner {
  display: flex;
  align-items: center;
}

/* Search Box */
.as-header-search {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.as-header-search form {
  display: flex;
  align-items: stretch;
  background: var(--as-white);
  border-radius: 25px;
  width: 300px;
}

.as-header-search input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 13px;
  background: transparent;
  color: var(--as-dark);
  border-radius: 25px 0 0 25px;
}

.as-header-search input::placeholder {
  color: var(--as-light-gray);
}

.as-header-search button {
  background: transparent;
  border: none;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-header-search button i {
  color: var(--as-gray);
  font-size: 16px;
}

/* Logo */
.as-header-logo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}

.as-header-logo img {
  max-height: 60px;
  width: auto;
}

/* Header Actions */
.as-header-actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}

.as-header-actions a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--as-white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.as-header-actions a:hover {
  opacity: 0.85;
}

.as-header-actions a i {
  font-size: 14px;
}

/* ===========================================
   DESKTOP NAVIGATION
   =========================================== */

.as-nav {
  background-color: var(--as-white);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 15px;
  transition: background-color 0.3s, padding 0.3s;
}

.as-nav-inner {
  max-width: var(--as-container-max);
  margin: 0 auto;
  background-color: var(--as-primary-light);
  border-radius: 0 0 25px 25px;
  padding: 0 10px;
  transition: border-radius 0.3s, background-color 0.3s;
}

/* Nav Scrolled State */
.as-nav.scrolled {
  background-color: var(--as-primary-light);
  padding: 0;
}

.as-nav.scrolled .as-nav-inner {
  max-width: 100%;
  background-color: transparent;
  border-radius: 0;
}

.as-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-nav-list>li>a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  color: var(--as-dark);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.as-nav-list>li>a:hover {
  color: var(--as-primary);
}

.as-nav-list>li>a svg {
  width: 18px;
  height: 18px;
}

.as-nav-list>li>a svg path {
  fill: var(--as-primary);
}

/* Nav Dropdown */
.as-nav-dropdown {
  position: relative;
}

.as-nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 800px;
  background: var(--as-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  list-style: none;
  z-index: 101;
  columns: 3;
  column-gap: 15px;
}

.as-nav-dropdown:hover .as-nav-dropdown-menu {
  display: block;
}

.as-nav-dropdown-menu li {
  break-inside: avoid;
}

.as-nav-dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: var(--as-dark);
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: color 0.2s, background-color 0.2s;
}

.as-nav-dropdown-menu li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--as-primary);
  transition: transform 0.2s;
}

.as-nav-dropdown-menu li a:hover {
  color: var(--as-primary);
  background-color: var(--as-primary-lighter);
}

.as-nav-dropdown-menu li a:hover::before {
  transform: translateX(3px);
}

/* Desktop Header - Hide on Mobile */
@media (max-width: 992px) {

  .as-header,
  .as-nav {
    display: none;
  }
}

/* ===========================================
   MOBILE HEADER
   =========================================== */

.as-mobile-header {
  display: none;
}

@media (max-width: 992px) {
  .as-mobile-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--as-white);
  }
}

/* Mobile Top Bar */
.as-mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: var(--as-primary);
}

.as-mobile-logo img {
  max-height: 45px;
  width: auto;
}

/* Hamburger Button */
.as-mobile-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.as-mobile-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--as-white);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* Hamburger Animation - Open State */
.as-mobile-header.menu-open .as-mobile-hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.as-mobile-header.menu-open .as-mobile-hamburger span:nth-child(2) {
  opacity: 0;
}

.as-mobile-header.menu-open .as-mobile-hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Search */
.as-mobile-search {
  padding: 10px 15px;
  background: var(--as-primary);
}

.as-mobile-search form {
  display: flex;
  align-items: stretch;
  background: var(--as-white);
  border-radius: 25px;
}

.as-mobile-search input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 14px;
  background: transparent;
  color: var(--as-dark);
  border-radius: 25px 0 0 25px;
}

.as-mobile-search input::placeholder {
  color: var(--as-light-gray);
}

.as-mobile-search button {
  background: transparent;
  border: none;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-mobile-search button i {
  color: var(--as-gray);
  font-size: 16px;
}

/* Mobile Slide Menu */
.as-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 320px;
  height: 100vh;
  background: var(--as-white);
  z-index: 1001;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.as-mobile-header.menu-open .as-mobile-menu {
  right: 0;
}

.as-mobile-menu-inner {
  padding: 20px 0;
}

/* Mobile Quick Actions */
.as-mobile-actions {
  display: flex;
  justify-content: space-around;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.as-mobile-actions a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: var(--as-dark);
  text-decoration: none;
  font-size: 12px;
}

.as-mobile-actions a i {
  font-size: 20px;
  color: var(--as-primary);
}

/* Mobile Navigation */
.as-mobile-nav {
  padding: 10px 0;
}

.as-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-mobile-nav>ul>li>a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: var(--as-dark);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}

.as-mobile-nav>ul>li>a i {
  color: var(--as-primary);
  width: 20px;
  text-align: center;
}

.as-mobile-nav>ul>li>a .as-mobile-arrow {
  margin-left: auto;
  font-size: 12px;
  transition: transform 0.3s;
}

/* Mobile Dropdown */
.as-mobile-dropdown-menu {
  display: none;
  background: #f9f9f9;
  padding: 0;
  margin: 0;
  list-style: none;
}

.as-mobile-dropdown.open .as-mobile-dropdown-menu {
  display: block;
}

.as-mobile-dropdown.open .as-mobile-arrow {
  transform: rotate(180deg);
}

.as-mobile-dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 35px;
  color: var(--as-gray);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.as-mobile-dropdown-menu li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  color: var(--as-primary);
}

.as-mobile-dropdown-menu li a:hover {
  color: var(--as-primary);
  background: var(--as-primary-lighter);
}

/* Mobile Contact */
.as-mobile-contact {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.as-mobile-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--as-dark);
  text-decoration: none;
  font-size: 14px;
}

.as-mobile-contact a i {
  color: var(--as-primary);
  width: 20px;
  text-align: center;
}

/* Mobile Social */
.as-mobile-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border-top: 1px solid #eee;
}

.as-mobile-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--as-primary);
  border-radius: 50%;
  color: var(--as-white);
  text-decoration: none;
  font-size: 18px;
  transition: opacity 0.2s;
}

.as-mobile-social a:hover {
  opacity: 0.85;
}

/* Mobile Overlay */
.as-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.as-mobile-header.menu-open .as-mobile-overlay {
  opacity: 1;
  visibility: visible;
}

/* ===========================================
   PRODUCT GRID
   =========================================== */

.as-products {
  padding: 40px 0;
}

.as-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .as-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .as-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* ===========================================
   PRODUCT BOX
   =========================================== */

.as-product-box {
  display: block;
  text-decoration: none;
  background: var(--as-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.as-product-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Product Image */
.as-product-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}

.as-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}

.as-product-image .as-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.as-product-box.has-hover-image:hover .as-product-image .as-hover-image {
  opacity: 1;
}

.as-product-box.has-hover-image:hover .as-product-image img:first-child {
  opacity: 0;
}

/* Product Badges */
.as-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--as-primary);
  color: var(--as-white);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

/* Product Actions Overlay */
.as-product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.3s;
}

.as-product-box:hover .as-product-overlay {
  opacity: 1;
}

.as-product-overlay-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--as-white);
  font-size: 12px;
  font-weight: 500;
}

.as-product-overlay-item i {
  font-size: 14px;
}

.as-product-overlay-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--as-primary);
  color: var(--as-white);
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.as-product-overlay-btn:hover {
  background: #e03565;
}

/* Product Info */
.as-product-info {
  padding: 15px;
}

.as-product-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--as-dark);
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.as-product-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.as-product-price-current {
  font-size: 18px;
  font-weight: 700;
  color: var(--as-primary);
}

.as-product-price-old {
  font-size: 14px;
  color: var(--as-light-gray);
  text-decoration: line-through;
}

.as-product-price-soldout {
  font-size: 14px;
  font-weight: 600;
  color: var(--as-gray);
}

/* ===========================================
   POPULAR PRODUCTS SECTION
   =========================================== */

.as-popular-products {
  padding: 40px 0;
  background: var(--as-white);
  overflow: visible;
}

.as-popular-products .as-container {
  overflow: visible;
}

.as-popular-inner {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  padding: 0 30px;
}

@media (max-width: 992px) {
  .as-popular-inner {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

/* Catalog Sidebar */
.as-catalog-sidebar {
  background: var(--as-white);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.as-catalog-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--as-dark);
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--as-primary);
}

.as-catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-catalog-list li a {
  display: block;
  padding: 10px 0;
  color: var(--as-gray);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: color 0.2s;
}

.as-catalog-list li a:hover {
  color: var(--as-primary);
}

@media (max-width: 992px) {
  .as-catalog-sidebar {
    display: none;
  }
}

/* Section Title */
.as-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--as-dark);
  margin-bottom: 25px;
}

.as-section-title i {
  font-size: 22px;
  color: var(--as-primary);
}

/* ===========================================
   PRODUCT CAROUSEL
   =========================================== */

.as-carousel-wrapper {
  min-width: 0;
  position: relative;
}

.product-carousel {
  position: static;
  overflow: hidden;
  cursor: grab;
}

.product-carousel:active {
  cursor: grabbing;
}

.product-carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product-carousel-track.no-transition {
  transition: none;
}

.product-carousel-slide {
  flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .product-carousel-slide {
    flex: 0 0 calc(50% - 15px);
    margin: 0 7.5px;
  }
}

@media (max-width: 768px) {
  .product-carousel-slide {
    flex: 0 0 calc(100% - 10px);
    margin: 0 5px;
  }
}

.product-carousel-prev,
.product-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--as-primary);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(246, 64, 113, 0.3);
  transition: all 0.2s ease;
  z-index: 10;
}

.product-carousel-prev {
  left: -22px;
}

.product-carousel-next {
  right: -22px;
}

.product-carousel-prev:hover,
.product-carousel-next:hover {
  background: #e03565;
  box-shadow: 0 6px 16px rgba(246, 64, 113, 0.4);
  transform: translateY(-50%) scale(1.05);
}

/* Mobil: Oklar altta ortalı */
@media (max-width: 992px) {
  .as-carousel-wrapper {
    padding-bottom: 60px;
  }

  .product-carousel-prev,
  .product-carousel-next {
    top: auto;
    bottom: 0;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .product-carousel-prev {
    left: calc(50% - 50px);
  }

  .product-carousel-next {
    right: calc(50% - 50px);
  }

  .product-carousel-prev:hover,
  .product-carousel-next:hover {
    transform: scale(1.05);
  }
}

/* ===========================================
   HERO SLIDER
   =========================================== */

.hero-slider {
  padding: 20px 0;
  background: var(--as-white);
}

.hero-slider .container {
  max-width: var(--as-container-max);
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* Desktop/Mobile slider visibility */
.desktop-slider {
  display: block;
}

.mobile-slider {
  display: none;
}

@media (max-width: 768px) {
  .desktop-slider {
    display: none;
  }

  .mobile-slider {
    display: block;
  }
}

.hero-slider-container {
  position: static;
  overflow: hidden;
  border-radius: 12px;
  cursor: grab;
}

.hero-slider-container:active {
  cursor: grabbing;
}

.hero-slider-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hero-slider-track.no-transition {
  transition: none;
}

.hero-slide {
  flex: 0 0 100%;
  width: 100%;
}

.hero-slide img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  border-radius: 12px;
}

.hero-slider-prev,
.hero-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--as-primary);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(246, 64, 113, 0.3);
  transition: all 0.2s ease;
  z-index: 20;
}

.hero-slider-prev {
  left: -7px;
}

.hero-slider-next {
  right: -7px;
}

.hero-slider-prev:hover,
.hero-slider-next:hover {
  background: #e03565;
  box-shadow: 0 6px 16px rgba(246, 64, 113, 0.4);
  transform: translateY(-50%) scale(1.05);
}

/* Mobil: Oklar altta ortalı */
@media (max-width: 768px) {
  .hero-slider {
    padding: 15px 0;
  }

  .hero-slider .container {
    padding-bottom: 55px;
  }

  .hero-slider-prev,
  .hero-slider-next {
    top: auto;
    bottom: 0;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .hero-slider-prev {
    left: calc(50% - 50px);
  }

  .hero-slider-next {
    right: calc(50% - 50px);
  }

  .hero-slider-prev:hover,
  .hero-slider-next:hover {
    transform: scale(1.05);
  }
}

/* ===========================================
   VIDEO MODAL
   =========================================== */

.video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.video-modal-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
}

.video-modal-close:hover {
  color: #ccc;
}

/* ===========================================
   CATEGORY SLIDER (Icon Boxes)
   =========================================== */

.category-slider {
  padding: 20px 0;
  background: var(--as-white);
}

.category-slider .container {
  max-width: var(--as-container-max);
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.category-slider-container {
  position: static;
  overflow: hidden;
}

.category-slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.category-slider-track.no-transition {
  transition: none;
}

.category-slider-container .category-item {
  flex: 0 0 calc(11.111% - 10px);
  margin: 0 5px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.category-slider-container .category-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.2s;
}

.category-slider-container .category-item:hover img {
  transform: scale(1.05);
}

.category-item-name {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--as-dark);
}

@media (max-width: 1340px) {
  .category-slider-container .category-item {
    flex: 0 0 calc(14.285% - 10px);
  }
}

@media (max-width: 1024px) {
  .category-slider-container .category-item {
    flex: 0 0 calc(20% - 10px);
  }
}

@media (max-width: 768px) {
  .category-slider-container .category-item {
    flex: 0 0 calc(25% - 8px);
    margin: 0 4px;
  }
}

@media (max-width: 425px) {
  .category-slider-container .category-item {
    flex: 0 0 calc(33.333% - 6px);
    margin: 0 3px;
  }

  .category-item-name {
    font-size: 11px;
  }
}

.category-slider-prev,
.category-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--as-primary);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(246, 64, 113, 0.3);
  transition: all 0.2s ease;
  z-index: 10;
}

.category-slider-prev {
  left: -5px;
}

.category-slider-next {
  right: -5px;
}

.category-slider-prev:hover,
.category-slider-next:hover {
  background: #e03565;
  box-shadow: 0 6px 16px rgba(246, 64, 113, 0.4);
  transform: translateY(-50%) scale(1.05);
}

/* Mobil: Oklar altta ortalı */
@media (max-width: 768px) {
  .category-slider .container {
    padding-bottom: 50px;
  }

  .category-slider-prev,
  .category-slider-next {
    top: auto;
    bottom: 0;
    transform: none;
    width: 36px;
    height: 36px;
  }

  .category-slider-prev {
    left: calc(50% - 45px);
  }

  .category-slider-next {
    right: calc(50% - 45px);
  }

  .category-slider-prev:hover,
  .category-slider-next:hover {
    transform: scale(1.05);
  }
}

/* ===========================================
   FOOTER
   =========================================== */

.as-footer {
  background: var(--as-primary);
  color: var(--as-white);
  padding: 50px 0 30px;
  border-radius: 20px;
}

.as-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding-bottom: 30px;
}

.as-footer-logo img {
  max-height: 70px;
  width: auto;
}

.as-footer-nav {
  text-align: center;
}

.as-footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-footer-list li a {
  color: var(--as-white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: opacity 0.2s;
}

.as-footer-list li a:hover {
  opacity: 0.8;
}

.as-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.as-footer-social {
  display: flex;
  gap: 10px;
}

.as-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 2px solid var(--as-white);
  border-radius: 8px;
  color: var(--as-white);
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s;
}

.as-footer-social a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.as-footer-copyright {
  font-size: 13px;
  opacity: 0.9;
  text-align: center;
}

.as-footer-signature img {
  max-height: 28px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.as-footer-signature:hover img {
  opacity: 1;
}

/* Footer Mobile */
@media (max-width: 768px) {
  .as-footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .as-footer-social {
    order: 1;
  }

  .as-footer-copyright {
    order: 2;
    font-size: 12px;
  }

  .as-footer-signature {
    order: 3;
  }
}

/* ===========================================
   WHATSAPP BUTTON
   =========================================== */

.as-whatsapp-btn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 999;
}

.as-whatsapp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: pulse-whatsapp 2s infinite;
}

.as-whatsapp-btn a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (min-width: 993px) {
  .as-whatsapp-btn {
    bottom: 30px;
  }
}

/* ===========================================
   MOBILE STICKY BAR
   =========================================== */

.as-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--as-white);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 998;
  padding: 8px 0;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
}

@media (max-width: 992px) {
  .as-sticky-bar {
    display: flex;
    justify-content: space-around;
  }
}

.as-sticky-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--as-gray);
  font-size: 10px;
  transition: color 0.2s;
}

.as-sticky-bar a:hover,
.as-sticky-bar a:active {
  color: var(--as-primary);
}

.as-sticky-bar a i {
  font-size: 20px;
  color: var(--as-primary);
}

.as-sticky-bar a span {
  font-weight: 500;
}

/* Footer padding for sticky bar */
@media (max-width: 992px) {
  .as-footer {
    padding-bottom: 80px;
  }
}

/* ===========================================
   WHY US SECTION
   =========================================== */

.as-why-us {
  padding: 50px 0;
  background: var(--as-primary-lighter);
}

.as-section-title-center {
  justify-content: center;
  text-align: center;
}

.as-why-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

@media (max-width: 992px) {
  .as-why-us-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .as-why-us-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.as-why-us-item {
  background: var(--as-white);
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.as-why-us-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.as-why-us-icon {
  margin-bottom: 15px;
}

.as-why-us-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .as-why-us-icon img {
    width: 50px;
    height: 50px;
  }
}

.as-why-us-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 10px;
}

@media (max-width: 576px) {
  .as-why-us-title {
    font-size: 13px;
  }
}

.as-why-us-text {
  font-size: 13px;
  color: var(--as-gray);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 576px) {
  .as-why-us-text {
    font-size: 12px;
    display: none;
  }
}

/* ===========================================
   CTA SECTION
   =========================================== */

.as-cta {
  position: relative;
  padding: 50px 0;
  overflow: visible;
}

.as-cta .as-container {
  position: relative;
}

.as-cta-box {
  background: linear-gradient(to right, var(--as-primary) 0%, var(--as-primary) 40%, #e8e8e8 100%);
  border-radius: 15px;
  padding: 30px 40px;
  position: relative;
}

.as-cta-decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.as-cta-decor svg {
  width: 100px;
  height: auto;
}

.as-cta-decor-left {
  top: -30px;
  left: -30px;
}

.as-cta-decor-left svg {
  fill: var(--as-primary);
}

.as-cta-decor-right {
  bottom: -25px;
  right: -25px;
}

.as-cta-decor-right svg {
  fill: var(--as-primary);
  width: 80px;
}

@media (max-width: 992px) {
  .as-cta-decor {
    display: none;
  }

  .as-cta-box {
    padding: 25px 20px;
  }
}

.as-cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr auto;
  gap: 30px;
  align-items: center;
}

@media (max-width: 992px) {
  .as-cta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .as-cta-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }
}

.as-cta-item {
  color: var(--as-white);
}

.as-cta-desc {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .as-cta-desc {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .as-cta-desc {
    font-size: 15px;
  }
}

.as-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--as-white);
  font-size: 16px;
  font-weight: 600;
  transition: opacity 0.2s;
}

.as-cta-link:hover {
  opacity: 0.85;
}

.as-cta-link i {
  font-size: 20px;
}

@media (max-width: 576px) {
  .as-cta-link {
    justify-content: center;
    font-size: 14px;
  }

  .as-cta-link i {
    font-size: 18px;
  }
}

.as-cta-social {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .as-cta-social {
    justify-content: center;
    grid-column: 1 / -1;
  }
}

.as-cta-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #aaa;
  border-radius: 8px;
  color: #888;
  font-size: 18px;
  transition: all 0.2s;
}

.as-cta-social-link:hover {
  border-color: var(--as-primary);
  color: var(--as-primary);
}

/* ===========================================
   BLOG SECTION
   =========================================== */

.as-blog {
  padding: 50px 0;
  background: var(--as-white);
}

.as-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

@media (max-width: 992px) {
  .as-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .as-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.as-blog-item {
  display: block;
  text-decoration: none;
  background: var(--as-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.as-blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.as-blog-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.as-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.as-blog-item:hover .as-blog-image img {
  transform: scale(1.05);
}

.as-blog-content {
  padding: 15px;
}

@media (max-width: 576px) {
  .as-blog-content {
    padding: 12px;
  }
}

.as-blog-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 576px) {
  .as-blog-title {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.as-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--as-primary);
}

.as-blog-link i {
  font-size: 11px;
  transition: transform 0.2s;
}

.as-blog-item:hover .as-blog-link i {
  transform: translateX(3px);
}

.as-blog-footer {
  text-align: center;
  margin-top: 30px;
}

/* ===========================================
   BLOG LISTING PAGE
   =========================================== */

.as-blog-page {
  padding: 30px 0 50px;
  background: var(--as-white);
  min-height: 60vh;
}

.as-blog-page-header {
  margin-bottom: 30px;
}

.as-blog-page-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  color: var(--as-dark);
}

.as-blog-page-title i {
  color: var(--as-primary);
  font-size: 22px;
}

@media (max-width: 768px) {
  .as-blog-page-title {
    font-size: 20px;
  }

  .as-blog-page-title i {
    font-size: 18px;
  }
}

.as-blog-page-content {
  margin-top: 40px;
  padding: 25px;
  background: var(--as-white);
  border-radius: 12px;
  line-height: 1.7;
  color: var(--as-gray);
}

.as-blog-page-content h2,
.as-blog-page-content h3,
.as-blog-page-content h4 {
  color: var(--as-dark);
  margin-bottom: 15px;
  font-weight: 600;
}

.as-blog-page-content p {
  margin-bottom: 15px;
}

.as-blog-page-content ul,
.as-blog-page-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style: disc;
}

.as-blog-page-content ol {
  list-style: decimal;
}

.as-blog-page-content li {
  margin-bottom: 8px;
}

/* ===========================================
   PAGINATION
   =========================================== */

.as-pagination-wrapper {
  margin-top: 40px;
}

.as-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.as-page-item {
  display: flex;
}

.as-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--as-dark);
  background: var(--as-white);
  border-radius: 8px;
  transition: all 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.as-page-link:hover {
  background: var(--as-primary);
  color: var(--as-white);
}

.as-page-link i {
  font-size: 11px;
}

.as-page-active span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--as-white);
  background: var(--as-primary);
  border-radius: 8px;
}

.as-page-dots span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  color: var(--as-light-gray);
}

@media (max-width: 576px) {
  .as-pagination {
    gap: 5px;
  }

  .as-page-link,
  .as-page-active span,
  .as-page-dots span {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .as-page-link i {
    font-size: 10px;
  }
}

/* ===========================================
   BLOG DETAIL PAGE
   =========================================== */

.as-blog-detail {
  padding: 30px 0 50px;
  background: var(--as-white);
  min-height: 60vh;
}

.as-blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 30px;
  align-items: start;
}

@media (max-width: 992px) {
  .as-blog-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.as-blog-detail-main {
  background: var(--as-white);
  border-radius: 12px;
  padding: 30px;
}

@media (max-width: 576px) {
  .as-blog-detail-main {
    padding: 20px;
  }
}

.as-blog-detail-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  color: var(--as-dark);
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.as-blog-detail-title i {
  color: var(--as-primary);
  font-size: 22px;
}

@media (max-width: 768px) {
  .as-blog-detail-title {
    font-size: 20px;
  }

  .as-blog-detail-title i {
    font-size: 18px;
  }
}

.as-blog-detail-content {
  line-height: 1.8;
  color: var(--as-gray);
  font-size: 15px;
}

.as-blog-detail-content h2,
.as-blog-detail-content h3,
.as-blog-detail-content h4 {
  color: var(--as-dark);
  margin: 25px 0 15px;
  font-weight: 600;
}

.as-blog-detail-content h2 {
  font-size: 20px;
}

.as-blog-detail-content h3 {
  font-size: 18px;
}

.as-blog-detail-content h4 {
  font-size: 16px;
}

.as-blog-detail-content p {
  margin-bottom: 15px;
}

.as-blog-detail-content ul,
.as-blog-detail-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
  list-style: disc;
}

.as-blog-detail-content ol {
  list-style: decimal;
}

.as-blog-detail-content li {
  margin-bottom: 8px;
}

.as-blog-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px 0;
}

.as-blog-detail-content a {
  color: var(--as-primary);
  text-decoration: underline;
}

.as-blog-detail-content a:hover {
  text-decoration: none;
}

.as-blog-detail-content blockquote {
  margin: 20px 0;
  padding: 20px 25px;
  background: var(--as-primary-lighter);
  border-left: 4px solid var(--as-primary);
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

/* Blog Sidebar */
.as-blog-detail-sidebar {
  position: sticky;
  top: 20px;
}

.as-sidebar-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--as-dark);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--as-primary);
}

.as-sidebar-title i {
  color: var(--as-primary);
}

.as-sidebar-products {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 992px) {
  .as-sidebar-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .as-sidebar-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ===========================================
   CONTACT PAGE
   =========================================== */

.as-contact-page {
  padding: 30px 0 50px;
  background: var(--as-white);
  min-height: 60vh;
}

.as-contact-header {
  margin-bottom: 30px;
}

.as-contact-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  color: var(--as-dark);
}

.as-contact-title i {
  color: var(--as-primary);
  font-size: 22px;
}

@media (max-width: 768px) {
  .as-contact-title {
    font-size: 20px;
  }

  .as-contact-title i {
    font-size: 18px;
  }
}

/* Contact Info Boxes */
.as-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .as-contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .as-contact-info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.as-contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 20px;
  background: var(--as-primary-lighter);
  border-radius: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.as-contact-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.as-contact-box i {
  font-size: 32px;
  color: var(--as-primary);
  margin-bottom: 12px;
}

.as-contact-box-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--as-dark);
  margin-bottom: 6px;
}

.as-contact-box-content {
  font-size: 14px;
  color: var(--as-gray);
  line-height: 1.5;
}

/* Contact Main Grid (Form + Map) */
.as-contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 992px) {
  .as-contact-main-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.as-contact-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--as-dark);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--as-primary);
}

.as-contact-section-title i {
  color: var(--as-primary);
}

/* Contact Form */
.as-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.as-form-group input,
.as-form-group textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  transition: border-color 0.2s, background-color 0.2s;
}

.as-form-group input:focus,
.as-form-group textarea:focus {
  border-color: var(--as-primary);
  background: var(--as-white);
}

.as-form-group input::placeholder,
.as-form-group textarea::placeholder {
  color: var(--as-light-gray);
}

.as-form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.as-contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .as-contact-form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .as-contact-form-footer .as-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Contact Map */
.as-contact-map {
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

.as-contact-map iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: none;
}

@media (max-width: 768px) {
  .as-contact-map iframe {
    height: 300px;
  }
}

/* ===========================================
   STATIC PAGE (Single Page)
   =========================================== */

.as-static-page {
  padding: 30px 0 50px;
  background: var(--as-white);
  min-height: 60vh;
}

.as-static-page-header {
  margin-bottom: 30px;
}

.as-static-page-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  color: var(--as-dark);
}

.as-static-page-title i {
  color: var(--as-primary);
  font-size: 22px;
}

@media (max-width: 768px) {
  .as-static-page-title {
    font-size: 20px;
  }

  .as-static-page-title i {
    font-size: 18px;
  }
}

.as-static-page-content {
  background: var(--as-white);
  line-height: 1.8;
  color: var(--as-gray);
  font-size: 15px;
}

.as-static-page-content h2,
.as-static-page-content h3,
.as-static-page-content h4 {
  color: var(--as-dark);
  margin: 25px 0 15px;
  font-weight: 600;
}

.as-static-page-content h2 {
  font-size: 20px;
}

.as-static-page-content h3 {
  font-size: 18px;
}

.as-static-page-content h4 {
  font-size: 16px;
}

.as-static-page-content p {
  margin-bottom: 15px;
}

.as-static-page-content ul,
.as-static-page-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
  list-style: disc;
}

.as-static-page-content ol {
  list-style: decimal;
}

.as-static-page-content li {
  margin-bottom: 8px;
}

.as-static-page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px 0;
}

.as-static-page-content a {
  color: var(--as-primary);
  text-decoration: underline;
}

.as-static-page-content a:hover {
  text-decoration: none;
}

.as-static-page-content blockquote {
  margin: 20px 0;
  padding: 20px 25px;
  background: var(--as-primary-lighter);
  border-left: 4px solid var(--as-primary);
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

.as-static-page-content table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #ddd;
}

.as-static-page-content table th,
.as-static-page-content table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.as-static-page-content table th {
  background: #f5f5f5;
  font-weight: 600;
  color: var(--as-dark);
}

.as-static-page-content table tr:nth-child(even) {
  background: #fafafa;
}

/* ===========================================
   BUTTONS
   =========================================== */

.as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.2s;
  cursor: pointer;
  border: 2px solid transparent;
}

.as-btn-primary {
  background: var(--as-primary);
  color: var(--as-white);
  border-color: var(--as-primary);
}

.as-btn-primary:hover {
  background: #e03565;
  border-color: #e03565;
}

.as-btn-outline {
  background: transparent;
  color: var(--as-primary);
  border-color: var(--as-primary);
}

.as-btn-outline:hover {
  background: var(--as-primary);
  color: var(--as-white);
}

/* ===========================================
   MOBILE RESPONSIVE FIXES
   =========================================== */

/* Section paddings */
@media (max-width: 768px) {

  .as-products,
  .as-why-us,
  .as-blog {
    padding: 30px 0;
  }

  .as-popular-products {
    padding: 30px 0;
  }

  .as-section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .as-section-title i {
    font-size: 20px;
  }
}

/* Products grid mobile fix */
@media (max-width: 480px) {
  .as-products-grid {
    gap: 10px;
  }

  .as-product-info {
    padding: 10px;
  }

  .as-product-title {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .as-product-price-current {
    font-size: 15px;
  }

  .as-product-price-old {
    font-size: 12px;
  }
}

/* Blog grid mobile fix */
@media (max-width: 480px) {
  .as-blog-grid {
    gap: 12px;
  }

  .as-blog-content {
    padding: 10px;
  }

  .as-blog-title {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .as-blog-link {
    font-size: 11px;
  }
}

/* Footer mobile fix */
@media (max-width: 480px) {
  .as-footer {
    padding: 35px 0 90px;
  }

  .as-footer-top {
    gap: 20px;
    padding-bottom: 20px;
  }

  .as-footer-logo img {
    max-height: 55px;
  }

  .as-footer-list {
    gap: 8px 20px;
  }

  .as-footer-list li a {
    font-size: 13px;
  }

  .as-footer-copyright {
    font-size: 11px;
    padding: 0 10px;
  }
}

/* Product overlay mobile - always show on touch devices */
@media (max-width: 992px) {
  .as-product-overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  }

  .as-product-overlay-item {
    font-size: 11px;
  }

  .as-product-overlay-btn {
    padding: 6px 10px;
    font-size: 11px;
  }
}

/* Why-Us grid mobile fix */
@media (max-width: 576px) {
  .as-why-us-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .as-why-us-icon img {
    width: 50px;
    height: 50px;
  }

  .as-why-us-title {
    font-size: 13px;
  }

  .as-why-us-text {
    font-size: 11px;
  }
}

/* Prevent body scroll when mobile menu open */
body.menu-open {
  overflow: hidden;
}

/* ===========================================
   CATEGORY PAGE
   =========================================== */

.as-category-header {
  padding: 30px 0;
  border-bottom: 1px solid #e6e3e3;
}

.as-category-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.as-category-count {
  font-size: 14px;
  color: var(--as-gray);
}

.as-category-count span {
  font-weight: 600;
  color: var(--as-primary);
}

.as-category-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0;
  text-align: center;
  flex: 1;
}

.as-category-sort {
  min-width: 180px;
}

.as-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.as-select {
  width: 100%;
  padding: 10px 35px 10px 15px;
  font-size: 14px;
  font-family: inherit;
  color: var(--as-dark);
  background: var(--as-white);
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.2s;
}

.as-select:focus {
  outline: none;
  border-color: var(--as-primary);
}

.as-select-wrapper i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--as-gray);
  pointer-events: none;
}

/* Category Products Section */
.as-category-products {
  padding: 40px 0;
}

/* Category Content Section (SEO) */
.as-category-content {
  padding: 40px 0;
  background: var(--as-white);
}

.as-content-wrapper {
  font-size: 15px;
  line-height: 1.7;
  color: var(--as-gray);
}

.as-content-wrapper h2,
.as-content-wrapper h3,
.as-content-wrapper h4 {
  color: var(--as-dark);
  margin-top: 25px;
  margin-bottom: 15px;
}

.as-content-wrapper h2 {
  font-size: 22px;
}

.as-content-wrapper h3 {
  font-size: 18px;
}

.as-content-wrapper h4 {
  font-size: 16px;
}

.as-content-wrapper p {
  margin-bottom: 15px;
}

.as-content-wrapper ul,
.as-content-wrapper ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.as-content-wrapper li {
  margin-bottom: 8px;
}

.as-content-wrapper a {
  color: var(--as-primary);
  text-decoration: none;
}

.as-content-wrapper a:hover {
  text-decoration: underline;
}

/* Category Page Mobile Responsive */
@media (max-width: 768px) {
  .as-category-header {
    padding: 20px 0;
  }

  .as-category-header-inner {
    flex-direction: column;
    text-align: center;
  }

  .as-category-count {
    order: 2;
    font-size: 13px;
  }

  .as-category-title {
    order: 1;
    font-size: 20px;
    flex: none;
    width: 100%;
  }

  .as-category-sort {
    order: 3;
    width: 100%;
    max-width: 250px;
  }

  .as-category-products {
    padding: 25px 0;
  }

  .as-category-content {
    padding: 25px 0;
  }

  .as-content-wrapper {
    font-size: 14px;
  }

  .as-content-wrapper h2 {
    font-size: 18px;
  }

  .as-content-wrapper h3 {
    font-size: 16px;
  }
}

/* ===========================================
   PRODUCT DETAIL PAGE
   =========================================== */

.as-product-detail {
  padding: 30px 0;
}

.as-no-stock-message {
  display: block;
  background: #fff3cd;
  color: #856404;
  padding: 15px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.2s;
}

.as-no-stock-message:hover {
  background: #ffe69c;
}

.as-product-detail-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  align-items: start;
}

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

.as-product-gallery {
  background: var(--as-white);
  border-radius: 12px;
  overflow: hidden;
}

.as-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.as-gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.as-gallery-slide:first-child {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.as-gallery-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

.as-gallery-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.as-video-overlay {
  display: block;
  position: relative;
}

.as-video-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.as-gallery-prev,
.as-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--as-dark);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
  z-index: 20;
}

.as-gallery-prev:hover,
.as-gallery-next:hover {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.as-gallery-prev {
  left: 15px;
}

.as-gallery-next {
  right: 15px;
}

/* Gallery Thumbnails */
.as-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.as-gallery-thumbs::-webkit-scrollbar {
  height: 4px;
}

.as-gallery-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.as-gallery-thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.as-gallery-thumb {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s, border-color 0.2s;
  border: 2px solid transparent;
  position: relative;
}

.as-gallery-thumb:hover {
  opacity: 0.8;
}

.as-gallery-thumb.active {
  opacity: 1;
  border-color: var(--as-primary);
}

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

.as-gallery-thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}

/* Product Info */
.as-product-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-product-info-box {
  background: var(--as-white);
  padding: 5px 20px;
  border-radius: 12px;
}

.as-product-detail-title {
  font-size: 26px;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 15px;
  line-height: 1.3;
}

.as-product-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--as-gray);
  margin-bottom: 15px;
}

.as-product-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-product-specs li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: var(--as-gray);
}

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

.as-product-specs li span {
  font-weight: 600;
  color: var(--as-dark);
}

/* Product Order Box */
.as-product-order-box {
  background: var(--as-white);
  padding: 5px 20px;
  border-radius: 12px;
}

/* Product Features */
.as-product-features {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: var(--as-primary-lighter);
  padding: 20px;
  border-radius: 12px;
}

.as-product-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.as-product-feature i {
  font-size: 24px;
  color: var(--as-primary);
}

.as-product-feature-text {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 600;
  color: var(--as-dark);
  line-height: 1.3;
}

/* Payment Logos */
.as-payment-logos {
  text-align: center;
}

.as-payment-logos img {
  max-width: 100%;
  height: auto;
}

/* Product Care Content */
.as-product-care-content {
  background: var(--as-white);
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
}

.as-product-care-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 20px;
}

/* Similar Products */
.as-similar-products {
  padding: 50px 0;
  background: var(--as-white);
}

/* ===========================================
   BUY FORM
   =========================================== */

.as-buy-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-date-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: none;
  box-shadow: none;
}

.as-date-selector::before,
.as-date-selector::after {
  display: none;
}

/* Location Search */
.as-location-search {
  position: relative;
  border: none;
  box-shadow: none;
}

.as-location-input-wrapper {
  position: relative;
  border: none;
  box-shadow: none;
}

.as-location-input-wrapper::after {
  display: none;
}

.as-location-input-wrapper>i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--as-primary);
  font-size: 16px;
  z-index: 1;
}

.as-location-input {
  width: 100%;
  padding: 12px 35px 12px 40px;
  font-size: 14px;
  font-family: inherit;
  border: 2px solid #eee;
  border-radius: 8px;
  transition: border-color 0.2s;
}

.as-location-input:focus {
  outline: none;
  border-color: var(--as-primary);
}

.as-location-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
}

.as-location-clear:hover {
  color: var(--as-dark);
}

.as-location-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.as-location-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-location-results li {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.as-location-results li:last-child {
  border-bottom: none;
}

.as-location-results li:hover,
.as-location-results li.highlighted {
  background: var(--as-primary-lighter);
}

/* Order Dates */
.as-order-dates {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.as-order-dates:empty {
  display: none;
}

/* Extra Products */
.as-extra-products {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.as-extra-products:empty {
  display: none;
}

/* Addon List */
.as-addon-list {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 8px;
}

.as-addon-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--as-dark);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.as-addon-title i {
  color: var(--as-primary);
}

.as-addon-grid {
  display: grid;
  gap: 10px;
}

.as-addon-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.as-addon-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.as-addon-item {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  border: 2px solid transparent;
  transition: border-color 0.2s, background-color 0.2s;
  cursor: pointer;
}

.as-addon-item:hover {
  background: var(--as-primary-lighter);
}

.as-addon-item.selected {
  border-color: var(--as-primary);
  background: var(--as-primary-lighter);
}

.as-addon-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 6px;
}

.as-addon-info {
  margin-bottom: 6px;
}

.as-addon-price {
  font-size: 13px;
  font-weight: 600;
  color: var(--as-primary);
}

.as-addon-btn {
  background: var(--as-primary);
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.as-addon-btn:hover {
  background: #e03565;
}

/* Sub Product */
.as-sub-product {
  display: flex;
  gap: 12px;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 10px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.as-sub-product.selected {
  border-color: var(--as-primary);
  background: var(--as-primary-lighter);
}

.as-sub-product-image {
  flex: 0 0 80px;
}

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

.as-sub-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-sub-product-info p {
  margin: 0;
  font-size: 13px;
  color: var(--as-gray);
}

/* Buy Footer */
.as-buy-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 16px;
  border-top: 2px solid #eee;
  margin-top: 8px;
}

.as-buy-price {
  display: flex;
  flex-direction: column;
}

.as-buy-price-old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.as-buy-price-current {
  font-size: 26px;
  font-weight: 700;
  color: var(--as-primary);
}

.as-buy-button {
  background: var(--as-primary);
  color: #fff;
  border: none;
  padding: 16px 35px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.2s, transform 0.2s;
}

.as-buy-button:hover {
  background: #e03565;
  transform: translateY(-2px);
}

/* ===========================================
   STOCK OUT & NOTIFY MODAL
   =========================================== */

.as-stock-out {
  text-align: center;
  padding: 20px;
}

.as-stock-out-badge {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.as-stock-notify-btn {
  background: var(--as-primary);
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.2s;
}

.as-stock-notify-btn:hover {
  background: #e03565;
}

/* Modal */
.as-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.as-modal.open {
  display: flex;
}

.as-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.as-modal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.as-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
}

.as-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0;
}

.as-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
}

.as-modal-close:hover {
  color: var(--as-dark);
}

.as-modal-body {
  padding: 25px;
}

.as-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 25px;
  border-top: 1px solid #eee;
}

/* ===========================================
   FORM ELEMENTS
   =========================================== */

.as-form-group {
  margin-bottom: 15px;
}

.as-form-group:last-child {
  margin-bottom: 0;
}

.as-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--as-dark);
  margin-bottom: 8px;
}

.as-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.2s;
}

.as-input:focus {
  outline: none;
  border-color: var(--as-primary);
}

.as-input-icon {
  position: relative;
}

.as-input-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.as-input-icon .as-input {
  padding-left: 45px;
}

.as-textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #ddd;
  border-radius: 8px;
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.2s;
}

.as-textarea:focus {
  outline: none;
  border-color: var(--as-primary);
}

/* Buttons */
.as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  border: 1px solid transparent;
}

.as-btn-primary {
  background: var(--as-primary);
  color: #fff;
  border-color: var(--as-primary);
}

.as-btn-primary:hover {
  background: #e03565;
  border-color: #e03565;
}

.as-btn-secondary {
  background: #f0f0f0;
  color: var(--as-dark);
  border-color: #ddd;
}

.as-btn-secondary:hover {
  background: #e5e5e5;
}

.as-btn-block {
  width: 100%;
}

/* ===========================================
   COMMENTS SECTION
   =========================================== */

.as-comments-section {
  padding: 40px 0;
  background: #f8f8f8;
}

.as-comments-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.as-comments-grid.has-comments {
  grid-template-columns: 1fr 1fr;
}

.as-comments-box,
.as-comment-form {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
}

.as-comments-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 20px;
}

.as-comments-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.as-comment-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.as-comment-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.as-comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.as-comment-author {
  font-weight: 600;
  color: var(--as-dark);
  font-size: 14px;
}

.as-comment-rating {
  display: flex;
  gap: 2px;
}

.as-comment-rating i {
  color: #ffc107;
  font-size: 12px;
}

.as-comment-text {
  font-size: 14px;
  color: var(--as-gray);
  margin: 0;
  line-height: 1.5;
}

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

.as-star-rating input {
  display: none;
}

.as-star-rating label {
  cursor: pointer;
}

.as-star-rating label i {
  font-size: 24px;
  color: #ddd;
  transition: color 0.2s;
}

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

/* ===========================================
   PRODUCT DETAIL MOBILE RESPONSIVE
   =========================================== */

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

  .as-product-gallery-wrapper {
    position: static;
  }

  .as-product-detail-title {
    font-size: 22px;
  }

  .as-product-features {
    flex-wrap: wrap;
    justify-content: center;
  }

  .as-comments-grid.has-comments {
    grid-template-columns: 1fr;
  }

  /* Mobile: Reorder product info sections */
  .as-product-order-box {
    order: 1;
  }

  .as-product-info-box {
    order: 2;
  }

  .as-product-features {
    order: 3;
  }

  .as-payment-logos {
    order: 4;
  }
}

@media (max-width: 576px) {
  .as-product-detail {
    padding: 15px 0;
  }

  .as-product-info-wrapper {
    gap: 10px;
  }

  .as-product-info-box,
  .as-product-order-box {
    padding: 15px;
  }

  .as-product-detail-title {
    font-size: 18px;
  }

  .as-buy-footer {
    flex-direction: column;
    gap: 15px;
  }

  .as-buy-price {
    text-align: center;
  }

  .as-buy-button {
    width: 100%;
    justify-content: center;
  }

  .as-product-features {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .as-gallery-thumb {
    width: 60px;
    height: 60px;
  }

  .as-addon-grid-2,
  .as-addon-grid-3,
  .as-addon-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .as-sub-product {
    flex-direction: column;
    text-align: center;
  }

  .as-sub-product-image {
    flex: none;
  }

  .as-comments-section {
    padding: 25px 0;
  }

  .as-comments-box,
  .as-comment-form {
    padding: 20px;
  }
}

/* ===========================================
   DATE SELECTOR (Order Dates)
   =========================================== */

.as-order-dates ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-order-dates ul.has-special {
  /* Özel gün varsa 4 item göster */
}

.as-order-dates li {
  flex: 1;
  min-width: 80px;
  position: relative;
}

.as-order-dates li input.rd {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.as-order-dates li label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  background: #f8f8f8;
  border: 2px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: var(--as-gray);
  transition: all 0.2s;
  min-height: 58px;
}

.as-order-dates li label:hover {
  border-color: var(--as-primary-light);
  background: var(--as-primary-lighter);
}

.as-order-dates li label.selected,
.as-order-dates li input:checked+label {
  border-color: var(--as-primary);
  background: var(--as-primary-lighter);
  color: var(--as-primary);
}

.as-order-dates li label strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--as-dark);
  margin-top: 4px;
}

.as-order-dates li label.selected strong,
.as-order-dates li input:checked+label strong {
  color: var(--as-primary);
}

/* Disabled days (closed) */
.as-order-dates li input:disabled+label {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f0f0f0;
}

.as-order-dates li input:disabled+label:hover {
  border-color: #eee;
  background: #f0f0f0;
}

/* Special day */
.as-order-dates li.special-day label {
  background: linear-gradient(135deg, #fff0f4 0%, #ffe4ec 100%);
  border-color: var(--as-primary-light);
}

.as-order-dates li.special-day label i {
  color: var(--as-primary);
  margin-right: 5px;
}

.as-order-dates li.special-day label.selected {
  background: var(--as-primary);
  color: #fff;
}

.as-order-dates li.special-day label.selected strong {
  color: #fff;
}

/* Calendar date selector */
.as-order-dates li label.date-selector {
  font-size: 12px;
}

.as-order-dates li label.date-selector i {
  font-size: 20px;
  color: var(--as-primary);
  margin-top: 5px;
}

.as-order-dates li label.date-selector.date-selected {
  line-height: 1.3;
}

/* Hidden datepicker input */
.as-order-dates .datepicker {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* ===========================================
   DELIVERY TIME SELECTOR
   =========================================== */

.as-order-dates .deliveryTimes {
  margin-top: 10px;
}

.as-order-dates .form-group {
  margin-bottom: 0;
}

.as-order-dates .time-selector {
  position: relative;
}

.as-order-dates .time-selector i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--as-primary);
  font-size: 16px;
  z-index: 1;
}

.as-order-dates .time-selector select,
.as-order-dates .time-selector .form-control {
  width: 100%;
  padding: 12px 15px 12px 40px;
  font-size: 14px;
  font-family: inherit;
  border: 2px solid #eee;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.2s;
}

.as-order-dates .time-selector select:focus,
.as-order-dates .time-selector .form-control:focus {
  outline: none;
  border-color: var(--as-primary);
}

.as-order-dates .specialTimes {
  margin-top: 10px;
}

/* ===========================================
   FLATPICKR CUSTOM STYLES
   =========================================== */

.flatpickr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

.flatpickr-calendar {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 16px;
  width: 340px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  border-radius: 12px;
  border: none;
}

.flatpickr-calendar .flatpickr-months {
  padding: 10px 0;
  border-radius: 12px 12px 0 0;
}

.flatpickr-calendar .flatpickr-current-month {
  font-size: 18px;
  font-weight: 600;
}

.flatpickr-calendar .flatpickr-day {
  height: 44px;
  line-height: 44px;
  max-width: 44px;
  border-radius: 8px;
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected:hover {
  background: var(--as-primary);
  border-color: var(--as-primary);
}

.flatpickr-calendar .flatpickr-day:hover {
  background: var(--as-primary-lighter);
  border-color: var(--as-primary-light);
}

/* Special day in calendar */
.flatpickr-day.special-day-calendar {
  background-color: var(--as-primary);
  color: #fff;
  border-color: var(--as-primary);
  position: relative;
}

.flatpickr-day.special-day-calendar:hover {
  background-color: #e03565;
  border-color: #e03565;
}

.flatpickr-day.special-day-calendar::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  top: 2px;
  right: 4px;
}

/* Desktop larger calendar */
@media (min-width: 992px) {
  .flatpickr-calendar {
    width: 450px;
    padding: 15px;
  }

  .flatpickr-calendar .flatpickr-innerContainer {
    width: 100%;
  }

  .flatpickr-calendar .flatpickr-rContainer,
  .flatpickr-calendar .flatpickr-days,
  .flatpickr-calendar .dayContainer {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .flatpickr-calendar .flatpickr-day {
    height: 55px;
    line-height: 55px;
    max-width: none;
    flex-basis: calc(100% / 7);
    font-size: 15px;
  }

  .flatpickr-calendar .flatpickr-weekdays {
    width: 100%;
  }

  .flatpickr-calendar .flatpickr-weekday {
    font-size: 13px;
    flex-basis: calc(100% / 7);
  }

  .flatpickr-calendar .flatpickr-months {
    padding: 12px 0;
  }

  .flatpickr-calendar .flatpickr-current-month {
    font-size: 20px;
  }
}

/* Mobile date selector */
@media (max-width: 576px) {
  .as-order-dates ul {
    gap: 8px;
  }

  .as-order-dates li {
    min-width: 70px;
  }

  .as-order-dates li label {
    padding: 10px 8px;
    font-size: 11px;
    min-height: 60px;
  }

  .as-order-dates li label strong {
    font-size: 12px;
  }

  .flatpickr-calendar {
    width: calc(100vw - 30px);
    max-width: 340px;
  }
}

/* ===========================================
   Login Panel (Sipariş Ver Slide Panel)
   =========================================== */

.as-login-panel {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  background: var(--as-white);
  z-index: 9999;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.as-login-panel.active {
  right: 0;
}

.as-login-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.as-login-panel.active+.as-login-panel-overlay {
  opacity: 1;
  visibility: visible;
}

.as-login-panel-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: none;
  background: #f3f4f6;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.as-login-panel-close i {
  font-size: 16px;
  color: var(--as-gray);
}

.as-login-panel-close:hover {
  background: var(--as-primary);
}

.as-login-panel-close:hover i {
  color: var(--as-white);
}

.as-login-panel-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow-y: auto;
}

.as-login-panel-header {
  text-align: center;
  padding: 40px 0 30px;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 30px;
}

.as-login-panel-logo {
  margin-bottom: 20px;
}

.as-login-panel-logo img {
  max-height: 60px;
  width: auto;
}

.as-login-panel-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 8px;
}

.as-login-panel-subtitle {
  font-size: 14px;
  color: var(--as-light-gray);
}

.as-login-panel-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.as-login-panel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.as-login-panel-btn i {
  font-size: 18px;
}

.as-login-panel-btn-primary {
  background: linear-gradient(135deg, var(--as-primary) 0%, #e03565 100%);
  color: var(--as-white);
  box-shadow: 0 4px 15px rgba(246, 64, 113, 0.3);
}

.as-login-panel-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(246, 64, 113, 0.4);
}

.as-login-panel-btn-facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0e5fbb 100%);
  color: var(--as-white);
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.as-login-panel-btn-facebook:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4);
}

.as-login-panel-btn-secondary {
  background: #f8fafc;
  color: var(--as-dark);
  border: 2px solid #e5e7eb;
}

.as-login-panel-btn-secondary:hover {
  background: var(--as-primary-lighter);
  border-color: var(--as-primary-light);
  color: var(--as-primary);
}

.as-login-panel-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}

.as-login-panel-divider::before,
.as-login-panel-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.as-login-panel-divider span {
  font-size: 13px;
  color: var(--as-light-gray);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.as-login-panel-promo {
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, var(--as-primary-lighter) 0%, #fce7ef 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.as-login-panel-promo-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--as-primary) 0%, #e03565 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.as-login-panel-promo-icon i {
  font-size: 22px;
  color: var(--as-white);
}

.as-login-panel-promo-content strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--as-primary);
  margin-bottom: 4px;
}

.as-login-panel-promo-content p {
  font-size: 13px;
  color: var(--as-gray);
  margin: 0;
  line-height: 1.4;
}

/* Mobile responsive */
@media (max-width: 576px) {
  .as-login-panel {
    width: 100%;
    right: -100%;
  }

  .as-login-panel-content {
    padding: 20px;
  }

  .as-login-panel-header {
    padding: 30px 0 20px;
  }

  .as-login-panel-title {
    font-size: 20px;
  }

  .as-login-panel-btn {
    padding: 14px 20px;
    font-size: 14px;
  }
}

/* ===========================================
   Auth Pages (Login, Register, Reset Password)
   =========================================== */

.as-auth-section {
  padding: 3rem 0;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}

.as-auth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .as-auth-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.as-auth-centered {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}

/* Welcome Section */
.as-auth-welcome {
  text-align: center;
}

@media (min-width: 768px) {
  .as-auth-welcome {
    text-align: left;
  }
}

.as-auth-welcome-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.as-auth-welcome-title i {
  color: var(--as-primary);
  margin-right: 0.5rem;
}

.as-auth-welcome-title strong {
  color: var(--as-primary);
}

.as-auth-welcome-text {
  font-size: 1rem;
  color: var(--as-gray);
}

.as-auth-welcome-text a {
  color: var(--as-primary);
  font-weight: 600;
  text-decoration: underline;
}

.as-auth-welcome-text a:hover {
  text-decoration: none;
}

/* Benefits Section */
.as-auth-benefits {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--as-primary-lighter);
  border-radius: 12px;
}

.as-auth-benefits-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 1rem;
}

.as-auth-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.as-auth-benefits-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.9375rem;
  color: var(--as-dark);
}

.as-auth-benefits-list li i {
  width: 32px;
  height: 32px;
  background: var(--as-primary);
  color: var(--as-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.as-auth-benefits-footer {
  font-size: 0.875rem;
  color: var(--as-gray);
  margin: 0;
}

/* Auth Box */
.as-auth-box {
  background: var(--as-white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.as-auth-box-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--as-primary) 0%, #e03565 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.as-auth-box-icon i {
  font-size: 1.75rem;
  color: var(--as-white);
}

.as-auth-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 1.5rem;
  text-align: center;
}

.as-auth-box-desc {
  font-size: 0.9375rem;
  color: var(--as-gray);
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Auth Form */
.as-auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.as-auth-link {
  color: var(--as-primary);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.as-auth-link:hover {
  color: #e03565;
  text-decoration: underline;
}

.as-auth-link i {
  margin-right: 0.25rem;
}

.as-auth-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}

.as-auth-divider::before,
.as-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.as-auth-divider span {
  font-size: 0.8125rem;
  color: var(--as-light-gray);
  text-transform: uppercase;
}

/* Radio Group */
.as-radio-group {
  display: flex;
  gap: 1.5rem;
}

.as-radio {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  font-size: 0.9375rem;
  color: var(--as-dark);
  user-select: none;
}

.as-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.as-radio-mark {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
  background: var(--as-white);
}

.as-radio:hover .as-radio-mark {
  border-color: var(--as-primary-light, #b7d6a7);
}

.as-radio input:checked+.as-radio-mark {
  border-color: var(--as-primary);
}

.as-radio input:checked+.as-radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--as-primary);
  border-radius: 50%;
}

/* Checkbox */
.as-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--as-gray);
  line-height: 1.5;
  user-select: none;
}

.as-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.as-checkbox-mark {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s ease;
  margin-top: 2px;
  background: var(--as-white);
}

.as-checkbox:hover .as-checkbox-mark {
  border-color: var(--as-primary-light, #b7d6a7);
}

.as-checkbox input:checked+.as-checkbox-mark {
  background: var(--as-primary);
  border-color: var(--as-primary);
}

.as-checkbox input:checked+.as-checkbox-mark::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.75rem;
  color: var(--as-white);
}

.as-checkbox a {
  color: var(--as-primary);
  text-decoration: underline;
}

.as-checkbox a:hover {
  text-decoration: none;
}

/* Company Fields */
.as-company-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
}

/* Facebook Button */
.as-btn-facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0e5fbb 100%);
  color: var(--as-white);
}

.as-btn-facebook:hover {
  background: linear-gradient(135deg, #0e5fbb 0%, #0a4a94 100%);
  color: var(--as-white);
}

.as-btn-facebook i {
  margin-right: 0.5rem;
}

/* Text utilities */
.as-text-center {
  text-align: center;
}

/* ========================================
   CUSTOMER PANEL
   ======================================== */

.as-customer-section {
  padding: 3rem 0;
  min-height: 60vh;
}

.as-customer-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 768px) {
  .as-customer-grid {
    grid-template-columns: 1fr;
  }
}

/* Sidebar */
.as-customer-sidebar {
  position: sticky;
  top: 1rem;
}

.as-customer-sidebar-box {
  background: var(--as-white);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.as-customer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-customer-menu li {
  border-bottom: 1px solid #f1f1f1;
}

.as-customer-menu li:last-child {
  border-bottom: none;
}

.as-customer-menu a {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  color: var(--as-dark);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
}

.as-customer-menu a:hover {
  background: #f8f9fa;
  color: var(--as-primary);
}

.as-customer-menu li.active a {
  background: var(--as-primary);
  color: var(--as-white);
}

.as-customer-menu a i {
  width: 20px;
  text-align: center;
  font-size: 1rem;
}

/* Content Area */
.as-customer-content {
  min-width: 0;
}

.as-customer-box {
  background: var(--as-white);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 2rem;
}

.as-customer-box-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 1.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
}

.as-customer-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Order List */
.as-order-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.as-order-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.as-order-item:hover {
  background: #f1f3f5;
}

.as-order-item-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--as-white);
}

.as-order-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.as-order-item-info {
  flex: 1;
  min-width: 0;
}

.as-order-item-title {
  font-weight: 500;
  color: var(--as-dark);
  margin-bottom: 0.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.as-order-item-code {
  font-size: 0.875rem;
  color: var(--as-gray);
}

.as-order-item-action {
  flex-shrink: 0;
}

/* Button Variants */
.as-btn-outline {
  background: transparent;
  border: 1px solid var(--as-primary);
  color: var(--as-primary);
}

.as-btn-outline:hover {
  background: var(--as-primary);
  color: var(--as-white);
}

.as-btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

/* Empty State */
.as-empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--as-gray);
}

.as-empty-state i {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.as-empty-state p {
  margin: 0;
  font-size: 1rem;
}

/* Input Error State */
.as-input-error {
  border-color: #dc3545 !important;
}

@media (max-width: 768px) {
  .as-customer-section {
    padding: 1.5rem 0;
  }

  .as-customer-sidebar {
    position: static;
  }

  .as-customer-box {
    padding: 1.25rem;
  }

  .as-order-item {
    flex-wrap: wrap;
  }

  .as-order-item-image {
    width: 60px;
    height: 60px;
  }

  .as-order-item-action {
    width: 100%;
    margin-top: 0.5rem;
  }

  .as-order-item-action .as-btn {
    width: 100%;
  }
}

/* ========================================
   ORDER TRACKING
   ======================================== */

.as-tracking-section {
  padding: 3rem 0;
  min-height: 50vh;
}

.as-tracking-wrapper {
  display: flex;
  justify-content: center;
}

.as-tracking-box {
  background: var(--as-white);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 2.5rem;
  width: 100%;
  max-width: 480px;
  text-align: center;
}

.as-tracking-box-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, var(--as-primary) 0%, var(--as-primary-dark, #5a8a4a) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-tracking-box-icon i {
  font-size: 1.5rem;
  color: var(--as-white);
}

.as-tracking-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 0.5rem 0;
}

.as-tracking-desc {
  color: var(--as-gray);
  margin: 0 0 1.5rem 0;
}

.as-tracking-form {
  text-align: left;
}

.as-captcha-wrapper {
  display: flex;
  justify-content: center;
}

/* Tracking Result */
.as-tracking-result-section {
  padding: 2rem 0 3rem;
}

.as-tracking-result-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 1.5rem 0;
}

.as-tracking-alert {
  background: #dbeafe;
  border: 1px solid #93c5fd;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}

.as-tracking-alert-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .as-tracking-alert-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.as-tracking-alert-info {
  color: #1e40af;
}

.as-tracking-alert-info strong {
  display: block;
  margin-bottom: 0.25rem;
}

.as-tracking-alert-info small {
  color: #2563eb;
  font-size: 0.875rem;
}

.as-tracking-close-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: var(--as-white);
  border: 1px solid #9ca3af;
  border-radius: 6px;
  color: #4b5563;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.as-tracking-close-btn:hover {
  background: #f3f4f6;
  border-color: #6b7280;
}

/* Tracker Box */
.as-tracker-box {
  background: var(--as-white);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.as-tracker-box-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 1rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f1f1;
}

.as-tracker-product-header {
  margin-bottom: 1rem;
}

.as-tracker-product-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--as-dark);
  margin: 0 0 0.25rem 0;
}

.as-tracker-receiver {
  font-size: 0.875rem;
  color: var(--as-gray);
}

.as-tracker-cart-list {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #e5e7eb;
}

.as-tracker-cart-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.as-tracker-cart-item:last-child {
  margin-bottom: 0;
}

.as-tracker-cart-img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

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

.as-tracker-cart-content {
  flex: 1;
  font-size: 0.9375rem;
}

.as-tracker-dl {
  margin: 0;
}

.as-tracker-dl dt {
  font-weight: 600;
  color: #374151;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.as-tracker-dl dt:first-child {
  margin-top: 0;
}

.as-tracker-dl dd {
  margin: 0.25rem 0 0 0;
  color: #4b5563;
  font-size: 0.9375rem;
}

/* ========================================
   PAYMENT PAGE
   ======================================== */

.as-payment-section {
  padding: 2rem 0 3rem;
}

.as-checkout-steps {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.as-checkout-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #f3f4f6;
  border-radius: 8px;
  color: var(--as-gray);
  font-size: 0.9375rem;
}

.as-checkout-step-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1d5db;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--as-white);
}

.as-checkout-step-done {
  background: #dcfce7;
  color: #166534;
}

.as-checkout-step-done .as-checkout-step-icon {
  background: #22c55e;
}

.as-checkout-step-active {
  background: var(--as-primary);
  color: var(--as-white);
}

.as-checkout-step-active .as-checkout-step-icon {
  background: rgba(255, 255, 255, 0.2);
}

.as-payment-box {
  background: var(--as-white);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.as-payment-types {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f1f1f1;
}

.as-payment-type {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.as-payment-type input {
  width: 18px;
  height: 18px;
  accent-color: var(--as-primary);
}

.as-payment-type-label {
  font-size: 0.9375rem;
  color: var(--as-dark);
}

.as-payment-footer {
  background: var(--as-white);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}

.as-payment-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.as-payment-total-label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--as-dark);
}

.as-payment-total-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--as-primary);
}

.as-payment-submit {
  text-align: center;
}

.as-btn-lg {
  padding: 1rem 3rem;
  font-size: 1.0625rem;
}

@media (max-width: 768px) {
  .as-checkout-steps {
    flex-direction: column;
    gap: 0.5rem;
  }

  .as-checkout-step {
    justify-content: center;
  }

  .as-checkout-step span {
    display: none;
  }

  .as-checkout-step-active span {
    display: inline;
  }
}

/* ========================================
   PRICE ROWS (Coupon/Cart Summary)
   ======================================== */

.as-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0;
}

.as-price-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--as-dark);
  font-size: 0.9375rem;
}

.as-price-label i {
  color: var(--as-gray);
}

.as-price-value {
  font-weight: 500;
  color: var(--as-dark);
}

.as-price-discount .as-price-label {
  color: #dc2626;
}

.as-price-discount .as-price-label i {
  color: #dc2626;
}

.as-price-discount .as-price-value {
  color: #dc2626;
}

.as-price-total {
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}

.as-price-total .as-price-label {
  font-weight: 600;
}

.as-price-total .as-price-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--as-primary);
}

/* ========================================
   SELECT WITH ICON
   ======================================== */

.as-select-with-icon {
  position: relative;
}

.as-select-with-icon > i:first-child {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--as-gray);
  z-index: 1;
  pointer-events: none;
}

.as-select-with-icon .as-select {
  padding-left: 2.75rem;
}

.as-select-with-icon .as-select-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--as-gray);
  pointer-events: none;
}

/* ========================================
   FLATPICKR MODERN THEME
   ======================================== */

.flatpickr-calendar {
  background: var(--as-white);
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
  width: 600px !important;
  padding: 0;
  overflow: visible;
  animation: flatpickrFadeIn 0.2s ease-out;
}

@keyframes flatpickrFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.flatpickr-calendar.open {
  z-index: 99999;
}

.flatpickr-calendar::before,
.flatpickr-calendar::after {
  display: none;
}

/* Header / Month Navigation */
.flatpickr-months {
  background: transparent;
  padding: 20px 16px 12px;
  border-bottom: 1px solid #f1f5f9;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: var(--as-dark);
  fill: var(--as-dark);
  height: 40px;
}

.flatpickr-current-month {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--as-dark);
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: transparent;
  color: var(--as-dark);
  font-weight: 700;
  font-size: 1.25rem;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 4px;
  cursor: pointer;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  color: var(--as-primary);
}

.flatpickr-current-month input.cur-year {
  color: var(--as-dark);
  font-weight: 700;
  font-size: 1.25rem;
}

.flatpickr-current-month .numInputWrapper {
  width: 70px;
}

.flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  fill: var(--as-gray);
  color: var(--as-gray);
  padding: 10px;
  border-radius: 50%;
  transition: all 0.2s ease;
  top: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  background: var(--as-primary-lighter, #fff0f4);
  fill: var(--as-primary);
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* Weekdays */
.flatpickr-weekdays {
  background: transparent;
  padding: 16px 12px 8px;
}

.flatpickr-weekday {
  background: transparent;
  color: var(--as-gray);
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Days Container */
.flatpickr-innerContainer {
  padding: 0 12px 16px;
}

.flatpickr-days {
  width: 100%;
}

.dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  justify-content: flex-start;
}

/* Day Cells */
.flatpickr-day {
  border-radius: 12px;
  color: var(--as-dark);
  font-size: 1rem;
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  margin: 3px;
  max-width: 70px;
  flex-basis: 70px;
  border: 2px solid transparent;
  transition: all 0.15s ease;
}

.flatpickr-day:hover {
  background: var(--as-primary-lighter, #fff0f4);
  border-color: transparent;
  color: var(--as-primary);
  transform: scale(1.05);
}

.flatpickr-day.today {
  background: transparent;
  border-color: var(--as-primary);
  color: var(--as-primary);
  font-weight: 600;
}

.flatpickr-day.today:hover {
  background: var(--as-primary);
  border-color: var(--as-primary);
  color: var(--as-white);
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
  background: var(--as-primary);
  border-color: var(--as-primary);
  color: var(--as-white);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(246, 64, 113, 0.35);
  transform: scale(1.05);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: #e2e8f0;
  background: transparent;
  cursor: not-allowed;
  transform: none;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #cbd5e1;
  background: transparent;
}

.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover {
  background: #f8fafc;
  color: #94a3b8;
  transform: none;
}

/* Overlay for mobile */
.flatpickr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
  backdrop-filter: blur(4px);
  animation: overlayFadeIn 0.2s ease-out;
}

@keyframes overlayFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .flatpickr-calendar {
    width: calc(100vw - 24px);
    max-width: 380px;
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 20px;
  }

  .flatpickr-day {
    height: 44px;
    line-height: 44px;
    max-width: 44px;
    flex-basis: 44px;
    font-size: 0.875rem;
  }

  .flatpickr-months {
    padding: 16px 12px 10px;
  }

  .flatpickr-current-month {
    font-size: 1.125rem;
  }
}

/* ========================================
   CF-CHECKBOX (Checkout Flow)
   ======================================== */

.cf-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
}

.cf-checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: var(--as-white);
  border: 2px solid #d1d5db;
  border-radius: 6px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.cf-checkbox:hover {
  border-color: var(--as-primary);
}

.cf-checkbox:checked {
  background: var(--as-primary);
  border-color: var(--as-primary);
}

.cf-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid var(--as-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cf-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(246, 64, 113, 0.15);
}

.cf-checkbox-label {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--as-dark);
  cursor: pointer;
}

.cf-checkbox-label a {
  color: var(--as-primary);
  text-decoration: underline;
}

.cf-checkbox-label a:hover {
  text-decoration: none;
}
/* ===========================================
   VIDEO MODAL
   =========================================== */
.as-video-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.as-video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.as-video-modal-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.as-video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: var(--as-white);
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: transform 0.2s ease;
}

.as-video-modal-close:hover {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .as-video-modal-content {
    width: 95%;
  }
  
  .as-video-modal-close {
    top: -35px;
    font-size: 1.75rem;
  }
}
