@media (max-width: 844px) {

	.wp-block-navigation__container{
    display: none;		
	}
		

	.wp-block-group {
    padding-left: 0px !important;
		padding-right: 0px !important;
	}

	#pop-class-header-note{
		display: none;
	}
	
	#pop-class-header {
		text-align: left !important;
		height: 35px;	
	}
	
	#button {

		font-size: 25px;
		font-weight: 300;
		padding-left: 0px !important;
		padding-right: 0px !important;
		cursor: pointer;
		right: 0%;
		transform: translate(0%, -50%);
	
	}
	
}


/* FOOTER LINKS */
/*#footer-links{
	display:none !important;
}*/

.hidden{
display : none;
}

#button {

  font-size: 25px;
  font-weight: 300;
	padding-left: 32%;
	padding-right: 1%;
	cursor: pointer;
  right: 0%;
  transform: translate(0%, -50%);
	
}

#pop-class-header {
	text-align: right;
	height: 35px;	
}

#pop-class-header-link{
	text-decoration: none;
}

#pop-class-header-link:hover{
	text-decoration: underline;
	color: white !important;
}

a:hover {
  color: #dba521 /*#e7131a*/ !important;
}

.wc-block-mini-cart__icon{
	cursor: pointer;
}

.wc-block-mini-cart__icon:hover {
	color: #dba521 !important;
}



	
/* BUTTONS */
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%;
}
.wp-block-button.wp-block-button__width-50 .wp-block-button__link {
    width: 50%;
}
.wp-block-button.has-custom-width .wp-block-button__link {
    box-sizing: border-box;
}
.wp-block-button .wp-block-button__link {
    background-color: #000000; /*var(--wp--preset--color--vivid-red);*/
    border-radius: 0px;
    color: var(--wp--preset--color--contrast);
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.wp-element-button, .wp-block-button__link {
    background-color: /*#e7131a*/#000000 !important;
    border-radius: 4px !important;
    border-color: #dba521 /*var(--wp--preset--color--primary);*/
    border-width: 2px;
    border-style: solid;
    color: #dba521 !important;
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: inherit;
    padding-top: min(1.125rem, 3vw) !important;
    padding-right: min(2.125rem, 5vw) !important;
    padding-bottom: min(1.125rem, 3vw) !important;
    padding-left: min(2.125rem, 5vw) !important;
    text-decoration: none;
    text-transform: uppercase;
}
.wp-element-button {
    cursor: pointer;
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
}
:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.wp-element-button:hover, .wp-block-button__link:hover {
    background-color: #dba521 /*var(--wp--preset--color--contrast)*/ !important;
    border-color: #000000 /*var(--wp--preset--color--contrast) #e7131a*/ !important;
    color: /*var(--wp--preset--color--tertiary)*/ #000000 /*#e7131a*/ !important;
}

/* BUTTONS */

/* MY ACCOUNT */

.wp-block-post-content a:where(:not(.wp-element-button)) {
    color: #000000;
}

/* MY ACCOUNT */

#clases-call-to-action-buttons{
	 display: none !important;
}

#lupe-valerio-curso-link, #nuestro-metodo-curso-link{
	color: white !important;
}

#lupe-valerio-curso-link:hover, #nuestro-metodo-curso-link:hover{
	color: #dba521 !important;
}

#conoce-nuestro-metodo{
	display: none !important;
}

.customize-unpreviewable{
	display:none !important;
}


.wp-image-expand{
    transition:transform 0.25s ease;
}

.wp-image-expand:hover {
    /*-webkit-transform:scale(1.5);
    transform:scale(1.5);*/
	  cursor: zoom-in;
	    	padding-left: 17%;
	padding-right: 0%;
	  scale: 1.5;

}

.wp-image-expand-small{
    transition:transform 0.25s ease;
}

.wp-image-expand-small:hover {
    /*-webkit-transform:scale(1.5);
    transform:scale(1.5);*/
	  cursor: zoom-in;
	    	padding-left: 17%;
	padding-right: 0%;
	  scale: 2;
}



.footer-img-desktop {
	background-image: url('https://alnostro.com/wp-content/uploads/2025/08/alnostro-header.jpg');
    background-size: cover; /* Adjusts the image to fully cover the header */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    display: block;
 max-width: 100%; /* Ensures the image doesn?t overflow */
    height: auto;    /* Maintains the aspect ratio */
}

iframe[src*="videopress.com"] {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  display: block !important;
  max-width: 100%;
  min-height: 200px;
}



/* Narrow the overall search bar container */
.search-bar {
  max-width: 250px; /* Adjust to your desired width */
  width: 100%;
}

/* Ensure the search input is slim */
.search-bar input[type="search"] {
  flex: 1 1 auto;
  padding: 8px 8px;
  border-radius: 4px 0 0 4px;
}

/* Style the button: narrow and centered icon */
.search-bar button {
  width: 36px;         /* Fixed width for a compact look */
  padding: 0;          
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Container: limit width and height */
.search-bar {
  max-width: 250px;
  width: 100%;
  height: 47px; /* Reduced height */
  display: flex;
}

/* Input: match height, style text */
.search-bar input[type="search"] {
  height: 100%;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Button: square and centered icon */
.search-bar button {
  width: 32px;          /* Matches height for a square button */
  height: 100%;
  padding: 0;
  border-radius: 0 4px 4px 0;
  border: 1px solid #ccc;
  border-left: none;
  background-color: #dba521;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Button hover */
.search-bar button:hover {
  background-color: #c7941c;
}

/* Icon inside button */
.search-bar button svg {
  width: 16px;
  height: 16px;
}


.custom-badge.free-shipping {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #28a745; /* Green, or change to your brand gold */
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 2px 5px   rgba(0,0,0,0.2);
}

.custom-badge.free-shipping {
    background-color: #dba521; /* Your gold color */
    color: #000;
}