:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 18px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgba(51, 51, 51, 0.65);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 20px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(16,80,164);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(16,80,164);
	--btn-default-bgcolor-hover: rgb(17,113,185);
	--btn-accented-bgcolor: rgb(16,80,164);
	--btn-accented-bgcolor-hover: rgb(17,113,185);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .wd-checkout-steps {
	text-transform: capitalize;
}
html table th {
	text-transform: none;
}
html .product-image-summary-wrap .summary-inner > .price, html .wd-single-price .price {
	font-size: 22px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 700;
	font-size: 30px;
}
html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
	font-weight: 700;
}
html .btn.wd-buy-now-btn {
	background: rgb(36,36,36);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(51,51,51);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(118,118,118);
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 40px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 15px;
	--wd-arrow-color: rgb(36,36,36);
	--wd-arrow-color-hover: rgb(51,51,51);
	--wd-arrow-color-dis: rgb(36,36,36);
	--wd-arrow-bg: rgb(244,244,244);
	--wd-arrow-bg-hover: rgb(239,239,239);
	--wd-arrow-bg-dis: rgb(244,244,244);
	--wd-arrow-radius: 20px;
}
.wd .product-label.onsale {
	background-color: rgb(36,36,36);
}
.wd .product-label.new {
	background-color: rgb(36,36,36);
}
.wd .product-label.featured {
	background-color: rgb(36,36,36);
}
.wd .product-label.out-of-stock {
	background-color: rgb(36,36,36);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 40px;
}

@media (max-width: 1024px) {
	html .product-image-summary-wrap .summary-inner > .price, html .wd-single-price .price {
		font-size: 20px;
	}
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 28px;
	}

}

@media (max-width: 768.98px) {
	html .product-image-summary-wrap .summary-inner > .price, html .wd-single-price .price {
		font-size: 18px;
	}
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 26px;
	}

}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1440px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Samsung Sharp Sans";
	src: url("//app.linkvia.io/wp-content/uploads/2026/07/SamsungSharpSans-Bold.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Samsung Sharp Sans Medium";
	src: url("//app.linkvia.io/wp-content/uploads/2026/07/samsungsharpsans-medium.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

/* ==========================================================================
   LINKVIA / DEMO STORE — WOODMART CUSTOM CSS
   TABLE OF CONTENTS
   --------------------------------------------------------------------------
    1. Global Utilities & Hidden Elements
    2. Shop / Product Grid Layout
    3. Product Cards & Buttons
    4. Single Product: Variations Form
    5. Single Product: Tabs & Divider
    6. Product Gallery & Lightbox
    7. Specs Table
    8. Product Description: Typography
    9. Product Description: Media
   10. LinkVia Product Slider (slides, captions, arrows, dots)
   11. LinkVia Split Section (text + media, 2-across)
   12. Brand Headings (Apple / Samsung / Motorola / Google) & Overrides
   13. Samsung Components (Stats, Charge Stat, Galaxy AI Wordmark)
   14. LinkVia Three-Text Grid
   15. LinkVia Feature Card Scroller
   16. Galaxy Comparison iframe
   17. Account Page Fixes

   NOTE: Several rules share equal specificity with !important and rely on
   source order (e.g. split-section headings vs. brand headings, charge-stat
   text). Section order below intentionally preserves the original cascade.
   ========================================================================== */


/* ==========================================================================
   1. GLOBAL UTILITIES & HIDDEN ELEMENTS
   ========================================================================== */

.variation-swatch-selected .reset_variations,
.wd-add-btn.wd-add-btn-replace,
.woocommerce-variation-availability,
.pswp__button--share,
.pswp__preloader {
  display: none !important;
}

/* Header tools count — hidden until it has a count */
.wd-tools-count {
  display: none !important;
}

.wd-tools-count.wd-has-count {
  display: revert !important;
}


/* ==========================================================================
   2. SHOP / PRODUCT GRID LAYOUT
   ========================================================================== */

.woocommerce ul.products,
.elementor-widget-woocommerce ul.products,
.wd-products,
.products.elements-grid {
  display: grid !important;
  gap: 30px !important;
  justify-content: center !important;
}

@media (min-width: 1025px) {
  body.home .woocommerce ul.products,
  body.home .wd-products,
  body.home .products.elements-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .woocommerce ul.products,
  .wd-products,
  .products.elements-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) and (max-width: 849px) {
  .woocommerce ul.products,
  .wd-products,
  .products.elements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products,
  .wd-products,
  .products.elements-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Grid / loop price */
.product-grid-item .price .amount,
.wd-product .price .amount {
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* Shop Side Widget Brand Text */
.wd-swatch+.wd-filter-lable {
    font-size: 15px !important;
}

.widget_price_filter [class*=price_slider_amount] .price_label {
    font-size: 15px !important;
}

.widget_price_filter [class*=price_slider_amount] .price_label>span {
    font-weight: 400 !important;
    font-size: 15px !important;
	}

/* ==========================================================================
   3. PRODUCT CARDS & BUTTONS
   ========================================================================== */

.product-grid-item .product-wrapper,
.woocommerce ul.products li.product {
  width: fit-content !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 20px 24px !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.product-grid-item:hover .product-wrapper {
  transform: translateY(-8px) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
  background: #ffffff !important;
  border-radius: 12px;
}

.product-element-top,
.product-image-link {
  display: flex;
  justify-content: center;
  text-align: center;
}

.product-grid-item img {
  max-width: 280px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

/* "View Details" button */
.view-details-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background-color: #1050a4;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.view-details-btn:hover {
  background-color: #1171b9;
  color: #ffffff;
  transform: scale(1.02);
}


/* ==========================================================================
   4. SINGLE PRODUCT: VARIATIONS FORM
   ========================================================================== */

.single-product form.variations_form,
form.variations_form {
  margin-top: 2px !important;
}

/* Flatten the variations table into stacked blocks */
.single-product form.variations_form table.variations,
form.variations_form table.variations {
  display: block !important;
  width: 100% !important;
  margin: 6px 0 8px !important;
  border: 0 !important;
}

.single-product form.variations_form table.variations tbody,
.single-product form.variations_form table.variations tr,
.single-product form.variations_form table.variations th,
.single-product form.variations_form table.variations td,
form.variations_form table.variations tbody,
form.variations_form table.variations tr,
form.variations_form table.variations th,
form.variations_form table.variations td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
}

.single-product form.variations_form table.variations tr,
form.variations_form table.variations tr {
  margin: 0 0 16px !important;
}

.single-product form.variations_form table.variations tr:last-child,
form.variations_form table.variations tr:last-child {
  margin-bottom: 4px !important;
}

/* Attribute labels */
.single-product form.variations_form table.variations .label,
form.variations_form table.variations .label {
  display: block !important;
  margin: 0 0 8px !important;
  text-align: left !important;
}

.single-product form.variations_form table.variations .label label,
form.variations_form table.variations .label label {
  display: inline !important;
  margin: 0 !important;
  color: #222222 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.single-product form.variations_form table.variations .value,
form.variations_form table.variations .value {
  display: block !important;
  margin: 0 !important;
  text-align: left !important;
}

/* Swatch row */
.single-product form.variations_form .wd-swatches-product,
form.variations_form .wd-swatches-product {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

/* Text swatches (storage buttons) */
.single-product form.variations_form .wd-swatch.wd-text,
form.variations_form .wd-swatch.wd-text {
  min-width: 78px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: 7px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.single-product form.variations_form .wd-swatch.wd-text .wd-swatch-text,
form.variations_form .wd-swatch.wd-text .wd-swatch-text {
  color: #222222 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Hide duplicate variation text and reset link */
.single-product form.variations_form .woocommerce-variation-description,
form.variations_form .woocommerce-variation-description,
.single-product form.variations_form .reset_variations,
.single-product form.variations_form .wd-reset-var,
form.variations_form .reset_variations,
form.variations_form .wd-reset-var {
  display: none !important;
}


/* ==========================================================================
   5. SINGLE PRODUCT: TABS & DIVIDER
   ========================================================================== */

.single-product .elementor-widget-divider {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}

.single-product .elementor-widget-divider .elementor-divider {
  padding: 0 !important;
}

.single-product .elementor-widget-wd_single_product_tabs,
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.single-product .wd-nav-tabs-wrapper {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.single-product .wd-nav-tabs {
  gap: 34px;
  justify-content: center;
}

.single-product .wd-nav-tabs .wd-nav-link {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 0 8px;
}

.single-product .wd-nav-tabs .active .wd-nav-link,
.single-product .wd-nav-tabs .wd-active .wd-nav-link {
  color: #1050a4;
  font-weight: 700;
}

.single-product .wd-nav-tabs .active .wd-nav-link::after,
.single-product .wd-nav-tabs .wd-active .wd-nav-link::after {
  background-color: #1050a4;
}

@media (max-width: 1024px) {
  .single-product .elementor-widget-divider {
    margin-top: 10px !important;
  }

  .single-product .wd-nav-tabs-wrapper {
    margin-bottom: 12px !important;
  }
}


/* ==========================================================================
   6. PRODUCT GALLERY & LIGHTBOX
   ========================================================================== */

.woocommerce-product-gallery .wd-carousel-item img {
  border-radius: 0 !important;
}

.pswp__bg {
  background: rgba(40, 40, 40, 0.9) !important;
}

.pswp__item,
.pswp__img,
.pswp__zoom-wrap {
  background: none !important;
  background-color: transparent !important;
}


/* ==========================================================================
   7. SPECS TABLE
   ========================================================================== */

.tabs-layout-tabs .shop_attributes,
table.shop_attributes {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

table.shop_attributes th {
  width: 30%;
  color: #333333;
  font-weight: 600;
}

table.shop_attributes td {
  padding-left: 20px;
  color: #666666;
}

table.shop_attributes tr:nth-child(even) {
  background-color: #fcfcfc;
}

@media (max-width: 767px) {
  table.shop_attributes {
    width: 100% !important;
  }
}


/* ==========================================================================
   8. PRODUCT DESCRIPTION: TYPOGRAPHY
   ========================================================================== */

/* Constrain plain text content */
.woocommerce-Tabs-panel--description p:not(:has(img)):not(:has(video)):not(:has(iframe)):not(:has(picture)):not(:has(button)),
.woocommerce-Tabs-panel--description h2 {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.woocommerce-Tabs-panel--description p:not(:has(img)):not(:has(video)):not(:has(iframe)):not(:has(picture)):not(:has(button)) {
  margin-top: 42px !important;
  margin-bottom: 56px !important;
  line-height: 1.6;
}

.woocommerce-Tabs-panel--description h2 {
  margin-top: 72px !important;
  margin-bottom: 32px !important;
  font-size: 34px !important;
  line-height: 1.25;
  text-align: center;
}

/* Collapse empty paragraphs */
.woocommerce-Tabs-panel--description p:empty,
.woocommerce-Tabs-panel--description p:has(> br:only-child) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* First item spacing */
.single-product .woocommerce-Tabs-panel--description > *:first-child {
  margin-top: 24px !important;
  padding-top: 0 !important;
}

/* First heading flush to top (covers direct and nested-in-div cases) */
.single-product .woocommerce-Tabs-panel--description > h2:first-child,
.single-product .woocommerce-Tabs-panel--description > div:first-child h2:first-child {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel--description h2 {
    margin-top: 52px !important;
    margin-bottom: 24px !important;
    font-size: 30px !important;
  }

  .woocommerce-Tabs-panel--description p:not(:has(img)):not(:has(video)):not(:has(iframe)):not(:has(picture)):not(:has(button)) {
    margin-top: 28px !important;
    margin-bottom: 40px !important;
  }

  .single-product .woocommerce-Tabs-panel--description > *:first-child {
    margin-top: 16px !important;
  }

  .single-product .woocommerce-Tabs-panel--description > h2:first-child,
  .single-product .woocommerce-Tabs-panel--description > div:first-child h2:first-child {
    margin-top: 0 !important;
  }
}


/* ==========================================================================
   9. PRODUCT DESCRIPTION: MEDIA
   ========================================================================== */

/* Media containers span full width */
.woocommerce-Tabs-panel--description p:has(img),
.woocommerce-Tabs-panel--description p:has(video),
.woocommerce-Tabs-panel--description p:has(iframe),
.woocommerce-Tabs-panel--description p:has(button),
.woocommerce-Tabs-panel--description figure,
.woocommerce-Tabs-panel--description .wp-caption {
  max-width: none !important;
  width: 100% !important;
}

.woocommerce-Tabs-panel--description img,
.woocommerce-Tabs-panel--description video {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 1000px !important;
  margin: 56px auto !important;
  border-radius: 10px !important;
}

/* Videos carry H.264/VP9 encoder padding (black rows/columns on the bottom
   and right edges when source dimensions are odd) plus subpixel letterboxing
   that renders black on <video>. Trim 2px on those edges, 1px elsewhere —
   applies to ALL description videos (hero, split-section, black-section),
   not just slider slides. Fractional display scaling (125%/150%) is why a
   line can show on one machine and not another. */
.woocommerce-Tabs-panel--description video,
video.product-description-videos {
  clip-path: inset(1px 2px 2px 1px round 10px) !important;
}

/* First media element flush to top */
.single-product .woocommerce-Tabs-panel--description > p:first-child:has(img),
.single-product .woocommerce-Tabs-panel--description > p:first-child:has(video),
.single-product .woocommerce-Tabs-panel--description > div:first-child > p:first-child:has(img),
.single-product .woocommerce-Tabs-panel--description > div:first-child > p:first-child:has(video) {
  margin-top: 0 !important;
}

.single-product .woocommerce-Tabs-panel--description > p:first-child:has(img) img,
.single-product .woocommerce-Tabs-panel--description > p:first-child:has(video) video,
.single-product .woocommerce-Tabs-panel--description > div:first-child > p:first-child:has(img) img,
.single-product .woocommerce-Tabs-panel--description > div:first-child > p:first-child:has(video) video {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel--description img,
  .woocommerce-Tabs-panel--description video {
    margin: 40px auto !important;
  }

  .single-product .woocommerce-Tabs-panel--description > p:first-child:has(img) img,
  .single-product .woocommerce-Tabs-panel--description > p:first-child:has(video) video,
  .single-product .woocommerce-Tabs-panel--description > div:first-child > p:first-child:has(img) img,
  .single-product .woocommerce-Tabs-panel--description > div:first-child > p:first-child:has(video) video {
    margin-top: 0 !important;
  }
}


/* ==========================================================================
   10. LINKVIA PRODUCT SLIDER
   ========================================================================== */

.woocommerce-Tabs-panel--description .linkvia-product-slider {
  margin: 64px auto 40px !important;
  overflow: hidden !important;
}

.woocommerce-Tabs-panel--description p:has(.linkvia-product-slider) {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.linkvia-product-slider .linkvia-product-slider-track {
  align-items: flex-start !important;
}

/* Slides */
.linkvia-product-slider .linkvia-product-slider-slide {
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Stabilize slide layout so arrow position doesn't shift */
.linkvia-product-slider-slide {
  display: flex !important;
  flex-direction: column !important;
}

/* Slider must be its own positioning context — without this, the arrows'
   absolute top resolves against a page-level ancestor and the same value
   lands in different places as surrounding content reflows */
.woocommerce-Tabs-panel--description .linkvia-product-slider,
.linkvia-product-slider {
  position: relative !important;
}

/* Rounding belongs to the media only — keep slider chrome square so the
   carousel viewport edges are never clipped with rounded corners */
.woocommerce-Tabs-panel--description .linkvia-product-slider,
.linkvia-product-slider,
.linkvia-product-slider .linkvia-product-slider-track,
.linkvia-product-slider .linkvia-product-slider-slide {
  border-radius: 0 !important;
}

.linkvia-product-slider-slide img,
.linkvia-product-slider-slide video {
  border-radius: 10px !important;
  /* 2px trim on right/bottom covers H.264 encoder padding (encoders pad
     odd dimensions with black rows/columns on those edges); 1px elsewhere
     handles subpixel letterboxing. Fractional display scaling (125%/150%)
     rounds a 1px clip inconsistently, which is why a thinner inset shows
     lines on some machines and not others. */
  clip-path: inset(1px 2px 2px 1px round 10px) !important;
}

.woocommerce-Tabs-panel--description .linkvia-product-slider img,
.woocommerce-Tabs-panel--description .linkvia-product-slider video {
  margin: 0 auto !important;
}

/* Captions */
.woocommerce-Tabs-panel--description .linkvia-product-slider p {
  max-width: 900px !important;
  margin: 14px auto 0 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.woocommerce-Tabs-panel--description .linkvia-product-slider .linkvia-product-slider-caption {
  display: block !important;
  max-width: 90% !important;
  margin: 16px auto 0 !important;
  color: #222222 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

/* Spacing to a following heading */
.woocommerce-Tabs-panel--description .linkvia-product-slider + h2,
.woocommerce-Tabs-panel--description .linkvia-product-slider + p + h2 {
  margin-top: 40px !important;
}

/* Arrows */
.linkvia-product-slider .linkvia-product-slider-prev,
.linkvia-product-slider .linkvia-product-slider-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 5 !important;
  width: 48px !important;
  height: 64px !important;
  min-width: 48px !important;
  min-height: 64px !important;
  max-width: 48px !important;
  max-height: 64px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.linkvia-product-slider .linkvia-product-slider-prev::before,
.linkvia-product-slider .linkvia-product-slider-next::before {
  display: block !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.45),
    0 0 1px rgba(0, 0, 0, 0.7) !important;
  transform: translateY(-2px) !important;
}

.linkvia-product-slider .linkvia-product-slider-prev::before {
  content: "\2039" !important;
}

.linkvia-product-slider .linkvia-product-slider-next::before {
  content: "\203A" !important;
}

.linkvia-product-slider .linkvia-product-slider-prev {
  left: 18px !important;
}

.linkvia-product-slider .linkvia-product-slider-next {
  right: 18px !important;
}

/* Dots */
.linkvia-product-slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 10px auto 8px;
}

.linkvia-product-slider-dot {
  position: relative !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  line-height: 0 !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.linkvia-product-slider-dot::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #d2d2d7 !important;
  transform: translate(-50%, -50%) !important;
}

.linkvia-product-slider-dot.is-active::before {
  background: #1d1d1f !important;
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel--description .linkvia-product-slider {
    margin: 32px auto 20px !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-product-slider p {
    margin-top: 8px !important;
  }

  .linkvia-product-slider .linkvia-product-slider-prev,
  .linkvia-product-slider .linkvia-product-slider-next {
    width: 38px !important;
    height: 56px !important;
    min-width: 38px !important;
    min-height: 56px !important;
    max-width: 38px !important;
    max-height: 56px !important;
  }

  .linkvia-product-slider .linkvia-product-slider-prev::before,
  .linkvia-product-slider .linkvia-product-slider-next::before {
    font-size: 38px !important;
  }

  .linkvia-product-slider .linkvia-product-slider-prev {
    left: 10px !important;
  }

  .linkvia-product-slider .linkvia-product-slider-next {
    right: 10px !important;
  }

  .linkvia-product-slider-dots {
    gap: 3px;
    margin: 8px auto 6px;
  }

  .linkvia-product-slider-dot {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
  }

  .linkvia-product-slider-dot::before {
    width: 8px !important;
    height: 8px !important;
  }
}


/* ==========================================================================
   11. LINKVIA SPLIT SECTION (TEXT + MEDIA, 2-ACROSS)
   NOTE: Must stay BEFORE Section 12 — brand-heading rules of equal
   specificity intentionally win ties against these, and are then
   re-overridden by the split-section overrides in Section 12.
   ========================================================================== */

.woocommerce-Tabs-panel--description .linkvia-split-section,
.linkvia-split-section {
  width: 100%;
  max-width: 1200px;
  margin: 72px auto 80px;
  display: flex;
  align-items: center !important;
  gap: 56px;
}

.woocommerce-Tabs-panel--description .linkvia-split-text,
.woocommerce-Tabs-panel--description .linkvia-split-media,
.linkvia-split-text,
.linkvia-split-media {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 30px;
}

.woocommerce-Tabs-panel--description .linkvia-split-text,
.woocommerce-Tabs-panel--description .linkvia-split-text h2,
.woocommerce-Tabs-panel--description .linkvia-split-text p,
.linkvia-split-text,
.linkvia-split-text h2,
.linkvia-split-text p {
  text-align: left !important;
}

.woocommerce-Tabs-panel--description .linkvia-split-text h2,
.linkvia-split-text h2 {
  max-width: none !important;
  margin: 0 0 24px !important;
}

.woocommerce-Tabs-panel--description .linkvia-split-text p,
.linkvia-split-text p {
  max-width: none !important;
  margin: 0 !important;
}

.woocommerce-Tabs-panel--description .linkvia-split-media,
.linkvia-split-media {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.woocommerce-Tabs-panel--description .linkvia-split-media img,
.woocommerce-Tabs-panel--description .linkvia-split-media video,
.linkvia-split-media img,
.linkvia-split-media video {
  max-width: 100% !important;
  max-height: 540px;
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel--description .linkvia-split-section,
  .linkvia-split-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 26px !important;
    margin: 56px auto 64px !important;
    padding: 0 16px !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-text,
  .woocommerce-Tabs-panel--description .linkvia-split-media,
  .linkvia-split-text,
  .linkvia-split-media {
    flex: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-text,
  .linkvia-split-section .linkvia-split-text {
    order: 1 !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-media,
  .linkvia-split-section .linkvia-split-media {
    order: 2 !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-text,
  .woocommerce-Tabs-panel--description .linkvia-split-text h2,
  .woocommerce-Tabs-panel--description .linkvia-split-text p,
  .linkvia-split-text,
  .linkvia-split-text h2,
  .linkvia-split-text p {
    text-align: center !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-text h2,
  .linkvia-split-text h2 {
    margin: 0 0 16px !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-text p,
  .linkvia-split-text p {
    margin: 0 auto !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-media img,
  .woocommerce-Tabs-panel--description .linkvia-split-media video,
  .linkvia-split-media img,
  .linkvia-split-media video {
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}


/* ==========================================================================
   12. BRAND HEADINGS (APPLE / SAMSUNG / MOTOROLA / GOOGLE) & OVERRIDES
   ========================================================================== */

/* --- Apple-style --- */
.woocommerce-Tabs-panel--description h2.apple-product-kicker {
  margin: 60px auto 12px !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.woocommerce-Tabs-panel--description h2.apple-product-heading {
  max-width: 1100px !important;
  margin: 8px auto 50px !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: clamp(32px, 4.5vw, 66px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  text-align: center !important;
  padding-bottom: 8px !important;
  background: linear-gradient(180deg, #7a43c6 0%, #b13daf 48%, #d83b86 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* --- Samsung-style --- */
.woocommerce-Tabs-panel--description h2.samsung-product-heading {
  max-width: 1200px !important;
  margin: 72px auto 36px !important;
  color: #000000 !important;
  font-family: "Samsung Sharp Sans";
  font-size: clamp(26px, 3.2vw, 44px) !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.woocommerce-Tabs-panel--description .samsung-black-section h2.samsung-product-heading,
.woocommerce-Tabs-panel--description .samsung-black-section .samsung-product-heading,
.samsung-black-section h2.samsung-product-heading,
.samsung-black-section .samsung-product-heading {
  color: #ffffff !important;
}

/* --- Motorola-style --- */
.motorola-product-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em;
}

/* --- Google-style --- */
.google-product-heading {
  font-family: "Google Sans", "Google Sans Display", "Product Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(34px, 4.2vw, 64px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  color: #202124 !important;
  text-align: center !important;
  margin: 64px auto 28px !important;
}

/* --- First-heading override (brand headings flush to top) --- */
.single-product .woocommerce-Tabs-panel--description > h2:first-child,
.single-product .woocommerce-Tabs-panel--description > div:first-child h2:first-child {
  margin-top: 0 !important;
}

/* --- Split-section heading/text override (must come after brand rules) --- */
@media (min-width: 768px) {
  .woocommerce-Tabs-panel--description .linkvia-split-text h2.samsung-product-heading,
  .linkvia-split-text h2.samsung-product-heading {
    max-width: none !important;
    margin: 0 0 24px !important;
    text-align: left !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-text p,
  .linkvia-split-text p {
    max-width: none !important;
    margin: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel--description h2.samsung-product-heading {
    margin: 48px auto 24px !important;
    font-size: clamp(24px, 6.2vw, 31px) !important;
    line-height: 1.24 !important;
    text-align: center !important;
  }

  .single-product .woocommerce-Tabs-panel--description > h2:first-child,
  .single-product .woocommerce-Tabs-panel--description > div:first-child h2:first-child {
    margin-top: 0 !important;
  }

  .woocommerce-Tabs-panel--description .linkvia-split-text h2.samsung-product-heading,
  .linkvia-split-text h2.samsung-product-heading {
    margin: 0 0 16px !important;
  }

  .google-product-heading {
    font-size: clamp(34px, 9vw, 46px) !important;
    line-height: 1.1 !important;
    margin: 44px auto 22px !important;
  }
}


/* ==========================================================================
   13. SAMSUNG COMPONENTS (STATS, CHARGE STAT, GALAXY AI WORDMARK)
   ========================================================================== */

/* --- Stats grid --- */
.woocommerce-Tabs-panel--description .samsung-stats {
  width: 100%;
  max-width: 1450px;
  margin: 56px auto 0 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  text-align: center;
}

.woocommerce-Tabs-panel--description .samsung-stat h3 {
  margin: 0 0 10px !important;
  color: #000000;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.woocommerce-Tabs-panel--description .samsung-stat-number {
  margin: 0 0 22px !important;
  font-size: clamp(58px, 5.8vw, 82px);
  font-weight: 800;
  line-height: 0.95;
  background: linear-gradient(90deg, #65ddec 0%, #25c4f4 35%, #0097f5 70%, #0075e5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.woocommerce-Tabs-panel--description .samsung-stat p {
  margin: 0 !important;
  color: #000000;
  font-size: 24px;
  line-height: 1.25;
}

.woocommerce-Tabs-panel--description .samsung-stat sup {
  font-size: 45%;
  line-height: 0;
  vertical-align: super;
}

.woocommerce-Tabs-panel--description .samsung-stats-note {
  max-width: 1200px !important;
  margin: 54px auto 60px !important;
  color: #555555;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

/* --- Charge stat (dark sections) --- */
.woocommerce-Tabs-panel--description .samsung-charge-stat,
.samsung-charge-stat {
  margin-top: 22px !important;
  color: #ffffff !important;
  text-align: left !important;
}

.woocommerce-Tabs-panel--description .samsung-charge-stat p,
.samsung-charge-stat p {
  max-width: none !important;
  margin: 0 0 7px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-align: left !important;
}

.woocommerce-Tabs-panel--description .samsung-charge-stat div,
.samsung-charge-stat div {
  margin: 0 0 22px !important;
  background: linear-gradient(90deg, #65ddec 0%, #25c4f4 35%, #0097f5 70%, #0075e5 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-size: clamp(36px, 3.8vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 0.95 !important;
  letter-spacing: -1px !important;
  text-align: left !important;
}

/* --- Galaxy AI wordmark --- */
.galaxy-ai-wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 0 auto;
  line-height: 1;
}

.galaxy-ai-wordmark span {
  color: #000000;
  font-family: "Samsung Sharp Sans Medium", Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 2.2vw, 42px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.galaxy-ai-wordmark img {
  display: block !important;
  width: clamp(26px, 2.2vw, 42px) !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel--description .samsung-stats {
    max-width: 100%;
    margin: 34px auto 0 !important;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .woocommerce-Tabs-panel--description .samsung-stat h3 {
    font-size: 20px;
  }

  .woocommerce-Tabs-panel--description .samsung-stat-number {
    margin-bottom: 12px !important;
    font-size: clamp(48px, 13.5vw, 60px);
  }

  .woocommerce-Tabs-panel--description .samsung-stat p {
    font-size: 20px;
  }

  .woocommerce-Tabs-panel--description .samsung-stats-note {
    margin: 32px auto 40px !important;
    font-size: 15px;
  }

  .woocommerce-Tabs-panel--description .samsung-charge-stat,
  .samsung-charge-stat {
    margin-top: 20px !important;
    text-align: center !important;
  }

  .woocommerce-Tabs-panel--description .samsung-charge-stat p,
  .samsung-charge-stat p {
    font-size: 14px !important;
    text-align: center !important;
    margin-bottom: 6px !important;
  }

  .woocommerce-Tabs-panel--description .samsung-charge-stat div,
  .samsung-charge-stat div {
    margin-bottom: 16px !important;
    font-size: clamp(34px, 10vw, 48px) !important;
    text-align: center !important;
  }
}


/* ==========================================================================
   14. LINKVIA THREE-TEXT GRID
   ========================================================================== */

.linkvia-three-text-grid {
  width: 100%;
  max-width: 1200px;
  margin: 72px auto 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.linkvia-three-text-item {
  text-align: left;
}

.woocommerce-Tabs-panel--description .linkvia-three-text-item h2,
.linkvia-three-text-item h2 {
  max-width: none !important;
  margin: 0 0 18px !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

.woocommerce-Tabs-panel--description .linkvia-three-text-item p,
.linkvia-three-text-item p {
  max-width: none !important;
  margin: 0 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

@media (max-width: 900px) {
  .linkvia-three-text-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    margin: 56px auto 64px;
  }

  .woocommerce-Tabs-panel--description .linkvia-three-text-item h2,
  .linkvia-three-text-item h2,
  .woocommerce-Tabs-panel--description .linkvia-three-text-item p,
  .linkvia-three-text-item p {
    text-align: center !important;
  }
}


/* ==========================================================================
   15. LINKVIA FEATURE CARD SCROLLER
   ========================================================================== */

.linkvia-feature-card-wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 56px auto;
}

.linkvia-feature-card-scroller {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  align-items: flex-start;
}

.linkvia-feature-card-scroller::-webkit-scrollbar {
  display: none;
}

.linkvia-feature-card {
  flex: 0 0 calc(50% - 10px);
  height: auto !important;
  min-height: 0 !important;
  padding: 20px 22px 0 !important;
  background: #f4f4f4;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.woocommerce-Tabs-panel--description .linkvia-feature-card h3,
.linkvia-feature-card h3 {
  max-width: none !important;
  margin: 0 0 6px !important;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left !important;
}

.woocommerce-Tabs-panel--description .linkvia-feature-card p:not(:has(img)),
.linkvia-feature-card p:not(:has(img)) {
  max-width: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left !important;
}

.woocommerce-Tabs-panel--description .linkvia-feature-card p:has(img),
.linkvia-feature-card p:has(img) {
  max-width: none !important;
  width: calc(100% + 44px) !important;
  margin: 0 -22px !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.woocommerce-Tabs-panel--description .linkvia-feature-card img,
.linkvia-feature-card img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  object-fit: contain;
  user-select: none !important;
  -webkit-user-drag: none !important;
}

/* Arrows */
.linkvia-feature-card-prev,
.linkvia-feature-card-next {
  position: absolute !important;
  top: 50% !important;
  z-index: 5 !important;
  width: 48px !important;
  height: 64px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transform: translateY(-50%) !important;
}

.linkvia-feature-card-prev {
  left: 18px !important;
}

.linkvia-feature-card-next {
  right: 18px !important;
}

.linkvia-feature-card-prev::before,
.linkvia-feature-card-next::before {
  display: block !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.45), 0 0 1px rgba(0,0,0,.7) !important;
  transform: translateY(-2px) !important;
}

.linkvia-feature-card-prev::before {
  content: "\2039" !important;
}

.linkvia-feature-card-next::before {
  content: "\203A" !important;
}

@media (max-width: 900px) {
  .linkvia-feature-card {
    flex-basis: 100%;
  }
}

@media (max-width: 600px) {
  .linkvia-feature-card-wrap {
    max-width: 100%;
    margin: 40px auto;
  }

  .linkvia-feature-card-scroller {
    gap: 16px;
  }

  .linkvia-feature-card {
    flex-basis: 100%;
    padding: 20px 22px 0 !important;
    border-radius: 12px;
  }

  .linkvia-feature-card-prev,
  .linkvia-feature-card-next {
    width: 38px !important;
    height: 56px !important;
  }

  .linkvia-feature-card-prev {
    left: 10px !important;
  }

  .linkvia-feature-card-next {
    right: 10px !important;
  }

  .linkvia-feature-card-prev::before,
  .linkvia-feature-card-next::before {
    font-size: 38px !important;
  }
}


/* ==========================================================================
   16. GALAXY COMPARISON IFRAME
   ========================================================================== */

#galaxy-comparison-inline {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#galaxy-comparison-frame {
  display: block !important;
  width: 100% !important;
  height: 2200px !important;
  min-height: 2200px !important;
  max-height: 2200px !important;
  border: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 1024px) {
  #galaxy-comparison-inline,
  #galaxy-comparison-frame {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}


/* ==========================================================================
   17. ACCOUNT PAGE FIXES
   ========================================================================== */

/* Hide AvaTax European e-invoicing fields on Edit Account page */
.woocommerce-EditAccountForm p:has([id^="wc_avatax_Buyer"]) {
  display: none !important;
}
@media (min-width: 1025px) {
	.product-template-default .entry-content h2 {
	font-size: 2.0em }
}
}

