/*
Theme Name: Shri Krishna Mobile
Theme URI: https://shrikrishnamobile.in
Author: Shri Krishna Mobile
Author URI: https://shrikrishnamobile.in
Description: A modern, mobile-first WooCommerce theme for mobile accessories, featuring a Carlcare-inspired blue visual system.
Version: 1.0.39
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shri-krishna-mobile
Tags: e-commerce, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
  --ink: #151515;
  --muted: #5d6877;
  --soft: #f3f8ff;
  --paper: #fbfdff;
  --line: #dce8f6;
  --orange: #0a69fe;
  --orange-dark: #0256a6;
  --orange-soft: #eaf3ff;
  --blue: #0256a6;
  --green: #1d7b4d;
  --shadow: 0 18px 50px rgba(2, 86, 166, 0.09);
}

/* OPPO A6x product story - kept in the theme so WordPress cannot strip it. */
.skm-oppo-a6x {
  --a6x-brand: #169b55;
  --a6x-brand-dark: #07633a;
  --a6x-brand-soft: #eaf8f0;
  --a6x-ink: #102018;
  --a6x-muted: #56645c;
  --a6x-line: #dcebe3;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--a6x-ink);
  font-family: inherit;
}

.skm-oppo-a6x * {
  box-sizing: border-box;
}

.skm-oppo-a6x .a6x-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 64px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.38) 0 12%, transparent 12.3%),
    linear-gradient(135deg, #e3faec 0%, #b8ebca 56%, #169b55 100%);
}

.skm-oppo-a6x .a6x-badge {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(7, 99, 58, 0.25);
  border-radius: 999px;
  color: var(--a6x-brand-dark);
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.skm-oppo-a6x .a6x-hero h2 {
  max-width: 900px;
  margin: 20px 0 14px;
  color: #073c25;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.skm-oppo-a6x .a6x-hero p {
  max-width: 790px;
  margin: 0;
  color: #174a31;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}

.skm-oppo-a6x .a6x-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.skm-oppo-a6x .a6x-card {
  padding: 24px;
  border: 1px solid var(--a6x-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(11, 70, 40, 0.06);
}

.skm-oppo-a6x .a6x-icon {
  display: grid;
  width: 49px;
  height: 49px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--a6x-brand), var(--a6x-brand-dark));
  font-size: 14px;
  font-weight: 900;
}

.skm-oppo-a6x .a6x-card h3 {
  margin: 0 0 9px;
  color: var(--a6x-ink);
  font-size: 20px;
  line-height: 1.25;
}

.skm-oppo-a6x .a6x-card p {
  margin: 0;
  color: var(--a6x-muted);
  font-size: 15px;
  line-height: 1.65;
}

.skm-oppo-a6x .a6x-section {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--a6x-line);
  border-radius: 26px;
  background: #fff;
}

.skm-oppo-a6x .a6x-section h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -0.025em;
}

.skm-oppo-a6x .a6x-intro {
  margin: 0 0 24px;
  color: var(--a6x-muted);
  line-height: 1.7;
}

.skm-oppo-a6x .a6x-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.skm-oppo-a6x .a6x-spec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 17px;
  border-radius: 14px;
  background: #f5faf7;
}

.skm-oppo-a6x .a6x-spec span {
  color: var(--a6x-muted);
}

.skm-oppo-a6x .a6x-spec strong {
  color: var(--a6x-brand-dark);
  text-align: right;
}

.skm-oppo-a6x .a6x-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.skm-oppo-a6x .a6x-option {
  padding: 24px;
  border: 1px solid var(--a6x-line);
  border-radius: 20px;
  background: var(--a6x-brand-soft);
}

.skm-oppo-a6x .a6x-option h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.skm-oppo-a6x .a6x-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.skm-oppo-a6x .a6x-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid #b9ddc8;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.skm-oppo-a6x .a6x-colour::before {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cbd7d0;
  content: "";
}

.skm-oppo-a6x .olive-green::before {
  background: linear-gradient(145deg, #869174, #334331);
}

.skm-oppo-a6x .ice-blue::before {
  background: linear-gradient(145deg, #e9f8ff, #93c9de);
}

.skm-oppo-a6x .a6x-trust {
  margin-top: 24px;
  padding: clamp(25px, 4vw, 40px);
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(135deg, var(--a6x-brand-dark), var(--a6x-brand));
}

.skm-oppo-a6x .a6x-trust h2 {
  margin: 0 0 10px;
  color: #fff;
}

.skm-oppo-a6x .a6x-trust p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.skm-oppo-a6x .a6x-whatsapp {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 13px;
  color: var(--a6x-brand-dark) !important;
  background: #fff;
  font-weight: 800;
  text-decoration: none !important;
}

@media (max-width: 800px) {
  .skm-oppo-a6x .a6x-grid {
    grid-template-columns: 1fr 1fr;
  }

  .skm-oppo-a6x .a6x-specs,
  .skm-oppo-a6x .a6x-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .skm-oppo-a6x .a6x-grid {
    grid-template-columns: 1fr;
  }

  .skm-oppo-a6x .a6x-hero,
  .skm-oppo-a6x .a6x-section,
  .skm-oppo-a6x .a6x-trust {
    border-radius: 20px;
  }

  .skm-oppo-a6x .a6x-card {
    padding: 20px;
  }
}

/* Refined catalogue presentation. */
.skm-shop-main {
  padding: 32px 0 84px;
}

.skm-shop-hero {
  position: relative;
  overflow: hidden;
  margin: 4px 0 28px;
  padding: 34px 38px 30px;
  color: #10233d;
  background: linear-gradient(125deg, #edf8ff 0%, #f7fbff 55%, #e5f2ff 100%);
  border: 1px solid #dcecf9;
  border-radius: 26px;
}

.skm-shop-hero::after {
  width: 230px;
  height: 230px;
  position: absolute;
  top: -118px;
  right: -35px;
  border: 40px solid rgba(93, 185, 238, 0.2);
  border-radius: 50%;
  content: "";
}

.skm-shop-hero > * {
  position: relative;
  z-index: 1;
}

.skm-shop-eyebrow {
  margin: 0 0 9px;
  color: #1673b4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.skm-shop-hero h1 {
  max-width: 650px;
  margin: 0 !important;
  color: #10233d;
  font-size: clamp(29px, 4vw, 46px) !important;
  line-height: 1.08;
}

.skm-shop-copy {
  max-width: 590px;
  margin: 11px 0 20px;
  color: #52677e;
  font-size: 14px;
  line-height: 1.6;
}

.skm-shop-categories {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 1px;
  scrollbar-width: none;
}

.skm-shop-categories::-webkit-scrollbar { display: none; }

.skm-shop-categories a {
  flex: 0 0 auto;
  padding: 9px 14px;
  color: #34516d;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #d8e8f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.skm-shop-categories a:hover,
.skm-shop-categories a.is-active {
  color: #fff;
  background: #1479bb;
  border-color: #1479bb;
}

.skm-shop-main .woocommerce-result-count {
  margin: 13px 0 18px;
  color: #6e7c8c;
  font-size: 12px;
  font-weight: 600;
}

.skm-shop-main .woocommerce-products-header {
  display: none;
}

.skm-shop-main .woocommerce-ordering select {
  min-height: 42px;
  color: #2c4259;
  background: #fff;
  border-color: #dbe6f0;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 600;
}

.skm-shop-main ul.products {
  gap: 22px 18px;
  margin: 23px 0 0;
}

.skm-shop-main ul.products li.product,
.skm-shop-main.woocommerce-page ul.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0 0 17px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e9f0;
  border-radius: 19px;
  box-shadow: 0 8px 23px rgba(27, 58, 84, 0.055);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.skm-shop-main ul.products li.product:hover {
  border-color: #b9d8ed;
  box-shadow: 0 16px 32px rgba(27, 83, 124, 0.13);
  transform: translateY(-4px);
}

.skm-shop-main ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  padding: 12px 12px 0;
  text-decoration: none;
}

.skm-shop-main ul.products li.product a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 12px;
  object-fit: contain;
  background: #f7fafc;
  border-radius: 13px;
  transition: transform 0.3s ease;
}

.skm-shop-main ul.products li.product:hover a img {
  transform: scale(1.035);
}

.skm-shop-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px;
  margin: 13px 4px 4px;
  padding: 0;
  color: #15283b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.42;
}

.skm-shop-main ul.products li.product .price {
  display: block;
  min-height: 21px;
  margin: 0 16px 10px;
  color: #1a6698;
  font-size: 13px;
  font-weight: 800;
}

.skm-shop-main ul.products li.product .price del {
  margin-right: 4px;
  color: #95a1ad;
  font-size: 10px;
  font-weight: 600;
}

.skm-shop-main ul.products li.product .price ins {
  text-decoration: none;
}

.skm-shop-main ul.products li.product .button {
  width: calc(100% - 32px);
  min-height: 42px;
  margin: auto 16px 0;
  padding: 10px 12px;
  color: #fff;
  background: #1479bb;
  border-radius: 10px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.skm-shop-main > .container > .page-title {
  display: none;
}

/* Amazon-inspired shop cards: purchase details stay on the product page. */
.skm-shop-main ul.products li.product .cfvsw_variations_form,
.skm-shop-main ul.products li.product .cfvsw-shop-variations,
.skm-shop-main ul.products li.product .cfvsw-original-thumbnail {
  display: none !important;
}

.skm-shop-main ul.products {
  align-items: stretch;
  gap: 18px;
}

.skm-shop-main ul.products li.product,
.skm-shop-main.woocommerce-page ul.products li.product {
  padding-bottom: 18px;
  border-color: #e3e6e6;
  border-radius: 12px !important;
  box-shadow: 0 2px 7px rgba(15, 17, 17, 0.08);
}

.skm-shop-main ul.products li.product:hover {
  border-color: #c7cbcb;
  box-shadow: 0 5px 14px rgba(15, 17, 17, 0.13);
  transform: translateY(-2px);
}

.skm-shop-main ul.products li.product > a.woocommerce-LoopProduct-link {
  flex: 1 1 auto;
  padding: 10px 10px 0;
}

.skm-shop-main ul.products li.product a img {
  padding: 8px;
  background: #f7f8f8;
  border-radius: 9px;
}

.skm-shop-main ul.products li.product .woocommerce-loop-product__title {
  min-height: auto;
  margin: 14px 6px 7px;
  color: #0f1111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.skm-shop-main ul.products li.product .price {
  min-height: auto;
  margin: 0 16px 15px;
  color: #0f1111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.skm-shop-main ul.products li.product .price del {
  display: inline;
  margin-right: 5px;
  color: #707070;
  font-size: 11px;
  font-weight: 500;
}

.skm-shop-main ul.products li.product .price ins {
  color: #b12704;
}

.skm-shop-main ul.products li.product .button {
  width: calc(100% - 32px);
  min-height: 40px;
  margin: auto 16px 0;
  color: #0f1111;
  background: #ffd814;
  border: 1px solid #fcd200;
  border-radius: 999px;
  box-shadow: 0 2px 5px rgba(213, 217, 217, 0.5);
  font-size: 12px;
  font-weight: 700;
}

.skm-shop-main ul.products li.product .button:hover {
  color: #0f1111;
  background: #f7ca00;
}

.skm-shop-main span.onsale {
  padding: 7px 10px;
  background: #cc0c39;
  border-radius: 4px;
}

.quick-view-button {
  display: none !important;
}

.skm-shop-main ul.products li.product,
.skm-shop-main.woocommerce-page ul.products li.product {
  border-radius: 12px !important;
}

/* Final single-product overrides. */
@media (min-width: 769px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 48% !important;
    float: left !important;
    margin-right: 4% !important;
  }
  .single-product div.product .summary {
    width: 48% !important;
    float: right !important;
  }
  .single-product div.product .woocommerce-tabs,
  .single-product div.product .related,
  .single-product div.product .upsells {
    clear: both !important;
  }
}

.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image > a {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.single-product .woocommerce-product-gallery__image {
  cursor: pointer !important;
  background: linear-gradient(145deg, #f8fbff, #eef4fa);
}

.single-product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  transform: translateY(0) !important;
  transition: transform .72s cubic-bezier(.16,1,.3,1), filter .72s ease !important;
}

.single-product .woocommerce-product-gallery__image .zoomImg {
  display: none !important;
}

.single-product .woocommerce-product-gallery__image > a::after {
  width: 42%;
  height: 160%;
  position: absolute;
  top: -30%;
  left: -62%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-18deg);
  transition: left .9s cubic-bezier(.2,.7,.2,1), opacity .35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .single-product .woocommerce-product-gallery__image:hover > a > img:not(.zoomImg) {
    filter: drop-shadow(0 18px 18px rgba(28,55,86,.16));
    transform: translateY(-7px) !important;
  }
  .single-product .woocommerce-product-gallery__image:hover > a::after {
    left: 122%;
    opacity: 1;
  }
}

.single-product.skm-product-brand-vivo,
.single-product .skm-brand-vivo {
  --skm-product-brand: #2850d8;
  --skm-product-brand-dark: #153498;
  --skm-product-brand-soft: #e8edff;
}

.single-product .skm-product-story .skm-intro,
.single-product.skm-product-brand-vivo .skm-brand-story .skm-story-hero,
.single-product.skm-product-brand-vivo .skm-oppo-a6x .a6x-hero {
  background: radial-gradient(circle at 94% 10%, rgba(255,255,255,.3) 0 12%, transparent 12.2%), linear-gradient(135deg, #e8efff 0%, #9db5ff 58%, #2850d8 100%) !important;
  border: 1px solid rgba(21,52,152,.12) !important;
  box-shadow: 0 18px 46px rgba(40,80,216,.14) !important;
}

.single-product .skm-product-story .skm-feature-grid,
.single-product .skm-oppo-a6x .a6x-grid,
.single-product .skm-brand-story .skm-story-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 24px 0 !important;
}

.single-product .skm-product-story .skm-feature,
.single-product .skm-oppo-a6x .a6x-card,
.single-product .skm-brand-story .skm-story-card {
  padding: 24px !important;
  background: #fff !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 21px !important;
  box-shadow: 0 12px 34px rgba(31,67,105,.07) !important;
}

@media (max-width: 800px) {
  .single-product .skm-product-story .skm-feature-grid,
  .single-product .skm-oppo-a6x .a6x-grid,
  .single-product .skm-brand-story .skm-story-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 540px) {
  .single-product .skm-product-story .skm-feature-grid,
  .single-product .skm-oppo-a6x .a6x-grid,
  .single-product .skm-brand-story .skm-story-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Consistent premium single-product presentation. */
@media (min-width: 769px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 48% !important;
    float: left !important;
    margin-right: 4% !important;
  }

  .single-product div.product .summary {
    width: 48% !important;
    float: right !important;
  }

  .single-product div.product .woocommerce-tabs,
  .single-product div.product .related,
  .single-product div.product .upsells {
    clear: both !important;
  }
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image > a {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.single-product .woocommerce-product-gallery__image {
  cursor: pointer !important;
  background: linear-gradient(145deg, #f8fbff, #eef4fa);
}

.single-product .woocommerce-product-gallery__image > a::after {
  width: 42%;
  height: 160%;
  position: absolute;
  top: -30%;
  left: -62%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-18deg);
  transition: left .9s cubic-bezier(.2,.7,.2,1), opacity .35s ease;
}

.single-product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  transform: translateY(0) !important;
  transition: transform .72s cubic-bezier(.16,1,.3,1), filter .72s ease !important;
}

.single-product .woocommerce-product-gallery__image .zoomImg {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .single-product .woocommerce-product-gallery__image:hover > a > img:not(.zoomImg) {
    filter: drop-shadow(0 18px 18px rgba(28, 55, 86, .16));
    transform: translateY(-7px) !important;
  }

  .single-product .woocommerce-product-gallery__image:hover > a::after {
    left: 122%;
    opacity: 1;
  }
}

.single-product.skm-product-brand-vivo,
.single-product .skm-brand-vivo {
  --skm-product-brand: #2850d8;
  --skm-product-brand-dark: #153498;
  --skm-product-brand-soft: #e8edff;
}

.single-product .skm-product-story .skm-intro,
.single-product.skm-product-brand-vivo .skm-brand-story .skm-story-hero,
.single-product.skm-product-brand-vivo .skm-oppo-a6x .a6x-hero {
  background:
    radial-gradient(circle at 94% 10%, rgba(255,255,255,.3) 0 12%, transparent 12.2%),
    linear-gradient(135deg, #e8efff 0%, #9db5ff 58%, #2850d8 100%) !important;
  border: 1px solid rgba(21, 52, 152, .12);
  box-shadow: 0 18px 46px rgba(40, 80, 216, .14);
}

/* Make legacy and new description templates share the Y31 visual rhythm. */
.single-product .skm-product-story,
.single-product .skm-oppo-a6x,
.single-product .skm-brand-story {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.single-product .skm-product-story .skm-feature-grid,
.single-product .skm-oppo-a6x .a6x-grid,
.single-product .skm-brand-story .skm-story-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 24px 0 !important;
}

.single-product .skm-product-story .skm-feature,
.single-product .skm-oppo-a6x .a6x-card,
.single-product .skm-brand-story .skm-story-card {
  padding: 24px !important;
  background: #fff !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 21px !important;
  box-shadow: 0 12px 34px rgba(31, 67, 105, .07) !important;
}

@media (max-width: 800px) {
  .single-product .skm-product-story .skm-feature-grid,
  .single-product .skm-oppo-a6x .a6x-grid,
  .single-product .skm-brand-story .skm-story-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 540px) {
  .single-product .skm-product-story .skm-feature-grid,
  .single-product .skm-oppo-a6x .a6x-grid,
  .single-product .skm-brand-story .skm-story-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .skm-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skm-shop-main ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
  }

  .skm-shop-main ul.products li.product .price {
    margin-right: 11px;
    margin-left: 11px;
    font-size: 15px;
  }

  .skm-shop-main ul.products li.product .button {
    width: calc(100% - 22px);
    margin-right: 11px;
    margin-left: 11px;
    padding: 9px 6px;
  }
}

.skm-shop-main ul.products li.product .button:hover {
  background: #0e659f;
}

.skm-shop-main span.onsale {
  z-index: 2;
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
  padding: 7px 9px;
  color: #fff;
  background: #1479bb;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.skm-shop-main ul.products li.product [class*="swatch"],
.skm-shop-main ul.products li.product .cfvsw-swatches-container {
  margin-right: 16px;
  margin-left: 16px;
}

.skm-shop-main ul.products li.product .cfvsw-swatches-container {
  gap: 6px;
}

@media (max-width: 700px) {
  .skm-shop-main { padding-top: 18px; }
  .skm-shop-hero { margin-bottom: 21px; padding: 26px 20px 22px; border-radius: 20px; }
  .skm-shop-copy { font-size: 13px; }
  .skm-shop-main ul.products { gap: 14px 11px; }
  .skm-shop-main ul.products li.product .woocommerce-loop-product__title { font-size: 13px; }
  .skm-shop-main ul.products li.product .price { margin-right: 12px; margin-left: 12px; }
  .skm-shop-main ul.products li.product .button { width: calc(100% - 24px); margin-right: 12px; margin-left: 12px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

img,
svg {
  display: block;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.announcement {
  color: #fff;
  background: #171717;
  font-size: 12px;
}

.announcement-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  letter-spacing: 0.01em;
}

.announcement-inner span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.announcement-center {
  color: #bcd9ff;
}

.header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(251, 253, 255, 0.94);
  border-bottom: 1px solid rgba(220, 232, 246, 0.9);
  backdrop-filter: blur(18px);
}

.header-main {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 13px 13px 13px 4px;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.04em;
  box-shadow: 0 8px 18px rgba(10, 105, 254, 0.25);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.03;
  white-space: nowrap;
}

.brand-copy strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--orange);
}

.nav-dot {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  font-size: 10px;
}

.search-box {
  min-width: 0;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: #8a8782;
  background: #f1f6fc;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: all 0.2s ease;
}

.search-box:focus-within {
  background: #fff;
  border-color: #bfd4ec;
  box-shadow: 0 0 0 4px rgba(10, 105, 254, 0.09);
}

.search-box input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.search-box button {
  padding: 4px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

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

.icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.icon-button:hover {
  color: var(--orange);
  background: var(--orange-soft);
  border-color: #b9d6fb;
}

.bag-button {
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 6px 0 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.bag-button b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 9px;
  font-size: 11px;
}

.mobile-menu-button,
.mobile-search {
  display: none;
}

.hero {
  position: relative;
  min-height: 620px;
  isolation: isolate;
  overflow: hidden;
  background: #dcecff;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245, 250, 255, 0.98) 0%, rgba(237, 246, 255, 0.91) 35%, rgba(224, 239, 255, 0.16) 60%, rgba(224, 239, 255, 0) 100%);
}

.hero-content {
  min-height: 620px;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(550px, 50%);
  padding: 60px 0 52px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
}

.hero h1 {
  margin: 23px 0 19px;
  font-size: clamp(46px, 5.1vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 850;
}

.hero h1 em {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero-copy > p {
  max-width: 515px;
  margin: 0;
  color: #55504a;
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 25px rgba(21, 21, 21, 0.14);
}

.button-primary:hover {
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(10, 105, 254, 0.24);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(21, 21, 21, 0.16);
  backdrop-filter: blur(10px);
}

.hero-proof {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 21px;
}

.hero-proof span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-proof strong {
  font-size: 17px;
}

.hero-proof small {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6c665f;
  font-size: 11px;
}

.hero-proof i {
  width: 1px;
  height: 32px;
  background: rgba(21, 21, 21, 0.15);
}

.brand-ribbon {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.brand-ribbon-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand-ribbon-label {
  padding-right: 25px;
  color: #8a8782;
  border-right: 1px solid var(--line);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-list {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.brand-list::-webkit-scrollbar {
  display: none;
}

.brand-list button,
.brand-list a {
  padding: 8px 0;
  color: #3f3e3c;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.brand-list button:hover,
.brand-list a:hover {
  color: var(--orange);
}

.section {
  padding: 96px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.section-heading h2,
.reviews-head h2,
.faq-intro h2,
.finder-copy h2 {
  margin: 9px 0 0;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.048em;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bcb8b1;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

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

.category-card {
  min-width: 0;
  min-height: 204px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  text-align: left;
  background: #f3f8ff;
  border: 1px solid transparent;
  border-radius: 22px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card::after {
  content: "";
  width: 105px;
  height: 105px;
  position: absolute;
  right: -28px;
  top: -30px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.category-1 { background: #edf4ff; }
.category-2 { background: #e8f2ff; }
.category-3 { background: #e7f7ff; }
.category-4 { background: #f1f6ff; }
.category-5 { background: #e3efff; }
.category-6 { background: #eef4fb; }

.category-icon {
  width: 57px;
  height: 57px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(20, 20, 20, 0.05);
}

.category-card > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.category-card strong {
  font-size: 15px;
  line-height: 1.25;
}

.category-card small {
  color: var(--muted);
  font-size: 11px;
}

.category-arrow {
  position: absolute;
  right: 16px;
  bottom: 18px;
  color: #9a9792;
}

.offers-section {
  padding: 0 0 42px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.34fr 0.66fr;
  gap: 18px;
}

.offer-card {
  min-height: 365px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.offer-card-main {
  color: #fff;
  background:
    radial-gradient(circle at 72% 20%, rgba(255,255,255,0.15), transparent 28%),
    linear-gradient(135deg, #061b38, #0256a6);
}

.offer-card-audio {
  color: #17243e;
  background: linear-gradient(145deg, #d9e6f3, #eff4f8);
}

.offer-card::after {
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;
  right: -65px;
  bottom: -65px;
  border: 55px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.offer-content {
  width: 54%;
  position: relative;
  z-index: 2;
  padding: 48px;
}

.offer-card-audio .offer-content {
  width: 75%;
  padding: 44px 38px;
}

.offer-label {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-card-audio .offer-label {
  color: #315e8e;
}

.offer-card h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.offer-card-audio h3 {
  font-size: 39px;
}

.offer-card p {
  max-width: 390px;
  margin: 18px 0 0;
  color: #c7c3c0;
  font-size: 14px;
  line-height: 1.65;
}

.offer-card button,
.offer-card .offer-content > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  padding: 0 0 5px;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.charger-art {
  width: 46%;
  position: absolute;
  z-index: 1;
  right: 2%;
  top: 0;
  bottom: 0;
}

.charger-cube {
  width: 175px;
  height: 190px;
  position: absolute;
  left: 50%;
  top: 53%;
  display: grid;
  place-items: center;
  color: #77706a;
  background: linear-gradient(145deg, #fff, #d9d7d2);
  border-radius: 37px;
  box-shadow: 0 30px 45px rgba(0,0,0,0.33), inset -10px -10px 18px rgba(0,0,0,0.08);
  transform: translate(-50%, -50%) rotate(-10deg);
}

.charger-cube::before,
.charger-cube::after {
  content: "";
  width: 12px;
  height: 55px;
  position: absolute;
  top: -38px;
  background: linear-gradient(90deg, #8c8b88, #efefed);
  border-radius: 4px;
}

.charger-cube::before { left: 52px; }
.charger-cube::after { right: 52px; }

.charger-cube span {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.charger-cube i {
  width: 40px;
  height: 16px;
  position: absolute;
  bottom: 28px;
  border: 4px solid #333;
  border-radius: 8px;
}

.charge-bolt {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 12%;
  top: 21%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 20px;
  box-shadow: 0 18px 30px rgba(10,105,254,0.3);
  transform: rotate(8deg);
}

.earbud-art {
  width: 200px;
  height: 150px;
  position: absolute;
  right: -5px;
  bottom: 5px;
}

.earbud-art span {
  width: 66px;
  height: 94px;
  position: absolute;
  bottom: 20px;
  background: linear-gradient(145deg, #fff, #d4dce3);
  border-radius: 42px 42px 28px 28px;
  box-shadow: 0 18px 35px rgba(37, 69, 101, 0.2);
}

.earbud-art span::before {
  content: "";
  width: 22px;
  height: 48px;
  position: absolute;
  left: 22px;
  bottom: -34px;
  background: linear-gradient(90deg, #d9e0e5, #fff);
  border-radius: 0 0 12px 12px;
}

.earbud-art span::after {
  content: "";
  width: 18px;
  height: 9px;
  position: absolute;
  left: 24px;
  top: 24px;
  background: #25364e;
  border-radius: 999px;
}

.earbud-art span:first-child { left: 25px; transform: rotate(12deg); }
.earbud-art span:last-child { right: 25px; transform: rotate(-12deg); }

.products-section {
  scroll-margin-top: 80px;
}

.product-heading {
  align-items: flex-end;
}

.product-tabs {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  overflow-x: auto;
  background: #eef5fd;
  border-radius: 14px;
}

.product-tabs button,
.product-tabs > a {
  min-height: 38px;
  padding: 0 14px;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.product-tabs button.active {
  background: #fff;
  box-shadow: 0 4px 14px rgba(25, 20, 15, 0.08);
}

.product-tabs > a {
  display: inline-flex;
  align-items: center;
}

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

.product-card {
  min-width: 0;
}

.product-visual {
  aspect-ratio: 1 / 1.05;
  position: relative;
  overflow: hidden;
  background: #f2f7fd;
  border-radius: 22px;
}

.product-badge {
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 12px;
  padding: 7px 9px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wishlist-button {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 4;
  right: 11px;
  top: 11px;
  display: grid;
  place-items: center;
  color: #5f5c58;
  background: rgba(255, 255, 255, 0.88);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.wishlist-button.active {
  color: #e54848;
}

.product-image-button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.product-sheet {
  width: 100%;
  height: 100%;
  background-image: url("assets/images/product-sheet.jpg");
  background-repeat: no-repeat;
  background-size: 400% 200%;
  transition: transform 0.45s cubic-bezier(.22,.8,.22,1);
}

.product-card:hover .product-sheet {
  transform: scale(1.045);
}

.quick-view-button {
  min-height: 40px;
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  left: 14px;
  color: #fff;
  background: rgba(21, 21, 21, 0.91);
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  opacity: 0;
  transform: translateY(9px);
  transition: all 0.25s ease;
}

.product-card:hover .quick-view-button {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .quick-view-button {
    display: none;
  }
}

.product-info {
  padding: 15px 4px 0;
}

.product-category {
  color: #8b8882;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-name {
  width: 100%;
  display: block;
  margin: 6px 0 7px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
}

.rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #e39a1b;
  font-size: 11px;
  font-weight: 750;
}

.rating span {
  color: #99958e;
  font-weight: 500;
}

.product-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.price strong {
  font-size: 16px;
}

.price span {
  color: #99958e;
  font-size: 11px;
  text-decoration: line-through;
}

.price small {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.add-button {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.add-button:hover {
  background: var(--orange);
  transform: translateY(-2px);
}

.empty-products {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  background: var(--soft);
  border-radius: 28px;
}

.empty-products h3 {
  margin: 15px 0 6px;
  font-size: 22px;
}

.empty-products p {
  margin: 0 0 20px;
  color: var(--muted);
}

.device-finder {
  padding: 86px 0;
  color: #fff;
  background:
    radial-gradient(circle at 15% 0%, rgba(10, 105, 254, 0.26), transparent 35%),
    #141414;
}

.device-finder-inner {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 75px;
}

.section-kicker.light {
  color: #83b7ff;
}

.finder-copy p {
  max-width: 485px;
  margin: 18px 0 22px;
  color: #b9b7b4;
  font-size: 15px;
  line-height: 1.7;
}

.finder-proof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e3dfd9;
  font-size: 12px;
  font-weight: 700;
}

.finder-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 17px;
  background: #202020;
  border: 1px solid #333;
  border-radius: 25px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.24);
}

.finder-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.finder-form label > span {
  padding-left: 5px;
  color: #9a9894;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finder-form select {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  color: #fff;
  background: #2a2a2a;
  border: 1px solid #3c3c3c;
  border-radius: 14px;
  outline: 0;
  font-size: 13px;
}

.finder-form select:disabled {
  color: #777;
}

.finder-button {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: #fff;
  background: var(--orange);
}

.benefits {
  padding: 38px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

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

.benefits-grid > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 28px;
  border-right: 1px solid var(--line);
}

.benefits-grid > div:first-child {
  padding-left: 0;
}

.benefits-grid > div:last-child {
  padding-right: 0;
  border: 0;
}

.benefits-grid > div > span {
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: var(--orange-soft);
  border-radius: 15px;
}

.benefits-grid div div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.benefits-grid strong {
  font-size: 13px;
}

.benefits-grid small {
  color: var(--muted);
  font-size: 10px;
}

.reviews-section {
  background: #f3f8ff;
}

.reviews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}

.aggregate-rating {
  display: flex;
  align-items: center;
  gap: 13px;
}

.aggregate-rating > strong {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.aggregate-rating span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.aggregate-rating i {
  color: #efa627;
  font-style: normal;
  letter-spacing: 0.12em;
}

.aggregate-rating small {
  color: var(--muted);
  font-size: 10px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card {
  padding: 28px;
  background: #fff;
  border: 1px solid #eeebe6;
  border-radius: 22px;
}

.review-stars {
  color: #efa627;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.review-card h3 {
  margin: 18px 0 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.review-card > p {
  min-height: 72px;
  margin: 0;
  color: #69655f;
  font-size: 13px;
  line-height: 1.65;
}

.review-card footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.review-card footer > span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: var(--orange-dark);
  background: var(--orange-soft);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.review-card footer div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.review-card footer strong {
  font-size: 12px;
}

.review-card footer small {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--green);
  font-size: 10px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
}

.faq-intro p {
  max-width: 400px;
  margin: 19px 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 750;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary svg {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 670px;
  margin: -8px 0 25px;
  padding-right: 35px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.newsletter {
  padding: 55px 0;
  background: var(--orange);
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  align-items: center;
  gap: 70px;
  color: #fff;
}

.newsletter-inner > div > span {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newsletter h2 {
  margin: 7px 0 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.13;
  letter-spacing: -0.045em;
}

.newsletter form {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 7px 7px 7px 18px;
  color: #315e8e;
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 18px 40px rgba(2, 86, 166, 0.2);
}

.newsletter input {
  min-width: 0;
  flex: 1;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.newsletter form button {
  height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.footer {
  padding: 75px 0 25px;
  color: #d8d5d0;
  background: #111;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.72fr 0.72fr 0.9fr 1.15fr;
  gap: 48px;
  padding-bottom: 55px;
}

.brand-light .brand-copy strong {
  color: #fff;
}

.footer-brand > p {
  max-width: 310px;
  margin: 21px 0 25px;
  color: #85827e;
  font-size: 13px;
  line-height: 1.65;
}

.socials {
  display: flex;
  gap: 9px;
}

.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #1d1d1d;
  border: 1px solid #2c2c2c;
  border-radius: 12px;
}

.socials svg {
  width: 16px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid a,
.contact-column p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #918e89;
  font-size: 12px;
  transition: color 0.2s ease;
}

.footer-grid a:hover {
  color: #fff;
}

.contact-column small {
  color: #5f5d5a;
  font-size: 10px;
}

.footer-bottom {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  color: #615f5c;
  border-top: 1px solid #242424;
  font-size: 10px;
}

.footer-bottom > div,
.footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 17px;
}

.whatsapp-float {
  height: 48px;
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  color: #fff;
  background: #1da860;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(14, 95, 54, 0.28);
  font-size: 12px;
  font-weight: 800;
}

.mobile-bottom-nav {
  display: none;
}

.drawer-layer,
.modal-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
}

.drawer-backdrop,
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 10, 9, 0.55);
  border: 0;
  backdrop-filter: blur(4px);
  animation: fadeIn 0.2s ease both;
}

.mobile-drawer,
.cart-drawer {
  width: min(440px, 92vw);
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--paper);
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.16);
}

.mobile-drawer {
  left: 0;
  padding: 22px;
  animation: slideRight 0.3s cubic-bezier(.22,.8,.22,1) both;
}

.cart-drawer {
  right: 0;
  display: flex;
  flex-direction: column;
  animation: slideLeft 0.3s cubic-bezier(.22,.8,.22,1) both;
}

.drawer-head,
.cart-head {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.mobile-drawer nav {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.mobile-drawer nav a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 700;
}

.mobile-drawer nav svg {
  width: 18px;
  color: #aaa6a0;
}

.drawer-help {
  position: absolute;
  right: 22px;
  bottom: 28px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  color: #fff;
  background: #1d1d1d;
  border-radius: 18px;
}

.drawer-help > svg {
  color: #62d597;
}

.drawer-help div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.drawer-help strong { font-size: 13px; }
.drawer-help small { color: #9c9994; font-size: 10px; }

.cart-head {
  flex: 0 0 auto;
  padding: 15px 20px;
}

.cart-head > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.cart-head h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.cart-head span {
  color: var(--muted);
  font-size: 11px;
}

.delivery-progress {
  padding: 14px 20px;
  background: #f1f8f4;
  border-bottom: 1px solid #dfece4;
}

.delivery-progress p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 9px;
  color: #315d44;
  font-size: 11px;
}

.delivery-progress > span {
  height: 5px;
  display: block;
  overflow: hidden;
  background: #d9e7df;
  border-radius: 999px;
}

.delivery-progress i {
  height: 100%;
  display: block;
  background: #2a9b61;
  border-radius: inherit;
  transition: width 0.35s ease;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 5px 20px;
}

.cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item > .product-sheet {
  width: 82px;
  height: 89px;
  background-color: var(--soft);
  border-radius: 13px;
}

.cart-item > div {
  min-width: 0;
}

.cart-item div > span {
  color: #99958e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cart-item h3 {
  margin: 5px 25px 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.cart-item strong {
  font-size: 13px;
}

.cart-remove {
  position: absolute;
  right: 0;
  top: 18px;
  padding: 4px;
  color: #9d9993;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.quantity {
  width: 90px;
  height: 29px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-top: 9px;
  background: #eef5fd;
  border-radius: 9px;
}

.quantity button {
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.quantity span {
  color: var(--ink) !important;
  text-align: center;
  font-size: 11px !important;
}

.cart-summary {
  flex: 0 0 auto;
  padding: 20px;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 30px rgba(30, 24, 18, 0.04);
}

.cart-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cart-summary > div span {
  font-size: 13px;
  font-weight: 700;
}

.cart-summary > div strong {
  font-size: 19px;
}

.cart-summary p {
  margin: 7px 0 16px;
  color: var(--muted);
  font-size: 10px;
}

.checkout-button {
  width: 100%;
}

.cart-summary > small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  color: #8a8782;
  font-size: 9px;
}

.empty-cart {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px;
  text-align: center;
}

.empty-cart > span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: var(--orange-soft);
  border-radius: 26px;
}

.empty-cart h3 {
  max-width: 270px;
  margin: 22px 0 8px;
  font-size: 22px;
  line-height: 1.2;
}

.empty-cart p {
  max-width: 285px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.modal-layer {
  display: grid;
  place-items: center;
  padding: 20px;
}

.quick-modal {
  width: min(920px, 96vw);
  max-height: min(700px, 92vh);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: auto;
  background: var(--paper);
  border-radius: 28px;
  box-shadow: 0 35px 90px rgba(0,0,0,0.28);
  animation: modalUp 0.3s cubic-bezier(.22,.8,.22,1) both;
}

.modal-close {
  position: absolute;
  z-index: 3;
  right: 14px;
  top: 14px;
  background: rgba(255,255,255,0.9);
}

.quick-visual {
  min-height: 530px;
  background: #f2f0ed;
}

.product-sheet-large {
  min-height: 530px;
}

.quick-content {
  display: flex;
  flex-direction: column;
  padding: 58px 48px 38px;
}

.quick-content h2 {
  margin: 10px 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.quick-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0 14px;
}

.quick-price strong { font-size: 24px; }
.quick-price > span { color: #9b9791; font-size: 13px; text-decoration: line-through; }
.quick-price small { width: 100%; color: #8b8882; font-size: 9px; }

.quick-content > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.quick-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.quick-content li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
}

.quick-content li svg {
  color: var(--green);
}

.color-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 4px 0 20px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.color-row > span {
  font-size: 11px;
  font-weight: 750;
}

.color-row div {
  display: flex;
  gap: 7px;
}

.color-row i {
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c9c5bf;
}

.quick-add {
  width: 100%;
  margin-top: auto;
}

.quick-trust {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
  color: #77736e;
  font-size: 9px;
}

.quick-trust span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.toast {
  min-height: 46px;
  position: fixed;
  z-index: 150;
  left: 50%;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  color: #fff;
  background: #171717;
  border: 1px solid #333;
  border-radius: 13px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.24);
  font-size: 12px;
  font-weight: 650;
  transform: translateX(-50%);
  animation: toastIn 0.3s ease both;
}

.toast svg {
  color: #60d596;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideLeft {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@keyframes slideRight {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@keyframes modalUp {
  from { opacity: 0; transform: translateY(20px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes toastIn {
  from { opacity: 0; transform: translate(-50%, 12px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 1100px) {
  .header-main {
    grid-template-columns: auto minmax(240px, 1fr) auto;
    gap: 20px;
  }

  .desktop-nav {
    display: none;
  }

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

  .category-card {
    min-height: 170px;
  }

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

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }

  .benefits-grid > div:nth-child(2) {
    border-right: 0;
  }

  .footer-grid {
    gap: 35px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, 720px);
  }

  .announcement-inner .announcement-center,
  .announcement-inner span:last-child {
    display: none;
  }

  .announcement-inner {
    justify-content: center;
  }

  .header-main {
    min-height: 64px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .mobile-menu-button {
    display: grid;
  }

  .header-main > .search-box,
  .account-button,
  .bag-button span {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .mobile-search {
    display: block;
    padding-bottom: 10px;
  }

  .mobile-search .search-box {
    height: 42px;
  }

  .hero,
  .hero-content {
    min-height: 690px;
  }

  .hero-image {
    object-position: 67% 100%;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(245,250,255,0.98) 0%, rgba(235,245,255,0.94) 45%, rgba(220,237,255,0.12) 69%, rgba(220,237,255,0) 100%);
  }

  .hero-content {
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    padding-top: 46px;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(43px, 10vw, 64px);
  }

  .hero-copy > p {
    max-width: 570px;
    margin-inline: auto;
    font-size: 15px;
  }

  .hero-actions,
  .hero-proof {
    justify-content: center;
  }

  .brand-ribbon-inner {
    min-height: 70px;
  }

  .brand-ribbon-label {
    display: none;
  }

  .section {
    padding: 70px 0;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card-audio {
    min-height: 310px;
  }

  .product-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-tabs {
    width: 100%;
  }

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

  .device-finder-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .reviews-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card > p {
    min-height: auto;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .whatsapp-float {
    bottom: 82px;
  }

  .mobile-bottom-nav {
    height: 66px;
    position: fixed;
    z-index: 44;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 7px 14px 5px;
    background: rgba(255,255,255,0.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 25px rgba(30, 24, 18, 0.07);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #77736e;
    background: transparent;
    border: 0;
    font-size: 9px;
  }

  .mobile-bottom-nav .active {
    color: var(--orange);
  }

  .mobile-bottom-nav b {
    min-width: 17px;
    height: 17px;
    position: absolute;
    right: calc(50% - 20px);
    top: 1px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--orange);
    border-radius: 999px;
    font-size: 8px;
  }

  .footer {
    padding-bottom: 90px;
  }

  .quick-modal {
    grid-template-columns: 1fr;
  }

  .quick-visual,
  .product-sheet-large {
    min-height: 350px;
  }

  .quick-content {
    padding: 32px 25px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 520px);
  }

  .brand-copy {
    display: none;
  }

  .mobile-drawer .brand-copy,
  .footer .brand-copy {
    display: flex;
  }

  .hero,
  .hero-content {
    min-height: 650px;
  }

  .hero-copy {
    padding-top: 35px;
  }

  .eyebrow {
    font-size: 9px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: 42px;
  }

  .hero-copy > p {
    font-size: 13px;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .button {
    min-height: 47px;
    padding: 0 14px;
    font-size: 11px;
  }

  .hero-proof {
    width: fit-content;
    gap: 11px;
    margin-top: 23px;
    margin-inline: auto;
    padding: 10px 13px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 16px;
    backdrop-filter: blur(12px);
  }

  .hero-proof strong {
    font-size: 14px;
  }

  .hero-proof small {
    font-size: 8px;
  }

  .brand-ribbon-inner {
    width: 100%;
  }

  .brand-list {
    padding: 0 12px;
  }

  .brand-list button,
  .brand-list a {
    padding-inline: 8px;
    font-size: 11px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .section-heading h2,
  .reviews-head h2,
  .faq-intro h2,
  .finder-copy h2 {
    font-size: 31px;
  }

  .section-heading > .text-link {
    display: none;
  }

  .category-grid {
    display: flex;
    width: calc(100% + 12px);
    gap: 11px;
    padding-right: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .category-grid::-webkit-scrollbar {
    display: none;
  }

  .category-card {
    min-width: 145px;
    min-height: 170px;
    scroll-snap-align: start;
  }

  .offer-card {
    min-height: 330px;
    border-radius: 24px;
  }

  .offer-content,
  .offer-card-audio .offer-content {
    width: 66%;
    padding: 32px 25px;
  }

  .offer-card h3,
  .offer-card-audio h3 {
    font-size: 34px;
  }

  .offer-card p {
    display: none;
  }

  .charger-art {
    width: 47%;
    right: -7%;
  }

  .charger-cube {
    width: 125px;
    height: 143px;
    border-radius: 28px;
  }

  .charger-cube::before { left: 38px; }
  .charger-cube::after { right: 38px; }

  .product-tabs {
    border-radius: 12px;
    scrollbar-width: none;
  }

  .product-tabs button {
    min-height: 34px;
    padding: 0 11px;
    font-size: 10px;
  }

  .product-grid {
    gap: 23px 10px;
  }

  .product-visual {
    border-radius: 17px;
  }

  .product-badge {
    left: 8px;
    top: 8px;
    padding: 5px 7px;
    font-size: 7px;
  }

  .wishlist-button {
    width: 31px;
    height: 31px;
    right: 8px;
    top: 8px;
  }

  .quick-view-button {
    display: none;
  }

  .product-info {
    padding: 11px 2px 0;
  }

  .product-name {
    margin-top: 4px;
    font-size: 12px;
  }

  .rating {
    font-size: 9px;
  }

  .price {
    gap: 4px;
  }

  .price strong {
    font-size: 14px;
  }

  .price span,
  .price small {
    font-size: 8px;
  }

  .add-button {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .device-finder {
    padding: 65px 0;
  }

  .finder-form {
    grid-template-columns: 1fr;
    padding: 13px;
  }

  .finder-button {
    grid-column: auto;
  }

  .benefits {
    padding: 30px 0;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .benefits-grid > div {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefits-grid > div:last-child {
    border-bottom: 0;
  }

  .aggregate-rating > strong {
    font-size: 40px;
  }

  .newsletter form {
    flex-wrap: wrap;
    padding: 12px;
  }

  .newsletter form > svg {
    display: none;
  }

  .newsletter input {
    height: 42px;
    flex-basis: 100%;
    padding: 0 10px;
    border-bottom: 1px solid var(--line);
  }

  .newsletter form button {
    width: 100%;
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 25px;
  }

  .contact-column {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    width: 46px;
    height: 46px;
    right: 14px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float span {
    display: none;
  }

  .quick-modal {
    max-height: 94vh;
  }

  .quick-visual,
  .product-sheet-large {
    min-height: 300px;
  }

  .quick-content h2 {
    font-size: 27px;
  }

  .quick-content ul {
    grid-template-columns: 1fr;
  }

  .toast {
    width: calc(100% - 28px);
    justify-content: center;
    bottom: 76px;
    text-align: center;
  }
}

/* Brand-aware premium WooCommerce product configurator */
:root {
  --skm-product-brand: #415fff;
  --skm-product-brand-dark: #243bc8;
  --skm-product-brand-soft: #eef0ff;
  --skm-offer-green: #168f49;
}

.single-product div.product .summary {
  --brand: var(--skm-product-brand);
  --brand-dark: var(--skm-product-brand-dark);
  --brand-soft: var(--skm-product-brand-soft);
}

.single-product div.product .summary > .price {
  display: none !important;
}

.single-product div.product .summary .woocommerce-variation-price {
  display: none !important;
}

.single-product .skm-commerce-price {
  display: grid;
  gap: 7px;
  margin: 18px 0 24px;
}

.single-product .skm-commerce-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product .skm-selling-price {
  color: #111827;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.045em;
}

.single-product .skm-mrp {
  color: #7b8492;
  font-size: 16px;
  font-weight: 650;
  text-decoration: line-through;
}

.single-product .skm-discount {
  color: var(--skm-offer-green);
  font-size: 15px;
  font-weight: 850;
}

.single-product .skm-tax-note {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  font-weight: 600;
}

.single-product div.product form.variations_form table.variations,
.single-product div.product form.variations_form table.variations tbody,
.single-product div.product form.variations_form table.variations tr,
.single-product div.product form.variations_form table.variations th,
.single-product div.product form.variations_form table.variations td {
  display: block;
}

.single-product div.product form.variations_form table.variations {
  width: 100%;
  margin: 0;
}

.single-product div.product form.variations_form table.variations tr {
  margin: 0 0 24px;
}

.single-product div.product form.variations_form table.variations tr.skm-native-memory-row {
  display: none !important;
}

.single-product div.product form.variations_form table.variations .label {
  padding: 0 0 11px !important;
  text-align: left;
}

.single-product div.product form.variations_form table.variations .label label,
.single-product .skm-variant-menu h3 {
  margin: 0;
  color: #101010;
  font-size: 20px;
  font-weight: 780;
  line-height: 1.2;
}

.single-product div.product form.variations_form table.variations .value {
  padding: 0 !important;
}

.single-product div.product form.variations_form .reset_variations {
  display: none !important;
}

.single-product div.product form.variations_form table.variations select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.single-product .cfvsw-swatches-container {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px !important;
}

.single-product .cfvsw-swatches-option {
  width: 100% !important;
  min-height: 62px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  margin: 0 !important;
  padding: 13px 16px !important;
  color: #161616 !important;
  background: #fff !important;
  border: 1px solid #d9dde4 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.single-product .cfvsw-swatches-option::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: var(--skm-swatch, linear-gradient(145deg, #f3f4f6, #cbd5e1));
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .42);
}

.single-product .cfvsw-swatches-option.cfvsw-selected-swatch,
.single-product .cfvsw-swatches-option.selected {
  border: 2px solid var(--brand) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 14%, transparent) !important;
}

.single-product .cfvsw-swatches-option.cfvsw-swatches-disabled {
  color: #a0a7b1 !important;
  background: #f7f8fa !important;
  border-color: #e6e8ec !important;
  opacity: .62;
  cursor: not-allowed !important;
}

.single-product .skm-variant-menu {
  margin: 0 0 24px;
}

.single-product .skm-variant-menu h3 {
  margin-bottom: 11px;
}

.single-product .skm-variant-grid {
  display: grid;
  gap: 11px;
}

.single-product .skm-variant-card {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px 17px;
  text-align: left;
  background: #fff;
  border: 1px solid #d9dde4;
  border-radius: 15px;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.single-product .skm-variant-card:hover:not(:disabled) {
  border-color: color-mix(in srgb, var(--brand) 56%, #d9dde4);
  transform: translateY(-1px);
}

.single-product .skm-variant-card.is-selected {
  border: 2px solid var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 13%, transparent);
}

.single-product .skm-variant-card:disabled {
  color: #9aa1ab;
  background: #f7f8fa;
  border-color: #e5e7eb;
  cursor: not-allowed;
  opacity: .68;
}

.single-product .skm-variant-name {
  font-size: 15px;
  font-weight: 720;
}

.single-product .skm-variant-price {
  display: grid;
  justify-items: end;
  gap: 3px;
}

.single-product .skm-variant-price strong {
  color: #111827;
  font-size: 15px;
}

.single-product .skm-variant-price small {
  color: #7b8492;
  font-size: 11px;
}

.single-product .skm-variant-card:disabled .skm-variant-price strong,
.single-product .skm-variant-card:disabled .skm-variant-price small {
  color: inherit;
}

.single-product.skm-product-brand-vivo,
.single-product .skm-brand-vivo {
  --skm-product-brand: #415fff;
  --skm-product-brand-dark: #243bc8;
  --skm-product-brand-soft: #eef0ff;
}

.single-product.skm-product-brand-oppo,
.single-product .skm-brand-oppo {
  --skm-product-brand: #169b55;
  --skm-product-brand-dark: #08743a;
  --skm-product-brand-soft: #eaf8ef;
}

.single-product.skm-product-brand-realme,
.single-product .skm-brand-realme {
  --skm-product-brand: #f4c600;
  --skm-product-brand-dark: #8b7000;
  --skm-product-brand-soft: #fff9d9;
}

.single-product.skm-product-brand-samsung,
.single-product .skm-brand-samsung {
  --skm-product-brand: #1428a0;
  --skm-product-brand-dark: #0b176b;
  --skm-product-brand-soft: #eef1ff;
}

.single-product.skm-product-brand-apple,
.single-product .skm-brand-apple {
  --skm-product-brand: #111;
  --skm-product-brand-dark: #000;
  --skm-product-brand-soft: #f2f2f2;
}

.single-product.skm-product-brand-oneplus,
.single-product .skm-brand-oneplus {
  --skm-product-brand: #f5010c;
  --skm-product-brand-dark: #b00008;
  --skm-product-brand-soft: #fff0f1;
}

.single-product.skm-product-brand-xiaomi,
.single-product .skm-brand-xiaomi {
  --skm-product-brand: #ff6900;
  --skm-product-brand-dark: #b94b00;
  --skm-product-brand-soft: #fff3ea;
}

.single-product.skm-product-brand-motorola,
.single-product .skm-brand-motorola {
  --skm-product-brand: #5c2d91;
  --skm-product-brand-dark: #3d1b65;
  --skm-product-brand-soft: #f5effb;
}

.single-product .skm-product-story .skm-intro {
  background:
    radial-gradient(circle at 94% 10%, rgba(255, 255, 255, .42) 0 12%, transparent 12.2%),
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--skm-product-brand) 9%, #fff) 0%,
      color-mix(in srgb, var(--skm-product-brand) 22%, #fff) 58%,
      var(--skm-product-brand) 100%
    ) !important;
}

.single-product .skm-product-story .skm-intro h2,
.single-product .skm-product-story .skm-intro p {
  color: color-mix(in srgb, var(--skm-product-brand-dark) 78%, #07111f) !important;
}

.single-product .skm-product-story .skm-eyebrow {
  color: var(--skm-product-brand-dark) !important;
  border-color: color-mix(in srgb, var(--skm-product-brand) 35%, transparent) !important;
}

body.single-product[class*="skm-product-brand-"] div.product form.cart .single_add_to_cart_button {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #d9dde4 !important;
  box-shadow: none !important;
}

body.single-product[class*="skm-product-brand-"] div.product form.cart .single_add_to_cart_button:hover:not(.disabled) {
  color: var(--brand) !important;
  border-color: var(--brand) !important;
  background: var(--brand-soft) !important;
}

.single-product .skm-buy-now {
  min-height: 50px;
  padding: 12px 28px;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--brand) 24%, transparent);
  transition: transform .2s ease, filter .2s ease;
}

.single-product .skm-buy-now:hover:not(:disabled) {
  filter: brightness(.92);
  transform: translateY(-1px);
}

.single-product .skm-buy-now:disabled {
  color: #6b7280;
  background: #e5e7eb;
  border-color: #e5e7eb;
  box-shadow: none;
  cursor: not-allowed;
}

body.single-product[class*="skm-product-brand-"] div.product .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: auto minmax(150px, 1fr) minmax(150px, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 52px;
}

body.single-product[class*="skm-product-brand-"] div.product .woocommerce-variation-add-to-cart .quantity,
body.single-product[class*="skm-product-brand-"] div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  float: none !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .single-product .cfvsw-swatches-container {
    grid-template-columns: 1fr 1fr;
  }

  .single-product .cfvsw-swatches-option {
    min-height: 60px !important;
    padding: 12px 13px !important;
  }

  .single-product div.product .summary {
    padding-bottom: 88px !important;
  }

  body.single-product[class*="skm-product-brand-"] div.product .woocommerce-variation-add-to-cart {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-height: 70px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -10px 28px rgba(15, 23, 42, .1);
    backdrop-filter: blur(16px);
  }

  body.single-product[class*="skm-product-brand-"] div.product .woocommerce-variation-add-to-cart .quantity {
    display: none !important;
  }

  body.single-product[class*="skm-product-brand-"] div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  body.single-product[class*="skm-product-brand-"] div.product .woocommerce-variation-add-to-cart .skm-buy-now {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .single-product .skm-selling-price {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* WordPress and WooCommerce integration */
.screen-reader-text {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.admin-bar .header {
  top: 32px;
}

.custom-logo-link {
  display: inline-flex;
}

.custom-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 13px 13px 13px 4px;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav li {
  margin: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-copy > p {
  text-wrap: pretty;
}

.product-image-native {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 18px;
}

.product-image-native img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.product-card:hover .product-image-native img {
  transform: scale(1.04);
}

.product-name {
  width: 100%;
  text-align: left;
}

.product-bottom .price del {
  color: #99958e;
  font-size: 11px;
  font-weight: 500;
}

.product-bottom .price ins {
  text-decoration: none;
}

.rating .star-rating {
  width: 5.4em;
  margin: 0;
}

.add-button {
  text-decoration: none;
}

.skm-main-content {
  min-height: 55vh;
  padding: 70px 0;
}

.skm-main-content h1 {
  margin: 0 0 28px;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -0.045em;
}

.skm-entry {
  max-width: 860px;
  font-size: 16px;
  line-height: 1.75;
}

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

.skm-drawer-layer {
  display: none;
}

.skm-drawer-layer.is-open {
  display: block;
}

body.skm-menu-open {
  overflow: hidden;
}

.mobile-drawer .drawer-head {
  display: flex;
}

.mobile-drawer nav a {
  text-decoration: none;
}

.newsletter-status {
  margin: 10px 0 0;
  color: #fff;
  font-size: 12px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count {
  color: var(--muted);
  font-size: 12px;
}

.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 36px 0 14px;
  background: #f1f6fc;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 18px;
  margin-top: 35px;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  padding: 14px;
  background: #f3f8ff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.woocommerce ul.products li.product a img {
  margin: 0 0 15px;
  border-radius: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.4;
}

.woocommerce ul.products li.product .price {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.woocommerce ul.products li.product .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  color: #fff;
  background: var(--orange);
  border-radius: 11px;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background: var(--orange-dark);
}

.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  padding: 7px 10px;
  line-height: 1;
  background: var(--orange);
  border-radius: 8px;
}

.woocommerce div.product div.images img {
  border-radius: 24px;
}

.woocommerce div.product .product_title {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.045em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--orange-dark);
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--orange);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--orange);
}

.woocommerce-cart table.cart img {
  width: 72px;
  border-radius: 12px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.skm-pagination {
  margin-top: 40px;
}

.skm-pagination .page-numbers {
  display: inline-grid;
  min-width: 38px;
  min-height: 38px;
  place-items: center;
  margin-right: 5px;
  background: var(--soft);
  border-radius: 10px;
}

.skm-pagination .current {
  color: #fff;
  background: var(--orange);
}

@media (max-width: 900px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-result-count {
    float: none;
  }
}

/* Dynamic homepage slider and product mega navigation. */
.header-main {
  grid-template-columns: auto auto minmax(210px, 1fr) auto;
  gap: 22px;
}

.desktop-nav {
  align-self: stretch;
  gap: 4px;
}

.skm-mega-item {
  display: flex;
  align-items: stretch;
}

.skm-nav-trigger {
  position: relative;
  padding: 0 10px;
  color: #171717;
  font-size: 14px;
  font-weight: 700;
}

.skm-nav-trigger svg {
  width: 13px;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.skm-nav-trigger::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  content: "";
}

.skm-mega-item:hover .skm-nav-trigger,
.skm-mega-item:focus-within .skm-nav-trigger {
  color: var(--orange-dark);
}

.skm-mega-item:hover .skm-nav-trigger::after,
.skm-mega-item:focus-within .skm-nav-trigger::after {
  transform: scaleX(1);
}

.skm-mega-item:hover .skm-nav-trigger svg,
.skm-mega-item:focus-within .skm-nav-trigger svg {
  transform: rotate(-90deg);
}

.skm-mega-panel {
  position: absolute;
  z-index: 80;
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  padding: 24px 0 28px;
  background: rgba(255, 255, 255, 0.985);
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #dfe7ef;
  box-shadow: 0 24px 48px rgba(17, 32, 46, 0.14);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.skm-mega-item:hover .skm-mega-panel,
.skm-mega-item:focus-within .skm-mega-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.skm-mega-inner {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 30px;
}

.skm-mega-intro {
  padding: 8px 10px 8px 0;
}

.skm-mega-intro > span {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.skm-mega-intro h2 {
  margin: 10px 0 8px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.skm-mega-intro p {
  margin: 0 0 18px;
  color: #63707b;
  font-size: 13px;
  line-height: 1.6;
}

.skm-mega-intro a {
  color: var(--orange-dark);
  font-weight: 800;
}

.skm-mega-product-grid {
  display: grid;
  grid-auto-columns: minmax(138px, 1fr);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}

.skm-mega-product {
  min-width: 138px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 5px !important;
  padding: 11px;
  background: #f5f7f9;
  border: 1px solid transparent;
  border-radius: 17px;
  white-space: normal;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.desktop-nav .skm-mega-product:hover {
  color: #171717;
  background: #fff;
  border-color: #dfe6ec;
  transform: translateY(-2px);
}

.skm-mega-product-image {
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.skm-mega-product-image img {
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.skm-mega-product strong {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skm-mega-product small {
  color: #5c6670;
  font-size: 11px;
}

.skm-mega-empty {
  min-height: 170px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: #697680;
  background: #f7f9fb;
  border: 1px dashed #cad5df;
  border-radius: 18px;
  text-align: center;
}

.skm-mega-empty strong {
  color: #1b252d;
}

.skm-mega-empty span {
  max-width: 340px;
  font-size: 12px;
}

.skm-support-item .skm-nav-trigger svg {
  display: none;
}

.skm-support-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.skm-support-inner > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 13px;
  padding: 22px;
  background: #f5f9ff;
  border-radius: 18px;
}

.skm-support-inner > div > span {
  grid-row: 1 / 4;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 14px;
}

.skm-support-inner strong {
  font-size: 15px;
}

.skm-support-inner small {
  color: #66727d;
}

.skm-support-inner a {
  width: fit-content;
  margin-top: 6px;
  color: var(--orange-dark);
  font-weight: 800;
}

.skm-home-slider {
  --slide-accent: #0a69fe;
  --slide-accent-dark: #0256a6;
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #eaf3ff;
  isolation: isolate;
}

.skm-slider-track {
  min-height: 590px;
}

.skm-home-slide {
  position: absolute;
  z-index: 0;
  inset: 0;
  visibility: hidden;
  min-height: 590px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.9) 0 7%, transparent 7.2%),
    linear-gradient(120deg, #f4f9ff 0%, #e2efff 52%, #c7e1ff 100%);
  opacity: 0;
  transform: scale(1.01);
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.65s ease, visibility 0.55s ease;
}

.skm-home-slide.is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.skm-slide-brand-vivo {
  --slide-accent: #415fff;
  --slide-accent-dark: #243dcc;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.72) 0 8%, transparent 8.2%),
    linear-gradient(120deg, #f5f7ff 0%, #e1e6ff 54%, #a8b5ff 100%);
}

.skm-slide-brand-oppo {
  --slide-accent: #169b55;
  --slide-accent-dark: #07633a;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.72) 0 8%, transparent 8.2%),
    linear-gradient(120deg, #f3fcf7 0%, #d8f4e3 54%, #96dcb2 100%);
}

.skm-slide-inner {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  align-items: center;
  gap: 34px;
  padding-top: 40px;
  padding-bottom: 72px;
}

.skm-slide-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.skm-slide-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: var(--slide-accent-dark);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.skm-slide-brand {
  margin: 22px 0 5px;
  color: var(--slide-accent-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.skm-slide-copy h1 {
  margin: 0;
  font-size: clamp(50px, 6vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.skm-slide-description {
  max-width: 570px;
  margin: 20px 0 0;
  color: #4d5962;
  font-size: 17px;
  line-height: 1.68;
}

.skm-slide-price {
  margin-top: 17px;
  color: #12181c;
  font-size: 24px;
  font-weight: 850;
}

.skm-slide-price del {
  margin-left: 8px;
  color: #7f898f;
  font-size: 14px;
  font-weight: 600;
}

.skm-slide-price ins {
  text-decoration: none;
}

.skm-slide-actions {
  display: flex;
  gap: 11px;
  margin-top: 25px;
}

.skm-slide-actions .button-primary {
  background: var(--slide-accent);
  box-shadow: 0 12px 25px color-mix(in srgb, var(--slide-accent) 25%, transparent);
}

.skm-slide-visual {
  position: relative;
  min-height: 450px;
  display: grid;
  place-items: center;
}

.skm-slide-visual img {
  position: relative;
  z-index: 2;
  width: min(92%, 520px);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(18, 42, 56, 0.18));
  mix-blend-mode: multiply;
  transform: translateY(12px);
}

.skm-slide-orbit {
  position: absolute;
  width: min(82%, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.12);
}

.skm-slider-controls {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 25px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.skm-slider-dots,
.skm-slider-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}

.skm-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(26, 41, 51, 0.28);
  border: 0;
  border-radius: 99px;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.skm-slider-dots button.is-active {
  width: 30px;
  background: #17242d;
}

.skm-slider-arrows button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.skm-slider-arrows button:first-child svg {
  transform: rotate(180deg);
}

.skm-mobile-nav details {
  border-bottom: 1px solid var(--line);
}

.skm-mobile-nav summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.skm-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.skm-mobile-nav details[open] summary svg {
  transform: rotate(90deg);
}

.skm-mobile-submenu {
  display: grid;
  gap: 4px;
  padding: 0 0 12px 12px;
}

.mobile-drawer .skm-mobile-submenu a {
  min-height: 42px;
  color: #5f6b75;
  font-size: 13px;
}

.mobile-drawer .skm-mobile-submenu .skm-mobile-view-all {
  color: var(--orange-dark);
  font-weight: 850;
}

@media (max-width: 1160px) {
  .header-main {
    gap: 13px;
  }

  .skm-nav-trigger {
    padding-inline: 7px;
    font-size: 12px;
  }

  .brand-copy {
    display: none;
  }
}

@media (max-width: 1040px) {
  .skm-home-slider,
  .skm-slider-track,
  .skm-home-slide,
  .skm-slide-inner {
    min-height: 720px;
  }

  .skm-slide-inner {
    grid-template-columns: 1fr 0.9fr;
  }

  .skm-slide-copy h1 {
    font-size: clamp(44px, 7vw, 65px);
  }
}

@media (max-width: 760px) {
  .skm-home-slider,
  .skm-slider-track,
  .skm-home-slide,
  .skm-slide-inner {
    min-height: 760px;
  }

  .skm-slide-inner {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
    padding-top: 32px;
    padding-bottom: 68px;
    text-align: center;
  }

  .skm-slide-copy {
    max-width: 100%;
  }

  .skm-slide-brand {
    margin-top: 14px;
  }

  .skm-slide-copy h1 {
    font-size: clamp(39px, 11vw, 56px);
  }

  .skm-slide-description {
    max-width: 520px;
    margin: 14px auto 0;
    font-size: 14px;
  }

  .skm-slide-price {
    margin-top: 10px;
    font-size: 20px;
  }

  .skm-slide-actions {
    justify-content: center;
    margin-top: 16px;
  }

  .skm-slide-actions .button {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .skm-slide-visual {
    min-height: 340px;
  }

  .skm-slide-visual img {
    width: min(86%, 360px);
    max-height: 350px;
    transform: none;
  }

  .skm-slide-orbit {
    width: min(72%, 300px);
  }

  .skm-slider-controls {
    bottom: 16px;
  }
}

@media (max-width: 460px) {
  .skm-home-slider,
  .skm-slider-track,
  .skm-home-slide,
  .skm-slide-inner {
    min-height: 730px;
  }

  .skm-slide-inner {
    padding-top: 24px;
  }

  .skm-slide-label {
    font-size: 9px;
  }

  .skm-slide-copy h1 {
    font-size: 40px;
  }

  .skm-slide-description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .skm-slide-visual {
    min-height: 300px;
  }
}

/* Universal brand-aware product story and reliable gallery zoom. */
body.single-product[class*="skm-product-brand-"] .skm-oppo-a6x {
  --a6x-brand: var(--skm-product-brand);
  --a6x-brand-dark: var(--skm-product-brand-dark);
  --a6x-brand-soft: var(--skm-product-brand-soft);
}

body.single-product[class*="skm-product-brand-"] .skm-oppo-a6x .a6x-hero {
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.42) 0 12%, transparent 12.3%),
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--skm-product-brand) 8%, #fff) 0%,
      color-mix(in srgb, var(--skm-product-brand) 24%, #fff) 56%,
      var(--skm-product-brand) 100%
    ) !important;
}

body.single-product[class*="skm-product-brand-"] .skm-oppo-a6x .a6x-badge,
body.single-product[class*="skm-product-brand-"] .skm-oppo-a6x .a6x-hero h2,
body.single-product[class*="skm-product-brand-"] .skm-oppo-a6x .a6x-hero p {
  color: color-mix(in srgb, var(--skm-product-brand-dark) 84%, #08131d) !important;
}

.skm-brand-story {
  --story-accent: var(--skm-product-brand, #415fff);
  --story-dark: var(--skm-product-brand-dark, #243bc8);
  --story-soft: var(--skm-product-brand-soft, #eef0ff);
  --story-ink: #101820;
  --story-muted: #596671;
  --story-line: #e0e7ed;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--story-ink);
  font-family: inherit;
}

.skm-brand-story *,
.skm-brand-story *::before,
.skm-brand-story *::after {
  box-sizing: border-box;
}

.skm-brand-story .skm-story-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 62px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 9%, rgba(255, 255, 255, 0.44) 0 12%, transparent 12.2%),
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--story-accent) 7%, #fff) 0%,
      color-mix(in srgb, var(--story-accent) 22%, #fff) 58%,
      var(--story-accent) 100%
    );
}

.skm-brand-story .skm-story-badge {
  display: inline-flex;
  padding: 8px 14px;
  color: var(--story-dark);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid color-mix(in srgb, var(--story-accent) 30%, transparent);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.skm-brand-story .skm-story-hero h2 {
  max-width: 900px;
  margin: 19px 0 13px;
  color: color-mix(in srgb, var(--story-dark) 82%, #07111a);
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.07;
  letter-spacing: -0.045em;
}

.skm-brand-story .skm-story-hero p {
  max-width: 790px;
  margin: 0;
  color: color-mix(in srgb, var(--story-dark) 72%, #27343d);
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.7;
}

.skm-brand-story .skm-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.skm-brand-story .skm-story-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--story-line);
  border-radius: 21px;
  box-shadow: 0 12px 34px color-mix(in srgb, var(--story-accent) 7%, transparent);
}

.skm-brand-story .skm-story-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--story-accent), var(--story-dark));
  border-radius: 15px;
  font-size: 13px;
  font-weight: 900;
}

.skm-brand-story .skm-story-card h3 {
  margin: 0 0 8px;
  color: var(--story-ink);
  font-size: 19px;
}

.skm-brand-story .skm-story-card p {
  margin: 0;
  color: var(--story-muted);
  font-size: 14px;
  line-height: 1.65;
}

.skm-brand-story .skm-story-section {
  margin-top: 24px;
  padding: clamp(23px, 4vw, 40px);
  background: #fff;
  border: 1px solid var(--story-line);
  border-radius: 25px;
}

.skm-brand-story .skm-story-section h2 {
  margin: 0 0 8px;
  font-size: clamp(25px, 4vw, 36px);
  letter-spacing: -0.035em;
}

.skm-brand-story .skm-story-intro {
  margin: 0 0 22px;
  color: var(--story-muted);
  line-height: 1.65;
}

.skm-brand-story .skm-story-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.skm-brand-story .skm-story-spec {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: color-mix(in srgb, var(--story-soft) 72%, #fff);
  border-radius: 13px;
}

.skm-brand-story .skm-story-spec span {
  color: var(--story-muted);
}

.skm-brand-story .skm-story-spec strong {
  color: var(--story-dark);
  text-align: right;
}

.skm-brand-story .skm-story-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.skm-brand-story .skm-story-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: var(--story-soft);
  border: 1px solid color-mix(in srgb, var(--story-accent) 24%, #dfe6eb);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
}

.skm-brand-story .skm-story-trust {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 38px);
  color: #fff;
  background: linear-gradient(135deg, var(--story-dark), var(--story-accent));
  border-radius: 25px;
}

.skm-brand-story .skm-story-trust h2 {
  margin: 0 0 9px;
  color: #fff;
}

.skm-brand-story .skm-story-trust p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

.skm-brand-story .skm-story-whatsapp {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  color: var(--story-dark) !important;
  background: #fff;
  border-radius: 12px;
  font-weight: 850;
  text-decoration: none !important;
}

.single-product .woocommerce-product-gallery__image {
  cursor: zoom-in;
}

.single-product .woocommerce-product-gallery__image > a {
  display: block;
  overflow: hidden;
}

.single-product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  transform-origin: center;
  transition: transform 0.35s ease !important;
}

.single-product .woocommerce-product-gallery__image .zoomImg {
  z-index: 4;
  transition: opacity 0.2s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  .single-product .woocommerce-product-gallery__image:hover > a > img:not(.zoomImg) {
    transform: scale(1.13) !important;
  }

  .single-product .woocommerce-product-gallery__image:hover .zoomImg {
    opacity: 1 !important;
  }
}

@media (max-width: 800px) {
  .skm-brand-story .skm-story-grid {
    grid-template-columns: 1fr 1fr;
  }

  .skm-brand-story .skm-story-specs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .skm-brand-story .skm-story-grid {
    grid-template-columns: 1fr;
  }

  .skm-brand-story .skm-story-hero,
  .skm-brand-story .skm-story-section,
  .skm-brand-story .skm-story-trust {
    border-radius: 19px;
  }

  .skm-brand-story .skm-story-card {
    padding: 20px;
  }
}

/* Keep catalogue card rules last so they override WooCommerce defaults. */
.skm-shop-main ul.products li.product,
.skm-shop-main.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  padding: 0 0 17px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e9f0;
  border-radius: 19px;
  box-shadow: 0 8px 23px rgba(27, 58, 84, 0.055);
}

.skm-shop-main ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  padding: 12px 12px 0;
}

.skm-shop-main ul.products li.product a img {
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 12px;
  object-fit: contain;
  background: #f7fafc;
  border-radius: 13px;
}

.skm-shop-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px;
  margin: 13px 4px 4px;
  padding: 0;
  color: #15283b;
  font-size: 14px;
  font-weight: 800;
}

.skm-shop-main ul.products li.product .price {
  min-height: 21px;
  margin: 0 16px 10px;
  color: #1a6698;
  font-size: 13px;
  font-weight: 800;
}

.skm-shop-main ul.products li.product .button {
  width: calc(100% - 32px);
  min-height: 42px;
  margin: auto 16px 0;
  color: #fff;
  background: #1479bb;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

/* Final catalogue overrides. */
.skm-shop-main ul.products li.product .cfvsw_variations_form,
.skm-shop-main ul.products li.product .cfvsw-shop-variations,
.skm-shop-main ul.products li.product .cfvsw-original-thumbnail {
  display: none !important;
}

.skm-shop-main ul.products li.product,
.skm-shop-main.woocommerce-page ul.products li.product {
  padding-bottom: 18px;
  border-color: #e3e6e6;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(15, 17, 17, 0.08);
}

.skm-shop-main ul.products li.product .woocommerce-loop-product__title {
  min-height: auto;
  margin: 14px 6px 7px;
  color: #0f1111;
  font-size: 15px;
  line-height: 1.4;
}

.skm-shop-main ul.products li.product .price {
  min-height: auto;
  margin: 0 16px 15px;
  color: #0f1111;
  font-size: 19px;
  line-height: 1.35;
}

.skm-shop-main ul.products li.product .price del {
  margin-right: 5px;
  color: #707070;
  font-size: 11px;
  font-weight: 500;
}

.skm-shop-main ul.products li.product .price ins {
  color: #b12704;
}

.skm-shop-main ul.products li.product .button,
.skm-shop-main ul.products li.product .button:hover {
  width: calc(100% - 32px);
  min-height: 40px;
  margin: auto 16px 0;
  padding: 10px 12px;
  color: #0f1111 !important;
  background: #ffd814 !important;
  border: 1px solid #fcd200;
  border-radius: 999px !important;
  box-shadow: 0 2px 5px rgba(213, 217, 217, 0.5);
}

.skm-shop-main ul.products li.product .button:hover {
  background: #f7ca00 !important;
}

.quick-view-button {
  display: none !important;
}

.skm-shop-main ul.products li.product,
.skm-shop-main.woocommerce-page ul.products li.product {
  border-radius: 12px !important;
}

/* Product detail consistency must remain after every legacy rule. */
@media (min-width: 769px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 48% !important;
    float: left !important;
    margin-right: 4% !important;
  }
  .single-product div.product .summary {
    width: 48% !important;
    float: right !important;
  }
  .single-product div.product .woocommerce-tabs,
  .single-product div.product .related,
  .single-product div.product .upsells {
    clear: both !important;
  }
}

.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image > a {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.single-product .woocommerce-product-gallery__image {
  cursor: pointer !important;
  background: linear-gradient(145deg, #f8fbff, #eef4fa);
}

.single-product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  transform: translateY(0) !important;
  transition: transform .72s cubic-bezier(.16,1,.3,1), filter .72s ease !important;
}

.single-product .woocommerce-product-gallery__image .zoomImg {
  display: none !important;
}

.single-product .woocommerce-product-gallery__image > a::after {
  width: 42%;
  height: 160%;
  position: absolute;
  top: -30%;
  left: -62%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-18deg);
  transition: left .9s cubic-bezier(.2,.7,.2,1), opacity .35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .single-product .woocommerce-product-gallery__image:hover > a > img:not(.zoomImg) {
    filter: drop-shadow(0 18px 18px rgba(28,55,86,.16));
    transform: translateY(-7px) !important;
  }
  .single-product .woocommerce-product-gallery__image:hover > a::after {
    left: 122%;
    opacity: 1;
  }
}

.single-product.skm-product-brand-vivo,
.single-product .skm-brand-vivo {
  --skm-product-brand: #2850d8;
  --skm-product-brand-dark: #153498;
  --skm-product-brand-soft: #e8edff;
}

.single-product .skm-product-story .skm-intro,
.single-product.skm-product-brand-vivo .skm-brand-story .skm-story-hero,
.single-product.skm-product-brand-vivo .skm-oppo-a6x .a6x-hero {
  background: radial-gradient(circle at 94% 10%, rgba(255,255,255,.3) 0 12%, transparent 12.2%), linear-gradient(135deg, #e8efff 0%, #9db5ff 58%, #2850d8 100%) !important;
  border: 1px solid rgba(21,52,152,.12) !important;
  box-shadow: 0 18px 46px rgba(40,80,216,.14) !important;
}

.single-product .skm-product-story .skm-feature-grid,
.single-product .skm-oppo-a6x .a6x-grid,
.single-product .skm-brand-story .skm-story-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 24px 0 !important;
}

.single-product .skm-product-story .skm-feature,
.single-product .skm-oppo-a6x .a6x-card,
.single-product .skm-brand-story .skm-story-card {
  padding: 24px !important;
  background: #fff !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 21px !important;
  box-shadow: 0 12px 34px rgba(31,67,105,.07) !important;
}

@media (max-width: 800px) {
  .single-product .skm-product-story .skm-feature-grid,
  .single-product .skm-oppo-a6x .a6x-grid,
  .single-product .skm-brand-story .skm-story-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 540px) {
  .single-product .skm-product-story .skm-feature-grid,
  .single-product .skm-oppo-a6x .a6x-grid,
  .single-product .skm-brand-story .skm-story-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Override description-embedded legacy CSS with the universal theme. */
body.single-product.skm-theme div.product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  transform: translateY(0) !important;
  transition: transform .72s cubic-bezier(.16,1,.3,1), filter .72s ease !important;
}

body.single-product.skm-theme div.product .woocommerce-product-gallery__image .zoomImg {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  body.single-product.skm-theme div.product .woocommerce-product-gallery__image:hover > a > img:not(.zoomImg) {
    filter: drop-shadow(0 18px 18px rgba(28,55,86,.16)) !important;
    transform: translateY(-7px) !important;
  }
}

body.single-product.skm-product-brand-vivo.skm-theme {
  --skm-product-brand: #2850d8 !important;
  --skm-product-brand-dark: #153498 !important;
  --skm-product-brand-soft: #e8edff !important;
}

body.single-product.skm-product-brand-vivo.skm-theme .woocommerce-tabs .skm-product-story .skm-intro,
body.single-product.skm-product-brand-vivo.skm-theme .woocommerce-tabs .skm-brand-story .skm-story-hero,
body.single-product.skm-product-brand-vivo.skm-theme .woocommerce-tabs .skm-oppo-a6x .a6x-hero {
  background: radial-gradient(circle at 94% 10%, rgba(255,255,255,.3) 0 12%, transparent 12.2%), linear-gradient(135deg, #e8efff 0%, #9db5ff 58%, #2850d8 100%) !important;
  border-color: rgba(21,52,152,.12) !important;
  box-shadow: 0 18px 46px rgba(40,80,216,.14) !important;
}

/* Polished homepage product cards and stable desktop mega menu. */
.latest-products .product-grid {
  align-items: stretch;
  gap: 22px 18px;
}

.latest-products .product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3eaf1;
  border-radius: 20px;
  box-shadow: 0 9px 28px rgba(24, 62, 94, .07);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.latest-products .product-card:hover {
  border-color: #bdd6e8;
  box-shadow: 0 17px 38px rgba(24, 75, 112, .13);
  transform: translateY(-4px);
}

.latest-products .product-visual {
  aspect-ratio: 1 / .9;
  margin: 10px 10px 0;
  background: linear-gradient(145deg, #f7fafc, #eef4f9);
  border-radius: 14px;
}

.latest-products .product-image-native {
  padding: 17px;
}

.latest-products .product-image-native img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .62s cubic-bezier(.16,1,.3,1), filter .62s ease;
}

.latest-products .product-card:hover .product-image-native img {
  filter: drop-shadow(0 12px 15px rgba(29, 58, 83, .12));
  transform: translateY(-4px);
}

.latest-products .product-badge {
  left: 12px;
  top: 12px;
  padding: 7px 10px;
  background: #0f2538;
  border-radius: 999px;
  box-shadow: 0 5px 12px rgba(15, 37, 56, .18);
}

.latest-products .product-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 17px 17px 18px;
}

.latest-products .product-category {
  color: #678097;
  font-size: 9px;
  letter-spacing: .12em;
}

.latest-products .product-name {
  margin: 7px 0 8px;
  color: #102438;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.latest-products .product-trust {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #16834a;
  font-size: 11px;
  font-weight: 700;
}

.latest-products .product-bottom {
  align-items: center;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #edf1f4;
}

.latest-products .product-bottom .price {
  gap: 3px 7px;
}

.latest-products .product-bottom .price strong {
  color: #102438;
  font-size: 17px;
  font-weight: 800;
}

.latest-products .product-bottom .price span {
  color: #8a96a2;
}

.latest-products .product-bottom .price small {
  display: block;
  width: 100%;
  color: #16834a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.latest-products .add-button {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1479bb;
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(20, 121, 187, .24);
  transition: background .2s ease, transform .2s ease;
}

.latest-products .add-button:hover {
  color: #fff;
  background: #0d659e;
  transform: translateY(-2px);
}

.desktop-nav .skm-mega-item.is-open .skm-nav-trigger {
  color: var(--orange-dark);
}

.desktop-nav .skm-mega-item.is-open .skm-nav-trigger::after {
  transform: scaleX(1);
}

.desktop-nav .skm-mega-item.is-open .skm-nav-trigger svg {
  transform: rotate(-90deg);
}

.desktop-nav .skm-mega-item.is-open .skm-mega-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 700px) {
  .latest-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 10px;
  }
  .latest-products .product-card {
    border-radius: 15px;
  }
  .latest-products .product-visual {
    margin: 7px 7px 0;
    border-radius: 11px;
  }
  .latest-products .product-image-native {
    padding: 10px;
  }
  .latest-products .product-info {
    padding: 12px;
  }
  .latest-products .product-name {
    font-size: 12px;
  }
  .latest-products .product-bottom .price strong {
    font-size: 14px;
  }
  .latest-products .add-button {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}

/* Realme-inspired homepage slider. */
.skm-home-slider,
.skm-slider-track,
.skm-home-slide,
.skm-slide-inner {
  min-height: 540px;
}

.skm-home-slider {
  background: #f4f5f6;
}

.skm-home-slide,
.skm-slide-brand-vivo,
.skm-slide-brand-oppo {
  background: linear-gradient(108deg, #f6f7f8 0%, #f1f4f7 56%, #e7edf3 100%);
  opacity: 0;
  transform: translateX(6%);
  transition: opacity .65s ease, transform .78s cubic-bezier(.22,.75,.18,1), visibility .65s ease;
}

.skm-home-slider[data-slide-direction="previous"] .skm-home-slide:not(.is-active) {
  transform: translateX(-6%);
}

.skm-home-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.skm-slide-inner {
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
  gap: 28px;
  padding-top: 32px;
  padding-bottom: 64px;
}

.skm-slide-copy {
  max-width: 560px;
}

.skm-slide-label {
  padding: 6px 11px;
  color: #111;
  background: #ffc800;
  border: 0;
  font-size: 10px;
}

.skm-slide-label svg {
  display: none;
}

.skm-slide-brand {
  margin-top: 20px;
  color: #767676;
  font-size: 11px;
}

.skm-slide-copy h1 {
  color: #0a0a0a;
  font-size: clamp(48px, 5.2vw, 70px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.skm-slide-description {
  max-width: 510px;
  margin-top: 16px;
  color: #707070;
  font-size: 16px;
  line-height: 1.55;
}

.skm-slide-price {
  margin-top: 18px;
  color: #111;
  font-size: 21px;
}

.skm-slide-actions {
  margin-top: 23px;
}

.skm-slide-actions .button,
.skm-slide-actions .button-primary {
  min-height: 45px;
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: none;
}

.skm-slide-actions .button-primary {
  color: #fff;
  background: #111;
}

.skm-slide-actions .button-primary:hover {
  color: #fff;
  background: #333;
}

.skm-slide-visual {
  min-height: 430px;
}

.skm-slide-visual img {
  width: min(94%, 570px);
  max-height: 485px;
  filter: drop-shadow(0 25px 25px rgba(20, 27, 34, .14));
  transform: translateX(42px);
  transition: transform .9s cubic-bezier(.16,1,.3,1), opacity .6s ease;
}

.skm-home-slide.is-active .skm-slide-visual img {
  transform: translateX(0);
}

.skm-slide-orbit {
  display: none;
}

.skm-slider-controls {
  bottom: 20px;
}

.skm-slider-dots {
  gap: 6px;
}

.skm-slider-dots button {
  width: 26px;
  height: 3px;
  background: #c5c8ca;
  border-radius: 0;
}

.skm-slider-dots button.is-active {
  width: 48px;
  background: #111;
}

.skm-slider-arrows button {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.9);
  border: 1px solid #d9dcdf;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

/* Realme-inspired Latest Arrivals tiles. */
.latest-products {
  background: #fff;
}

.latest-products .product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.latest-products .product-card {
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(190px, .95fr);
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  border: 0;
  border-radius: 17px;
  box-shadow: none;
}

.latest-products .product-card:hover {
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
  transform: translateY(-3px);
}

.latest-products .product-visual {
  min-height: 280px;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.latest-products .product-image-native {
  padding: 30px 24px 24px 4px;
}

.latest-products .product-image-native img {
  mix-blend-mode: multiply;
}

.latest-products .product-info {
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
  padding: 34px 16px 30px 27px;
}

.latest-products .product-category,
.latest-products .rating,
.latest-products .product-trust {
  display: none;
}

.latest-products .product-name {
  margin: 0;
  overflow: visible;
  color: #080808;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
  text-overflow: clip;
  white-space: normal;
}

.latest-products .product-card-summary {
  display: -webkit-box;
  min-height: 42px;
  margin: 11px 0 0;
  overflow: hidden;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.latest-products .product-bottom {
  margin-top: auto;
  padding-top: 18px;
  border: 0;
}

.latest-products .product-bottom .price {
  display: flex;
  gap: 4px 6px;
}

.latest-products .product-bottom .price em {
  color: #777;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.latest-products .product-bottom .price strong {
  color: #080808;
  font-size: 16px;
  font-weight: 850;
}

.latest-products .product-bottom .price span {
  color: #999;
  font-size: 11px;
}

.latest-products .product-bottom .price small,
.latest-products .add-button {
  display: none;
}

.latest-products .product-badge {
  left: 27px;
  top: 18px;
  padding: 4px 9px;
  color: #111;
  background: #ffc800;
  border-radius: 999px;
  box-shadow: none;
}

.latest-products .product-card:has(.product-badge) .product-info {
  padding-top: 54px;
}

@media (max-width: 900px) {
  .skm-home-slider,
  .skm-slider-track,
  .skm-home-slide,
  .skm-slide-inner {
    min-height: 650px;
  }

  .skm-slide-inner {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 4px;
    padding-top: 30px;
    text-align: center;
  }

  .skm-slide-description {
    margin-right: auto;
    margin-left: auto;
  }

  .skm-slide-actions {
    justify-content: center;
  }

  .skm-slide-visual {
    min-height: 300px;
  }

  .skm-slide-visual img {
    width: min(82%, 390px);
    max-height: 320px;
  }
}

@media (max-width: 700px) {
  .latest-products .product-grid {
    grid-template-columns: 1fr;
  }

  .latest-products .product-card {
    min-height: 220px;
    grid-template-columns: minmax(0, 1.08fr) minmax(135px, .92fr);
  }

  .latest-products .product-visual {
    min-height: 220px;
  }

  .latest-products .product-info {
    padding: 27px 8px 23px 19px;
  }

  .latest-products .product-card:has(.product-badge) .product-info {
    padding-top: 46px;
  }

  .latest-products .product-name {
    font-size: 17px;
  }

  .latest-products .product-card-summary {
    min-height: 36px;
    margin-top: 7px;
    font-size: 12px;
  }

  .latest-products .product-image-native {
    padding: 27px 15px 20px 0;
  }

  .latest-products .product-badge {
    left: 19px;
    top: 14px;
  }
}

@media (max-width: 460px) {
  .skm-home-slider,
  .skm-slider-track,
  .skm-home-slide,
  .skm-slide-inner {
    min-height: 620px;
  }

  .skm-slide-copy h1 {
    font-size: 38px;
  }

  .skm-slide-visual {
    min-height: 270px;
  }
}

/* Keep every Latest Arrivals product image fully visible. */
.latest-products .product-visual {
  position: relative;
}

.latest-products .product-image-button,
.latest-products .product-image-native {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
}

.latest-products .product-image-native {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 22px 22px 4px;
}

.latest-products .product-image-native img {
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 88% !important;
  object-fit: contain !important;
}

@media (max-width: 700px) {
  .latest-products .product-image-native {
    padding: 20px 13px 18px 0;
  }

  .latest-products .product-image-native img {
    max-width: 94% !important;
    max-height: 88% !important;
  }
}

/* Desktop product gallery: thumbnails stay in a vertical rail on the left. */
@media (min-width: 769px) {
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: start;
    gap: 14px;
  }

  .single-product .woocommerce-product-gallery .flex-viewport {
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
    border-radius: 24px;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    width: 82px !important;
    max-height: 540px;
    grid-column: 1;
    grid-row: 1;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-self: stretch;
    margin: 0 !important;
    padding: 1px 5px 1px 1px !important;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    scrollbar-color: #b8c8d5 transparent;
    scrollbar-width: thin;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs::before,
  .single-product .woocommerce-product-gallery .flex-control-thumbs::after {
    display: none !important;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
    flex: 0 0 76px;
    float: none !important;
    margin: 0 !important;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 76px !important;
    height: 76px !important;
    display: block;
    padding: 5px;
    object-fit: contain;
    background: #f7fafc;
    border: 1px solid #dfe8ef;
    border-radius: 12px;
    opacity: .62;
    transition: border-color .2s ease, opacity .2s ease, box-shadow .2s ease;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
  .single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border-color: var(--skm-product-brand, #1479bb);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--skm-product-brand, #1479bb) 14%, transparent);
    opacity: 1;
  }

  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 14px;
    left: auto;
  }
}

@media (max-width: 768px) {
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
  }
}

/* Glossy policy pages. */
.page .skm-main-content:has(.skm-policy) {
  padding: 34px 0 90px;
  background:
    radial-gradient(circle at 8% 7%, rgba(78, 176, 255, .15), transparent 25%),
    radial-gradient(circle at 94% 38%, rgba(48, 105, 214, .12), transparent 28%),
    linear-gradient(180deg, #f8fcff 0%, #eef6fd 100%);
}

.skm-entry:has(.skm-policy) {
  max-width: none;
}

.skm-policy {
  --policy-blue: #166fae;
  --policy-dark: #0c3558;
  --policy-soft: #e9f5ff;
  --policy-line: rgba(100, 157, 199, .23);
  max-width: 1180px;
  margin: 0 auto;
  color: #173047;
}

.skm-policy *,
.skm-policy *::before,
.skm-policy *::after {
  box-sizing: border-box;
}

.skm-policy-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 86% 9%, rgba(255,255,255,.26) 0 10%, transparent 10.3%),
    linear-gradient(130deg, #092e4e 0%, #126ca9 56%, #55b7ee 100%);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 30px;
  box-shadow: 0 24px 65px rgba(13, 76, 119, .22), inset 0 1px rgba(255,255,255,.35);
}

.skm-policy-hero::before {
  width: 270px;
  height: 270px;
  position: absolute;
  top: -135px;
  right: 5%;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(255,255,255,.13);
  content: "";
}

.skm-policy-hero::after {
  width: 42%;
  height: 1px;
  position: absolute;
  right: 7%;
  bottom: 28px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.68), transparent);
  content: "";
}

.skm-policy-hero > * {
  position: relative;
  z-index: 1;
}

.skm-policy-kicker {
  display: inline-flex;
  padding: 8px 13px;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  box-shadow: inset 0 1px rgba(255,255,255,.2);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.skm-policy-hero h1 {
  max-width: 800px;
  margin: 20px 0 12px !important;
  color: #fff;
  font-size: clamp(40px, 6vw, 68px) !important;
  line-height: 1;
}

.skm-policy-hero > p {
  max-width: 750px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.7;
}

.skm-policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.skm-policy-meta span {
  padding: 8px 11px;
  color: rgba(255,255,255,.9);
  background: rgba(3,32,55,.18);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 10px;
  backdrop-filter: blur(9px);
  font-size: 11px;
  font-weight: 700;
}

.skm-policy-nav {
  display: flex;
  gap: 8px;
  margin: 20px 0;
  padding: 8px;
  overflow-x: auto;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(20,73,111,.08), inset 0 1px rgba(255,255,255,.8);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.skm-policy-nav::-webkit-scrollbar {
  display: none;
}

.skm-policy-nav a {
  flex: 0 0 auto;
  padding: 10px 16px;
  color: #426078;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.skm-policy-nav a:hover,
.skm-policy-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--policy-dark), var(--policy-blue));
  box-shadow: 0 8px 20px rgba(22,111,174,.22), inset 0 1px rgba(255,255,255,.24);
}

.skm-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.skm-policy-card,
.skm-policy-wide,
.skm-policy-highlight,
.skm-policy-timeline {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: 0 15px 45px rgba(23,83,124,.09), inset 0 1px rgba(255,255,255,.95);
  backdrop-filter: blur(18px);
}

.skm-policy-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 22px;
}

.skm-policy-card::after {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -68px;
  right: -40px;
  background: radial-gradient(circle, rgba(76,174,234,.2), transparent 67%);
  content: "";
}

.skm-policy-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--policy-blue);
  background: linear-gradient(145deg, #fff, var(--policy-soft));
  border: 1px solid #d5eaf8;
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(23,100,151,.1);
  font-size: 11px;
  font-weight: 850;
}

.skm-policy-card h2,
.skm-policy-wide h2 {
  margin: 17px 0 9px;
  color: #102b42;
  font-size: 21px;
  letter-spacing: -.025em;
}

.skm-policy-card p,
.skm-policy-card li,
.skm-policy-wide p {
  color: #5b6f80;
  font-size: 14px;
  line-height: 1.72;
}

.skm-policy-card p {
  margin: 0 0 9px;
}

.skm-policy-card ul {
  margin: 0;
  padding-left: 19px;
}

.skm-policy-card li + li {
  margin-top: 6px;
}

.skm-policy-wide {
  margin-top: 16px;
  padding: 30px;
  border-radius: 22px;
}

.skm-policy-wide h2 {
  margin-top: 0;
}

.skm-policy-wide p {
  margin: 0;
}

.skm-policy-highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  padding: 20px 24px;
  border-radius: 18px;
}

.skm-policy-highlight strong {
  flex: 0 0 auto;
  color: #fff;
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--policy-dark), var(--policy-blue));
  border-radius: 999px;
}

.skm-policy-highlight span {
  color: #526b7e;
  font-size: 14px;
}

.skm-policy-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 0 16px;
  padding: 10px;
  border-radius: 20px;
}

.skm-policy-timeline > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}

.skm-policy-timeline strong {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--policy-dark), var(--policy-blue));
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(22,111,174,.2);
}

.skm-policy-timeline span {
  color: #6a7d8d;
  font-size: 12px;
  line-height: 1.45;
}

.skm-policy-timeline b {
  display: block;
  color: #16354d;
  font-size: 13px;
}

.skm-policy-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  margin-top: 16px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(130deg, #092e4e, #147bb8);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(10,65,104,.2), inset 0 1px rgba(255,255,255,.2);
}

.skm-policy-contact span {
  color: #8ed7ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.skm-policy-contact h2 {
  margin: 5px 0 4px;
  color: #fff;
}

.skm-policy-contact p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 13px;
}

.skm-policy-contact > div:last-child {
  display: grid;
  gap: 8px;
}

.skm-policy-contact a {
  padding: 10px 14px;
  color: #0a3b5d;
  background: rgba(255,255,255,.92);
  border: 1px solid #fff;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 760px) {
  .page .skm-main-content:has(.skm-policy) {
    padding-top: 18px;
  }

  .skm-policy-hero {
    padding: 34px 23px;
    border-radius: 22px;
  }

  .skm-policy-grid,
  .skm-policy-timeline,
  .skm-policy-contact {
    grid-template-columns: 1fr;
  }

  .skm-policy-card {
    min-height: auto;
    padding: 23px;
  }

  .skm-policy-timeline > div {
    padding: 12px;
  }

  .skm-policy-contact {
    align-items: stretch;
    padding: 24px;
  }

  .skm-policy-highlight {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Glossy blue store footer */
.footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 64px;
  color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 10% 15%, rgba(101, 211, 255, 0.44), transparent 25%),
    radial-gradient(circle at 92% 5%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(135deg, #063f78 0%, #087fc4 48%, #39b9ee 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.footer::before,
.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.footer::before {
  width: 300px;
  height: 300px;
  top: -180px;
  right: 8%;
}

.footer::after {
  width: 220px;
  height: 220px;
  bottom: -145px;
  left: 32%;
}

.footer-grid {
  position: relative;
  z-index: 1;
}

.footer-grid > div:not(.footer-brand) {
  min-width: 0;
  padding: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(2, 48, 91, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.footer .brand-mark {
  color: #0870ba;
  background: linear-gradient(145deg, #fff, #d9f4ff);
  box-shadow: 0 12px 30px rgba(0, 45, 91, 0.22), inset 0 1px 0 #fff;
}

.footer .brand-light .brand-copy strong,
.footer h3 {
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 54, 97, 0.24);
}

.footer-brand > p,
.footer-grid a,
.footer .contact-column p,
.footer .contact-column small {
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer .socials a {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.68);
  border-top-color: rgba(255, 255, 255, 0.25);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-bottom a:hover {
  color: #fff;
}

@media (max-width: 820px) {
  .footer {
    padding-top: 48px;
  }

  .footer-grid > div:not(.footer-brand) {
    padding: 18px;
  }
}

@media (max-width: 520px) {
  .footer {
    padding-top: 38px;
    background:
      radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.22), transparent 25%),
      linear-gradient(150deg, #064273 0%, #0a86c9 56%, #42bdeb 100%);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-brand,
  .contact-column {
    grid-column: auto;
  }

  .footer-grid > div:not(.footer-brand) {
    border-radius: 17px;
  }
}

/* v1.0.38 — permanent realme Buds T500 Pro description styling.
 * WordPress removes <style> elements from product descriptions, so this lives
 * in the theme and the product editor only needs the saved HTML markup.
 */
.single-product .woocommerce-tabs .skm-t500,
.single-product .woocommerce-tabs .skm-t500 * {
  box-sizing: border-box;
}

.single-product .woocommerce-tabs .skm-t500 {
  --t500-yellow: #ffc915;
  --t500-black: #111;
  --t500-ink: #202020;
  --t500-muted: #696969;
  --t500-line: #e8e8e8;
  width: min(1180px, calc(100% - 24px));
  margin: 34px auto;
  color: var(--t500-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.single-product .woocommerce-tabs .skm-t500 p:empty {
  display: none;
}

.single-product .woocommerce-tabs .skm-t500 .t500-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  color: var(--t500-black);
  background:
    radial-gradient(circle at 92% 10%, rgba(255,255,255,.65) 0 11%, transparent 11.3%),
    radial-gradient(circle at 88% 14%, rgba(255,255,255,.24) 0 22%, transparent 22.3%),
    linear-gradient(135deg, #ffe76d 0%, var(--t500-yellow) 55%, #f1b900 100%);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(132,98,0,.2), inset 0 1px 0 #fff;
}

.single-product .woocommerce-tabs .skm-t500 .t500-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 13px;
  color: #fff !important;
  background: var(--t500-black);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.single-product .woocommerce-tabs .skm-t500 .t500-hero h2 {
  max-width: 850px;
  margin: 0 0 15px;
  color: var(--t500-black) !important;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.single-product .woocommerce-tabs .skm-t500 .t500-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(17,17,17,.78) !important;
  font-size: clamp(15px, 1.7vw, 18px);
}

.single-product .woocommerce-tabs .skm-t500 .t500-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.single-product .woocommerce-tabs .skm-t500 .t500-card {
  min-width: 0;
  margin: 0;
  padding: 25px;
  background: linear-gradient(145deg, #fff, #f8f8f8);
  border: 1px solid var(--t500-line);
  border-radius: 22px;
  box-shadow: 0 15px 38px rgba(25,25,25,.07), inset 0 1px 0 #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.single-product .woocommerce-tabs .skm-t500 .t500-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(25,25,25,.11), inset 0 1px 0 #fff;
}

.single-product .woocommerce-tabs .skm-t500 .t500-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  color: var(--t500-black) !important;
  background: linear-gradient(145deg, #ffe66b, var(--t500-yellow));
  border: 1px solid #e9bb00;
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(188,145,0,.18), inset 0 1px 0 rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 900;
}

.single-product .woocommerce-tabs .skm-t500 .t500-card h3 {
  margin: 0 0 7px;
  color: var(--t500-black) !important;
  font-size: 18px;
  line-height: 1.3;
}

.single-product .woocommerce-tabs .skm-t500 .t500-card p {
  margin: 0;
  color: var(--t500-muted) !important;
  font-size: 14px;
}

.single-product .woocommerce-tabs .skm-t500 .t500-section {
  margin-top: 22px;
  padding: clamp(25px, 4vw, 42px);
  background:
    radial-gradient(circle at 100% 0, rgba(255,201,21,.14), transparent 27%),
    #fff;
  border: 1px solid var(--t500-line);
  border-radius: 26px;
  box-shadow: 0 15px 40px rgba(25,25,25,.06);
}

.single-product .woocommerce-tabs .skm-t500 .t500-section > h2 {
  margin: 0 0 7px;
  color: var(--t500-black) !important;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: -.03em;
}

.single-product .woocommerce-tabs .skm-t500 .t500-intro {
  margin: 0 0 24px;
  color: var(--t500-muted) !important;
}

.single-product .woocommerce-tabs .skm-t500 .t500-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.single-product .woocommerce-tabs .skm-t500 .t500-spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 17px;
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 14px;
}

.single-product .woocommerce-tabs .skm-t500 .t500-spec span {
  color: #777 !important;
  font-size: 13px;
}

.single-product .woocommerce-tabs .skm-t500 .t500-spec strong {
  color: var(--t500-black) !important;
  font-size: 13px;
  text-align: right;
}

.single-product .woocommerce-tabs .skm-t500 .t500-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product .woocommerce-tabs .skm-t500 .t500-pill {
  padding: 10px 15px;
  color: var(--t500-black) !important;
  background: linear-gradient(145deg, #fff8cd, #ffe45c);
  border: 1px solid #e6bc00;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.single-product .woocommerce-tabs .skm-t500 .t500-trust {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(255,201,21,.24), transparent 27%),
    linear-gradient(135deg, #0f0f0f, #292929);
  border: 1px solid #333;
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(0,0,0,.2);
}

.single-product .woocommerce-tabs .skm-t500 .t500-trust h2 {
  grid-column: 1;
  margin: 0 0 7px;
  color: #fff !important;
  font-size: clamp(24px, 3vw, 34px);
}

.single-product .woocommerce-tabs .skm-t500 .t500-trust p {
  grid-column: 1;
  margin: 0;
  color: rgba(255,255,255,.74) !important;
}

.single-product .woocommerce-tabs .skm-t500 .t500-whatsapp {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 21px;
  color: var(--t500-black) !important;
  background: var(--t500-yellow);
  border: 1px solid #ffe36b;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(255,201,21,.2);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease;
}

.single-product .woocommerce-tabs .skm-t500 .t500-whatsapp:hover {
  background: #ffdc46;
  transform: translateY(-2px);
}

@media (max-width: 780px) {
  .single-product .woocommerce-tabs .skm-t500 .t500-grid,
  .single-product .woocommerce-tabs .skm-t500 .t500-specs {
    grid-template-columns: 1fr;
  }

  .single-product .woocommerce-tabs .skm-t500 .t500-trust {
    grid-template-columns: 1fr;
  }

  .single-product .woocommerce-tabs .skm-t500 .t500-whatsapp {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .single-product .woocommerce-tabs .skm-t500 {
    width: min(100% - 16px, 1180px);
    margin: 20px auto;
  }

  .single-product .woocommerce-tabs .skm-t500 .t500-hero,
  .single-product .woocommerce-tabs .skm-t500 .t500-section,
  .single-product .woocommerce-tabs .skm-t500 .t500-trust {
    padding: 23px;
    border-radius: 20px;
  }

  .single-product .woocommerce-tabs .skm-t500 .t500-card {
    padding: 21px;
    border-radius: 18px;
  }

  .single-product .woocommerce-tabs .skm-t500 .t500-spec {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

.single-product .woocommerce-tabs .skm-t500 .t500-spec strong {
    text-align: left;
  }
}

/* v1.0.39 — keep mega-menu pricing compact: selling price only. */
.desktop-nav .skm-mega-product > small.skm-mega-price {
  display: block;
  width: 100%;
  margin-top: 2px;
  color: #d71746 !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  white-space: nowrap;
}

.desktop-nav .skm-mega-product > small.skm-mega-price .woocommerce-Price-amount,
.desktop-nav .skm-mega-product > small.skm-mega-price .woocommerce-Price-currencySymbol {
  color: inherit !important;
  font: inherit;
}

/* Final deep-navy glossy palette and strict product-image containment. */
.home {
  --skm-gloss-blue: #0b5b9c;
  --skm-gloss-deep: #062c58;
  background:
    radial-gradient(circle at 4% 16%, rgba(41, 139, 215, 0.18), transparent 30rem),
    radial-gradient(circle at 94% 44%, rgba(8, 70, 138, 0.16), transparent 34rem),
    linear-gradient(180deg, #f5faff 0%, #e9f4fc 100%);
}

.home .announcement {
  background: linear-gradient(90deg, #061f42, #0a4d87 50%, #061f42);
}

.home .skm-home-slider {
  background:
    radial-gradient(circle at 88% 0%, rgba(121, 190, 235, 0.3), transparent 28%),
    radial-gradient(circle at 58% 115%, rgba(25, 128, 202, 0.38), transparent 36%),
    linear-gradient(125deg, #061f42 0%, #0a3f73 54%, #0d649d 100%);
  box-shadow:
    0 28px 70px rgba(3, 44, 86, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.46);
}

.home .skm-slide-visual {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(34, 112, 172, 0.12));
  border-color: rgba(184, 224, 250, 0.5);
  box-shadow:
    0 28px 55px rgba(0, 22, 55, 0.34),
    inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.home .offer-card-main,
.home .benefits {
  background:
    radial-gradient(circle at 90% 0%, rgba(116, 192, 238, 0.24), transparent 28%),
    linear-gradient(125deg, #061f42, #0a477f 66%, #0d659d);
}

.home .footer {
  background:
    radial-gradient(circle at 82% -10%, rgba(86, 157, 211, 0.25), transparent 31%),
    linear-gradient(125deg, #061f42 0%, #0a3b6c 58%, #0b4f84 100%);
}

@media (min-width: 701px) {
  .home .latest-products .product-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(190px, 0.95fr);
  }

  .home .latest-products .product-visual {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    contain: layout paint;
  }

  .home .latest-products .product-image-button,
  .home .latest-products .product-image-native {
    inset: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 18px 12px !important;
    overflow: hidden !important;
  }

  .home .latest-products .product-image-native img {
    width: 100% !important;
    height: 100% !important;
    max-width: 82% !important;
    max-height: 82% !important;
    object-fit: contain !important;
    object-position: center !important;
    mix-blend-mode: multiply;
    transform: none !important;
  }

  .home .latest-products .product-card:hover .product-image-native img {
    transform: translateY(-4px) !important;
  }
}

@media (max-width: 700px) {
  .home .latest-products .product-visual {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .home .latest-products .product-image-button,
  .home .latest-products .product-image-native {
    inset: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 13px 8px !important;
    overflow: hidden !important;
  }

  .home .latest-products .product-image-native img {
    width: 100% !important;
    height: 100% !important;
    max-width: 86% !important;
    max-height: 80% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }
}

/* ==========================================================
   Glossy blue homepage — 2026 live design
   Scoped to the front page so WooCommerce layouts stay intact.
   ========================================================== */
.home {
  --skm-gloss-blue: #0878f9;
  --skm-gloss-deep: #043d9b;
  --skm-gloss-ink: #09233f;
  --skm-gloss-muted: #60758c;
  background:
    radial-gradient(circle at 4% 16%, rgba(77, 185, 255, 0.24), transparent 29rem),
    radial-gradient(circle at 94% 44%, rgba(0, 102, 255, 0.14), transparent 32rem),
    linear-gradient(180deg, #f7fcff 0%, #eaf6ff 100%);
  color: var(--skm-gloss-ink);
}

.home .site-shell {
  overflow: clip;
  background: transparent;
}

.home .announcement {
  color: #dff4ff;
  background: linear-gradient(90deg, #032d74, #075ccf 50%, #032d74);
  border: 0;
}

.home .announcement-inner {
  min-height: 35px;
  font-size: 12px;
}

.home .announcement-center {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.home .header {
  top: 10px;
  width: min(1380px, calc(100% - 32px));
  margin: 14px auto 18px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 14px 42px rgba(5, 75, 150, 0.13),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(18px) saturate(150%);
}

.home.admin-bar .header {
  top: 42px;
}

.home .header-main {
  min-height: 74px;
}

.home .brand .custom-logo {
  object-fit: contain;
}

.home .desktop-nav .skm-nav-trigger {
  color: #173c60;
  font-weight: 750;
}

.home .desktop-nav .skm-nav-trigger::after {
  background: linear-gradient(90deg, #18a8ff, #0759d7);
}

.home .search-box {
  border: 1px solid rgba(22, 119, 235, 0.13);
  border-radius: 14px;
  color: #47718f;
  background: rgba(232, 246, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.home .bag-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: linear-gradient(145deg, #0c8aff, #0757d5);
  box-shadow:
    0 8px 18px rgba(8, 101, 222, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.home .bag-button .bag-count {
  color: #0757d5;
  background: #fff;
}

.home .skm-home-slider {
  width: min(1380px, calc(100% - 32px));
  min-height: 610px;
  margin: 0 auto 26px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 15%, rgba(146, 225, 255, 0.75), transparent 24%),
    radial-gradient(circle at 58% 115%, rgba(0, 209, 255, 0.45), transparent 34%),
    linear-gradient(125deg, #03275f 0%, #075dcc 48%, #04a8eb 100%);
  box-shadow:
    0 28px 70px rgba(1, 80, 175, 0.26),
    inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.home .skm-home-slider::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.13), transparent 26%, transparent 72%, rgba(255, 255, 255, 0.12));
}

.home .skm-home-slide {
  min-height: 610px;
  color: #fff;
  background: transparent !important;
}

.home .skm-slide-inner {
  min-height: 610px;
  padding: 68px 6.5%;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 5%;
}

.home .skm-slide-copy {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.home .skm-slide-label {
  width: fit-content;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.26);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home .skm-slide-brand {
  margin: 24px 0 9px;
  color: #a9edff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home .skm-slide-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.3vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.055em;
  text-shadow: 0 12px 32px rgba(0, 29, 78, 0.2);
}

.home .skm-slide-description {
  max-width: 590px;
  margin: 21px 0 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.home .skm-slide-price {
  color: #fff;
  font-size: 21px;
  font-weight: 850;
}

.home .skm-slide-price del {
  color: rgba(255, 255, 255, 0.58);
}

.home .skm-slide-actions {
  margin-top: 22px;
}

.home .skm-slide-actions .button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}

.home .skm-slide-actions .button-primary {
  color: #0753b2;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 23, 70, 0.2);
}

.home .skm-slide-actions .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.home .skm-slide-proof {
  margin-top: 32px;
  display: flex;
  gap: 28px;
}

.home .skm-slide-proof > span {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  column-gap: 7px;
}

.home .skm-slide-proof svg {
  grid-row: 1 / 3;
  color: #a8ecff;
}

.home .skm-slide-proof b {
  color: #fff;
  font-size: 12px;
}

.home .skm-slide-proof small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
}

.home .skm-slide-visual {
  position: relative;
  z-index: 2;
  width: min(430px, 100%);
  height: 430px;
  margin: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 28px 55px rgba(0, 36, 100, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  transform: rotate(2deg);
}

.home .skm-slide-orbit {
  width: 86%;
  height: 86%;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.07);
}

.home .skm-slide-visual img {
  width: 88% !important;
  height: 88% !important;
  max-width: 88% !important;
  max-height: 88% !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 25px 30px rgba(0, 30, 70, 0.35));
  transform: rotate(-2deg) !important;
}

.home .skm-slider-controls {
  z-index: 4;
  bottom: 21px;
}

.home .skm-slider-dots button {
  background: rgba(255, 255, 255, 0.45);
}

.home .skm-slider-dots button.is-active {
  width: 28px;
  background: #fff;
}

.home .skm-slider-arrows button {
  color: #0754b6;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(0, 37, 91, 0.18);
}

.home .brand-ribbon {
  border: 0;
  background: transparent;
}

.home .brand-ribbon-inner {
  width: min(1250px, calc(100% - 12px));
  margin: 0 auto;
  padding: 17px 22px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 12px 35px rgba(12, 88, 155, 0.08),
    inset 0 1px #fff;
  backdrop-filter: blur(15px);
}

.home .brand-list a {
  color: #1e4c76;
  font-weight: 750;
}

.home .section-heading h2 {
  color: var(--skm-gloss-ink);
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.045em;
}

.home .section-kicker {
  color: #0877dc;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.home .category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home .category-card {
  position: relative;
  min-height: 180px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(224, 243, 255, 0.68));
  box-shadow:
    0 15px 32px rgba(10, 85, 155, 0.08),
    inset 0 1px #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home .category-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 22px 40px rgba(8, 103, 206, 0.16),
    inset 0 1px #fff;
}

.home .category-card .category-icon {
  width: 53px;
  height: 53px;
  margin-bottom: auto;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg, #33b8ff, #075dd4);
  box-shadow:
    0 10px 20px rgba(9, 105, 220, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.5);
}

.home .category-card > span:nth-child(2) {
  margin-top: 17px;
}

.home .category-card strong {
  color: #12395d;
}

.home .category-card small {
  color: var(--skm-gloss-muted);
}

.home .category-card .category-arrow {
  position: absolute;
  right: 18px;
  bottom: 20px;
  color: #1685ed;
}

.home .offers-section .offer-card {
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  box-shadow:
    0 18px 42px rgba(4, 78, 151, 0.13),
    inset 0 1px rgba(255, 255, 255, 0.65);
}

.home .offer-card-main {
  color: #fff;
  background: linear-gradient(125deg, #042d70, #0872e8 68%, #17b5f4);
}

.home .offer-card-audio {
  background: linear-gradient(145deg, #fff, #dff4ff);
}

.home .latest-products .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home .latest-products .product-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 16px 40px rgba(8, 75, 135, 0.1),
    inset 0 1px #fff;
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home .latest-products .product-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 24px 48px rgba(4, 83, 170, 0.17),
    inset 0 1px #fff;
}

.home .latest-products .product-visual {
  margin: 10px;
  overflow: hidden;
  border-radius: 21px;
  background: linear-gradient(145deg, #f7fcff, #deeffc);
}

.home .latest-products .product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.54), transparent 35%);
}

.home .latest-products .product-image-native img {
  width: 87% !important;
  height: 87% !important;
  max-width: 87% !important;
  max-height: 87% !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.42s ease;
}

.home .latest-products .product-card:hover .product-image-native img {
  transform: translateY(-6px) rotate(-1deg) !important;
  filter: drop-shadow(0 15px 20px rgba(4, 70, 135, 0.15));
}

.home .latest-products .product-badge {
  color: #fff;
  background: linear-gradient(145deg, #12a6ff, #0759d2);
  box-shadow: 0 7px 18px rgba(4, 82, 179, 0.22);
}

.home .latest-products .product-info {
  color: var(--skm-gloss-ink);
}

.home .latest-products .product-name {
  color: #102f4d;
}

.home .latest-products .product-card-summary {
  color: var(--skm-gloss-muted);
}

.home .latest-products .add-button {
  color: #fff;
  background: linear-gradient(145deg, #14a9ff, #0755cd);
  box-shadow:
    0 9px 18px rgba(8, 91, 204, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.5);
}

.home .benefits {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto 78px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(125deg, #042d70, #0872e8 65%, #17b5f4);
  box-shadow:
    0 28px 65px rgba(3, 76, 166, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.45);
}

.home .benefits-grid > div {
  min-height: 128px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(9px);
}

.home .benefits-grid > div > span {
  color: #b7f0ff;
  background: rgba(255, 255, 255, 0.12);
}

.home .benefits-grid strong {
  color: #fff;
}

.home .benefits-grid small {
  color: rgba(255, 255, 255, 0.68);
}

.home .review-card,
.home .faq-list details {
  border-color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 15px 34px rgba(8, 75, 135, 0.08),
    inset 0 1px #fff;
  backdrop-filter: blur(12px);
}

.home .footer {
  width: min(1380px, calc(100% - 32px));
  margin: 0 auto 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 0%, #0d5fae, transparent 38%),
    linear-gradient(135deg, #041b3a, #062b5e);
}

@media (max-width: 1100px) {
  .home .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home .skm-slide-inner {
    padding-inline: 5%;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.88fr);
  }
}

@media (max-width: 820px) {
  .home .header {
    top: 7px;
    width: calc(100% - 20px);
    margin: 9px auto 14px;
    border-radius: 17px;
  }

  .home.admin-bar .header {
    top: 38px;
  }

  .home .skm-home-slider {
    width: calc(100% - 20px);
    min-height: auto;
    border-radius: 28px;
  }

  .home .skm-home-slide {
    min-height: auto;
  }

  .home .skm-slide-inner {
    min-height: auto;
    padding: 42px 25px 55px;
    grid-template-columns: 1fr;
  }

  .home .skm-slide-copy h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .home .skm-slide-description {
    font-size: 14px;
  }

  .home .skm-slide-proof {
    gap: 16px;
  }

  .home .skm-slide-proof > span:last-child {
    display: none;
  }

  .home .skm-slide-visual {
    width: min(360px, 94%);
    height: 350px;
    margin-top: 12px;
    border-radius: 30px;
  }

  .home .brand-ribbon {
    margin-top: 0;
  }

  .home .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .home .category-card {
    min-height: 155px;
    padding: 17px;
  }

  .home .latest-products .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home .latest-products .product-card {
    min-height: 215px;
    grid-template-columns: minmax(0, 1fr) minmax(145px, 0.78fr);
    border-radius: 22px;
  }

  .home .latest-products .product-visual {
    min-height: 195px;
    margin: 8px;
    border-radius: 17px;
  }

  .home .latest-products .product-image-native {
    inset: 0;
    padding: 0;
  }

  .home .latest-products .product-image-native img {
    width: 92% !important;
    height: 92% !important;
    max-width: 92% !important;
    max-height: 86% !important;
  }

  .home .benefits {
    width: calc(100% - 24px);
    padding: 24px;
    border-radius: 27px;
  }

  .home .footer {
    width: calc(100% - 20px);
    border-radius: 25px;
  }
}

@media (max-width: 480px) {
  .home .announcement-inner {
    justify-content: center;
    text-align: center;
    font-size: 10px;
  }

  .home .announcement-inner > span:not(.announcement-center) {
    display: none;
  }

  .home .skm-slide-proof {
    grid-template-columns: 1fr 1fr;
  }

  .home .skm-slide-visual {
    height: 320px;
  }

  .home .latest-products .product-card {
    grid-template-columns: minmax(0, 1fr) minmax(125px, 0.72fr);
  }

  .home .latest-products .product-visual {
    min-height: 185px;
  }
}

/* Professional WhatsApp floating action. */
.whatsapp-float {
  width: 50px;
  min-width: 50px;
  height: 50px;
  justify-content: center;
  gap: 0;
  padding: 0;
  color: #fff;
  background: linear-gradient(145deg, #2cdb72 0%, #16bd5b 52%, #079946 100%);
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 10px 24px rgba(0, 96, 48, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #fff;
  filter: saturate(1.05);
  transform: translateY(-2px);
  box-shadow:
    0 13px 28px rgba(0, 86, 42, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.whatsapp-mark {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  overflow: visible;
}

.whatsapp-float span {
  display: none;
}

.whatsapp-bubble {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.whatsapp-phone {
  fill: currentColor;
}

@media (max-width: 520px) {
  .whatsapp-float {
    width: 48px;
    min-width: 48px;
    height: 48px;
    right: 14px;
    padding: 0;
    border-width: 2px;
  }

  .whatsapp-mark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}

/* Product image containment: mobile cards and navigation previews. */
.skm-mega-product-grid {
  grid-auto-columns: 160px;
  justify-content: start;
}

.skm-mega-product {
  width: 160px;
  min-width: 0;
}

.skm-mega-product-image {
  width: 100%;
  max-height: 150px;
}

.skm-mega-product-image img {
  transform: none !important;
  transition: filter 0.28s ease, opacity 0.28s ease;
}

.desktop-nav .skm-mega-product:hover .skm-mega-product-image img {
  filter: drop-shadow(0 8px 10px rgba(17, 66, 108, 0.12));
}

@media (max-width: 700px) {
  .latest-products .product-card {
    grid-template-columns: minmax(0, 1.12fr) minmax(128px, 0.88fr);
  }

  .latest-products .product-image-button {
    inset: 10px 12px 10px 0;
  }

  .latest-products .product-image-native {
    inset: 0;
    padding: 0;
  }

  .latest-products .product-image-native img {
    width: 100% !important;
    height: 100% !important;
    max-width: 88% !important;
    max-height: 82% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

@media (max-width: 420px) {
  .latest-products .product-card {
    min-height: 210px;
    grid-template-columns: minmax(0, 1.16fr) minmax(118px, 0.84fr);
  }

  .latest-products .product-visual {
    min-height: 210px;
  }

  .latest-products .product-image-native img {
    max-width: 84% !important;
    max-height: 78% !important;
  }
}

/* High-contrast refinement for the glossy blue footer. */
.footer {
  background:
    radial-gradient(circle at 10% 12%, rgba(58, 185, 239, 0.42), transparent 25%),
    radial-gradient(circle at 90% 2%, rgba(255, 255, 255, 0.17), transparent 21%),
    linear-gradient(135deg, #02345f 0%, #075f9f 52%, #0795cf 100%);
}

.footer-grid > div:not(.footer-brand) {
  background: linear-gradient(145deg, rgba(1, 38, 72, 0.58), rgba(4, 66, 112, 0.38));
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 45px rgba(0, 28, 58, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.footer .brand-light .brand-copy strong,
.footer h3 {
  color: #fff;
}

.footer-brand > p {
  color: rgba(255, 255, 255, 0.86);
}

.footer-grid a,
.footer .contact-column p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0, 26, 52, 0.24);
}

.footer .contact-column small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 600;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: #fff;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.32);
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.82);
}

.footer-bottom a,
.footer-bottom > div {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 520px) {
  .footer {
    background:
      radial-gradient(circle at 90% 0%, rgba(76, 196, 241, 0.3), transparent 25%),
      linear-gradient(150deg, #02345f 0%, #076da9 58%, #0795cf 100%);
  }
}

/* v1.0.27 — final cascade: navy gloss and uncropped catalogue images. */
.home {
  --skm-gloss-blue: #0b5b9c;
  --skm-gloss-deep: #062c58;
  background:
    radial-gradient(circle at 4% 16%, rgba(41, 139, 215, 0.18), transparent 30rem),
    linear-gradient(180deg, #f5faff 0%, #e9f4fc 100%);
}

.home .announcement {
  background: linear-gradient(90deg, #061f42, #0a4d87 50%, #061f42);
}

.home .skm-home-slider {
  background:
    radial-gradient(circle at 88% 0%, rgba(121, 190, 235, 0.3), transparent 28%),
    radial-gradient(circle at 58% 115%, rgba(25, 128, 202, 0.38), transparent 36%),
    linear-gradient(125deg, #061f42 0%, #0a3f73 54%, #0d649d 100%);
  box-shadow: 0 28px 70px rgba(3, 44, 86, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.46);
}

.home .offer-card-main,
.home .benefits {
  background:
    radial-gradient(circle at 90% 0%, rgba(116, 192, 238, 0.24), transparent 28%),
    linear-gradient(125deg, #061f42, #0a477f 66%, #0d659d);
}

.home .footer {
  background:
    radial-gradient(circle at 82% -10%, rgba(86, 157, 211, 0.25), transparent 31%),
    linear-gradient(125deg, #061f42 0%, #0a3b6c 58%, #0b4f84 100%);
}

.home .latest-products .product-visual {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  contain: layout paint;
}

.home .latest-products .product-image-button,
.home .latest-products .product-image-native {
  inset: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 16px 10px !important;
  overflow: hidden !important;
}

.home .latest-products .product-image-native img {
  width: 100% !important;
  height: 100% !important;
  max-width: 82% !important;
  max-height: 82% !important;
  object-fit: contain !important;
  object-position: center !important;
  mix-blend-mode: multiply;
  transform: none !important;
}

.home .latest-products .product-card:hover .product-image-native img {
  transform: translateY(-4px) !important;
}

@media (max-width: 700px) {
  .home .latest-products .product-image-button,
  .home .latest-products .product-image-native {
    padding: 12px 7px !important;
  }

  .home .latest-products .product-image-native img {
    max-width: 86% !important;
    max-height: 80% !important;
  }
}

/* v1.0.28 — Realme-inspired white storefront, using Shri Krishna products and branding. */
html,
body,
.site-shell,
main {
  background: #fff;
}

body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

.home {
  --skm-white: #fff;
  --skm-soft: #f7f7f7;
  --skm-line: #e8e8e8;
  --skm-black: #0a0a0a;
  --skm-muted: #6b6b6b;
  background: #fff;
  color: var(--skm-black);
}

.home .announcement {
  display: none;
}

.home .header {
  top: 0;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.97);
  border: 0;
  border-bottom: 1px solid var(--skm-line);
  border-radius: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.035);
  backdrop-filter: blur(18px);
}

.home .header-inner {
  min-height: 64px;
}

.home .primary-menu > li > a,
.home .header-actions a,
.home .header-actions button {
  color: #111;
}

.home .search-form {
  background: #f3f3f3;
  border-color: transparent;
  box-shadow: none;
}

.home .search-form input {
  color: #111;
}

.home .skm-home-slider,
.home .skm-slider-track,
.home .skm-home-slide {
  min-height: clamp(500px, 46vw, 610px);
  background: #fff !important;
}

.home .skm-home-slider {
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #080808;
}

.home .skm-home-slide {
  transform: translateX(24px);
  transition: opacity 0.48s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0.48s ease;
}

.home .skm-home-slide.is-active {
  transform: translateX(0);
}

.home .skm-slide-inner {
  min-height: clamp(500px, 46vw, 610px);
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.08fr);
  gap: clamp(26px, 5vw, 80px);
  padding-top: 34px;
  padding-bottom: 66px;
}

.home .skm-home-slide:nth-child(odd) .skm-slide-copy {
  grid-column: 2;
  grid-row: 1;
}

.home .skm-home-slide:nth-child(odd) .skm-slide-visual {
  grid-column: 1;
  grid-row: 1;
}

.home .skm-home-slide:nth-child(even) .skm-slide-copy {
  grid-column: 1;
  grid-row: 1;
}

.home .skm-home-slide:nth-child(even) .skm-slide-visual {
  grid-column: 2;
  grid-row: 1;
}

.home .skm-slide-copy {
  max-width: 620px;
}

.home .skm-slide-label {
  padding: 6px 12px;
  color: #181818;
  background: #ffd600;
  border: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.home .skm-slide-brand {
  margin: 18px 0 7px;
  color: #777;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.home .skm-slide-copy h1 {
  max-width: 680px;
  color: #050505;
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.home .skm-slide-description {
  max-width: 560px;
  margin-top: 15px;
  color: #242424;
  font-size: clamp(18px, 1.75vw, 25px);
  line-height: 1.38;
}

.home .skm-slide-price {
  margin-top: 24px;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 700;
}

.home .skm-slide-price del {
  color: #9a9a9a;
}

.home .skm-slide-actions {
  margin-top: 28px;
}

.home .skm-slide-actions .button {
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.home .skm-slide-actions .button-primary {
  color: #fff;
  background: #2eb4ec;
}

.home .skm-slide-actions .button-primary:hover {
  color: #fff;
  background: #119ed9;
  transform: translateY(-2px);
}

.home .skm-slide-actions .button-ghost {
  color: #111;
  background: #ededed;
  border: 0;
}

.home .skm-slide-proof {
  display: none;
}

.home .skm-slide-visual {
  min-width: 0;
  min-height: 430px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home .skm-slide-visual::before,
.home .skm-slide-visual::after,
.home .skm-slide-orbit {
  display: none;
}

.home .skm-slide-visual img {
  width: 100%;
  height: 100%;
  max-width: 590px;
  max-height: 470px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.12));
  transform: none;
}

.home .skm-slider-controls {
  right: 0;
  bottom: 22px;
  left: 0;
  justify-content: center;
}

.home .skm-slider-dots button {
  width: 8px;
  height: 8px;
  background: #c7c7c7;
}

.home .skm-slider-dots button.is-active {
  width: 8px;
  background: #080808;
}

.home .skm-slider-arrows {
  position: absolute;
  right: 20px;
  bottom: clamp(185px, 19vw, 245px);
}

.home .skm-slider-arrows button {
  width: 54px;
  height: 54px;
  color: #fff;
  background: rgba(196, 196, 196, 0.58);
  border: 0;
  box-shadow: none;
}

.home .skm-slider-arrows button:first-child {
  display: none;
}

.home .brand-ribbon,
.home .categories-section,
.home .offers-section,
.home .latest-products,
.home .benefits,
.home .reviews-section,
.home .faq-section,
.home .newsletter {
  background: #fff;
}

.home .brand-ribbon {
  border-color: var(--skm-line);
}

.home .brand-list a,
.home .category-card,
.home .offer-card,
.home .latest-products .product-card,
.home .benefits-grid > div,
.home .review-card,
.home .faq-item {
  background: linear-gradient(145deg, #fff 0%, #f6f6f6 100%);
  border-color: var(--skm-line);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.055), inset 0 1px 0 #fff;
}

.home .section-kicker,
.home .product-category,
.home .brand-ribbon-label {
  color: #737373;
}

.home .section-heading h2,
.home .category-card strong,
.home .offer-card h3,
.home .latest-products .product-name,
.home .benefits strong,
.home .review-card strong,
.home .faq-item summary {
  color: #0a0a0a;
}

.home .category-card small,
.home .product-card-summary,
.home .benefits small,
.home .review-card p,
.home .faq-item p {
  color: #6b6b6b;
}

.home .offer-card-main {
  color: #111;
  background: linear-gradient(135deg, #fff 0%, #f1f1f1 100%);
}

.home .offer-card-main p,
.home .offer-card-main a,
.home .offer-card-main .offer-label {
  color: #404040;
}

.home .benefits {
  color: #111;
  border: 1px solid var(--skm-line);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.045);
}

.home .latest-products .product-visual {
  background: #f6f6f6;
}

.home .latest-products .product-image-native img {
  mix-blend-mode: multiply;
}

.footer,
.home .footer {
  color: #141414;
  background: #fff;
  border-top: 1px solid #e7e7e7;
}

.footer-grid > div:not(.footer-brand),
.home .footer-grid > div:not(.footer-brand) {
  background: linear-gradient(145deg, #fff, #f6f6f6);
  border-color: #e1e1e1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.055), inset 0 1px 0 #fff;
}

.footer h3,
.footer-brand h2,
.footer-grid a,
.footer .contact-column p,
.footer-bottom,
.footer-bottom a,
.footer-bottom > div,
.home .footer h3,
.home .footer-grid a {
  color: #141414;
  text-shadow: none;
}

.footer-brand > p,
.footer .contact-column small,
.home .footer-brand > p {
  color: #6a6a6a;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: #0877c9;
  text-shadow: none;
}

@media (max-width: 900px) {
  .home .skm-slide-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1.05fr);
    gap: 20px;
  }

  .home .skm-slide-copy h1 {
    font-size: clamp(38px, 6vw, 54px);
  }

  .home .skm-slide-description {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .home .header {
    top: 0;
  }

  .home .skm-home-slider,
  .home .skm-slider-track,
  .home .skm-home-slide {
    min-height: 690px;
  }

  .home .skm-slide-inner {
    min-height: 690px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 6px;
    padding-top: 34px;
    padding-bottom: 58px;
  }

  .home .skm-home-slide:nth-child(n) .skm-slide-copy {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }

  .home .skm-home-slide:nth-child(n) .skm-slide-visual {
    grid-column: 1;
    grid-row: 2;
  }

  .home .skm-slide-copy h1 {
    margin-inline: auto;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.04;
  }

  .home .skm-slide-description {
    max-width: 440px;
    margin-inline: auto;
    font-size: 16px;
  }

  .home .skm-slide-actions {
    justify-content: center;
    margin-top: 20px;
  }

  .home .skm-slide-visual {
    min-height: 300px;
    max-height: 330px;
    overflow: hidden;
  }

  .home .skm-slide-visual img {
    width: 100%;
    height: 100%;
    max-width: 94%;
    max-height: 310px;
    object-fit: contain;
  }

  .home .skm-slider-arrows {
    display: none;
  }

  .home .skm-slider-arrows button {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  .home .skm-home-slider,
  .home .skm-slider-track,
  .home .skm-home-slide,
  .home .skm-slide-inner {
    min-height: 660px;
  }

  .home .skm-slide-label,
  .home .skm-slide-brand {
    font-size: 9px;
  }

  .home .skm-slide-copy h1 {
    font-size: 35px;
  }

  .home .skm-slide-visual {
    min-height: 282px;
  }
}

/* v1.0.30 — crisp product photography without crop or hover blur. */
.home .latest-products .product-image-native img,
.skm-shop-main ul.products li.product a img,
.woocommerce ul.products li.product a img,
.single-product .woocommerce-product-gallery img {
  image-rendering: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
  backface-visibility: hidden;
}

.home .latest-products .product-image-native img {
  mix-blend-mode: normal;
  transform: none !important;
}

.home .latest-products .product-card:hover .product-image-native img,
.skm-shop-main ul.products li.product:hover a img {
  transform: none !important;
  filter: none;
}

.home .latest-products .product-visual,
.skm-shop-main ul.products li.product > a.woocommerce-LoopProduct-link {
  background: #fff;
}

/* v1.0.33 — glossy black navigation, Hostinger-purple commerce actions and premium related cards. */
:root {
  --skm-hostinger-purple: #673de6;
  --skm-hostinger-purple-dark: #5025d1;
  --skm-hostinger-purple-light: #8c63ef;
}

body.skm-theme .header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 247, 255, 0.96) 100%);
  border-bottom: 1px solid rgba(103, 61, 230, 0.13);
  box-shadow:
    0 14px 34px rgba(37, 23, 78, 0.08),
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(103, 61, 230, 0.04);
  backdrop-filter: blur(18px) saturate(145%);
}

body.skm-theme .header::after {
  position: absolute;
  right: 8%;
  bottom: 0;
  left: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(103, 61, 230, 0.28), transparent);
  pointer-events: none;
}

body.skm-theme .desktop-nav a,
body.skm-theme .primary-menu > li > a,
body.skm-theme .skm-nav-trigger,
body.skm-theme .mobile-drawer a {
  color: #000 !important;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.skm-theme .desktop-nav a:hover,
body.skm-theme .desktop-nav a:focus-visible,
body.skm-theme .primary-menu > li > a:hover,
body.skm-theme .primary-menu > li > a:focus-visible {
  color: var(--skm-hostinger-purple) !important;
}

body.skm-theme .button.add_to_cart_button,
body.skm-theme .single_add_to_cart_button,
body.skm-theme a.button.product_type_variable,
body.skm-theme a.button.product_type_simple,
body.skm-theme .latest-products .add-button,
body.skm-theme .skm-shop-main ul.products li.product .button,
body.skm-theme .related.products ul.products li.product .button {
  color: #fff !important;
  background:
    linear-gradient(135deg, var(--skm-hostinger-purple-light) 0%, var(--skm-hostinger-purple) 48%, var(--skm-hostinger-purple-dark) 100%) !important;
  border: 1px solid rgba(80, 37, 209, 0.34) !important;
  border-radius: 12px;
  box-shadow:
    0 12px 24px rgba(103, 61, 230, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -2px 4px rgba(44, 16, 128, 0.18) !important;
  text-shadow: 0 1px 1px rgba(42, 17, 109, 0.3);
}

body.skm-theme .button.add_to_cart_button:hover,
body.skm-theme .single_add_to_cart_button:hover,
body.skm-theme a.button.product_type_variable:hover,
body.skm-theme a.button.product_type_simple:hover,
body.skm-theme .latest-products .add-button:hover,
body.skm-theme .skm-shop-main ul.products li.product .button:hover,
body.skm-theme .related.products ul.products li.product .button:hover {
  color: #fff !important;
  background:
    linear-gradient(135deg, #9570f2 0%, #7047e8 45%, #5a2ed8 100%) !important;
  box-shadow:
    0 16px 30px rgba(103, 61, 230, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.46) !important;
  transform: translateY(-2px);
}

body.single-product.skm-theme .related.products {
  width: min(1240px, calc(100% - 36px));
  margin: clamp(54px, 7vw, 88px) auto 20px;
  padding: clamp(24px, 3vw, 38px);
  background:
    radial-gradient(circle at 92% 0%, rgba(137, 99, 239, 0.14), transparent 26%),
    linear-gradient(145deg, #fff 0%, #f8f6ff 100%);
  border: 1px solid rgba(103, 61, 230, 0.13);
  border-radius: 28px;
  box-shadow:
    0 24px 60px rgba(36, 20, 77, 0.09),
    inset 0 1px 0 #fff;
}

body.single-product.skm-theme .related.products > h2 {
  position: relative;
  margin: 0 0 28px;
  padding-left: 18px;
  color: #0b0b0d;
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

body.single-product.skm-theme .related.products > h2::before {
  position: absolute;
  top: 4px;
  bottom: 3px;
  left: 0;
  width: 6px;
  content: "";
  background: linear-gradient(180deg, #9a77f4, var(--skm-hostinger-purple));
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(103, 61, 230, 0.28);
}

body.single-product.skm-theme .related.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}

body.single-product.skm-theme .related.products ul.products::before,
body.single-product.skm-theme .related.products ul.products::after {
  display: none;
}

body.single-product.skm-theme .related.products ul.products li.product,
body.single-product.skm-theme .related.products ul.products li.product:nth-child(n) {
  width: 100% !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 12px 12px 14px;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(246, 243, 255, 0.94));
  border: 1px solid rgba(103, 61, 230, 0.12);
  border-radius: 22px;
  box-shadow:
    0 14px 32px rgba(33, 18, 69, 0.075),
    inset 0 1px 0 #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.single-product.skm-theme .related.products ul.products li.product:hover {
  border-color: rgba(103, 61, 230, 0.28);
  box-shadow:
    0 22px 42px rgba(71, 40, 145, 0.15),
    inset 0 1px 0 #fff;
  transform: translateY(-6px);
}

body.single-product.skm-theme .related.products li.product > a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.single-product.skm-theme .related.products li.product a img {
  width: 100%;
  height: 230px;
  margin: 0 0 17px;
  padding: 16px;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 50% 30%, #fff 0%, #f8f6ff 74%, #f0ebff 100%);
  border: 1px solid rgba(103, 61, 230, 0.08);
  border-radius: 17px;
  filter: none;
  transform: none !important;
}

body.single-product.skm-theme .related.products li.product .onsale {
  top: 20px;
  right: 20px;
  left: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 7px 11px;
  color: #fff;
  background: linear-gradient(135deg, #8c63ef, var(--skm-hostinger-purple));
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(103, 61, 230, 0.24);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.single-product.skm-theme .related.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  padding: 0 5px;
  color: #111;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

body.single-product.skm-theme .related.products li.product .price {
  min-height: 44px;
  margin: 7px 5px 15px;
  color: var(--skm-hostinger-purple-dark);
  font-size: 15px;
  font-weight: 800;
}

body.single-product.skm-theme .related.products li.product .price del {
  color: #93909b;
  font-size: 12px;
}

body.single-product.skm-theme .related.products li.product .price ins {
  color: var(--skm-hostinger-purple-dark);
  text-decoration: none;
}

body.single-product.skm-theme .related.products li.product .button {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto 0 0;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 900px) {
  body.single-product.skm-theme .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body.skm-theme .header {
    background: rgba(255, 255, 255, 0.98);
  }

  body.single-product.skm-theme .related.products {
    width: calc(100% - 22px);
    padding: 19px 13px 20px;
    border-radius: 22px;
  }

  body.single-product.skm-theme .related.products ul.products {
    gap: 12px;
  }

  body.single-product.skm-theme .related.products ul.products li.product,
  body.single-product.skm-theme .related.products ul.products li.product:nth-child(n) {
    padding: 8px 8px 11px;
    border-radius: 17px;
  }

  body.single-product.skm-theme .related.products li.product a img {
    height: 150px;
    padding: 9px;
    border-radius: 13px;
  }

  body.single-product.skm-theme .related.products li.product .woocommerce-loop-product__title {
    min-height: 42px;
    font-size: 14px;
  }

  body.single-product.skm-theme .related.products li.product .price {
    min-height: 48px;
    font-size: 13px;
  }

  body.single-product.skm-theme .related.products li.product .button {
    min-height: 42px;
    padding: 0 8px;
    font-size: 12px;
  }
}

/* v1.0.34 — universal sale pricing and single-product purple cart states. */
.single-product .skm-commerce-price {
  display: block;
  margin: 18px 0 24px;
}

.single-product .skm-commerce-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px 9px;
}

.single-product .skm-selling-price {
  color: #d71746;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.045em;
}

.single-product .skm-mrp {
  color: #8d8d92;
  font-size: 15px;
  font-weight: 650;
  text-decoration-color: #8d8d92;
  text-decoration-thickness: 1.5px;
}

.single-product .skm-discount,
.woocommerce .skm-loop-discount,
.latest-products .product-bottom .price small {
  color: #0aa63c !important;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.single-product .skm-tax-note {
  margin: 0;
  color: #73737a;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

body.single-product.skm-theme[class*="skm-product-brand-"] div.product form.cart button.single_add_to_cart_button:not(.disabled):not([disabled]),
body.single-product.skm-theme div.product form.cart button.single_add_to_cart_button:not(.disabled):not([disabled]) {
  color: #fff !important;
  background:
    linear-gradient(135deg, #8c63ef 0%, #673de6 48%, #5025d1 100%) !important;
  border: 1px solid rgba(80, 37, 209, 0.38) !important;
  box-shadow:
    0 12px 24px rgba(103, 61, 230, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(44, 16, 128, 0.18) !important;
  text-shadow: 0 1px 1px rgba(42, 17, 109, 0.3);
  opacity: 1;
}

body.single-product.skm-theme[class*="skm-product-brand-"] div.product form.cart button.single_add_to_cart_button.disabled,
body.single-product.skm-theme[class*="skm-product-brand-"] div.product form.cart button.single_add_to_cart_button[disabled],
body.single-product.skm-theme div.product form.cart button.single_add_to_cart_button.disabled,
body.single-product.skm-theme div.product form.cart button.single_add_to_cart_button[disabled] {
  color: #6748bd !important;
  background:
    linear-gradient(135deg, #f1edff 0%, #e5dcff 55%, #d9cdff 100%) !important;
  border: 1px solid rgba(103, 61, 230, 0.2) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 7px 16px rgba(103, 61, 230, 0.1) !important;
  text-shadow: none;
  cursor: not-allowed;
  opacity: 0.72;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.skm-shop-main ul.products li.product .price,
.related.products ul.products li.product .price,
.latest-products .product-bottom .price strong {
  color: #d71746 !important;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.skm-shop-main ul.products li.product .price ins,
.related.products ul.products li.product .price ins,
.woocommerce ul.products li.product .price > .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price > .woocommerce-Price-amount {
  color: #d71746 !important;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.skm-shop-main ul.products li.product .price del,
.related.products ul.products li.product .price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price del .woocommerce-Price-amount {
  color: #99979e !important;
  font-weight: 600;
}

.woocommerce .skm-loop-discount {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
}

@media (max-width: 520px) {
  .single-product .skm-selling-price {
    font-size: 30px;
  }

  .single-product .skm-commerce-price-row {
    gap: 6px 8px;
  }

  .single-product .skm-mrp,
  .single-product .skm-discount,
  .single-product .skm-tax-note {
    font-size: 12px;
  }
}

/* v1.0.36 — keep disabled colour dots centered and remove gallery search trigger. */
body.single-product.skm-theme .cfvsw-swatches-option.cfvsw-label-option::before,
body.single-product.skm-theme .cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-disabled::before,
body.single-product.skm-theme .cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-blur-disable::before {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px;
  align-self: center;
  margin: 0 !important;
  transform: none !important;
}

body.single-product.skm-theme .cfvsw-swatches-option.cfvsw-label-option {
  align-items: center !important;
}

body.single-product.skm-theme .woocommerce-product-gallery__trigger {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* v1.0.37 — cleaner variable-product pricing on shop and related cards. */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.skm-shop-main ul.products li.product .price,
.related.products ul.products li.product .price {
  min-height: 64px;
  display: flex !important;
  align-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 7px;
  line-height: 1.25;
}

.woocommerce .skm-starting-label {
  width: 100%;
  display: block;
  margin-bottom: 1px;
  color: #6f6a78;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.woocommerce .skm-starting-price {
  margin: 0;
  color: #d71746 !important;
  background: transparent;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
}

.woocommerce .skm-starting-price .woocommerce-Price-amount {
  color: #d71746 !important;
}

.woocommerce .skm-starting-mrp {
  margin: 0;
  color: #99979e !important;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
}

.woocommerce .skm-starting-mrp .woocommerce-Price-amount {
  color: #99979e !important;
}

.woocommerce .skm-loop-discount {
  margin-left: 0;
  padding: 4px 7px;
  color: #079633 !important;
  background: #eaf9ef;
  border: 1px solid #ccefd8;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

body.single-product.skm-theme .related.products li.product .price {
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 10px 7px;
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(103, 61, 230, .08);
  border-radius: 12px;
}

@media (max-width: 520px) {
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price,
  .skm-shop-main ul.products li.product .price,
  .related.products ul.products li.product .price {
    min-height: 70px;
    gap: 4px 5px;
  }

  .woocommerce .skm-starting-price {
    font-size: 15px;
  }

  .woocommerce .skm-loop-discount {
    padding: 3px 5px;
    font-size: 9px;
  }
}
