/*
Theme Name: Fresita
Description: Swordfish custom design for Fresita
Version: 1.0
Tags: 
Author: Gerard Edmund
*/
body{
	margin:0;
	padding:0;
    background:#F5F7EF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-xl{
	font-size:100px!important;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}


/* = Lists
-------------------------------------------------------------- */
.list-sp-lg li{
	padding-bottom:20px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

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

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins";
}
.container{
	max-width:1720px;
}
.category-title{
	font-size:16px;
}
.bold-text{
	font-weight:bold;
}
.store-card{
	padding:40px 40px 40px 40px;
	background-color:var(--swatch-var-5091);
	border-radius:30px 30px 30px 30px;
	box-shadow:2.27px 4.46px 5px rgba(0,0,0,0.24);
	position:relative;
	background:linear-gradient(296deg, var(--swatch-var-5091)  0%, var(--swatch-var-7265) 100%);
}
.fill-width-container{
	width:100%;
}
.sm-product-title{
	font-size:20px;
}
.lg-sub-title{
	font-size:18px;
	min-height:50px;
	margin-top:10px;
}
.sm-card{
	max-width:300px;
	padding:30px 30px 30px 30px;
}
.primary-text{
	background:linear-gradient(308deg, var(--swatch-var-5091) 0%, var(--swatch-var-2101) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.arrow-btn{
	background-color:var(--swatch-var-2101);
	border-radius:50px 50px 50px 50px;
	padding:2px 2px 2px 2px;
	position:absolute;
	right:0px;
	top:10px;
}
.sm-arrow-btn{
	width:30px;
}
.card-content{
	position:relative;
}
.primary-gradient-bg{
	background:linear-gradient(307deg, var(--swatch-var-5091) 0%, var(--swatch-var-2101)  73%);
}

.secondary-gradient-bg{
	background:linear-gradient(133deg, #B7BD8D 0%, #E3D5CA  73%);
}
.category-icon{
	padding:20px 20px 20px 20px;
	border-radius:20px 20px 20px 20px;
	min-width:80px;
}
.buy-btn{
	padding-right:20px;
	padding-left:20px;
	color:var(--swatch-var-2175)!important;
}
.primary-icon{
	fill:var(--swatch-var-2101);
}
.large-icon{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.xs-card{
	max-width:200px;
	padding:20px 20px 20px 20px;
}
.row-offset{
	padding-left:8.33333333%;
	padding-right:8.33333333%;
}
.sm-text{
	font-size:12px;
}
.footer-link{
	font-size:14px;
	text-decoration:none;
}
.active-page-link{
	color:var(--swatch-var-2175)!important;
}
.xs-product-title{
	font-size:16px;
}
.box-card{
	width:100%;
}
.fill-card{
	width:100%;
}
.service-grid{
	width:100%;
}
.outline-card{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6874)!important;
	box-shadow:0.00px -0.00px 0px transparent;
}
.color-dot{
	width:24px;
	border-radius:30px 30px 30px 30px;
	display:inline-block;
	color:transparent!important;
	border: solid 1px black;
	height:24px;
}
.colour-option-grid{
	row-gap:8px;
	column-gap:8px;
	grid-template-columns:1fr 1fr;
}
.white-dot{
	background-color:transparent;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:rgba(0,0,0,0.20)!important;
}
.silver-dot{
	background-color:#D2D3D4;
}
.blue-dot{
	background-color:#004DBA;
}
.primary-outline{
	border-color:var(--swatch-var-2101)!important;
	border-style:solid;
	border-width:2px 2px 2px 2px!important;
}
.model-option{
	border-width:1px 1px 1px 1px;
	border-color:rgba(0,0,0,0.10);
	border-style:solid;
	padding:20px 20px 20px 20px;
	border-radius:40px 40px 40px 40px;
	width:100%;
}
.red-dot{
	background-color:#EC0525;
}
.green-dot{
	background-color:#1C705F;
}
.price-right{
	float:right;
}
.token{
	color:var(--swatch-var-2175)!important;
	font-size:12px;
	border-radius:20px 20px 20px 20px;
	padding:3px 10px 3px 10px;
	background-color:var(--swatch-var-7691);
}
.uppercase-text{
	text-transform:uppercase;
}
.navbar-brand img{
	height:50px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Montserrat";
}
.logo-style{
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
}
.socialbar{
	display:inline-flex!important;
	flex-direction:row!important;
	justify-content:space-around!important;
	color:var(--swatch-var-2101)!important;
	padding-right:10px!important;
	padding-left:0px!important;
	align-content:center!important;
	flex-wrap:nowrap!important;
	align-items:center!important;
}
.socialbar a,.socialfooter a{
	text-decoration: none;
	color:var(--swatch-var-2101)!important;
}
.socialbar a span{
	text-decoration: none;
	color:var(--swatch-var-2101)!important;
}
.socialfooter a span{
	text-decoration: none;
	color:white!important;
}
.socialfooter{
	padding-top:10px;
	padding-bottom:10px;
}

.socialbar a:hover,.socialfooter a:hover{
	text-decoration: none;
	color:var(--swatch-var-7691)!important;
}
.socialbar a:hover span,.socialfooter a:hover span{
	text-decoration: none;
	color:var(--swatch-var-7691)!important;
}





.avisos{
	background-color:#A8884D;
	color:#FFFFFF!important;
	padding:10px 10px 10px 10px;
	height:40px;
}
.aviso{
	font-weight:bold;
	font-size:14px;
}
.carrous{
	height:600px;
}
.img-style{
	height:600px;
}
.carousel-caption{
	width:500px;
	height:400px!important;
	margin:0px 0px 0px 0px!important;
	left:auto!important;
	right:20px;
	bottom:100px;
	top:100px;
	text-align:right;
}
.carrouseltitle{
	color:var(--swatch-var-2101)!important;
	font-family:"Fahkwang";
	font-weight:700;
	font-size:60px;
}
.carrouseltext{
	color:var(--swatch-var-6533)!important;
}
.pinkbuton{
	color:var(--swatch-var-2175)!important;
	background-color:var(--swatch-var-5524);
}
.pinkbuton:hover{
	background-color:var(--swatch-var-5091);
}
.img-header-style{
	height:245px;
}
.homegrid{
	grid-template-columns:2;
	grid-template-rows:2;
	column-gap:10px;
	row-gap:10px;
	justify-items:center;
	align-items:center;
}
.container-div-style{
	width:1.01%;
}
.gridl{
	grid-row-start:span 2;
}

.h5-style{
	font-size:20px;
}
.h3-style{
	font-size:30px;
}
.img-5-style{
	height:300px;
}
.storecard-picture{
	height:300px;
	width:225px;
}
.pinkbuton-card{
	color:var(--swatch-var-2175)!important;
	background-color:var(--swatch-var-5524);
}
.pinkbuton-card:hover{
	background-color:var(--swatch-var-2101);
}
.white{
	color:var(--swatch-var-2175)!important;
}
.h1-style{
	font-family:"Fahkwang";
}
.whitelog{
	color:var(--swatch-var-2175)!important;
}
.socialfooter{
	display:flex;
	flex-direction:row!important;
	align-items:center!important;
	justify-content:space-around!important;
	align-content:center!important;
}
.h6-style{
	font-size:20px;
}
.menu-icon-navigation-stroke{
	stroke:var(--swatch-var-2101)!important;
	fill:var(--swatch-var-2101)!important;
}
.menu-icon-0-navigation-stroke{
	stroke:var(--swatch-var-5524)!important;
	fill:var(--swatch-var-5524)!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-6533:rgba(29,29,31,1.00);
	
	--swatch-var-2175:rgba(255,255,255,1.00);
	
	--swatch-var-2101:rgba(168,136,77,1.00);
	
	--swatch-var-5091:rgba(251,201,197,1.00);
	
	--swatch-var-7691:rgba(0,0,0,0.40);
	
	--swatch-var-5700:rgba(0,0,0,0.03);
	
	--swatch-var-6874:rgba(0,0,0,0.08);
	
	--swatch-var-654:rgba(255,255,255,0.50);
	
	--swatch-var-5524:rgba(206,117,131,1.00);
	
	--swatch-var-7265:rgba(223,134,143,1.00);
	
}


/* Background colour styles */

.bgc-2175{
	background-color:var(--swatch-var-2175);
}
.bgc-5700{
	background-color:var(--swatch-var-5700);
}
.bgc-5524{
	background-color:var(--swatch-var-5524);
}

/* Text colour styles */

.tc-6533{
	color:var(--swatch-var-6533)!important;
}
.tc-2175{
	color:var(--swatch-var-2175)!important;
}
.tc-654{
	color:var(--swatch-var-654)!important;
}

/* Button colour styles */

.btn-c-2101{
	background:var(--swatch-var-2101);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2101:hover{
	background:#75551A!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-6533{
	color:var(--swatch-var-6533)!important;
}
.ltc-6533:hover{
	color:#000000!important;
}
.ltc-2175{
	color:var(--swatch-var-2175)!important;
}
.ltc-2175:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-2175{
	color:var(--swatch-var-2175)!important;
	border-color:var(--swatch-var-2175)!important;
}


/* = Additional CSS
-------------------------------------------------------------- */
.headerlinks li a{
color: #A8884D !important;
}
.headerlinks li a:hover{
color: #1D1D1F !important;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.sm-product-title{
	}
	.fill-card{
	}
	.colour-option-grid{
		grid-template-columns:1fr 1fr 1fr;
	}
	.aviso{
		font-size:12px;
	}
	.socialbar{
		justify-content:space-around;
		padding-left:200px;
		padding-right:10px;
	}
	.menu-icon-navigation-stroke{
		stroke:var(--swatch-var-2101)!important;
		fill:var(--swatch-var-2101)!important;
	}
	.menu-icon-0-navigation-stroke{
		stroke:var(--swatch-var-5524)!important;
		fill:var(--swatch-var-5524)!important;
	}
	.fullw{
		width:100%;
	}
	.hmen{
		margin-top:-50px;
	}
	.img-style{
		background-size:length;
	}
	.carrous{
		height:426px;
	}
	.carousel-caption{
		width:270px;
		height:200px!important;
		right:10px;
		top:10px;
		bottom:10px;
	}
	.carrouseltitle{
		font-size:30px;
	}
	.carrouseltext{
		font-size:14px;
	}
	.p-style{
		font-size:12px;
	}
	
}

@media (max-width: 767px){
	.menu-icon-stroke{
		stroke:var(--swatch-var-2175)!important;
		fill:var(--swatch-var-2175)!important;
	}
	.fill-card{
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-2101)!important;
		fill:var(--swatch-var-2101)!important;
	}
	.menu-icon-0-navigation-stroke{
		stroke:var(--swatch-var-5524)!important;
		fill:var(--swatch-var-5524)!important;
	}
	.carousel-caption{
		width:200px;
	}
	.h1-bloc-1-style{
		font-size:20px;
	}
	.carrous{
		height:320px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.service-grid{
		grid-template-columns:1fr;
	}
	.row-offset{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2175)!important;
		fill:var(--swatch-var-2175)!important;
	}
	.store-card{
		padding:25px 25px 25px 25px;
		max-width:95%;
	}
	.xs-card{
		padding:15px 15px 15px 15px;
	}
	.sm-card{
		padding:20px 20px 20px 20px;
		max-width:95%;
	}
	.lg-sub-title{
		font-size:22px;
	}
	.buy-btn{
		width:100%;
	}
	.fill-card{
		max-width:100%;
	}
	.box-card{
		min-height:160px;
	}
	.sm-text{
	}
	.sub-footer-text{
		font-size:12px;
	}
	.colour-option-grid{
		grid-template-columns:1fr;
	}
	.model-option{
		padding:10px 10px 10px 10px;
	}
	.color-dot{
	}
	.menu-icon-35681-stroke{
		stroke:var(--swatch-var-5524)!important;
		fill:var(--swatch-var-5524)!important;
	}
	.logo-style{
		height:30px;
	}
	.carousel-caption{
		height:350px!important;
		width:100%;
		top:180px;
	}
	.h1-bloc-1-style{
		font-size:14px;
	}
	.p-style{
		font-size:10px;
	}
	.carrous{
		height:400px;
	}
	
}


.carousel-control-next, .carousel-control-prev {
    height: 100px;
    top: auto !important;
}


.fresita-slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.fresita-slider .slide {
    display: none;
    animation: fade 1s ease-in-out;
}

.fresita-slider .slide.active {
    display: block;
}

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


.cardcontainer {
  border-radius:50px 50px 50px 50px;
  width: 300px;
  height: 300px;
  background:linear-gradient(296deg, var(--swatch-var-5091)  0%, var(--swatch-var-7265) 100%);
	background-color:var(--swatch-var-5091);
  background-size: cover;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  margin: 8px;
}

.cardoverlay {
  border-radius:50px 50px 50px 50px;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.7);
  color:var(--swatch-var-2175)!important;
  opacity: 0;
  transition: all 0.5s;
}

.carditems {
  padding: 20px;
}

.cardhead {
  font-size: 20px;
  line-height: 25px;
  transform: translateY(40px);
  transition: all 0.7s;
}
.cardhead hr {
  display: block;
  width: 0;
  border: none;
  border-bottom: solid 2px #FEF5DF;
  bottom: 0;
  transition: all 0.5s;
}

.carddescription {
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s;
}

.cardcontainer:hover .cardoverlay {
  opacity: 1;
}
.cardcontainer:hover .cardoverlay .cardhead {
  transform: translateY(0px);
}
.cardcontainer:hover .cardoverlay hr {
  width: 100%;
  transition-delay: 0.4s;
}
.cardcontainer:hover .cardoverlay .carddescription {
  transform: translateY(0px);
  transition-delay: 0.3s;
  opacity: 1;
}


.store-card {
	margin:10px;
  position: relative;
  transition: transform 0.3s ease;
}
.store-card:hover {
  transform: translateY(-5px);
}

/* Etiqueta “Nuevo” */
.etiqueta-nuevo {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--swatch-var-2101);
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 20px;
  font-family: 'Fahkwang';
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-menu a {
  text-decoration: none;
  color: var(--fresita-color);
  font-weight: 500;
}

.menu-search-trigger {
  position: relative;
  margin-right: 1rem;
}

.search-toggle {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: var(--swatch-var-2101);
  cursor: pointer;
}

.search-form {
  display: none;
  position: absolute;
  top: -25%;
  left: 100%;
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 1000;
  white-space: nowrap;
}

.search-form .search-field {
  border: none;
  outline: none;
  padding: 4px 10px;
  width: 160px;
}

.search-form .submit-btn {
  background: none;
  border: none;
  color: var(--swatch-var-2101);
  margin-left: 8px;
  cursor: pointer;
}
.cart-icon-link {
  position: relative;
  }

.cart-count {
  position: absolute;
  top: -10px;
  right: -20px;
  background: var(--swatch-var-5091);
  color: #ffffff !important;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: bold;
}


.fresamask {
      -webkit-mask-image: url('img/fresa-bg-w.svg'); /* For WebKit browsers */
      mask-image: url('img/fresa-bg-w.svg');
      -webkit-mask-mode: alpha; /* Or luminance, depending on your mask-type */
      mask-mode: alpha;
mask-repeat: no-repeat;
mask-size: cover;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 20px;
    border-radius: 8px;
   	background:linear-gradient(307deg, var(--swatch-var-5091) 0%, var(--swatch-var-2101)  73%);
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s ease;
	text-decoration: none;
	box-shadow:2.27px 4.46px 5px rgba(0,0,0,0.24);
	
	
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #fff;
    color: #CE7583;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.woocommerce-MyAccount-content{
	color: #FFFFFF;
	padding:40px 40px 40px 40px;
	background-color:var(--swatch-var-5091);
	border-radius:30px 30px 30px 30px;
	box-shadow:2.27px 4.46px 5px rgba(0,0,0,0.24);
	position:relative;
	background:linear-gradient(296deg, var(--swatch-var-5091)  0%, var(--swatch-var-7265) 100%);
}

.woocommerce-MyAccount-content a{
	color: #FFFFFF !important;
}

.woocommerce-MyAccount-content a:hover{
	text-decoration:none;
}

.fresita-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fresita-main-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.fresita-thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.fresita-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.fresita-thumb:hover {
  border-color: #ff69b4; /* rosa fresita */
}

.model-option {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.10);
  border-style: solid;
  padding: 20px;
  border-radius: 40px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
	margin-bottom: 10px;
}

.model-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.model-option:hover {
  background-color: #f5f5f5;
}

.model-option.selected {
  background-color: #e91e63;
  color: #fff;
  font-weight: bold;
}

.fresita-video-thumb {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}

.fresita-video-thumb::after {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 0.4rem 0.6rem;
}

