/*!
Theme Name: Radiotech
Theme URI: http://radiotech.pk
Author: Junaid Khalid
Author URI: http://desklogic.com
Description: A bespoke theme for Radiotech, a leading consumer electronics retailer in Pakistan, designed to provide an engaging and seamless online shopping experience for tech enthusiasts.
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: radiotech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Fix WooCommerce archive grid: force 2 columns on mobile and prevent narrow floated cards */
.woocommerce ul.products.products.grid,
.woocommerce-page ul.products.products.grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1.5rem;
	columns: unset;
	column-count: unset;
}

.woocommerce ul.products.products.grid::before,
.woocommerce ul.products.products.grid::after,
.woocommerce-page ul.products.products.grid::before,
.woocommerce-page ul.products.products.grid::after {
	content: none !important;
	display: none !important;
}

.woocommerce ul.products.products.grid li.product,
.woocommerce-page ul.products.products.grid li.product,
.woocommerce ul.products.products.grid li.radiotech-product-item,
.woocommerce-page ul.products.products.grid li.radiotech-product-item {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
}

@media (min-width: 1024px) {
	.woocommerce ul.products.products.grid,
	.woocommerce-page ul.products.products.grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1280px) {
	.woocommerce ul.products.products.grid,
	.woocommerce-page ul.products.products.grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* Landing hero slider sizing guards */
.hero-slider-column {
	min-width: 0;
}

.hero-slider-wrapper,
.hero-swiper-frame,
.hero-swiper-frame .swiper-wrapper,
.hero-swiper-frame .swiper-slide {
	max-width: 100%;
	width: 100%;
}

.hero-swiper-frame,
.hero-swiper-frame .swiper-slide {
	overflow: hidden;
}

.hero-swiper-frame .swiper-slide > .group {
	min-height: 500px;
	position: relative;
}

.hero-swiper-frame .swiper-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

/* Product card price styling */
.rt-product-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.35rem;
	line-height: 1;
}

.rt-product-price .woocommerce-Price-amount {
	font-size: 1.15rem;
	font-weight: 700;
	color: #111827;
	letter-spacing: -0.01em;
}

.rt-product-price del {
	order: 1;
	font-size: 0.8rem;
	font-weight: 400;
	color: #9ca3af;
	text-decoration: line-through;
	text-decoration-color: #d1d5db;
}

.rt-product-price del .woocommerce-Price-amount {
	font-size: 0.8rem;
	font-weight: 400;
	color: #9ca3af;
}

.rt-product-price ins {
	order: 2;
	text-decoration: none;
}

.rt-product-price ins .woocommerce-Price-amount {
	color: #d12026;
}

/* WooCommerce single product redesign */
.rt-product-view {
	margin-bottom: 3rem;
}

.rt-product-top {
	display: grid;
	gap: 1.75rem;
	align-items: start;
}

@media (min-width: 1024px) {
  .rt-product-top {
    display: grid;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    gap: 2.25rem;
  }
}

.rt-product-media {
	min-width: 0;
	position: relative;
}

.rt-product-onsale {
	position: absolute;
	top: 0.875rem;
	left: 0.875rem;
	z-index: 5;
	background: #d12026;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	text-transform: uppercase;
}

.rt-product-main-swiper {
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.rt-product-main-swiper .swiper-wrapper,
.rt-product-main-swiper .swiper-slide {
	max-width: 100%;
	width: 100%;
}

.rt-product-slider-fallback .rt-product-main-swiper .swiper-wrapper {
	display: block;
}

.rt-product-slider-fallback .rt-product-main-swiper .swiper-slide {
	display: none;
}

.rt-product-slider-fallback .rt-product-main-swiper .swiper-slide.is-active {
	display: block;
}

.rt-product-main-media {
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.rt-product-media-image,
.rt-product-main-media .wp-post-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}

.rt-product-main-media-video {
	background: #0f172a;
	padding: 0;
}

.rt-product-media-video {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.rt-product-main-media-placeholder img {
	max-width: 92%;
	height: auto;
}

.rt-product-main-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 999px;
	border: 1px solid #dbe2ea;
	background: rgba(255, 255, 255, 0.92);
	color: #0f172a;
	cursor: pointer;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	transition: all 0.2s ease;
}

.rt-product-main-nav:hover {
	background: #fff;
	border-color: #cdd5df;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
}

.rt-product-main-prev {
	left: 0.75rem;
}

.rt-product-main-next {
	right: 0.75rem;
}

.rt-product-main-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.8rem;
	z-index: 6;
	display: flex;
	justify-content: center;
	gap: 0.45rem;
}

.rt-product-main-pagination .swiper-pagination-bullet {
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.25);
	opacity: 1;
	transition: all 0.2s ease;
}

.rt-product-main-pagination .swiper-pagination-bullet-active {
	width: 1.8rem;
	background: #d12026;
}

.rt-product-thumb-swiper {
	margin-top: 0.8rem;
	max-width: 100%;
	overflow: hidden;
}

.rt-product-slider-fallback .rt-product-thumb-swiper {
	overflow: visible;
}

.rt-product-slider-fallback .rt-product-thumb-swiper .swiper-wrapper {
	display: flex;
	gap: 0.75rem;
	overflow-x: auto;
	padding-bottom: 0.2rem;
	scrollbar-width: thin;
}

.rt-product-slider-fallback .rt-product-thumb-swiper .swiper-slide {
	flex: 0 0 88px;
	width: 88px;
}

.rt-product-thumb-media {
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 1px solid #dbe2ea;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	max-width: 100%;
}

.rt-product-thumb-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rt-product-thumb-video-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #64748b;
}

.rt-product-thumb-video-badge {
	position: absolute;
	inset: auto auto 0.4rem 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.78);
	color: #fff;
}

.rt-product-thumb-video-badge svg {
	width: 0.75rem;
	height: 0.75rem;
}

.rt-product-thumb-swiper .swiper-slide-thumb-active .rt-product-thumb-media {
	border-color: #d12026;
	box-shadow: 0 0 0 2px rgba(209, 32, 38, 0.18);
}

.rt-product-slider-fallback .rt-product-main-nav[hidden] {
	display: none;
}

.rt-product-summary {
	min-width: 0;
	width: 100%!important;
}

@media (min-width: 1024px) {
	.rt-product-summary {
		position: sticky;
		top: 6rem;
		align-self: flex-start;
	}
}

.rt-product-summary .product_title {
	color: #0f172a;
	font-size: clamp(1.085rem, 2.03vw, 1.68rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0 0 0.75rem;
}

.rt-product-summary .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.8rem;
}

.rt-product-summary .price {
	display: flex;
	align-items: baseline;
	gap: 0.45rem;
	margin: 0 0 1rem;
	font-size: clamp(1.4rem, 2.3vw, 2rem);
	font-weight: 700;
	color: #d12026;
}

.rt-product-summary .price del {
	color: #94a3b8;
	font-size: 0.82em;
}

.rt-product-summary .woocommerce-product-details__short-description {
	color: #475569;
	line-height: 1.72;
	margin-bottom: 1.35rem;
	font-size: 1rem;
}

.rt-product-summary form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1.25rem 0;

}

.rt-product-summary form.cart .quantity {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 48px;
	padding:0 0.2rem;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #fff;
	border-radius: 50px;
}

.rt-product-summary form.cart .rt-qty-btn {
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
	padding: 0;
	transition: all 0.2s ease;
	border: none;
}

.rt-product-summary form.cart .rt-qty-btn:hover {
	background: #fff;
}

.rt-product-summary form.cart .rt-qty-btn svg {
	width: 0.95rem;
	height: 0.95rem;
	stroke-width: 3;
}

.rt-product-summary form.cart .quantity .qty {
	width: 3.6rem;
	height: 48px;
	border: 0;
	border-radius: 8px;
	padding: 0;
	font-size: 1rem;
	text-align: center;
	appearance: textfield;
	-moz-appearance: textfield;
}

.rt-product-summary form.cart .quantity .qty:focus,
.rt-product-summary form.cart .quantity .qty:focus-visible {
	border: 0;
	outline: none;
	box-shadow: none;
}

.rt-product-summary form.cart .quantity .qty::-webkit-inner-spin-button,
.rt-product-summary form.cart .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.rt-product-summary form.cart .single_add_to_cart_button.button {
	background: #121212 !important;
	color: #fff !important;
	font-weight: 600;
	min-height: 48px;
	width: 220px;
	padding: 0 1.35rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	border-radius: 50px;
	will-change: transform;
	animation: rt-cart-button-jiggle-loop 3s ease-in-out infinite;
}

.rt-product-summary form.cart .single_add_to_cart_button.button:hover {
	background: #b51a20 !important;
	border-color: #b51a20 !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(181, 26, 32, 0.28);
	animation-play-state: paused;
}

.rt-product-summary form.cart .single_add_to_cart_button.button:focus-visible {
	animation-play-state: paused;
}

@keyframes rt-cart-button-jiggle-loop {
	0%,
	10%,
	100% {
		transform: translateY(0) rotate(0deg) scale(1);
	}
	2% {
		transform: translateY(0) rotate(-2deg) scale(1.02);
	}
	4% {
		transform: translateY(0) rotate(2deg) scale(1.02);
	}
	6% {
		transform: translateY(0) rotate(-1.2deg) scale(1.01);
	}
	8% {
		transform: translateY(0) rotate(1.2deg) scale(1.01);
	}
}

.rt-product-summary .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
}

.rt-product-summary table.variations {
	width: 100%;
	margin: 0 0 1rem;
	border-collapse: separate;
	border-spacing: 0 0.45rem;
}

.rt-product-summary table.variations th {
	color: #334155;
	font-weight: 600;
	text-align: left;
	padding-right: 0.75rem;
	white-space: nowrap;
}

.rt-product-summary table.variations td select {
	min-width: 220px;
	height: 44px;
	border: 1px solid #cbd5e1;
	border-radius: 9px;
	padding: 0 0.6rem;
	background: #fff;
}

.rt-product-summary .reset_variations {
	font-size: 0.86rem;
	color: #d12026;
	text-decoration: none;
}

.rt-product-summary .product_meta {
	margin-top: 1rem;
	display: grid;
	gap: 0.35rem;
	font-size: 0.92rem;
	color: #64748b;
}

.rt-product-summary .product_meta a {
	color: #0f172a;
	text-decoration: none;
}

.rt-product-summary .product_meta a:hover {
	color: #d12026;
}

.rt-product-whatsapp-order {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	width: 100%;
	margin-top: 0.95rem;
	min-height: 54px;
	padding: 0.9rem 1.35rem;
	border-radius: 14px;
	background: #279849;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	border-radius: 50px;
}

.rt-product-summary form.cart .rt-product-whatsapp-order {
	flex: 1 1 100%;
	margin-top: 1.5rem;
	min-height: 48px;
	padding: 0.8rem 1.15rem;
}

.rt-product-whatsapp-order:hover {
	background: #1fba59;
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(31, 186, 89, 0.26);
	color: #fff;
}

.rt-product-whatsapp-order-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.2rem;
	height: 1.2rem;
	flex-shrink: 0;
}

.rt-product-whatsapp-order-icon svg {
	width: 100%;
	height: 100%;
}

.rt-product-support-copy {
	margin-top: 1.15rem;
	padding-top: 1.15rem;
	border-top: 1px solid #e2e8f0;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.75;
}

.rt-product-assurance {
	display: grid;
	gap: 0.95rem;
	margin-top: 1rem;
}

.rt-product-assurance-item {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}

.rt-product-assurance-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f8fafc;
	color: #0f172a;
	flex-shrink: 0;
}

.rt-product-assurance-icon svg {
	width: 1rem;
	height: 1rem;
}

.rt-product-assurance-title {
	display: block;
	margin-bottom: 0.18rem;
	color: #0f172a;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.4;
}

.rt-product-assurance-text {
	margin: 0;
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.65;
}

.rt-product-extended {
	margin-top: 3rem;
}


.rt-product-extended .woocommerce-tabs ul.tabs,
.rt-product-extended .woocommerce-tabs ul.tabs::before,
.rt-product-extended .woocommerce-tabs ul.tabs::after {
	border: 0;
	margin: 0;
	padding: 0;
}

.rt-product-extended .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 1.25rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid #e2e8f0;
}


.rt-product-extended .woocommerce-tabs ul.tabs li,
.rt-product-extended .woocommerce-tabs ul.tabs li::before,
.rt-product-extended .woocommerce-tabs ul.tabs li::after {
	margin: 0;
	padding: 0;
}

.rt-product-extended .woocommerce-tabs ul.tabs li {
	border: 1px solid #dbe3ec;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
	overflow: hidden;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.rt-product-extended .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0.68rem 1.1rem;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	color: #334155;
	text-transform: capitalize;
}

.rt-product-extended .woocommerce-tabs ul.tabs li:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
	transform: translateY(-1px);
}

.rt-product-extended .woocommerce-tabs ul.tabs li.active {
	border-color: #d12026;
	background: #d12026;
	box-shadow: 0 10px 20px rgba(209, 32, 38, 0.2);
}

.rt-product-extended .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff;
}

.rt-product-extended .woocommerce-tabs .panel {
	padding: 1.35rem 1.4rem !important;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.rt-product-extended .woocommerce-tabs .panel > *:first-child {
	margin-top: 0;
}

.rt-product-extended .woocommerce-tabs .panel > *:last-child {
	margin-bottom: 0;
}

.rt-product-extended .woocommerce-tabs .panel p {
	color: #334155;
	line-height: 1.75;
}

.rt-product-extended .woocommerce-tabs .panel table.shop_attributes {
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
}

.rt-product-extended .woocommerce-tabs .panel table.shop_attributes th,
.rt-product-extended .woocommerce-tabs .panel table.shop_attributes td {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid #e2e8f0;
}

.rt-product-extended .woocommerce-tabs .panel table.shop_attributes tr:last-child th,
.rt-product-extended .woocommerce-tabs .panel table.shop_attributes tr:last-child td {
	border-bottom: 0;
}

.rt-product-post-summary-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.15rem;
	align-items: start;
	margin-bottom: 2rem;
}

.rt-product-post-tabs-column,
.rt-product-post-reviews-column {
	min-width: 0;
}

@media (min-width: 1024px) {
	.rt-product-post-summary-grid {
		grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr);
		gap: 1.5rem;
	}

	.rt-product-post-reviews-column {
		position: sticky;
		top: 6rem;
		align-self: start;
	}
}

.rt-product-reviews-shell {
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	overflow: hidden;
	margin-top: 4rem;
}

.rt-product-reviews-shell-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.85rem;
	padding: 1rem;
	border-bottom: 1px solid #e2e8f0;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.rt-product-reviews-shell-title {
	margin: 0;
	color: #0f172a;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.25;
}

.rt-product-reviews-shell-subtitle {
	margin: 0.2rem 0 0;
	color: #64748b;
	font-size: 0.82rem;
	line-height: 1.5;
}

.rt-product-reviews-shell-metrics {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.15rem;
}

.rt-product-reviews-average {
	color: #0f172a;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1;
}

.rt-product-reviews-stars {
	line-height: 1;
	color: #f59e0b;
}

.rt-product-reviews-stars .star-rating {
	float: none;
	margin: 0;
}

.rt-product-reviews-count {
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 600;
}

.rt-product-reviews-shell-body {
	padding: 0.95rem;
}

.rt-reviews-panel {
	display: grid;
	gap: 0.9rem;
}

.rt-reviews-title {
	margin: 0;
	font-size: 0.96rem;
	font-weight: 800;
	color: #0f172a;
}

.rt-reviews-empty,
.rt-reviews-locked,
.rt-review-login-note {
	margin: 0;
	padding: 0.85rem;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #f8fafc;
	font-size: 0.85rem;
	color: #475569;
	line-height: 1.6;
}

.rt-reviews-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.rt-reviews-list li.review {
	margin: 0;
	padding: 0.8rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
}

.rt-reviews-list li.review .comment_container {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
}

.rt-reviews-list li.review img.avatar {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 2px solid #e2e8f0;
	padding: 0;
	background: #f8fafc;
}

.rt-reviews-list li.review .comment-text {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
	width: 100%;
}

.rt-reviews-list li.review .meta {
	margin: 0 0 0.35rem;
	color: #64748b;
	font-size: 0.78rem;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
	align-items: center;
}

.rt-reviews-list li.review .woocommerce-review__author {
	color: #0f172a;
	font-weight: 700;
	font-size: 0.84rem;
}

.rt-reviews-list li.review .description p {
	margin: 0;
	color: #334155;
	font-size: 0.85rem;
	line-height: 1.65;
}

.rt-reviews-list li.review .star-rating {
	float: none;
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
}

.rt-reviews-pagination ul {
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 0.4rem;
	flex-wrap: wrap;
}

.rt-reviews-pagination li {
	margin: 0;
}

.rt-reviews-pagination a,
.rt-reviews-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.85rem;
	height: 1.85rem;
	padding: 0 0.5rem;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	color: #334155;
	background: #ffffff;
	text-decoration: none;
}

.rt-review-form-wrap {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
	padding: 0.85rem;
}

.rt-review-form-title {
	display: block;
	margin: 0 0 0.7rem;
	color: #0f172a;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4;
}

.rt-review-form-shell .comment-form {
	display: grid;
	gap: 0.65rem;
	margin: 0;
}

.rt-review-field {
	margin: 0;
	display: grid;
	gap: 0.3rem;
}

.rt-review-field label {
	color: #334155;
	font-size: 0.82rem;
	font-weight: 700;
}

.rt-review-input,
.rt-review-select,
.rt-review-textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #ffffff;
	padding: 0.56rem 0.68rem;
	font-size: 0.86rem;
	color: #0f172a;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rt-review-textarea {
	min-height: 110px;
	resize: vertical;
}

.rt-review-input:focus,
.rt-review-select:focus,
.rt-review-textarea:focus {
	border-color: #d12026;
	box-shadow: 0 0 0 3px rgba(209, 32, 38, 0.14);
	outline: none;
}

.rt-review-submit {
	border: 0;
	border-radius: 999px;
	background: #d12026;
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 700;
	height: 2.2rem;
	padding: 0 1rem;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.rt-review-submit:hover {
	transform: translateY(-1px);
	background: #b71c22;
	box-shadow: 0 8px 18px rgba(209, 32, 38, 0.28);
}

.rt-related-products-section {
	margin-top: 2.25rem;
}

.rt-related-products-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.rt-related-products-title-wrap {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.rt-related-products-title-mark {
	display: block;
	width: 4px;
	height: 1.75rem;
	border-radius: 999px;
	background: #d12026;
	flex-shrink: 0;
}

.rt-related-products-title {
	margin: 0;
	color: #0f172a;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.2;
}

.rt-related-products-actions {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.rt-related-products-view-all {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	height: 2rem;
	padding: 0 0.8rem;
	border-radius: 999px;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #334155;
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.rt-related-products-view-all svg {
	width: 0.75rem;
	height: 0.75rem;
}

.rt-related-products-view-all:hover {
	background: #d12026;
	color: #ffffff;
	border-color: #d12026;
	box-shadow: 0 8px 18px rgba(209, 32, 38, 0.2);
}

.rt-related-swiper-prev,
.rt-related-swiper-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #475569;
	cursor: pointer;
	transition: all 0.2s ease;
}

.rt-related-swiper-prev svg,
.rt-related-swiper-next svg {
	width: 0.95rem;
	height: 0.95rem;
}

.rt-related-swiper-prev:hover,
.rt-related-swiper-next:hover {
	background: #d12026;
	border-color: #d12026;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(209, 32, 38, 0.2);
}

.rt-related-products-slider-wrap .swiper-slide {
	height: auto;
}

.rt-related-swiper-prev.swiper-button-disabled,
.rt-related-swiper-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	box-shadow: none;
}

/* WooCommerce selector lock to ensure theme tab styles consistently win. */
body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs,
body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs::before,
body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs::after {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.6rem !important;
	margin-bottom: 1.25rem !important;
	padding: 1rem 0 !important;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	top: auto !important;
	z-index: auto !important;
	border: 1px solid #dbe3ec !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06) !important;
	overflow: hidden !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs li::before,
body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs li::after {
	content: none !important;
	display: none !important;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs li a {
	display: block !important;
	padding: 1rem 1.5rem !important;
	font-size: 0.9rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em !important;
	line-height: 1 !important;
	color: #334155 !important;
	text-transform: capitalize !important;
	text-decoration: none !important;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs li:hover {
	background: #f8fafc !important;
	border-color: #cbd5e1 !important;
	transform: translateY(-1px);
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs li.active {
	border-color: #d12026 !important;
	background: #d12026 !important;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff !important;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs .panel {
	margin: 0 !important;
	padding: 1.35rem 1.4rem !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
	overflow: hidden;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs .panel table.shop_attributes {
	margin: 0 !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs .panel table.shop_attributes th,
body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs .panel table.shop_attributes td {
	padding: 0.85rem 1rem !important;
	border-bottom: 1px solid #e2e8f0 !important;
}
.woocommerce .woocommerce-ordering select{
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #ffffff;
	padding: 0.56rem 0.68rem;
	font-size: 0.86rem;
	color: #0f172a;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce ul.products li.product h3 {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 0.5em;
}
.page-title{
	color: #0f172a;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}
.woocommerce .woocommerce-ordering{
	position: absolute;
	top:0;
	right:0;
}
body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs .panel table.shop_attributes tr:last-child th,
body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs .panel table.shop_attributes tr:last-child td {
	border-bottom: 0 !important;
}

.rt-product-extended .related.products,
.rt-product-extended .upsells.products {
	margin-top: 2rem;
}

.rt-product-extended .related.products > h2,
.rt-product-extended .upsells.products > h2 {
	color: #0f172a;
	font-size: 1.35rem;
	letter-spacing: -0.015em;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.rt-product-view {
		padding: 0.85rem;
		border-radius: 16px;
	}

	.rt-product-main-nav {
		width: 2.1rem;
		height: 2.1rem;
		font-size: 1.15rem;
	}

	.rt-product-main-prev {
		left: 0.45rem;
	}

	.rt-product-main-next {
		right: 0.45rem;
	}

	.rt-product-summary form.cart {
		padding: 0.85rem;
	}

	.rt-product-post-summary-grid {
		gap: 1rem;
	}

	.rt-product-reviews-shell-head {
		padding: 0.85rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.rt-product-reviews-shell-metrics {
		text-align: left;
		align-items: flex-start;
	}

	.rt-product-reviews-shell-body {
		padding: 0.8rem;
	}

	.rt-related-products-section {
		margin-top: 1.7rem;
	}

	.rt-related-products-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.7rem;
	}

	.rt-related-products-actions {
		width: 100%;
		justify-content: flex-start;
	}

	body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs {
		gap: 0.45rem !important;
		padding-bottom: 0.3rem !important;
	}

	body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs ul.tabs li a {
		padding: 0.6rem 0.9rem !important;
		font-size: 0.83rem !important;
	}

	body.single-product.woocommerce div.product .rt-product-extended .woocommerce-tabs .panel {
		padding: 1rem 0.95rem !important;
		border-radius: 12px !important;
	}

	.rt-product-summary table.variations td select {
		width: 100%;
		min-width: 100%;
	}
}




/* WooCommerce pagination */
nav.woocommerce-pagination {
  display: flex;
  flex-direction: row; 
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
	overflow:visible!important
}
nav.woocommerce-pagination ul{
  list-style:none;
  text-align:center;
  text-decoration:none;
  margin:2rem auto;
}
nav.woocommerce-pagination li span.current,nav.woocommerce-pagination li a{
width:50px;
height:50px;
line-height:50px;
display:inline-block;
}
nav.woocommerce-pagination li{
	box-shadow:0 3px 20px -0.2px rgba(0,0,0,0.1);transition:all 300ms cubic-bezier(0.250,0.100,0.250,1.000);transition-timing-function:cubic-bezier(0.250,0.100,0.250,1.000);
	color:#000;
	background:#fff;
	float:left;
}
nav.woocommerce-pagination li a{
	color:#000;
  text-decoration:none;
}
nav.woocommerce-pagination li span.current,nav.woocommerce-pagination li:hover{
	background: -webkit-linear-gradient(35deg, #fad8a6, #faa6e9);
	background:linear-gradient(35deg, #fad8a6, #faa6e9);
}
nav.woocommerce-pagination li span.current{
	color:#fff;
}
nav.woocommerce-pagination li a.next{
	width:auto!important;
	padding:0 2rem 0 0.8rem!important;
  position:relative;
}
nav.woocommerce-pagination li a.prev{
	width:auto!important;
	padding:0 0.8rem 0 2rem!important;
  position:relative;
}
nav.woocommerce-pagination .next:after,
nav.woocommerce-pagination .prev:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	display: inline-block;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 14px 14px;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 14px 14px;
}

nav.woocommerce-pagination .prev:before {
	left: .5rem;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.5 4.5L7 10l5.5 5.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.5 4.5L7 10l5.5 5.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

nav.woocommerce-pagination .next:after {
	right: .5rem;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 4.5L13 10l-5.5 5.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 4.5L13 10l-5.5 5.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}