/*
Theme Name: Twenty Twenty-Five
Template: twentytwentyfive
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
body{
	overflow-x: hidden !important; 
    margin: 0 !important;
}

a {
	text-decoration: none !important;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

.overflow-hidden{
	overflow: hidden;
}

.hidden{
	display: none !important;
}
.pointer{
	cursor: pointer;
}
.relative{
	position: relative;
}
.z-10{
  z-index: 10;
  position: relative;
}
.text-justify{
  text-align: justify;
}


.image-zoom-hover .wp-block-image, .image-zoom-hover .wp-block-cover, .image-zoom-hover .wp-block-post-featured-image{
  border-radius: 20px;
  overflow: hidden;
}
.image-zoom-hover img{
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.image-zoom-hover .wp-block-image:hover img, .image-zoom-hover .wp-block-cover:hover img, .image-zoom-hover .wp-block-post-featured-image:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* Must have banner */
.next-previous-buttons{
	/* justify-content: space-between; */
	/* width: calc(100% - 20px); */
	/* max-width: 100%; */
	/* top: var(--wp--preset--spacing--40);
	right: var(--wp--preset--spacing--40); */
	gap: 20px;
}
.next-previous-buttons div{
	transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}
.next-previous-buttons div:hover{
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
}
.right-faded{
	transition: opacity 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
	-webkit-transition: opacity 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
	opacity: 0;
}
.left-faded{
	transition: opacity 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
	-webkit-transition: opacity 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
	opacity: 0;
}
.in-now{
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}

/* animated while first-time page scroll and in viewport */
.animate {
	opacity: 0;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transition: opacity 0.2s ease-in, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
	-webkit-transition: opacity 0.2s ease-in, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.animate.in-view {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

/* Hide the actual text inside the button */
.single_add_to_cart_button:not(.wpcbn-btn), .add_to_cart_button {
		font-size: 0 !important;
}
/* Create new text to show instead */
.single_add_to_cart_button:not(.wpcbn-btn):before , .add_to_cart_button::before {
		content: "Add to cart" !important;
		font-size: 16px !important; /* Adjust to your original font size */
		display: block;
}
/* Hide any "1" or "View Cart" that appears after the click */
.added_to_cart, .cart-quantity-count {
		display: none !important;
}

.wll-footer-container, .pp-tracking-form__container > div:last-child{
	display: none !important;
}
.wlr-message-info.wlr_point_redeem_message a{
	color: #C51718;
}
main{
	overflow: hidden;
}
.slider {
	animation: slidein 10s linear infinite;
	white-space: nowrap;
	width: auto;
}
.slider .items{
	width: 100%;
	display: inline-block;
	margin: 0px;
}
@media (max-width: 999px) {
	.slider{
		max-width: 1000px;
		min-width: 1000px;
		width: 1000px;
	}
	.slider .items{
		min-width: 1000px;
	}
}
.slider .items .item{
	display: inline-block;
	width: calc(100vw / 5);
	height: 150px;
	min-width: 200px;
	justify-items: center;
	align-items: center;
	align-self: stretch;
	/* animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards; */
}
@keyframes slidein{
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d( -100%, 0, 0);
	}
}
@keyframes fade-in{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.car-container{
	height: 67px;
}
.car {
    position: absolute;
    /* Starts the car just off-screen to the left */
    left: -100px;
    top: 0;
    width: 100px; /* Adjust width as needed */
    animation: drive 10s linear infinite; /* Applies the animation */
}
@media (max-width: 1000px){
	.car{
		animation-duration: 5s;
	}
}
@keyframes drive {
    0% {
        /* Start position (off-screen left) */
        left: -100px;
    }
    100% {
        /* End position (off-screen right) */
        left: 100vw;
    }
}

.wc-block-components-quantity-selector, .wp-block-woocommerce-product-button button{
  border-radius: 10px !important;
  border: 2px solid #323232 !important;
  color: #C51718 !important;
  outline: none;
}
.wp-block-woocommerce-product-button button:hover, .wp-block-woocommerce-product-button a:hover{
  background-color: #323232 !important;
  color: #FFF !important;
}
del{
  color: #AEAEAE !important;
}

.alertify.ajs-movable.ajs-closable.ajs-pinnable.ajs-pulse{
	display: none !important;
}

/* carousel */
.custom-product-carousel .is-product-collection-layout-carousel.wc-block-product-template {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-inline-start: 0px;
    -webkit-overflow-scrolling: touch;
    gap: 20px; /* Space between products */
    padding: 0 0 20px 0 !important;
}
.custom-product-carousel .is-product-collection-layout-carousel .wc-block-grid__products::-webkit-scrollbar {
    display: none;
}
.custom-product-carousel .is-product-collection-layout-carousel .wc-block-product {
    flex: 0 0 100% !important; 
    max-width: 100% !important;
    list-style: none;
    margin: 0 !important;
}
.custom-product-carousel .is-product-collection-layout-carousel .wc-block-product {
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
}
@media (min-width: 645px){
/* Products: Force 2-column width (approx 50% minus gap) */
.custom-product-carousel .is-product-collection-layout-carousel .wc-block-product {
    flex: 0 0 calc(50% - 10px) !important; 
    max-width: calc(50% - 10px) !important;
    list-style: none;
    margin: 0 !important;
}
.custom-product-carousel .is-product-collection-layout-carousel .wc-block-product:nth-child(odd) {
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
}
.custom-product-carousel .is-product-collection-layout-carousel .wc-block-product:nth-child(even) {
    scroll-snap-align: start !important;
    scroll-snap-stop: unset !important;
}
}