@charset "UTF-8";
/* COMPONENTS.CSS — Global Reusable Components */

/* Pagination */
.gi-pro-pagination ul li a:hover i {
  color: #fff;
}

.gi-pro-pagination ul li a.next {
  width: auto;
  padding: 0 13px;
  color: #fff;
  background-color: #5a8219;
  line-height: 30px;
}

.gi-pro-pagination ul li a.next i {
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  color: #fff;
}

.gi-pro-pagination ul li a.next:hover i {
  color: #fff;
}

.gi-pro-pagination ul li a.active {
  color: #fff;
  background-color: #5a8219;
}

/* Product loop card — migrated to v-components.css (.gi-product-inner) */

/* gi-single-product — removed; PDP Hero badge sizing → page.css (.gi-single-product .gl-tag-sm) */

/* Components from page.css */

/* GLOBAL TAG SYSTEM — migrated to v-components.css */

/* 6. Filter Tag — migrated to v-components.css (.gi-shop .gl-filter-tag) */

/* Sort dropdown focus state removal */
#sort-desktop,
#sort-mobile {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

#sort-desktop:focus,
#sort-mobile:focus,
#sort-desktop:focus-visible,
#sort-mobile:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.gl-identity-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gl-identity-card:hover {
  transform: none;
}

.gl-form-group input:focus,
.gl-form-group select:focus,
.gl-form-group textarea:focus {
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(90, 130, 25, 0.08);
}

.gl-nav-card {
  transition: all 0.3s ease;
}

.gl-nav-card:hover {
  transform: none;
}

.gl-nav-card img {
  transition: transform 0.5s ease;
}

.gl-nav-card:hover img {
  transform: scale(1.05);
}

.gl-availability-container {
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
}

/* Form refinement */
.gl-form-group input::placeholder,
.gl-form-group textarea::placeholder {
  color: #999999;
}

.gl-form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23999999'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

/* Product List Page - Sidebar layout/mobile drawer — migrated to v-components.css */

/* Reviews List Page - #review_sidebar Card Style */

#review_sidebar .gi-sidebar-block,
#open_sidebar .gi-sidebar-block {
  background: #ffffff;
  border: 1px solid #e5e5e7;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

#review_sidebar .gi-sidebar-block .gi-sb-title,
#open_sidebar .gi-sidebar-block .gi-sb-title {
  margin-bottom: 0;
}

#review_sidebar .gi-sidebar-block .gi-sb-block-content ul,
#open_sidebar .gi-sidebar-block .gi-sb-block-content ul {
  margin-top: 0;
}

/* Product List Page - Sidebar Keyword Search */

#sidebar-keyword-input {
  width: 100%;
  height: 44px;
  padding-left: 40px;
  padding-right: 44px;
  font-family: inherit;
  font-size: 14px;
  color: #262626;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e7;
  border-radius: 9999px;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0;
}

#sidebar-keyword-input::placeholder {
  color: #999;
  letter-spacing: 0;
}

#sidebar-keyword-input:focus {
  background-color: #ffffff;
  border-color: #5a8219;
  box-shadow: 0 0 0 3px rgba(90, 130, 25, 0.08);
}

/* Clear All — migrated to v-components.css (.gl-shop-filter-clear); #sidebar-search-reset is JS hook only */

/* Product List Page - Color Variant Dots — shop loop migrated to v-components.css (.gi-shop scope) */

/* Product List Page - Left Sidebar Filter — migrated to v-components.css */

/* GI-ACCORDION item — migrated to v-components.css */

/* GI-TOAST animation stub — migrated to v-components.css */

/* CUSTOM CHECKBOX DOT FOR PROJECT GOAL */

/* Outer square: checked state */
input[type="checkbox"]:checked~div .gl-checkbox-dot {
  border-color: #5a8219;
  background-color: #5a8219;
}

/* Inner checkmark: checked state */
input[type="checkbox"]:checked~div .gl-checkbox-dot-inner {
  color: #fff;
  opacity: 1;
}

/* DESIGN FORM - SELECTED CHECKMARK ICON */

.gl-design-check-group label>div {
  position: relative;
}

.gl-design-check-group label>input:checked+div::after {
  content: '✓';
  position: absolute;
  bottom: 3px;
  right: 5px;
  color: #5a8219;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

/* Exclude sections that use their own selection indicator */
.gl-design-check-group .gl-no-check label>input:checked+div::after {
  display: none;
}

/* GI-RICHTEXT — migrated to v-components.css */

/* GI-INPUT — migrated to v-components.css */

/* Pre-order Product Card — shop loop migrated to v-components.css (.gi-shop .gi-product-preorder) */

/* Product Card — Unified Component System — loop body migrated to v-components.css */

/* Shop toolbar WC widgets — migrated to v-components.css (.gi-shop-toolbar) */

/* WC Loop Grid — shop list migrated to v-components.css (.gi-shop ul.products) */

/* Owl Carousel strips: suppress grid flash before JS init */
ul.products.owl-carousel:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: nowrap;
  overflow: hidden;
  opacity: 0;
  animation: glCarouselFallback 0s 4s forwards;
}

ul.products.owl-carousel:not(.owl-loaded)>li {
  flex: 0 0 20%;
  min-width: 0;
}

@keyframes glCarouselFallback {
  to {
    opacity: 1;
  }
}

/* <li.product> + .gi-product-inner card — migrated to v-components.css */

/* GL-BODY .price + global .stock — migrated to v-components.css */
/* WC .onsale Badge — Override to GL tag system */
.onsale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 4px;
  white-space: nowrap;
  /* Storefront reset */
  position: static;
  border: none;
  text-transform: none;
  margin: 0;
  /* Match gl-tag-discount */
  background-color: rgba(220, 38, 38, 0.85);
  color: #ffffff;
  backdrop-filter: blur(4px);
}

/* Loop Add to Cart — override WC .button defaults */
.gl-loop-atc.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 16px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #5a8219;
  background-color: #ffffff;
  border: 1px solid #5a8219;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gl-loop-atc.button:hover {
  color: #ffffff;
  background-color: #5a8219;
}

/* WC AJAX states */
.gl-loop-atc.button.loading {
  opacity: 0.6;
  pointer-events: none;
}

.gl-loop-atc.button.added {
  color: #5a8219;
  border-color: #5a8219;
}

.gl-loop-atc.button.added:hover {
  color: #ffffff;
  background-color: #5a8219;
}

/* Variable / Out of Stock — subtle secondary style */
.gl-loop-atc.product_type_variable,
.gl-loop-atc.button:not(.ajax_add_to_cart) {
  color: #525252;
  border-color: #d4d4d4;
}

.gl-loop-atc.product_type_variable:hover,
.gl-loop-atc.button:not(.ajax_add_to_cart):hover {
  color: #5a8219;
  border-color: #5a8219;
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .gl-loop-atc.button {
    padding: 8px 12px;
    font-size: 13px;
    margin-top: 10px;
  }
}

/* Quick Add hover overlay — removed (list/related cards: click through to PDP; legacy: product-list.html) */

/* Product Strip Carousel — Shadow Safe Zone */
.gl-strip-carousel-wrapper {
  padding-bottom: 10px;
}

.gl-strip-carousel-wrapper .owl-stage {
  display: flex;
}

/* Equal-height cards across all strips */
.gl-strip-carousel-wrapper .owl-item {
  display: flex;
}

.gl-strip-carousel-wrapper .owl-item>div {
  display: flex;
  width: 100%;
}

.gl-strip-carousel-wrapper .owl-item .gi-product-inner {
  height: 100%;
}

/* Ensure gallery card chain fills full width for aspect-ratio */
.gl-strip-carousel-wrapper .owl-item .gl-media-trigger {
  display: block;
  width: 100%;
}

.gl-strip-carousel-wrapper .owl-item .gl-review-card {
  width: 100%;
}

/* Product Strip 2 — Compact Card Text Override */

/* Text area: tighter padding, centered */
.gl-pro-strip2 .gi-product-inner>div:last-child {
  padding: 12px 12px 14px;
  text-align: center;
}

/* Title: 14px, single-line truncate */
.gl-pro-strip2 .gi-product-inner h3 {
  margin-bottom: 4px;
}

.gl-pro-strip2 .gi-product-inner h3 a {
  font-size: 14px !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Review Gallery Card — .gl-review-card */

/* Card frame: rounded, clipped — aspect set by modifier */
.gl-review-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

/* Aspect modifiers */
.gl-review-card--portrait {
  aspect-ratio: 4 / 5;
}

/* Cover image: fill + subtle desaturation + hover restore */
.gl-review-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(0.95) brightness(1.02);
  transition: all 0.5s ease;
}

.group:hover .gl-review-card img {
  filter: grayscale(0) contrast(1) brightness(1);
  transform: scale(1.05);
}

/* Brand tint overlay */
.gl-review-card-tint {
  position: absolute;
  inset: 0;
  background: rgba(90, 130, 25, 0.03);
  transition: background-color 0.5s ease;
}

.group:hover .gl-review-card-tint {
  background: transparent;
}

/* Bottom caption gradient */
.gl-review-card-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  padding: 30px 12px 10px;
}

.gl-review-card-caption p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

/* Video play button (centered) */
.gl-review-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl-review-play span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.group:hover .gl-review-play span {
  background: #ffffff;
  transform: scale(1.1);
}

.gl-review-play i {
  font-size: 16px;
  color: #262626;
  margin-left: 2px;
}

/* No-cover variant: dark gradient + brand watermark */
.gl-review-card--no-cover {
  background: linear-gradient(135deg, #3d4f56, #2a3840);
}

.gl-review-card--no-cover>img {
  position: absolute;
  inset: 0;
  width: 60%;
  height: auto;
  margin: auto;
  object-fit: contain;
  opacity: 0.15;
  filter: brightness(0) invert(1);
  pointer-events: none;
  transform: none;
}

.group:hover .gl-review-card--no-cover>img {
  filter: brightness(0) invert(1);
  transform: none;
}

/* Play button in no-cover mode: translucent white */
.gl-review-card--no-cover .gl-review-play span {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.group:hover .gl-review-card--no-cover .gl-review-play span {
  background: rgba(255, 255, 255, 0.3);
}

.gl-review-card--no-cover .gl-review-play i {
  color: #ffffff;
}

/* GL-TOAST + gi-accordion details — migrated to v-components.css */

/* Tom Select — Globlazer Brand Override */
.ts-wrapper.single .ts-control {
  height: 48px;
  padding: 0 40px 0 16px;
  background: #fafafa;
  border: 1px solid #e5e5e7;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  box-shadow: none;
}

.ts-wrapper.single .ts-control:hover {
  border-color: #d4d4d4;
}

.ts-wrapper.single.focus .ts-control {
  border-color: #5a8219;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(90, 130, 25, 0.08);
}

/* Caret / arrow */
.ts-wrapper.single .ts-control::after {
  content: '\e817';
  font-family: 'uicons-regular-rounded';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  border: none;
  margin: 0;
  width: auto;
  height: auto;
}

/* Dropdown panel */
.ts-dropdown {
  border: 1px solid #e5e5e7;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  margin-top: 4px;
  padding: 6px;
  background: #fff;
  z-index: 1000;
}

.ts-wrapper {
  position: relative;
  z-index: 10;
}

/* Dropdown options */
.ts-dropdown .option {
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  color: #525252;
  cursor: pointer;
  transition: all 0.15s ease;
}

.ts-dropdown .option:hover,
.ts-dropdown .option.active {
  background: #f0f5e8;
  color: #262626;
}

.ts-dropdown .option.selected {
  background: #5a8219;
  color: #fff;
}

/* Search input inside dropdown */
.ts-dropdown .ts-dropdown-content {
  max-height: 240px;
}

.ts-wrapper .ts-control input {
  font-size: 14px;
  color: #262626;
}

.ts-wrapper .ts-control input::placeholder {
  color: #999;
}

/* Placeholder text */
.ts-wrapper .ts-control .item {
  color: #262626;
}

/* Disabled state */
.ts-wrapper.disabled .ts-control {
  opacity: 0.5;
  background: #f5f5f5;
  cursor: not-allowed;
}

/* Remove default tom-select blue focus */
.ts-wrapper .ts-control,
.ts-wrapper .ts-control:focus {
  outline: none;
}

/* No results message */
.ts-dropdown .no-results {
  padding: 10px 14px;
  font-size: 13px;
  color: #999;
  text-align: center;
}

/* GI-ACCORDION--line — migrated to v-components.css */

/* GL-VIDEO-CARD — Unified Background (fill empty space below tags) */
.gl-video-card {
  background-color: #fafafa;
}

/* Grid Card — Single Item Right Align */
@media (min-width: 992px) {

  /* download-detail S2: Associated Visual Guide (video cards in 50% right grid) */
  .gi-video-guide .gl-video-card:only-child,
  /* video-detail S2: Download the Manual (doc cards in 50% right column) */
  .gi-manual-guide .gl-doc-card:only-child {
    grid-column-start: -2;
  }
}

/* GL-DOC-CARD — Model List */
.gl-doc-models {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999999;
}

.gl-doc-models span+span::before {
  content: "/";
  margin-right: 4px;
}

/* BREADCRUMB PLUGIN OVERRIDES */

/* Shared: Reset the <p> wrapper both plugins output */
.gi-breadcrumb .yoast-breadcrumb p,
.gi-breadcrumb .rank-math-breadcrumb p {
  margin: 0;
  padding: 12px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* All links — breadcrumb trail items */
.gi-breadcrumb .yoast-breadcrumb a,
.gi-breadcrumb .rank-math-breadcrumb a {
  color: #525252;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gi-breadcrumb .yoast-breadcrumb a:hover,
.gi-breadcrumb .rank-math-breadcrumb a:hover {
  color: #262626;
}

/* YOAST SEO Breadcrumb */

/* Hide Yoast's default » separator text via font-size:0 on wrappers */
.gi-breadcrumb .yoast-breadcrumb span>span {
  font-size: 0;
}

/* Restore visible size for links, last-item, and child spans */
.gi-breadcrumb .yoast-breadcrumb span>span a,
.gi-breadcrumb .yoast-breadcrumb span>span .breadcrumb_last,
.gi-breadcrumb .yoast-breadcrumb span>span>span {
  font-size: 12px;
}

/* Current / last item */
.gi-breadcrumb .yoast-breadcrumb .breadcrumb_last {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
}

/* Inject "/" separator between adjacent items */
.gi-breadcrumb .yoast-breadcrumb span>span>span+span::before,
.gi-breadcrumb .yoast-breadcrumb span>span>a+span::before,
.gi-breadcrumb .yoast-breadcrumb span>span>span+a::before,
.gi-breadcrumb .yoast-breadcrumb span>span>a+a::before {
  content: "/";
  font-size: 10px;
  color: #999999;
  margin: 0 7px;
  vertical-align: middle;
}

/* Yoast flat structure fallback (p > span wrapper) */
.gi-breadcrumb .yoast-breadcrumb p>span {
  font-size: 0;
}

.gi-breadcrumb .yoast-breadcrumb p>span>a,
.gi-breadcrumb .yoast-breadcrumb p>span>span,
.gi-breadcrumb .yoast-breadcrumb p>span>strong {
  font-size: 12px;
}

/* RANK MATH Breadcrumb */

/* Hide RankMath's default separator text */
.gi-breadcrumb .rank-math-breadcrumb .separator {
  font-size: 0;
  display: inline-block;
  width: auto;
  overflow: hidden;
  vertical-align: middle;
}

/* Replace with "/" */
.gi-breadcrumb .rank-math-breadcrumb .separator::before {
  content: "/";
  font-size: 10px;
  color: #999999;
  margin: 0 7px;
  display: inline;
}

/* Current / last item */
.gi-breadcrumb .rank-math-breadcrumb .last {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
}

/* Mobile: Truncate current breadcrumb item */
@media (max-width: 767px) {

  .gi-breadcrumb .yoast-breadcrumb .breadcrumb_last,
  .gi-breadcrumb .rank-math-breadcrumb .last {
    max-width: 260px;
  }
}

/* IMMUNE INPUT COMPONENTS */

/* ── .gi-search-input: Compact search field ── */
.gi-search-input {
  width: 220px !important;
  height: 44px !important;
  padding: 0 44px 0 14px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #262626 !important;
  line-height: normal !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.gi-search-input:focus {
  border-color: #5a8219 !important;
  box-shadow: none !important;
}

.gi-search-input::placeholder {
  color: #999 !important;
}

/* Full-width variant */
.gi-search-input.gi-search-full {
  width: 100% !important;
}

@media (max-width: 767px) {
  .gi-search-input {
    width: 100% !important;
  }
}

/* ── .gi-search-btn: Embedded search button ── */
.gi-search-btn {
  position: absolute !important;
  right: 4px !important;
  top: 4px !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #262626 !important;
  border: none !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.gi-search-btn:hover {
  background-color: #5a8219 !important;
}

.gi-search-btn i {
  font-size: 14px !important;
  color: inherit !important;
}

/* ── .gi-email-input: Newsletter email field ── */
.gi-email-input {
  height: 52px !important;
  padding: 0 140px 0 20px !important;
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #262626 !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.gi-email-input:focus {
  border-color: #5a8219 !important;
  box-shadow: none !important;
}

/* Product Promo — WC Price Override */
/* REMOVED: .product-promo .price rules now handled globally by .gl-body .price */


/* GL-REVIEW-ITEM — Review List Card Component */
.gl-review-item {
  padding: 25px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .gl-review-item {
    padding: 20px;
  }
}

/* a.ajax_add_to_cart loop quick-add — removed (cards navigate to PDP; legacy: old product-list.html) */

/* Topic Card — Selection Component */
.topic-card {
  display: block;
}

.topic-card input:checked+div {
  border-color: #5a8219 !important;
  border-width: 2px !important;
  background-color: #f0f9eb !important;
  box-shadow: 0 4px 16px rgba(90, 130, 25, 0.2) !important;
}

.topic-card input:checked+div>div:first-child {
  background-color: #5a8219 !important;
}

.topic-card input:checked+div>div:first-child i {
  color: #ffffff !important;
}

.topic-card input:checked+div>div:nth-child(2)>span:first-child {
  color: #5a8219 !important;
}

.topic-card input:checked+div>div:last-child {
  display: flex !important;
}

/* Buy Modal channels — migrated to page.css (with .modal-qty-* / Buy Now block) */

/* GL-SUBSCRIBE → assets/css/v-components.css */

/* PhotoSwipe hide → immunity.css */

/* GL-SHOP-LOADING — migrated to v-components.css */

