@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
  --pri: #000000;
  --pridim: #f24c4c;
  --prigri: linear-gradient(45deg, #e00505, #ff6b6b);
  --btnpri: linear-gradient(135deg, #c60000, #ff4e4e);

  --sec: #ffffff;
  --bgdim: #21313C;
  --ter: #ffffff;
  --bg: hsl(0deg 0% 18.04%);
  --txtcolor: black;
  --sha: rgb(196 196 196 / 12%) 0px 8px 24px;
  --hoversha: #b0b0b00d 0px 8px 24px 7px;

  --font: "DM Sans", sans-serif;
  --basefontsz: 1.6rem;
  --h1fontsz: clamp(2.6rem, 5vw, 3.6rem);
  --h2fontsz: clamp(2.2rem, 4vw, 3rem);
  --h3fontsz: clamp(1.8rem, 3vw, 2.4rem);

  --bor: 1px solid gainsboro;
  --spacing-small: 4px;
  --spacing-medium: 8px;
  --spacing-large: 16px;
  --borrad: 9px;
  --gtcw: 400px;
  --curve: 12px;
	
	--wp--preset--color--primary: var(--pridim);
    --wc-primary: var(--pridim);
    --wc-primary-text: #fff; /* Button text color */
    --wc-secondary: #f4f4f4; /* Light background */
    --wc-highlight: var(--pridim);
    --wc-error: #d63638; /* Error red */
    --wc-success: #4CAF50; /* Success green */
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
    width: 100vw;
    min-height: 100vh;
    font-family: var(--font);
    font-size: var(--basefontsz);
    background: white;
    display: flex;
    color: var(--txtcolor);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-direction: column;
    max-width: 100%;
}

h1 {
  font-size: var(--h1fontsz);
  color: var(--pri);
  margin: 0px;
  padding: 0px;
  font-weight: 700;
}

h2 {
    font-size: var(--h2fontsz);
    color: var(--pridim);
    margin: 10px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h3 {
  font-size: var(--h3fontsz);
  color: var(--pri);
  margin: var(--spacing-small);
  font-weight: 600;
}

h2.sectionheadline {
  font-size: var(--h2fontsz);
  color: var(--pri);
  margin: 25px;
  text-align: left;
  background: white;
  width: max-content;
  box-shadow: var(--sha);
  border-bottom: 2px solid;
}

p {
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

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

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

iframe {
    width: 90% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    aspect-ratio: 2/1;
    height: auto !important;
    margin-bottom: 87px;
}

svg{
	color: var(--sec);
}

button {
    width: 200px;
    height: 50px;
    border: none;
    background: var(--pri);
    color: white;
    border-radius: 49px;
}

.section_headline {
    margin: 10px auto 0px;
    text-align: center;
    display: flex;
    margin-bottom: 20px;
    width: 90%;
    justify-content: flex-start;
    background: white;
    border-radius: 0px;
    padding: 0px;
}

.section_headline h2 {
    color: var(--bgdim);
    padding: 2px 10px;
    border-radius: 12px;
    background: none;
    font-size: 17px;
    margin: 0px;
}

/**WooCommerce Elements**/

.woocommerce-message {
    border-top-color: var(--pridim);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 10px;
    margin: 20px auto;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid var(--pridim);
    list-style: none outside;
    width: 90%;
    word-wrap: break-word;
	outline: none;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    content: "\e028"/"";
    display: inline-block;
    top: 3px;
    position: relative;
    left: 0;
    color: var(--bgdim);
    margin-left: 5px;
    padding-right: 11px;
}

.woocommerce-info {
    border-top-color: var(--pridim);
    width: 90%;
    margin: 20px auto;
}

.woocommerce-info::before {
    color: var(--bgdim);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 12px auto;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    color: white;
    background-color: var(--pridim);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    left: 50%;
}

/**Navigation Bar**/


.navigation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--sec);
    border-bottom: 1px solid #c8c8c8;
    height: 62px;
    padding-left: 30px;
    box-shadow: var(--hoversha);
}

.nav_right ul {
	display: flex;
	gap: var(--spacing-large)
}

.nav_right ul li a {
    color: var(--bgdim);
    font-weight: 600;
    font-size: 17px;
}

.nav_left h1 {
    font-size: 23px;
    color: var(--pridim);
}

.navbar_svg{
	position: absolute;
	top: 20px;
	height: 25px;
	width: 25px;
	right: 20px;
	display: none;
}

.mobile_menu_absolute{
	display: none;
}

/**Cart**/

.cart_account {
    display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 25px;
    top: 20px;
}

.cart_account svg {
    width: 20px;
	fill: var(--bgdim);
    height: 20px;
}

p.return-to-shop a {
    transform: translate(-50%) !important;
}

/**Hero Categories Design**/

.hero_header_cat_grid {
    display: flex;
    max-width: 90%;
    --catherowidth: 128px;
    overflow-x: hidden;
    margin: 0px auto 0px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;
    /* border: 1px solid #dcdcdc5e; */
    border-radius: 12px;
}

.hero_header_grid_mini {
    width: var(--catherowidth);
    margin: 00px auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    box-shadow: var(--sha);
}

.cat_grid_mini_upper {
    width: var(--catherowidth);
    height: var(--catherowidth);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.hero_header_grid_mini img {
    width: 100px;
    height: 100px;
    padding: 7px;
}

.hero_header_grid_mini h3 {
    font-size: 14px;
    font-weight: 500;
    box-shadow: var(--sha);
    padding: 6px 4px;
    background: white;
    border-radius: 10px;
    color: var(--pridim);
    border: 1px solid gainsboro;
    margin: 11px auto;
    width: 87%;
}

/**Hero Header Design **/

.hero_header {
    display: grid;
	display:none;
    grid-template-columns: repeat(auto-fit, 500px);
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    /* background: radial-gradient(circle,rgba(172, 11, 223, 1) 72%, rgba(106, 9, 214, 1) 100%); */
    background: linear-gradient(45deg, #f6e8ff, #c189ff2b);
    width: 90%;
    margin: 23px auto;
    padding: 10px 0px;
    border-radius: 34px;
}

.hero_header_right {
    width: 100%;
    background: url(https://themewagon.github.io/nico/images/img-1.png);
    background-size: contain;
    background-position: top;
    height: 400px;
    background-repeat: no-repeat;
}

.hero_header_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    text-align: center;
}

.hero_header_left h1{
    font-size: var(--h1fontsz);
    color: var(--pri);
    margin: 0px;
    padding: 0px;
    font-weight: 700;
	text-align: left;
}

.hero_header_left div{
	width: 100%;
}

.hero_header_left h1 span{
	color: var(--bgdim);
}

.hero_header_left button {
    width: 100%;
    height: 50px;
    border: none;
    background: var(--pri);
    color: white;
    display: flex;
    border-radius: 49px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    margin: 14px 0px 14px 0px;
}

.hero_header_left_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin: 32px 0px 0px 0px;
}

.hero_header_left_grid_mini {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    width: 90px;
}

.hero_header_left_grid_mini svg {
    width: 50px;
    height: 50px;
    background: white;
    padding: 11px;
    border-radius: 14px;
}


/**Shop Page**/

h1.shop-title {
    color: var(--bgdim);
    margin: 20px auto;
    background: white;
    width: 90%;
    text-align: left;
    box-shadow: var(--sha);
    font-size: 20px;
    padding: 6px;
    border-bottom: 2px dashed var(--pridim);
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: " ";
    display: none;
}

main.woocommerce-shop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0px auto;
}

ul.products.columns-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, 180px);
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.products li{
	width: 100%;
	padding: 6px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    min-height: 257px;
    margin: 0px;
}

.products li h2 {
    font-size: 1.6rem;
    color: var(--bgdim);
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipse;
	height: 51px;
}

.woocommerce ul.products li.product a img {
    width: 85%;
    height: auto;
    display: block;
    margin: 10px auto;
    box-shadow: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--pridim);
    font-size: 11px;
}

/**Post Grid Design **/

.main_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 150px);
    gap: 20px;
    justify-content: center;
    align-items: center;
	margin: 20px auto;
}

.grid_item {
    position: relative;
    padding: 19px 5px;
    border: 1px solid ghostwhite;
    border-radius: 12px;
    text-align: center;
    background: #fff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.gird_item_img  img {
    width: 100%;
    aspect-ratio: 1/1;
    height: 150px;
    max-height: 150px;
}

.grid_item_title h2 {
    font-size: 1.6rem;
    color: var(--bgdim);
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipse;
}

/* Sale badge */
.grid_item .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e63946; /* red highlight */
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 10;
}

/* Price styling */
.grid_item_price {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px 0;
    color: #111;
}

.grid_item_price del {
    color: #888;
    font-size: 0.9rem;
    margin-right: 5px;
}

.grid_item_price ins {
    color: #e63946; /* same red as sale badge */
    text-decoration: none;
}

/* Add to cart button */
.grid_item_cart .button {
    display: inline-block;
    background: var(--bgdim);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}

.grid_item_cart .button:hover {
    background: #e63946;
    color: #fff !important;
}

/* Ensure grid item content is nicely spaced */
.grid_item {
    position: relative;
    padding: 6px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.grid_item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

/* Image wrapper spacing */
.gird_item_img {
    position: relative;
    margin-bottom: 10px;
}

.gird_item_img img {
    border-radius: 6px;
    max-width: 100%;
    height: auto;
}





/**Single Product Page**/


.single-product-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 00px;
    width: 100%;
}

/* ---------- Grid Layout ---------- */
.product-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, 400px);
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    width: 100%;
	position: relative;
}

/* Left: Image Section */
.product-image {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.product-image img {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    border-radius: 12px;
    background: white;
}

/* Right: Info Section */
.product-info {
    width: 100%;
    max-width: 100%;
}
.product-info .product_title {
    margin-bottom: 15px;
    color: var(--pridim);
    font-size: 20px;
}
.product-info .price {
    margin-bottom: 15px;
}

select#pa_color {
    border: 1px solid gainsboro;
    padding: 8px;
}
.variation-item label {
    display: none;
}
button.btn-add-to-cart {
    background: var(--pridim);
    padding: 2px;
    width: 186px;
    height: 47px;
}
.product-info .price del {
    color: #888;
    margin-right: 10px;
}
.product-info .price ins {
    color: var(--pridim);
    text-decoration: none;
}
.product-info .woocommerce-product-details__short-description {
    margin-bottom: 20px;
    color: #555;
}

/*Add To Cart Btn**/

button.single_add_to_cart_button.button.alt {
    background: var(--pridim);
}

button.single_add_to_cart_button.button.alt:hover{
	background: var(--sec);
	color: var(--bgdim);
	border: 1px solid var(--bgdim);
}

/* Quantity & Button */
.product-info .cart {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-info .quantity .qty {
    width: 60px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}
.product-info .single_add_to_cart_button {
    background: var(--bgdim);
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.product-info .single_add_to_cart_button:hover {
    background: var(--pridim);
}

/**Product Meta**/

.product-meta {
    height: auto;
    background: white;
    border: 1px solid gainsboro;
    padding: 10px;
    margin: 20px auto;
    box-shadow: var(--sha);
    border-radius: 15px;
}

/* ---------- Tabs Section ---------- */
.product-tabs {
    border-top: none;
    padding-top: 0px;
}
.woocommerce-tabs .tabs {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.woocommerce-tabs .tabs li a {
    display: block;
    padding: 10px 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
	border-radius: 46px;
}
.woocommerce-tabs .tabs li.active a {
    background: var(--bg);
    color: #fff;
    border: 1px solid gainsboro;
    border-radius: 46px;
}
.woocommerce-Tabs-panel {
    padding: 20px;
    border: 1px solid gainsboro;
    background: #f9f9f9;
    box-shadow: var(--sha);
    border-radius: 12px;
}

/**Sales Sticker**/

.woocommerce span.onsale {
    padding: 1px 31px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    margin: 0;
    border-radius: 25px;
    background-color: #f3f3f3;
    height: 36px;
    color: var(--bgdim);
    font-size: 16px;
    z-index: 9;
    border: 1px solid gainsboro;
    min-height: auto;
    line-height: 2;
}


/**Review Form**/


/* ---------- Reviews Section ---------- */
.woocommerce-Reviews {
    padding: 20px;
    background: #fff;
}

/* Title */
.woocommerce-Reviews-title {
    margin-bottom: 15px;
    color: var(--pridim);
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* No Reviews Message */
.woocommerce-noreviews {
    padding: 10px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #666;
}

/* ---------- Review Form ---------- */
#review_form_wrapper {
    margin-top: 20px;
}
.comment-reply-title {
    display: block;
    margin-bottom: 15px;
    color: var(--pridim);
}
.comment-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Labels */
.comment-form label {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Inputs & Textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.comment-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Rating Stars */
.comment-form-rating .stars a {
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    color: #ccc;
    font-size: 18px;
    transition: color 0.3s ease;
}
.comment-form-rating .stars a:hover,
.comment-form-rating .stars a:focus {
    color: var(--pridim);
}

/* Cookies Consent */
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

/* Submit Button */
.comment-form .submit {
    background: var(--bgdim);
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor
	: pointer;
    align-self: flex-start;
    transition: background 0.3s ease;
}

.woocommerce #review_form #respond .form-submit input {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    align-self: center;
}

.comment-form .submit:hover {
    background: var(--pridim);
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-Reviews {
        padding: 15px;
    }
}


/**Related Products**/


/* ---------- Related Products Section ---------- */
.related.products {
    margin-top: 40px;
}

.related.products h2 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: none;
    color: var(--pridim);
}

/* Products Grid */
.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, 180px);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

/* Product Card */
.related.products ul.products li.product {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.related.products ul.products li.product:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.related.products ul.products li.product {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    margin-left: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    padding: 0;
    position: relative;
    margin-left: 0;
}


/* Image */
.related.products ul.products li.product img {
    width: 100%;
    height: auto;
    display: block;
}

/* Product Title */
.related.products ul.products li.product h2 {
    padding: 10px 15px 0;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

/* Price */
.related.products ul.products li.product .price {
    display: block;
    padding: 8px 15px 15px;
    color: var(--pridim);
}
.related.products ul.products li.product .price del {
    color: #888;
    margin-right: 5px;
}
.related.products ul.products li.product .price ins {
    color: var(--pridim);
    text-decoration: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .related.products ul.products {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}



/** Cart Page Styling **/

.custom-cart-page {
    padding: 20px;
	width: 100%;
    max-width: 1200px;
    margin: auto;
}

.custom-cart-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    align-items: flex-start;
}

/* Cart Items */
.cart-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cart-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
    padding: 15px;
    align-items: center;
}

.item-image img {
    width: 100%;
    height: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.item-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.item-title {
    font-size: 21px;
    font-weight: 900;
    color: var(--pridim);
}

.item-price,
.item-subtotal {
    font-weight: 500;
    color: #333;
}

.item-quantity {
    font-size: 16px;
}

.item-remove a {
    display: inline-block;
    padding: 6px 14px;
    background: var(--bgdim);
    color: #fff;
    border-radius: 20px;
    font-size: 0.9rem;
}

.woocommerce a.remove {
    display: block;
    font-size: 16px;
	height: auto !important;
    text-align: center;
    color: var(--sec) !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    width: max-content;
    background: var(--pridim);
    border-radius: 12px !important;
}

/* Cart Summary */
.cart-summary {
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fafafa;
    padding: 20px;
}

.cart-summary h2 {
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.proceed-checkout {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    background: var(--bgdim);
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-cart-grid {
        grid-template-columns: 1fr;
    }
    .cart-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .item-image img {
        max-width: 90%;
    }
}


/**Checkout Page Design **/


.wp-block-woocommerce-checkout {
    container-type: inline-size;
    margin: 0;
    padding-top: 24px;
    width: 90%;
    margin: 0px auto !important;
}


/* Main Cart Layout */
.custom-cart-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    align-items: flex-start;
}

a.button.proceed-checkout {
    transform: translate(-50%);
}

/* Cart Items */
.cart-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cart-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    align-items: center;
}

/* Product Image */
.item-image img {
    max-width: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}

/* Product Details */
.item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Right-align content */
    text-align: right;
    gap: 8px;
}

.item-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.item-price,
.item-subtotal,
.item-quantity {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

/* Remove Button */
.item-remove a {
    display: inline-block;
    padding: 8px 18px;
    background: var(--bgdim);
    color: #fff;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.item-remove a:hover {
    background: #d33; /* Slightly darker on hover */
}

/* Cart Summary */
.cart-summary {
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
    padding: 20px;
}

.cart-summary h2 {
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.proceed-checkout {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    background: var(--bgdim);
    color: #fff;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-cart-grid {
        grid-template-columns: 1fr;
    }
    .cart-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .item-details {
        align-items: center;
        text-align: center;
    }
    .item-image img {
        max-width: 90%;
    }
}



/**Check Out Page **/

.woocommerce-order {
    width: 90%;
    margin: 20px auto;
}


/* ✅ Success message */
.woocommerce-thankyou-order-received {
    background: #e8f7ee;
    border: 1px solid #cce9d7;
    padding: 15px 20px;
    border-radius: 8px;
    color: #2e7d32;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

/* ✅ Order Overview (top summary) */
.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    margin: 0 0 25px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
    list-style: none;
}

.woocommerce-order-overview li {
    flex: 1 1 200px;
    text-align: center;
    font-size: 0.95rem;
    color: #555;
}

.woocommerce-order-overview li strong {
    display: block;
    margin-top: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
}

/* ✅ Order Details Table */
.woocommerce-order-details__title {
    margin: 30px 0 15px;
    font-size: 1.5rem;
    color: #222;
    border-bottom: 2px solid #eee;
    padding-bottom: 6px;
}

.woocommerce-table.order_details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-table.order_details th,
.woocommerce-table.order_details td {
    padding: 14px 18px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
    color: #333;
}

.woocommerce-table.order_details th {
    background: #f9f9f9;
    font-weight: 600;
    text-align: left;
}

.woocommerce-table.order_details tfoot th {
    font-weight: 600;
    text-align: right;
    background: #fff;
}

.woocommerce-table.order_details tfoot td {
    font-weight: 600;
    color: #222;
}

/* ✅ Customer Details Section */
.woocommerce-customer-details {
    margin-top: 40px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
}

.woocommerce-customer-details h2 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #111;
}

.woocommerce-columns--addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-column {
    flex: 1 1 300px;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
}

.woocommerce-column__title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.woocommerce-column address {
    font-style: normal;
    color: #555;
    line-height: 1.6;
}

.woocommerce-customer-details--email {
    margin-top: 10px;
    color: #0073aa;
    font-size: 0.95rem;
    font-weight: 500;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500;
    font-size: 17px;
}

/**My Account Page**/

.woocommerce {
    display: flex;
    gap: 30px;
    margin: 0px auto;
    width: 100%;
    flex-direction: column;
}

/* Navigation Sidebar */
.woocommerce-MyAccount-navigation {
    flex: 0 0 220px;
    background: white;
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: var(--sha);
    border: 1px solid gainsboro;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ff5a5f;
    color: #fff;
}

/* Active link */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #ff5a5f;
    color: #fff;
    font-weight: 600;
    width: 90%;
    margin: 0px auto;
    border-radius: 45px;
    border-bottom: 0px;
}

/* Content Area */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: var(--sha);
    min-height: 350px;
    border: 1px solid gainsboro;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
    font-weight: 600;
    color: #222;
}

/* Notices / Messages */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
    border: none;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce .woocommerce-info {
    background: #e6f0ff;
    color: #0050b3;
}

.woocommerce .woocommerce-message {
    background: #e6ffed;
    color: #006d3c;
}

.woocommerce .woocommerce-error {
    background: #fff1f0;
    color: #a8071a;
}

/**Login Page Design **/



/* WooCommerce Login Page Styling */
.woocommerce form.woocommerce-form-login {
    max-width: 420px;
    margin: 40px auto;
    padding: 30px 25px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    font-size: 16px;
	width: 90%;
}

.woocommerce form.woocommerce-form-login h2 {
    text-align: center;
    color: var(--pridim);
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
}

/* Label Styling */
.woocommerce form.woocommerce-form-login label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #333;
    font-size: 16px;
}

/* Input Fields */
.woocommerce form.woocommerce-form-login input.input-text {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-size: 16px;
    transition: all 0.25s ease;
}

.woocommerce form.woocommerce-form-login input.input-text:focus {
    border-color: var(--pridim);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    outline: none;
}

/* Show Password Button */
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: var(--wc-form-color-text,#000);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    position: absolute;
    right: 0px;
    width: 35px;
}

.woocommerce .show-password-input:hover {
    opacity: 1;
}

/* Remember Me Checkbox */
.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
    margin-right: 6px;
}

/* Submit Button */
.woocommerce-form-login__submit {
    background: var(--pridim);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.1s ease;
}

.woocommerce-form-login__submit:hover {
    background: color-mix(in srgb, var(--pridim) 90%, black 10%);
}

.woocommerce-form-login__submit:active {
    transform: scale(0.98);
}

/* Lost Password Link */
.woocommerce-LostPassword {
    text-align: center;
    margin-top: 15px;
}

.woocommerce-LostPassword a {
    color: var(--pridim);
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.woocommerce-LostPassword a:hover {
    color: color-mix(in srgb, var(--pridim) 80%, black 20%);
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    transform: translate(-50%);
}



/**Shop Phones By Brand**/

.shop_by_brands {
    display: flex;
    overflow-x: none;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding: 0px;
    width: 90%;
    text-align: center;
    gap: 21px;
    background: white;
    border-radius: 16px;
    border: 1px solid ghostwhite;
}

.shop_by_brands_single {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 14px;
    padding: 0px;
    box-shadow: var(--sha);
    cursor: pointer;
    border: 1px solid #ffffff;
}

.shop_by_brands_single_img {
    width: 100%;
    height: 78px;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
}

.shop_by_brands_single_img img {
    width: 90px;
    height: auto;
}

.shop_by_brands_single_text {
    width: 90%;
    border-radius: 12px;
    border: 1px solid gainsboro;
    box-shadow: var(--sha);
    margin: 10px auto;
}

.shop_by_brands_single_text h3 {
    font-size: 16px;
    color: var(--pridim);
}

/**Footer Design **/


footer {
    background: var(--sec);
    width: 100%;
    border-top: 1px solid gainsboro;
    margin-top: 20px;
    padding: 10px 0px 0px 0px;
}
.footer_top {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(auto-fit, 400px);
    justify-content: center;
    width: 100%;
    grid-gap: 28px;
    margin: 0px auto;
    text-align: center;
}

.footer_top_section {
	width: 100%;
	min-height: 200px;
}

.footer_top_section_heading h2 {
    font-size: 2.2rem;
    text-align: left;
    margin: 0px;
    font-weight: 800;
    color: var(--bgdim);
}

.footer_top_section_content ul {
	list-style: none;
	padding: 0px;
	margin: 20px auto;
	text-align: left;
}

.footer_top_section_content ul li {
    font-size: 1.6rem;
    color: var(--bgdim);
    margin-bottom: 11px;
    padding-bottom: 6px;
}

.footer_top_section_content ul li a {
	color: var(--bgdim);
}

/**Footer About Us Design **/


.footer_top_section_content p {
	font-size: 1.6rem;
	text-align: left;
	color: var(--bgdim);
	margin: 10px auto;
}

.footer_about_logo img {
	width: 263px;
	display: flex;
	justify-content: flex-start;
	margin-left: -25px;
}


/**Footer Social Icons Design **/


.footer_social_icons_section ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, 50px);
	grid-gap: 10px;
}

.footer_social_icons_section ul li {
	width: 40px;
	height: 40px;
	padding: 10px;
	border: 1px solid gainsboro;
	border-radius: 5px;
	box-shadow: var(--sha);
}

.footer_social_icons_section ul li:hover {
	box-shadow: var(--hoversha);
}

.footer_social_icons_section ul li:hover .footer_social_icons_section ul li a svg {
	fill: var(--pri);
}

.footer_social_icons_section ul li a svg {
	background: white;
	fill: var(--bgdim);
}
.footer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    border-radius: 0px;
    border-top: 1px solid gainsboro;
    margin-top: 10px;
}
.footer_top_child {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
    width: 100%;
    text-align: left;
}
.footer_top_child h2 {
    padding: 0px;
    color: var(--bgdum);
    font-weight: 600;
    margin: 14px auto 7px;
    font-size: 21px;
}
.footer_top_child ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: var(--bg);
    font-weight: 500;
}
.about_us_social {
    display: flex;
    width: 100%;
}
.about_us_social ul {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    gap: 20px;
    margin: 20px auto;
}
.about_us_social ul li {
    list-style: none;
}
.about_us_social ul li a svg {
    fill: var(--bgdim);
    width: 44px;
    height: 42px;
    padding: 10px;
    box-shadow: var(--hoversha);
    border: 1px solid gainsboro;
    border-radius: 10px;
}
.site-info{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-info p {
    font-weight: 500;
}