Marianne

/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */

/*

GWD Simple CSS Reset, v2.0

by Eric Girouard, 2014-2021

Originally based on http://meyerweb.com/eric/tools/css/reset/ (version 2)


Use this CSS Reset if using Normalize's (or Modern CSS Reset's) "opinionated defaults" requires you to write too many overrides (such as: p {margin: 0; padding: 0;} ).


By default elements are made position: relative; to make positioning of absolutely positioned elements simpler.


*/


html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

main, menu, nav, output, ruby, section, summary,

time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, main, menu, nav, section {
display: block;
}


body {
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}


*,

*::before,

*::after {
box-sizing: border-box;
}

/* "border-box" calculates the width and height of an HTML element including the padding and the border. Opposite of the traditional CSS Box Model of "content-box" */




/*----------------------------------------------------------------END OF CSS RESET---------------------------------------------------------------------------------*/


/*--------------------------------------------------------------MOBILE STYLES---------------------------------------------------------------------------------*/




/*----------HEADER---------*/

#site-header {
background-color: #A15C6D;
}
	
body:not(.overlay-header) .primary-menu > li > a {
color: white !important;
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.singular .entry-header {
padding: 8rem 0;
display: none;
}
	

/*---------FONT STYLE MENU---------*/

.primary-menu > li > a {
color: white !important;
font-family: serif;
}

/*---------HIDING THE PAGE TITLE---------*/

.entry-content h1, .entry-content h2, .entry-content h3 {
margin: 0;
}


.banner, 
.grid-container-2 div, 
.grid-container-3 div {
background-color: #cccccc; /* Used if the image is unavailable */
height: 500px; /* You must set a specified height */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
}

.banner {
background-image: url("https://lightskyblue-emu-978694.hostingersite.com/wp-content/uploads/2025/10/Fragrance.jpg"); /* The image used */
padding-top: 55%;
}

.grid-container-2 .left {
background-image: url("https://lightskyblue-emu-978694.hostingersite.com/wp-content/uploads/2025/10/NewArrivals.jpg"); /* The image used */
}

.grid-container-2 .right {
background-image: url("https://lightskyblue-emu-978694.hostingersite.com/wp-content/uploads/2025/10/AboutUs.jpg"); /* The image used */
}

.grid-container-3 .left {
background-image: url("https://lightskyblue-emu-978694.hostingersite.com/wp-content/uploads/2025/10/Bags.jpg"); /* The image used */
}

.grid-container-3 .middle {
background-image: url("https://lightskyblue-emu-978694.hostingersite.com/wp-content/uploads/2025/10/Jewelry.jpg"); /* The image used */
}

.grid-container-3 .right {
background-image: url("https://lightskyblue-emu-978694.hostingersite.com/wp-content/uploads/2025/10/Cosmetics.jpg"); /* The image used */
}


.banner .banner-text,
.grid-container-2 .text,
.grid-container-3 .text {
text-align: center;
background-color: rgba(209, 182, 182, 0.8);
font-size: 2.5rem;
height: auto;
padding: 5% 0;
}

.grid-container-2 h2,
.grid-container-2 h3 {
margin: 0;
}


.grid-container-3 div {
height: 400px;
padding-top: 45%;
}Z
/*-----------GRID CONTAINER 2--------------*/
#home .grid-container-2 {
display: grid;
grid-template-columns: auto;
background-color: transparent;
padding: 0%;
}

.grid-container-2 div {
padding-top: 60%;
}

.grid-container-2 div, .grid-container-3 div {
margin: 5% 0;
}

/*-----------GRID CONTAINER 3--------------*/
#home .grid-container-3 {
display: grid;
grid-template-columns: auto ;
}

.grid-container-3 div {
height: 400px;
padding-top: 45%;
}
/*---------ABOUT PAGE---------*/
#about .grid-container-2 {
display: grid;
grid-template-columns: auto;
}

/*---------CONTACT PAGE---------*/

#contact .grid-container-2 {
display: grid;
grid-template-columns: auto;
}

/*---------FOOTER---------*/

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, 
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
flex: 1 0 0%;
height: 25%;
object-fit: cover;
width: 25%;
}

.footer-widgets a:where(:not(.wp-block-button__link)) {
color: black !important;
}

.widget_nav_menu a{
font-weight: normal; 
}

.footer-widgets-wrapper {
background-color: #A15C6D;
}

.footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
background-color: #FFF3E9;
margin-top: 0.1px;
}

.footer-top-visible .footer-nav-widgets-wrapper{
margin-top: 8rem;
background-color: #A15C6D;
}




/*---------STYLES FOR TABLET and desktop ---------*/
@media only screen and (min-width: 375px){
	
/*---------HOME PAGE---------*/
	
.header-inner {
align-items: center;
display: flex;
justify-content: space-between;
padding: 2.8rem 0;
width: 42%;
}	
	
/*-----------BANNER-------------*/
	
.banner {
padding-top: 35%;
}
	
.grid-container-2 div {
padding-top: 80%;
}
	
	
/*-----------GRID CONTAINER 2--------------*/
#home .grid-container-2 {
display: grid;
grid-template-columns: 48% 48%;
background-color: transparent;
margin: 5% 0;
gap: 25px;
}
	

/*-----------GRID CONTAINER 3--------------*/
#home .grid-container-3 {
display: grid;
grid-template-columns: 30% 30% 30%;
margin: 5% 0;
gap: 25px;
}	

.grid-container-3 div {
height: 400px;
padding-top: 100%;
}

/*---------ABOUT---------*/

#about .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
}	

/*---------CONTACT---------*/
	
#contact .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
}
	
/*---------FOOTER---------*/

.footer-widgets-outer-wrapper {
padding: 0;
}
	
.footer-widgets-wrapper {
margin-left: 0rem;
width: 100%;
}
	
}/*---------END OF MEDIA QUERY---------*/










