/** Shopify CDN: Minification failed

Line 429:61 Unexpected ")"
Line 655:69 Unexpected ")"
Line 855:63 Unexpected ")"
Line 985:71 Unexpected ")"
Line 1020:59 Unexpected ")"

**/
:root {
  --box-size-xsm: 120px;
}

html {
  scroll-behavior: smooth;
}

/*Search*/
.predictive-search__item-heading.h5 {
  color: #4c6762;
}

/*Header*/
.header {
  display: flex;
  padding: 0px !important;
  padding-bottom: 0.4rem !important;
}

.header-container {
  position: relative;
}

img.wood-panel-header {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  inset: 0;
}

.header__icons {
  display: none;
}

.header__inline-menu {
  margin-top: 0px !important;
}

.header-mega-menu-alt .header__heading-link {
  padding: 0px !important;
}

.header--top-center .header__inline-menu>.list-menu--inline {
  align-items: center;
  gap: 1.2rem;
}

.header__menu-item {
  padding: 0px !important;
}

.panel-link-container {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
}

.panel-link-container>* {
  grid-area: stack;
}

.list-menu-alt__item {
  gap: 0.4rem;
}

.list-menu-alt-side-panel {
  object-fit: contain;
}

.header__inline-menu span {
  color: black;
}

.header__icon--menu .icon {
  color: black;
}

:is(.header__heading,
  .header__inline-menu,
  .header__icons,
  .menu-drawer-container) {
  z-index: 10;
  position: relative;
}

.mobile-nav-container {
  background-color: #454543;
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0.6rem 1.4rem;
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  align-items: center;
}

#Details-menu-drawer-container .header__icon {
  height: 2rem;
  width: 2rem;
}

.mobile-nav-container p {
  margin: 0px;
  color: white;
}

.header-mobile__p {
  text-transform: uppercase;
  color: yellow;
  font-size: 1rem;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
  text-align: center;
}

.header-mobile__p.wrap-txt {
  white-space: normal;
  width: 180px;
}

.header .icons-container {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.header__search :not([open="true"]) .header__icon {
  width: auto;
  height: auto;
}

details[open]>.search-modal {
  z-index: 15;
}

.mobile-nav-flags-container {
  position: relative;
  z-index: 5;
  padding: 0.8rem;
  padding-bottom: 0.9rem;
}

.mobile-nav-flags-container .flag-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem;
}

:is(.first-flag, .second-flag, .third-flag) img {
  width: 75px;
}

/*header - sticky*/
.scrolled-past-header {
  z-index:20;
}

.scrolled-past-header .mobile-nav-flags-container{
  /* display:none; */
  animation: fade-out 400ms forwards;
  height:0px;
  padding:0px;
}

@keyframes fade-out{
	100% { opacity: 0; }
	0% { opacity: 1; }
}

.scrolled-past-header .header{
  padding-bottom:0px !important;
}

/* header - drawer*/
.menu-drawer__navigation {
  padding-top: 1rem;
}

.js details[open] #menu-drawer {
  width: 280px;
  top: 2.6rem;
  left: -20px;
  height: 100vh;
}

details[open] .header__icon--menu[aria-expanded="true"]:before {
  top: 2.6rem;
  width: 100vw;
  height: 100vh;
}

body :has(details[open]) .icon-open-drawer {
  display: none;
}

.menu-drawer__utility-links .menu-drawer__localization {
  display: none;
}

/* body :has(details[open]) ::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
} */

/* header - desktop*/
.header-mega-menu-alt {
  display: none;
}

/*Curtains */
/* :is(.left-curtain, .right-curtain){
  display:none;
} */

/* :is(.left-curtain-alt, .right-curtain-alt) {
  display: none;
} */

:is(.left-curtain-alt, .right-curtain-alt) {
    /* display: none; */
    position: absolute;
    z-index: 2;
    height: 100%;
    width:16px;
}

.left-curtain-alt {
  left: 0px;
}

.right-curtain-alt {
  right: 0px;
}


/* .left-curtain img{
  object-fit:contain;
} */

/* Background image - section */
.background-image-section {
  position: absolute;
  width: 100%;

  /* top: 0;  */
  left: 0;
  /* Asegura que empiece a la izquierda */
  width: 100%;
  z-index: -1;
  /* Manda el fondo DETRÁS del contenido */
  overflow: hidden;
  /* Evita scrolls extraños */
}

.background-image-section img {
  width: 100%;
  height: 100%;
}

:is(.background-left__img, .background-right__img) {
  z-index: 5;
  width: 75px;
}

:is(.background-left__img, .background-right__img) {
  position: absolute;
  z-index: 5;
  width: 35px !important;
  height: 35px !important;
}

.background-left__img {
  top: 0px;
  left: 0px;
}

.background-right__img {
  top: 0px;
  right: 0px;
}

/*Flag text - section*/
.flag-text-container {
  display: grid;
  place-items: center;
  padding-block: 3rem;
}

.flag-text-container img {
  width: 100%;
  position: relative;
  /* z-index: 10; */
}

.flag-section__p {
    text-align: center;
    font-size: 1.55rem;
    /* color: rgb(var(--color-background)); */
    max-width: 1000px;
    line-height: 1.1;
    padding-inline:1rem;
}

.theater-section .flag-section__p{
  padding-top:2rem;
}

#art-items .flag-section__p{
  padding-top: .6rem;
}
/* #clothing-section {
  padding-bottom: 0rem;
  padding-top: 1.8rem;
} */

/*Product items - section*/
.product-items-container {
  display: grid;
  grid-template-areas: "stack";
  position: relative;
}

.product-items-container>* {
  grid-area: stack;
  overflow: hidden;
}

.flag-text-container#clothing-section  {
  padding-bottom:.6rem;
}

.flag-text-container.theater-section  {
  padding-bottom:0rem;
}

.flag-text-container#art-section  {
  padding-bottom:.4rem;
}

.wood-panel-container {
  padding: 4rem 1.1rem;
}

.clothing-items .wood-panel-container {
  padding-top: 2rem;
}

.wood-panel__img {
  width: 100%;
  height: 100%;
}

.middle-panel__img {
  margin-inline: auto;
  display: grid;
  position: relative;
  z-index: 10;
  width:50px;
  margin-top: 1.4rem;
}

.product-item-content {
  display: grid;
  place-items: center;
  color: black;
  text-decoration: unset;
}

.box-item-title {
  line-height: 1;
  padding-inline: 0.4rem;
  
  overflow: hidden;
  text-overflow: ellipsis;
  width: var(--box-size-xsm);
  text-align: center;

  font-size: 1rem;
  white-space: normal;
  font-weight:700;
}

/* default v1 */
/* :is([data-product-id="8138263396570"]) .box-item-title {
  font-size: 0.8rem;
  white-space: nowrap;
  font-weight:normal;
}

:is([data-product-id="8138263396570"]) .box__img {
  height: auto;
  border-radius:initial;
} */

/* v2 */
/* :is([data-product-id="9064868315354"]) .box-item-title {
  white-space: nowrap;
  font-weight:normal;
  font-weight:700;
}

:is([data-product-id="9064868315354"]) .box__img {
  height: 40px;
  border-radius:initial;
  border-radius:8px;
} */


:is(.top-right-flower-container, .top-left-flower-container, ) {
  display: grid;
  height: fit-content;
  justify-content: center;
  overflow: hidden;
  padding-top: 1rem;
}

.art-items :is(.top-right-flower-container, .top-left-flower-container) {
  padding-top: 3rem;
}


.top-right-flower-container {
  padding-left: 10rem;
  /* padding-left: 16rem; */
}

.top-left-flower-container {
  padding-right: 10rem;
  /* padding-right: 16rem; */
}

:is(.top-right-flower__img,
  .top-left-flower__img,
  .bottom-left-flower__img,
  .bottom-right-flower__img) {
  position: relative;
  /* z-index: 10; */
}

:is(.top-left-flower__img, .top-right-flower__img) {
  width: 40px;
}

.bottom-flower-container {
  position: relative;
}

.bottom-flower-container {
  position: absolute;
  width: 100%;
  justify-content: center;
  display: flex;
  /* gap: 4rem; */
  bottom: 0px;
  padding-bottom: 2.1rem;
  z-index:1;
}

  .clothing-items .bottom-flower-container {
    gap:1rem;
    padding-bottom:2.6rem;
  }

:is(.bottom-left-flower__img, .bottom-right-flower__img) {
  width: 60px;
  padding-bottom: 1rem;
}

.bottom-left-flower__img {
  /* transform: rotate(180deg); */
}

.bottom-right-flower__img {
  /* transform: rotate(180deg); */
}

.bottom-middle-flower__img {
  width: 40px;
}

.items-container {
  list-style-type: none;
  margin: 0;
  padding: 5rem 0rem;
  padding-bottom: 12rem;
  margin-inline: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  height: fit-content;
}

.clothing-items .items-container {
  padding-top: 4rem;
  padding-bottom:9rem;
}

.clothing-items .collection-link-container {
  padding-bottom:3rem;
}

.product-item-container {
  width: fit-content;
}

.product-item__imgs {
  display: grid;
  grid-template-areas: "stack";
  width: fit-content;
  place-items: center;
}

.product-item__imgs .target-background {
  width: 130px;
}

.product-item__imgs>* {
  grid-area: stack;
}

.prod-target__img {
  max-height: 120px;
}

.item-title-container {
  display: grid;
  grid-template-areas: "stack";
  width: fit-content;
  place-items: center;
}

.item-title-container>* {
  grid-area: stack;
}

.box__img {
  display: grid;
  margin-inline: auto;
  width: 120px;
  height:40px;
  border-radius:8px;
}

:is([data-product-id="8165418500314"], [data-product-id="8138263396570"], [data-product-id="8569673449690"]) .prod-target__img {
  transform: scale(.9);
}

.collection-link-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: grid;
  place-items: center;
  padding-bottom: 6rem;
  z-index:2;
}

.collection-link-item {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  height: fit-content;
}


.collection-link-item a {
  color: black;
  text-decoration: unset;
  padding-inline: 1rem;
}

.collection-link-item>* {
  grid-area: stack;
}

.clothing-items .collection-link-item {
  height: auto;
}

.clothing-items .collection-link-item span {
  font-size: 1rem;
  font-weight:700;
  display:block;
}

.clothing-items .collection-link-item img {
  width: 160px;
}

.art-items .collection-link-item span {
  font-size: 1rem;
  font-weight:700;
  display:block;
}

.art-items .collection-link-item img {
  width: 160px;
}


.bottom-panel-flowers-container {
  display: flex;
  height: fit-content;
  justify-content: center;
  overflow: hidden;
}

.bottom-panel-flowers-container {
  display: flex;
  height: fit-content;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  padding-bottom: 5rem;
  padding-inline: 0.4rem;
  width: 100%;
}

.clothing-items .bottom-flower-container {
  /* display:none; */
  justify-content:space-between;
  padding-inline:1.8rem;
}

.clothing-items .bottom-panel-flowers-container {
  display:none;
}

.clothing-items :is(.bottom-left-flower__img, .bottom-right-flower__img){
  width:50px;
}

:is(.bottom-panel-left-flower__img, .bottom-panel-right-flower__img, ) {
  position: relative;
  z-index: 10;
  width: 25px;
}

.art-items .items-container {
  padding-bottom: 8rem;
  column-gap: 1rem;
}


.art-items .collection-link-container {
  padding-bottom: 2.8rem;
}

.art-items .bottom-flower-container {
  justify-content: space-between;
  padding-inline: 2rem;
  padding-bottom: 2.6rem;
}

.art-items :is(.bottom-right-flower__img, .bottom-left-flower__img) {
  transform: rotate(360deg);
  width: 50px;
}

/* Tree episodes*/
.tree-episodes-container {
  position: relative;
  /* z-index: 10; */
  display: grid;
  place-items: center;
  /* padding-top: 3rem; */
}

.episodes-container {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;

  position: absolute;
  left: 10px;
  bottom: 13rem;
}

.episodes-container li {
  display: grid;
  grid-template-areas: "stack";
  width: fit-content;
  place-items: center;

  list-style-type: none;
  margin: 0;
}

.episodes-container li>* {
  grid-area: stack;
}

.episodes-container a {
  text-decoration: none;
  color: black;
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  height: 100%;
  display: grid;
  place-items: center;
}

/*Boat and River - section*/
.boat-river-container {
  display: grid;
  grid-template-areas: "stack";
  width: fit-content;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.boat-river-container>* {
  grid-area: stack;
}

.boat__img {
  /* z-index: 10; */
  width: 100%;
  height: 100%;
}

/*Join our troops*/
.join-troops {
  display: grid;
  grid-template-areas: "stack";
  position: relative;
  /* overflow:hidden; */
}

.join-troops>* {
  grid-area: stack;
}

.upsidedown-forest__img {
  width: 100%;
}

.inner-content-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2rem;
  position: relative;

  display: grid;
  grid-template-areas: "stack";
}

.collection-items-container {
  display: grid;
  grid-template-areas: "stack";
}

.collection-items-container>* {
  grid-area: stack;
}

.join-troops .wood_panel__img {
  width: 100%;
  height: 100%;
}

.join-troops ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 10;
}

.join-troops .collection-item-container {
  display: grid;
  place-items: center;
}

.join-troops a {
  color: black;
  text-decoration: none;
  display: flex;
  gap: 0.6rem;
}

.join-troops :is(.left-btn-container, .right-btn-container) {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  width: fit-content;
}

.join-troops :is(.left-btn-container, .right-btn-container)>* {
  grid-area: stack;
}

.join-troops .side-btn-illustration {
  position: relative;
  z-index: 10;
}

.join-troops .product-items-container {
  border: 1px solid white;
}

@media (min-width: 376px) {
  .header-mobile__p {
    width: 180px;
  }

  .episodes-container {
    left: 8vw;
  }
}

@media (min-width: 426px) {
  .header-mobile__p {
    width: 100%;
  }

  :is(.left-curtain-alt, .right-curtain-alt) {
    width: 22px;
}


  .mobile-nav-flags-container .flag-items {
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  :is(.top-right-flower-container, .top-left-flower-container, ) {
    padding-top: .5rem;
  }

  .clothing-items .bottom-flower-container {
    padding-inline:3rem;
  }

  .clothing-items :is(.bottom-right-flower__img, .bottom-left-flower__img) {
    width: 60px;
  }

  .items-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .art-items .bottom-flower-container {
    padding-inline: 3rem;
  }

  .art-items :is(.bottom-right-flower__img, .bottom-left-flower__img) {
    width: 60px;
  }
}

@media(min-width:450px) {
  :is(.top-right-flower-container, .top-left-flower-container) {
    padding-top: .7rem;
  }
}

@media (min-width: 600px) {
  .header-mobile__p.wrap-txt {
    width: 100%;
    letter-spacing:6px;
  }

  :is(.left-curtain-alt, .right-curtain-alt) {
    width: 32px;
}

  .episodes-container {
    left: 14vw;
    bottom: 12rem;
  }

  .episodes-container img {
    width: 120px;
  }

  .episodes-container a {
    font-size: 1.6rem;
    line-height: 1;
  }
}

@media (min-width: 726px) {
  .mobile-nav-flags-container .flag-items {
    gap: 4.6rem;
  }

  /* 
    .items-container{
        display: grid;
        column-gap: 2rem;
        grid-template-columns: 1fr 1fr;
        height:fit-content;
    } */

  :is(.top-left-flower__img, .top-right-flower__img) {
    width: 70px;
  }

  .product-item-container {
    margin-top: auto;
  }

  .art-items .bottom-flower-container {
    padding-inline: 4rem;
  }

  .clothing-items .prod-target__img {
    max-height: 160px;
  }

  .art-items .prod-target__img {
    max-height: 240px;
  }

   .art-items .product-item-container {
    width: auto;
  }

  .episodes-container img {
    width: 120px;
  }

  .episodes-container a {
    font-size: 1.6rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  body :has(details[open]) {
    overscroll-behavior: none;
  }

  .flag-text-container img {
    max-width: 640px;
  }

  :is(.background-left__img, .background-right__img) {
    width: 60px !important;
    height: 75px !important;
  }


  .top-right-flower-container {
    padding-left: 32rem;
  }

  .top-left-flower-container {
    padding-right: 32rem;
  }

  .bottom-panel-flowers-container {
    padding-inline: 1.1rem;
  }

  :is(.bottom-panel-left-flower__img, .bottom-panel-right-flower__img, ) {
    width: 40px;
  }


  .art-items :is(.top-right-flower-container, .top-left-flower-container) {
    padding-top: 2.4rem;
  }

  .art-items .top-right-flower-container {
    padding-left: 15rem;
  }

  .art-items .top-left-flower-container {
    padding-right: 15rem;
  }

  .items-container {
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .product-item__imgs .target-background {
    width: 180px;
  }

  .bottom-flower-container {
    padding-bottom: 0.8rem;
    gap: 2rem;
  }

  .bottom-middle-flower__img {
    width: 60px;
  }

  :is(.bottom-left-flower__img, .bottom-right-flower__img, ) {
    width: fit-content;
  }

  .episodes-container {
    left: 10%;
    bottom: 52%;
  }

  .join-troops .inner-content-container {
    height: fit-content;
  }

  .join-troops .wood_panel__img {
    height: auto;
  }

  .join-troops .wood_panel__img {
    height: 150px;
  }

  .join-troops .collection-items-container {
    height: fit-content;
    display: grid;
    place-items: center;
  }

  .join-troops .collection-item-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    height: fit-content;
  }
}

@media(min-width:850px){
     .clothing-items .collection-link-container {
    /* padding-bottom: 8rem; */
}

  .clothing-items .bottom-flower-container {
      padding-bottom: 2rem;
       padding-inline: 6rem;
  }


}

@media (min-width: 876px) {
  .items-container {
    row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 8rem 2rem;
  }

    .clothing-items .collection-link-container {
    /* padding-bottom: 8rem; */
}

  .clothing-items .bottom-flower-container {
      padding-bottom: 2rem;
  }

  .art-items .wood-panel-container {
    height: 840px;
  }

  .art-items .product-item-container {
    /* transform: scale(1.2); */
  }

  .art-items .items-container {
    row-gap: 2rem;
    column-gap: 4rem;
  }

  .art-items .bottom-flower-container {
    padding-bottom: 2.6rem;
    padding-inline: 5rem;
  }

  .wood-panel-container {
    height: 720px;
  }

  .episodes-container {
    left: 4%;
  }

  .episodes-container img {
    width: 220px;
  }
}

@media (min-width: 990px) {
  .js details[open] #menu-drawer {
    width: 340px;
    left: -30px;
  }

  details[open] .header__icon--menu[aria-expanded="true"]:before {
    width: 97.8vw;
  }

  .mobile-nav-container {
    padding: 0.6rem 2rem;
  }

  .header-mobile__p {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }

  .mobile-nav-flags-container {
    padding-bottom: 1rem;
  }

  /* .heading-tablet{
        display:none;
    }

    .header--top-center>.header__search {
        display: none;
    } */

  /* .header{
        display:grid;
        padding: 1.4rem 5rem !important;
    } */

  /* :is(.mobile-nav-container, .mobile-nav-flags-container){
        display:none;
    } */
}

@media (min-width: 1024px) {
  .mobile-nav-container {
    padding: .9rem 2rem;
  }

  .header-mobile__p {
    font-size: 1.6rem;
  }

   :is(.first-flag, .second-flag, .third-flag) img {
    width: 140px;
  }

  .background-left__img {
    left: 40px;
  }

  .background-right__img {
    right: 50px;
  }

  .curtain-container {
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
  }

  :is(.left-curtain-alt, .right-curtain-alt) {
    width: 85px;
    position: fixed;
    height: 100%;
    z-index: 10;
    top: 0px;
    display: block;
    object-fit:none;
  }

  .left-curtain-alt {
    left: -8px;
  }

  .right-curtain-alt {
    right: -8px;
  }

  .wood-panel-container {
    padding: 4rem 12rem;
  }

  .bottom-panel-flowers-container {
    padding-inline: 11rem;
  }

  .box__img {
    width: fit-content;
  }

  .box-item-title {
    width: calc(var(--box-size-xsm) + 60px);
  }

  .episodes-container {
    left: 8%;
  }

  .join-troops .wood_panel__img {
    max-width: 980px;
  }

  .join-troops .collection-item-container {
    column-gap: 4rem;
    row-gap: 2rem;
  }

  .art-items .bottom-flower-container {
    padding-inline: 15rem;
  }

  .clothing-items  .bottom-flower-container {
    padding-inline: 16rem;
  }
}

@media (min-width: 1240px) {
  .wood-panel-container {
    padding: 4rem 16rem;
  }

  .bottom-panel-flowers-container {
    padding-inline: 15rem;
  }

  .product-item__imgs .target-background {
    width: 240px;
  }

  .clothing-items .prod-target__img {
    transform: scale(1.4);
  }

  .clothing-items :is(.top-left-flower__img, .top-right-flower__img){
    width: 80px;
    
  }

 .clothing-items :is(.top-right-flower-container, .top-left-flower-container) {
     padding-top:0rem;
  }

  .clothing-items .top-right-flower-container{
    padding-left:31rem;
  }

    .clothing-items .top-left-flower-container{
    padding-right:31rem;
  }

  :is([data-product-id="8165418500314"], [data-product-id="8138263396570"], [data-product-id="8569673449690"]) .prod-target__img {
    transform: scale(1.2);
  }

  .clothing-items .collection-link-item span {
    font-size: 1.2rem;
  }

  .clothing-items .collection-link-item img {
    height: 40px;
    width: 220px;
  }

  .wood-panel-container {
    height: 770px;
  }

  .middle-panel__img {
    width:60px;
    margin-top:.7rem;
  }

  .art-items .items-container {
    column-gap: 5rem;
  }

  .art-items .collection-link-item span {
    font-size: 1.2rem;
  }

  .art-items .collection-link-item img {
    height: 40px;
    width: 220px;
  }

  .art-items .middle-panel__img {
      width: 70px;
      margin-top: .1rem;
  }

  .art-items .collection-link-container {
    padding-bottom: 3rem;
  }

  .art-items .bottom-flower-container {
    padding-inline: 22rem;
  }

  .art-items :is(.bottom-right-flower__img, .bottom-left-flower__img) {
    width: 160px;
    padding-bottom:0px;
  }

   .clothing-items .bottom-flower-container {
    padding-inline: 22rem;
  }

  .clothing-items :is(.bottom-right-flower__img, .bottom-left-flower__img) {
    width: 160px;

  }



  .episodes-container {
    left: 14%;
  }
}

@media (min-width: 1400px) {
  .items-container {
    column-gap: 4rem;
  }

  .box-item-title {
    font-size: 1.1rem;
    white-space: normal;
    width: calc(var(--box-size-xsm) + 60px);
  }

  /* .product-item-container[data-forloop-idx="5"]{
        transform: scale(1.3);
        position:relative;
        bottom:-3rem;
    } */
}

@media (min-width: 1800px) {
  .wood-panel-container {
    padding: 4rem 34rem;
  }

  .background-left__img {
    left: 60px;
  }

  .background-right__img {
    right: 75px;
  }


  .bottom-panel-flowers-container {
    padding-inline: 35rem;
  }

  .art-items .bottom-flower-container {
    padding-inline: 38rem;
  }

  .clothing-items .bottom-flower-container {
    padding-inline: 38rem;
  }

  .episodes-container {
    left: 26%;
  }

  .page-width {
    padding: 0 6rem;
  }
}