/*
Theme Name: Little Pickles Play Cafe
Theme URI: 
Author: ACE21 Industries
Author URI: https://ace21.co.uk
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/* mixins.scss */
/*_variables.scss */
/* Body Text Styles */
/*_typography.scss*/
.bree-thin {
  font-family: "bree", sans-serif;
  font-weight: 200;
  font-style: normal; }

.bree-thin-oblique {
  font-family: "bree", sans-serif;
  font-weight: 200;
  font-style: italic; }

.bree-light {
  font-family: "bree", sans-serif;
  font-weight: 300;
  font-style: normal; }

.bree-light-oblique {
  font-family: "bree", sans-serif;
  font-weight: 300;
  font-style: italic; }

.bree-regular {
  font-family: "bree", sans-serif;
  font-weight: 400;
  font-style: normal; }

.bree-regular-oblique {
  font-family: "bree", sans-serif;
  font-weight: 400;
  font-style: italic; }

.bree-semibold {
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal; }

.bree-semibold-oblique {
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: italic; }

.bree-bold {
  font-family: "bree", sans-serif;
  font-weight: 700;
  font-style: normal; }

.bree-bold-oblique {
  font-family: "bree", sans-serif;
  font-weight: 700;
  font-style: italic; }

.bree-extrabold {
  font-family: "bree", sans-serif;
  font-weight: 800;
  font-style: normal; }

.bree-extrabold-oblique {
  font-family: "bree", sans-serif;
  font-weight: 800;
  font-style: italic; }

body {
  color: black;
  font-size: 16px;
  font-family: "bree", sans-serif;
  font-weight: 300;
  line-height: 1.6; }

h1 {
  font-family: "bree", sans-serif;
  font-weight: 800;
  font-style: normal; }

h2 {
  font-family: "bree", sans-serif;
  font-weight: 800 !important;
  font-style: normal;
  font-size: 55px !important; }

h3 {
  font-family: "bree", sans-serif;
  font-weight: 800 !important;
  font-style: normal;
  font-size: 30px !important; }

p {
  font-weight: 400;
  font-style: normal;
  font-size: 18px; }

#header-outter {
  background-color: #F7F5EF;
  width: 100%; }
  #header-outter #header-inner {
    position: relative; }
    #header-outter #header-inner .wp-block-woocommerce-mini-cart {
      position: absolute;
      top: 61px;
      right: -48px;
      font-size: 22px; }

@media (max-width: 800px) {
  .my-logo img {
    width: 250px;
    height: auto; } }
#banner-outter {
  background-image: url("/wp-content/uploads/2026/03/Bunny-Image.png");
  background-size: cover;
  background-position: center;
  height: 1000px;
  width: 100%;
  max-width: 1600px;
  margin: auto; }
  #banner-outter h1 {
    font-size: 90px;
    font-weight: 900;
    color: #F7F5EF;
    text-shadow: 6px 6px 9px #0000004f;
    max-width: 80%;
    margin-top: 200px; }

@media (max-width: 800px) {
  #banner-outter {
    background-image: url("/wp-content/uploads/2026/03/Bunny-Image.png");
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
    max-width: 1600px;
    margin: auto; }
    #banner-outter h1 {
      font-size: 45px;
      font-weight: 900;
      color: #F7F5EF;
      text-shadow: 6px 6px 9px #0000004f;
      max-width: 80%;
      margin-top: 120px; } }
#home-content-area {
  margin-top: 50px;
  margin-bottom: 50px; }
  #home-content-area .home-text-container {
    padding-right: 36px;
    margin: auto; }
    #home-content-area .home-text-container img {
      width: 100%;
      border-radius: 50px;
      padding: 25px;
      margin-top: 50px; }
  #home-content-area h2 {
    margin-bottom: 35px; }
  #home-content-area .homepage-product img {
    width: 100%;
    height: auto;
    border-radius: 25px; }

#gallery {
  margin-bottom: 50px; }
  #gallery img {
    width: 100%;
    margin-top: 25px;
    border-radius: 25px; }

.accordion-section-content {
  height: 300px;
  background: #F7F5EF; }

.accordion {
  overflow: hidden;
  border-radius: 4px; }

.accordion-section-title {
  width: 100%;
  padding: 15px; }

.accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background-color: #9FB8A5;
  border-bottom: 1px solid #C8A96A;
  font-size: 1.2em;
  color: #fff;
  transition: all linear 0.5s;
  text-decoration: none; }

.accordion-section-title.active {
  background-color: #1F3D2B;
  text-decoration: none; }

.accordion-section-title:hover {
  background-color: #C8A96A;
  text-decoration: none; }

.accordion-section:last-child .accordion-section-title {
  border-bottom: none; }

.accordion-section-content {
  padding: 15px;
  display: none; }

.block-picker .block:nth-child(6) {
  display: none; }
.block-picker .block:nth-child(7) {
  display: none; }
.block-picker .block:nth-child(8) {
  display: none; }
.block-picker .block:nth-child(9) {
  display: none; }
.block-picker .block:nth-child(10) {
  display: none; }

#footer {
  background-color: #1F3D2B;
  color: #C8A96A; }

/*# sourceMappingURL=style.css.map */
