/*!
Theme Name: WooHiba
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: woohiba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WooHiba is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	 margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	 margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1px;
}


/* BEST SELLERS */
.best-sellers {
  padding: 80px 0;
  background: #fff;
}

.best-sellers-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.best-sellers-header h2 {
  font-size: 28px;
  font-weight: 700;
}

.best-sellers-tabs {
  display: flex;
  gap: 10px;
}

.best-sellers-tabs .tab {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #dfe3f0;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
}

.best-sellers-tabs .tab.active {
  background: #eef1ff;
  color: #1b2bdc;
  border-color: #eef1ff;
}

/* GRID */
.best-sellers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* CARD */
.product-card {
  background: #f7faff;
  border-radius: 14px;
  padding: 16px;
  position: relative;
  border: 1px solid #e6ecf5;
}

.badge-sale {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #62d84e;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
}

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

.product-title {
  font-size: 14px;
  font-weight: 600;
}

.rating {
  font-size: 13px;
  color: #f5a623;
}

.price {
  font-size: 16px;
  font-weight: 700;
}

.product-card .button {
  margin-top: 8px;
  background: transparent;
  border: 1px solid #111;
  color: #111;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
}

.product-card .button:hover {
  background: #111;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .best-sellers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .best-sellers-grid {
    grid-template-columns: 1fr;
  }
}
.best-seller-swiper {
  padding: 10px 0;
}

.swiper-slide {
  height: auto;
}

.most-viewed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .most-viewed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .most-viewed-grid {
    grid-template-columns: 1fr;
  }
}
.product-image {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}
.product-image img {
  height: 180px;
  object-fit: contain;
}

.shop-by-brands {
  background: #f6f9fc;
  padding: 10px 0;
  margin-top: 2%;
}

.shop-by-brands .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 2fr);
}

.brand-item {
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

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

.brand-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 1024px) {
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 640px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =========================
   LATEST BLOGS
========================= */
.latest-blogs {
  padding: 80px 0;
  background: #fff;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111827;
}

/* =========================
   GRID
========================= */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* =========================
   CARD
========================= */
.blog-card {
  background: #f8fbff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* =========================
   IMAGE
========================= */
.blog-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

/* Arrow */
.blog-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  background: #22c55e;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* =========================
   CONTENT
========================= */
.blog-content {
  padding: 20px;
}

.blog-category {
  display: inline-block;
  background: #eef2ff;
  color: #1d4ed8;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.blog-title a {
  color: #111827;
  text-decoration: none;
}

.blog-title a:hover {
  color: #1d4ed8;
}

/* =========================
   META
========================= */
.blog-meta {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}

.gravityx-picks {
  background: linear-gradient(135deg, #0c158b, #0a1fbf);
  padding: 80px 0;
}

.gravityx-header {
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}

.gravityx-header h2 {
  font-size: 36px;
  font-weight: 700;
}

.gravityx-header span {
  font-style: italic;
}

.gravityx-header p {
  opacity: 0.85;
}

.gravityx-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gravityx-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  position: relative;
}
.discount-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #4cd964;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
}
.discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #3ecf4e;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

.offers-week {
  padding: 60px 0;
}

.offers-header h2 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.timer i {
  background: #3ecf4e;
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  font-style: normal;
  font-size: 14px;
}

.offers-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

/* OFFERS THIS WEEK */

.offers-week {

  padding: 60px 0;
}

.offers-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.offers-header h2 {
  font-size: 22px;
  font-weight: 600;
}

.offers-timer span {
  background: #3ecf4e;
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin: 0 1px;
}

.offers-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
}

/* LEFT BANNER */
.offers-banner {
  background: linear-gradient(135deg,#0b1fa8,#08156e);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.offers-banner h3 {
  font-size: 26px;
  line-height: 1.2;
}

.offers-banner h3 span {
  color: #3ecf4e;
}

.offers-banner img {
  position: absolute;
  right: -40px;
  bottom: -20px;
  width: 320px;
}

.offer-badge {
  background: #3ecf4e;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 12px;
}

.offer-btn {
  display: inline-block;
  margin-top: 16px;
  color: #fff;
  font-weight: 500;
}

/* PRODUCTS */
.offers-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  
}

.offer-product-card {
  background: #f6f9fc;
  border-radius: 14px;
  padding: 16px;
  position: relative;
}

.offer-product-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  background: #ffff;
}
.why-mrkbatx {
  background: #F3F8FD;
  padding: 10px 0;
  margin-top: 2%;
}

.why-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-title span {
  color: #1f2bd8;
  font-style: italic;
}

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

.why-item {
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
}

.why-item img {
  width: 56px;
  height: 56px;
}

.why-item p {
  font-size: 16px;
  color: #5f6b7a;
  line-height: 1.4;
}
.shop-by-brands {
  background: #f6f9fc;
  padding: 10px 0;
  margin-top: 2%;
}

.shop-by-brands .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.brand-item {
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

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

.brand-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 1024px) {
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 640px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shop-now-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-rows: repeat(2, 200px);
  gap: 20px;
}

.shop-now-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.shop-now-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Positioning exactly like Figma */
.shop-now-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.shop-now-card:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.shop-now-card:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.shop-now-card:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}

.shop-now-card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.unique-offerings {
  padding: 60px 0 0;
}

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

.unique-offerings {
  padding: 60px 0 0;
}

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

/* GRID */
.offerings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.offering-card {
  position: relative;
  border-radius: 14px;
  padding: 20px;
  min-height: 60%;
  overflow: hidden;
}

.offering-card img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* LIGHT & DARK VARIANTS */
.offering-card.light {
  background: #f4f6fb;
}

.offering-card.dark {
  background: linear-gradient(135deg, #0b1aa3, #081272);
  color: #fff;
}

/* BADGE TEXT */
.offering-card .badge {
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  position: relative;
}

.offering-card strong {
  display: block;
  font-weight: 700;
}

/* STATS BAR */
.offerings-stats {
  margin-top: 60px;
  background: linear-gradient(135deg, #081272, #0b1aa3);
  padding: 30px 0;
  color: #fff;
  width: 100%;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}

.stat strong {
  font-size: 22px;
  display: block;
}

.stat span {
  font-size: 13px;
  opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .offerings-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .offerings-grid {
    grid-template-columns: 1fr;
  }
}
/* CARD BASE */
.offer-card {
  position: relative;      /* anchor absolute children */
  height: 420px;          /* must have height */
  border-radius: 24px;
  overflow: hidden;        /* clip vector nicely */
  background: #f6f9fc;
  padding: 32px;
   box-shadow: 0 24px 40px rgba(0, 0, 0, 0.06);
}


/* GREEN VECTOR */
.offer-green-vector {
  position: absolute;
  right: 1px;
  bottom: -10px; 
  width: 260px;
  height: 250px;
  
  z-index: 1;
   pointer-events: none;
}

.offer-content {
  position: relative;
  z-index: 4;
  max-width: 220px;
}

.offer-content h3 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a2bdc;
  margin-bottom: 8px;
}

.offer-content span {
  display: block;
  color: #7bdc59;
  font-weight: 700;
}


/* IMAGES WRAPPER */
.offer-images {
  position: absolute;
  bottom: 32px; /* anchor from bottom */
  left: 32px;
  z-index: 3;
}
.offer-images .card {
  position: absolute;
  width: 250px;
}

/* TOP CARD */
.offer-images .card-1 {
  transform: rotate(-10deg);
  top: -20px;
  left: 40px;
}

/* BOTTOM CARD */
.offer-images .card-2 {
  transform: rotate(6deg);
  top: 90px;
  left: 0;
}



/* CARD IMAGES *

/* CARD BASE */
.offering-card {
  position: relative;
  height: 360px;
  border-radius: 24px;
  overflow: hidden;
}


/* DARK CARD BACKGROUND */
.offering-card--dark {
  background: linear-gradient(180deg, #1a2bdc 0%, #0b157a 100%);
}


/* DIAGONAL OVERLAY (subtle) */
.offering-card--dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.08) 0%,
    rgba(255,255,255,0) 40%
  );
  z-index: 1;
}

/* CONTENT */
.offering-content {
  position: relative;
  z-index: 3;
  padding: 28px;
}

.offering-content .badge {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
}

.offering-content .badge strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
}

/* BADGE TEXT */
.badge {
  color: #0B109F;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.badge strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-top: 4px;
  color: #00D339;
}

/* IMAGE WRAPPER */
.offering-media {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

/* IMAGE */
.offering-media img {
  width: 100%;
  height: auto;


}
.offer-blue-vector {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.offering-image {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
.shop-by-brands {
  background: #f6f9fc;
  padding: 10px 0;
  margin-top: 2%;
}

.shop-by-brands .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.brand-item {
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

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

.brand-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 1024px) {
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 640px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-wrapper {
    display: flex;
    gap: 1px;
    margin-top: 40px;
}

.product-left {
    width: 50%;
}

.product-right {
    width: 80%;
}

.product-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-price {
    font-size: 22px;
    margin-bottom: 20px;
}

.product-cart .single_add_to_cart_button {
    background: #1a1a8f;
    padding: 14px 30px;
    border-radius: 6px;
}





.product-gallery img {
  width: 100%;
}

.bundle-option {
  margin-top: 20px;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}

.product-brand {
  font-size: 14px;
  font-weight: 600;
  color: #1e1ebe;
  margin-bottom: 10px;
}

.product-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-sku {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.product-price .price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single_add_to_cart_button {
  background: #1e1ebe !important;
  padding: 14px 30px !important;
  border-radius: 6px !important;
}
.product-accordion {
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.accordion-item {
  border-bottom: 1px solid #eee;
}

.accordion-header {
  padding: 18px 0;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {
  display: none;
  padding-bottom: 10px;
  color: #555;
}

.accordion-item.active .accordion-content {
  display: block;
}
/* ===== Woo Gallery Vertical Thumbs ===== */



.product-gallery .flex-control-thumbs li {
  width: 100% !important;
  float: none !important;
}

.product-gallery .flex-control-thumbs img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

/* Main image */
.product-gallery .flex-viewport {
  flex: 1;
}

.single_add_to_cart_button {
    background-color: #1e3a8a !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 14px 24px !important;
    border-radius: 8px !important;
    width: 100%;
}
.quantity input.qty {
    width: 70px !important;
    height: 45px !important;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    text-align: center;
}
.price ins {
    background: #fef08a;
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none;
}

.variations select {
    display: none !important;
}

.variation-button {
    border: 1px solid #ddd;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    background: #f9f9f9;
}

.variation-button.active {
    background: #1e3a8a;
    color: white;
    border-color: #1e3a8a;
}
/* Add to cart button */
.single_add_to_cart_button {
    background-color: #1e3a8a !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 14px 20px !important;
    border-radius: 8px !important;
    width: 100% !important;
}

/* Quantity box */
.quantity input.qty {
    width: 70px !important;
    height: 45px !important;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    text-align: center;
}

/* Sale highlight */
.price ins {
    background: #fef08a;
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none;
}
/* Remove default WC tabs */
.woocommerce-tabs ul.tabs {
    display: none !important;
}

.wc-tabs-wrapper .panel {
    display: none;
}
/* =========================
   FIGMA STYLE PRODUCT TABS
========================= */

.custom-product-tabs {
  margin-top: 60px;
}

.custom-tabs-nav {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

.custom-tabs-nav li {
  cursor: pointer;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #9CA3AF;
  position: relative;
  transition: 0.3s ease;
}

.custom-tabs-nav li.active {
  color: #111827;
}

.custom-tabs-nav li.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1D4ED8; /* change to your primary color */
  border-radius: 3px;
}

.custom-tab-content {
  display: none;
  font-size: 15px;
  line-height: 1.8;
  color: #4B5563;
}

.custom-tab-content.active {
  display: block;
}

/* ===== FIGMA STYLE PRODUCT GALLERY ===== */


/* Thumbnail images */
.flex-control-thumbs li {
    width: 100% !important;
}

.flex-control-thumbs img {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 4px;
    cursor: pointer;
}

/* Active thumbnail */
.flex-control-thumbs .flex-active {
    border: 2px solid #2563eb;
}



.woocommerce-product-gallery__wrapper {
    width: 100%;
}



.woocommerce-product-gallery__wrapper img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}


/* Make cart form horizontal */
.product-right form.cart {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Quantity box width */
.product-right form.cart .quantity {
    display: flex;
    align-items: center;
}

/* Make button fill remaining space */
.product-right form.cart .single_add_to_cart_button {
    flex: 1;
    height: 48px;
    background: #1e2dbf;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
}

/* Remove full width if added before */
.product-right .single_add_to_cart_button {
    width: auto !important;
}

/* ===============================
   FIGMA BOUGHT TOGETHER SECTION
=================================*/

.figma-bundle-section {
    background: #eef3f8;
    padding: 50px 0;
}

.figma-bundle-container {
    max-width: 1200px;
    margin: 0 auto;
}

.figma-bundle-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
}

/* Grid */
.figma-bundle-section .gravityx-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Product Card */
.figma-bundle-section .product-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    position: relative;
    transition: 0.3s ease;
}

/* Bigger Image */
.figma-bundle-section .product-image img {
    width: 100%;
    height: 20q0px;
    object-fit: contain;
}

/* Title */
.figma-bundle-section .product-info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 12px 0;
}

/* Price */
.figma-bundle-section .price {
    font-size: 18px;
    font-weight: 600;
}

/* Checkbox Position */
.bundle-checkbox {
    position: absolute;
    top: 18px;
    right: 18px;
}

.bundle-checkbox input {
    display: none;
}

.bundle-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #2f3aa8;
    display: inline-block;
    position: relative;
}

.bundle-checkbox input:checked + .checkmark {
    background: #2f3aa8;
}

.bundle-checkbox input:checked + .checkmark::after {
    content: "✔";
    position: absolute;
    color: #fff;
    font-size: 12px;
    left: 4px;
    top: 0px;
}

/* Footer */
.figma-bundle-footer {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.figma-total-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.figma-total-price {
    font-size: 22px;
    font-weight: 600;
}

.figma-purchase-btn {
    background: #2f3aa8;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.figma-purchase-btn:hover {
    background: #1e278a;
}
.bought-together-section {
    position: relative;
    background: #eef3f8;
    padding: 100px 0;
    overflow: hidden;
}


/* Make content above vector */
.bought-together-container {
    position: relative;
    z-index: 2;
}
/* LAST VIEWED SECTION */

.last-viewed-section {
    padding: 80px 0;
    background: #f6f8fb;
}

.last-viewed-container {
    max-width: 1200px;
    margin: 0 auto;
}

.last-viewed-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.last-viewed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
/* ===== VERTICAL GALLERY - THUMBS LEFT ===== */





/* Each thumbnail container */
.flex-control-thumbs li {
    width: 100% !important;
}

/* Thumbnail images */
.flex-control-thumbs img {
     /* control height here */

    border-radius: 5px;
    border: 1px solid #eee;
    cursor: pointer;
}

/* Active thumb */
.flex-control-thumbs .flex-active {
    border: 2px solid #2563eb;
}



/* Proper 2 column layout */
.single-product div.product {
    display: flex;
    gap: 40px;
}

.single-product div.images {
    flex: 0 0 55%;
}

.single-product div.summary {
    flex: 0 0 45%;
}


.flex-viewport {
    overflow: hidden !important;
}

/* Thumbs */


.flex-control-thumbs li {
    width: 100% !important;
}

.flex-control-thumbs img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}
/* ==============================
   CLEAN VERTICAL PRODUCT GALLERY
================================= */

.single-product div.product {
    display: flex;
    gap: 40px;
}

.single-product div.images {
    flex: 0 0 55%;
}

.single-product div.summary {
    flex: 0 0 45%;
}



/* Thumbnails left */
.flex-control-thumbs {
    order: -1;
    width: 30% !important;
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    margin: 0 !important;
}

.flex-control-thumbs li {
    width: 100% !important;
}

.flex-control-thumbs img {
    width: 90%;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

/* Main image box */
.woocommerce-product-gallery__wrapper {
    flex: 1;
}

/* FIX PRODUCT GALLERY IMAGE SIZE */

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.flex-viewport {
    width: 100%;
}

.woocommerce-product-gallery {
    display: flex;
    gap: 20px;
}

/* ============================== CLEAN VERTICAL PRODUCT GALLERY ================================= */ 

/* Gallery layout */
.woocommerce-product-gallery { display: flex; gap: 10px; } 
/* Thumbnails left */ 
.flex-control-thumbs { order: -1; width: 30% !important; display: flex !important; flex-direction: column; gap: 15px; margin: 0 !important; } 
.flex-control-thumbs li { width: 100% !important; } .flex-control-thumbs img { width: 100%; border-radius: 8px; border: 1px solid #e5e7eb; cursor: pointer; } 
/* Main image box */ 
.woocommerce-product-gallery__wrapper { flex: 1; } 
/* Prevent double image issue */ 
.flex-viewport { overflow: hidden; }

/* ===== Review section ===== */
/* Hide default tabs title */
.woocommerce-tabs ul.tabs {
    display: none !important;
}


.woocommerce-Reviews {
    max-width: 900px;
    margin: 60px auto;
}

/* Section Title */
.woocommerce-Reviews-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Review summary box */
.review-summary-box {
    background: #eef2f7;
    border-radius: 14px;
    padding: 30px;
    margin-bottom: 40px;
}



/* Reviewer name */
.woocommerce-review__author {
    font-weight: 600;
    font-size: 16px;
}

/* Review date */
.woocommerce-review__published-date {
    color: #6b7280;
    font-size: 14px;
}

/* Review text */
.woocommerce-review__description {
    margin-top: 12px;
    color: #374151;
    line-height: 1.7;
}


/* Write review button */
#review_form_wrapper {
    margin-top: 40px;
}

#review_form .submit {
    background: #1e2dbf !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 12px 26px !important;
    font-weight: 600;
}

/* Rating stars input */
#review_form .stars a {
    color: #facc15;
    font-size: 22px;
}

/* ===============================
   FIGMA RATING SUMMARY
================================= */

.figma-rating-summary {
    background: #eef2f7;
    padding: 30px;
    border-radius: 14px;
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.figma-rating-left {
    min-width: 180px;
}

.figma-average {
    font-size: 38px;
    font-weight: 700;
}

.figma-average span {
    font-size: 18px;
    color: #6b7280;
}

.figma-rating-count {
    margin-top: 12px;
    color: #6b7280;
}

.figma-rating-bars {
    flex: 1;
}

.figma-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.figma-bar {
    flex: 1;
    height: 6px;
    background: #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.figma-bar-fill {
    height: 100%;
    background: #1e2dbf;
}



.star-rating {
    color: #facc15;
}
/* ===================================
   FIGMA WRITE REVIEW SECTION
=================================== */

.figma-review-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 20px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.figma-view-reviews {
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.figma-view-reviews:hover {
    text-decoration: underline;
}

.figma-write-review-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #1e2dbf;
    color: #ffffff !important;   /* force white */
    text-decoration: none !important;

    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.figma-write-review-btn:hover {
    background: #1621a0;
    color: #ffffff !important;
}
/* Hide form initially */
.figma-review-form-wrapper {
     display: block;
    margin-top: 25px;
    background: #f8fafc;
    padding: 35px;
    border-radius: 14px;
}

/* Make form clean */
#review_form label {
    font-weight: 600;
}

#review_form input,
#review_form textarea {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    padding: 10px;
}

#review_form .submit {
    background: #0B109F !important;
    color: #fff !important;
    padding: 12px 26px !important;
    border-radius: 8px !important;
}
/* ======================================
   FINAL FIGMA REVIEW LIST LAYOUT
====================================== */

/* Remove avatar */
.woocommerce .commentlist .avatar {
    display: none !important;
}

/* Remove avatar spacing */
.woocommerce .commentlist li {
    padding-left: 0 !important;
}

/* Remove boxed card look */
.woocommerce .commentlist li.review {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

/* Remove inner grey background */
.woocommerce .comment_container {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Make header layout clean */
.woocommerce .comment-text {
    position: relative;
}

/* Name bigger like Figma */
.woocommerce .woocommerce-review__author {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

/* Date style */
.woocommerce .woocommerce-review__published-date {
    font-size: 14px;
    color: #6b7280;
}

/* Stars aligned right */
.woocommerce .star-rating {
    float: right;

    font-size: 14px;
    color: #facc15;
}
/* Show real rating number from title attribute */
.woocommerce .star-rating::after {
    content: " " attr(title);
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-left: 6px;
}
/* Review text spacing */
.woocommerce .comment-text p {
    margin: 12px 0;
    line-height: 1.7;
}

/* Divider between reviews */
.woocommerce .commentlist li.review:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 30px;
}
/* ===== REMOVE WC REVIEW BORDER COMPLETELY ===== */

.woocommerce #reviews #comments ol.commentlist li {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}


/* Stack meta vertically */
.woocommerce .comment-text .meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Move date below */
.woocommerce .woocommerce-review__published-date {
    order: 2;
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #6b7280;
}
.woocommerce #reviews #comments ol.commentlist li.review {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
.review-rating-number {
    float: right;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}
/* ===== FIGMA EXACT REVIEW STYLE ===== */

.figma-review-wrapper {
    padding: 30px 0;
}

.figma-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.figma-review-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.figma-review-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.figma-review-rating .star-rating {
    font-size: 14px;
}

.figma-rating-number {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

.figma-review-meta {
    margin-top: 8px;
    font-size: 14px;
    color: #6B7280;
    display: flex;
    gap: 14px;
    align-items: center;
}

.figma-certified {
    color: #6B7280;
}

.figma-certified::before {
    content: "✔";
    margin-right: 6px;
    color: #111827;
}

/* Divider */
.woocommerce #reviews #comments ol.commentlist li.review {

    padding-bottom: 30px !important;
}

/* Remove box */
.woocommerce #reviews #comments ol.commentlist li.review,
.woocommerce .comment_container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
/* ===== REMOVE REVIEW CARD BOX ===== */

.woocommerce #reviews #comments ol.commentlist li.review {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 30px 0 !important;
    margin: 0 !important;
}

/* Remove inner container styling */
.woocommerce #reviews #comments .comment_container {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Add only bottom divider */
.woocommerce #reviews #comments ol.commentlist li.review:not(:last-child) {
    border-bottom: 1px solid #E5E7EB !important;
}
/* ===== FORCE REMOVE REVIEW CARD STYLE ===== */

.woocommerce #reviews #comments ol.commentlist li.review,
.woocommerce #reviews #comments ol.commentlist li.review .comment_container,
.woocommerce #reviews #comments ol.commentlist li.review .comment-text {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Remove padding that creates box feel */
.woocommerce #reviews #comments ol.commentlist li.review {
    padding: 30px 0 !important;
    margin: 0 !important;
}

/* Add only bottom divider */
.woocommerce #reviews #comments ol.commentlist li.review:not(:last-child) {
    border-bottom: 1px solid #E5E7EB !important;
}
/* ===== FIGMA EXACT REVIEW STYLE ===== */

.figma-review {
    padding: 30px 0;
}

.figma-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.figma-review-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.figma-review-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}



.figma-rating-number {
    font-weight: 600;
    font-size: 14px;
}

.figma-review-text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #4B5563;
}

.figma-review-meta {
    margin-top: 14px;
    font-size: 14px;
    color: #6B7280;
    display: flex;
    gap: 14px;
    align-items: center;
}

.figma-certified {
    display: flex;
    align-items: center;
    gap: 6px;
}

.woocommerce #reviews #comments ol.commentlist li.review {
    border-bottom: 1px solid #E5E7EB !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
#review_form_wrapper {
    display: none;
}
.woocommerce-Reviews > h2.woocommerce-Reviews-title:first-child {
    display: none !important;
}

/* PRODUCT ACCORDION */

.product-accordion {
    margin-top: 40px;
}

.accordion-item {
    border-top: 1px solid #e5e7eb;
    padding: 20px 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-header h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.accordion-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    margin-top: 20px;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}



.sitemap-container{
max-width:1200px;
margin:auto;
padding:60px 20px;
}

.sitemap-title{
font-size:28px;
font-weight:700;
margin-bottom:30px;
}

.sitemap-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-bottom:60px;
}

.sitemap-item a{
color:#222;
text-decoration:none;
font-size:15px;
}

.sitemap-item a:hover{
color:#1a4cff;
}

.brand-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:10px;
}

.brand-item a{
font-size:14px;
color:#555;
text-decoration:none;
}
