/* ------------------------------------------------------------- */
/* ROOT */
/* ------------------------------------------------------------- */

:root {
--gc_cols: 3;
--gc_row_gap: 5rem;
--gc_row_gap: clamp(5rem, 3.8312rem + 3.2468vw, 10rem);
}

/* ------------------------------------------------------------- */
/* GIFT CARD */
/* ------------------------------------------------------------- */

section.list_gift_card {}
section.list_gift_card ul {
display: grid;
grid-template-columns: repeat(var(--gc_cols), 1fr);
row-gap: var(--gc_row_gap);
column-gap: var(--main_gap);
justify-items: stretch;
align-items: start;
}
section.list_gift_card ul { margin-top: 0; }
section.list_gift_card ul li {
position: static;
font-size: 1rem;
margin-top: 0;
padding-left: 0;
line-height: normal;
}
section.list_gift_card ul li:first-child { margin-top: 0; }
section.list_gift_card ul li::before {
content: "";
display: none;
}

/* FIGURE */
section.list_gift_card figure {
display: block;
width: 100%;
height: auto;
margin: 0;
}
section.list_gift_card figure img {
display: block;
width: 100%;
height: auto;
margin: 0;
}

/* TEXT */
section.list_gift_card .text {
width: 100%;
padding: 0 3rem 0 0;
text-align: left;
}
section.list_gift_card .text span.cat {
display: block;
font-size: 1.4rem;
font-size: clamp(1.4rem, 1.3299rem + 0.1948vw, 1.7rem);
font-weight: 500;
margin: 0;
margin-top: 2rem;
line-height: 1.5;
letter-spacing: 0.1em;
text-transform: uppercase;
}
section.list_gift_card .text h2 {
font-family: "Playfair Display", serif;
font-size: 2.4rem;
font-size: clamp(2.4rem, 2.2130rem + 0.5195vw, 3.2rem);
font-weight: 500;
margin-top: 1rem;
line-height: 1.2;
}
section.list_gift_card .text span.price {
display: block;
font-size: 1.8rem;
font-size: clamp(1.8rem, 1.7532rem + 0.1299vw, 2rem);
font-weight: 500;
margin: 0;
margin-top: 2rem;
line-height: 1.2;
}
section.list_gift_card .text span.btn_arrow {
margin-top: 3rem;
}

/* ------------------------------------------------------------- */
/* RESPONSIVE */
/* ------------------------------------------------------------- */

@media (hover: none) and (pointer: coarse) {
	
}

@media screen and (orientation: landscape) {
    
}

@media screen and (orientation: portrait) {
  
}

@media only screen and (max-width: 1699px) {
	
}

@media only screen and (max-width: 1599px) {
	
	
}

@media only screen and (max-width: 1439px) {
    
	
}

@media only screen and (max-width: 1365px) {
    
}

@media only screen and (max-width: 1279px) {
    
    /* ROOT */
    :root { --gc_cols: 2; }	
	
}

@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 1111px) {
		
	
}

@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 1023px) {
	
}

@media only screen and (max-width: 833px) {
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 735px) {
	
}

@media only screen and (max-width: 666px) {
    
	
}
	

@media only screen and (max-width: 599px) {
    
    /* ROOT */
    :root { --gc_cols: 1; }
    
    /* TEXT */
    section.list_gift_card .text { padding: 0; }
	
}

@media only screen and (max-width: 567px) {
    
	
}

@media only screen and (max-width: 479px) {
	
}

@media only screen and (max-width: 413px) {
		
	
}

@media only screen and (max-width: 374px) {
	
	
}


@media only screen and (max-width: 359px) {
	
}