.default-style img {
	inline-size: 100%;
}

.aspect-ratio--5-3 {
	aspect-ratio: 5 / 3;
	overflow: hidden;
}

.radius--15 {
	border-radius: 1.5rem;
}

.map-details .title {
	border-block-end: 0.1rem solid #D9D9D9;
}

.map-details .info__icon {
  inline-size: 2.5rem;
  block-size: 2.5rem;
}

.border-right-1--929D9D{
	border-right: 1px solid #929D9D;
}

.section-contact-us .img-custom{
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 56rem;
}

.section-text-content .section-title span{
	font-size: 7.6rem
}

.section-text-content .default-style a:hover{
	color: #F04F23;
}

.wps_sfw_account_show_subscription a{
	text-decoration: underline
}

#calc_shipping_country_field .select2-container{
	text-align: left;
}

button[name="calc_shipping"]{
	background-color: #F04F23 !important;
    color: white !important;
}

.section-cart .checkout-button{
	width: 50%;
    padding: 1.6rem 2.8rem !important;
    font-size: 1.8rem !important;
}
#wc-stripe-express-checkout-element>div{
	border-radius: 3.6rem !important;
	overflow: hidden;
}

.single_add_to_cart_button .icon{
	display: none;
}

.section-pro-detail .pro_info .description.default-style ul{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.bapf_tag_cloud ul li{
	margin: 0 !important;
}
.section-archive-product .group_filter .berocket_single_filter_widget .bapf_body ul li label{
	padding: 0 !important
}

.footer .newsletter-form input[type=email]{
	padding-left: 0 !important;
}

.footer .newsletter-form input[type=email]::placeholder{
	color: #FFFFFF;
	opacity: .5;
}

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: unset
    }
}

@media (max-width: 991px) {
	.section-my-account .woocommerce-MyAccount-navigation ul{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.section-my-account .woocommerce-PaymentMethod--actions::before{
		display: none;
	}
	.section-archive-product .count_sort{
		margin-top: -5rem;
	}
	.section-archive-product .group_filter{
		padding-top: 8rem;
	}
}

@media (max-width: 576px) {
	.stories-wrapper .story-box .content-right{
		max-width: unset !important;
	}
}

body{
	position: relative;
}

.go-to-top{
	position: absolute;
	bottom: 16rem;
	right: 6rem;
	z-index: 1000;
}

/* HEADER SLIDE DOWN ANIMATION */
.header.slide-down {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	background: url(../icons/bg-body.jpg) no-repeat center/cover;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.3s ease-in-out;
}
.header.slide-down.header--home{
	background: url('https://pm11.corsivalab.xyz/nestlingnotes.mapp/wp-content/uploads/2026/01/bg-footer-scaled-1.jpg') no-repeat center / cover;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

/* FIX CSS */
.woocommerce-shipping-totals .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 1.5rem 2rem !important;
}

.journal-content p span{
	font-size: 2.4rem !important;
}

.section-text-content .content-body a{
	color: #F04F23;
}

.section-cart .quantity{
	border: 2px solid #2E2623;
}

.woocommerce .section-cart .quantity .qty{
	border: 0px !important;
    padding: 0 !important;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.woocommerce-page.woocommerce .section-pro-detail form.cart .single_add_to_cart_button{
	width: fit-content !important;
	padding: 1.6rem 2.8rem !important;
}

.pro_info .description h2{
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.section-my-account .wps_sfw_order_details,
.section-my-account .wps_sfw_details{
	border: unset !important;
}

.header--home .header__logo img:nth-child(2),
.header--home .header__right .icon-my-account svg:nth-child(2),
.header--home .header__right .cart-icon svg:nth-child(3){
	display: none;
}

.header--home .header__toggle .header__toggle-line.bg--white{
	background-color: white !important;
}


@media (min-width: 992px) {
	.section-get-in-touch .border--custom::before{
		content: '';
		position: absolute;
		top: 0;
		right: 1.6rem;
		width: 1px;
		height: 100%;
		background: #929D9D;
	}
}

@media (max-width: 991px) {
    .woocommerce-page.woocommerce-cart .section-cart .woocommerce-cart-form table tbody .cart_item .product-quantity .quantity {
        margin-left: auto !important;
    }
}

@media (max-width: 576px) {
	.woocommerce-customer-details .woocommerce-column--1{
		margin-bottom: 2em;
	}
	.button.bg--orange:hover{
		background-color: #F04F23 !important;
		color: white !important;
		opacity: 0.8 !important;
	}
}


.section-journal-content .nav-item svg{
	width: 2.4rem;
}
.woocommerce-product-details__short-description span{
	line-height: 1.2;
}

.gift-cards-list button.ywgc-predefined-amount-button {
    background: transparent;
    color: black;
    padding: 1rem 1.6rem;
    border-radius: 5px;
	margin-bottom: 0;
	margin-top: 1rem;
}

.gift-cards-list button.ywgc-predefined-amount-button:hover,
.gift-cards-list button.ywgc-predefined-amount-button.selected_button{
    background: #f04f24;
    color: white;
    border-color: #f04f24;
}

.gift_card_template_button{
	display: flex;
	align-items: center;
	gap: 2rem;
}

.woocommerce .gift_card_template_button .quantity {
    border: 2px solid #2E2623;
}
.woocommerce .gift_card_template_button .quantity .qty {
    border: 0px !important;
    padding: 0 !important;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
}