/** Shopify CDN: Minification failed

Line 21:3 Expected identifier but found "."
Line 34:22 Expected identifier but found "."
Line 61:49 Expected identifier but found "."
Line 64:54 Expected identifier but found "."
Line 106:75 Expected identifier but found "."
Line 111:77 Expected identifier but found "."
Line 164:125 Expected identifier but found "."
Line 165:126 Expected identifier but found "."
Line 178:137 Expected identifier but found "."
Line 193:152 Expected identifier but found "."
... and 48 more hidden warnings

**/
/* Guria Semijoias - Sakura Premium layer for Shopify themes. */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --guria-cream: #f7f3ef;
   . . --guria-paper: #fffdfb;
     --guria-olive: #505631;
       --guria-olive-dark: #2e321f;
         --guria-champagne: #d9b875;
           --guria-sakura: #e8cbbe;
             --guria-sakura-soft: #f2dfd8;
               --guria-ink: #26281e;
                 --guria-muted: #7b725f;
                   --guria-line: rgba(80, 86, 49, .16);
                     --guria-shadow: 0 24px 70px rgba(80, 86, 49, .11);
                     }

                     html {
                      . . scroll-behavior: smooth;
                      }

                      body,
                      .gradient,
                      .color-background-1,
                      .color-background-2 {
                          background:
                              radial-gradient(circle at 14% 10%, rgba(232, 203, 190, .34), transparent 28%),
                                  radial-gradient(circle at 84% 4%, rgba(217, 184, 117, .13), transparent 24%),
                                      linear-gradient(180deg, var(--guria-paper), var(--guria-cream) 58%, #f4eee8) !important;
                                        color: var(--guria-ink);
                                          font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
                                            letter-spacing: 0;
                                            }

                                            h1,
                                            h2,
                                            h3,
                                            .h0,
                                            .h1,
                                            .h2,
                                            .banner__heading,
                                            .title,
                                            .card__heading,
                                            .product__title,
                                            .collection-hero__title {
                                                 . . color: var(--guria-olive-dark) !important;
                                                   font-family: "Cormorant Garamond", Georgia, serif !important;
                                                     font-weight: 600 !important;
                                                      . . letter-spacing: 0 !important;
                                                      }

                                                      p,
                                                      li,
                                                      label,
                                                      input,
                                                      select,
                                                      textarea,
                                                      button,
                                                      .price,
                                                      .caption,
                                                      .rte,
                                                      .product__description {
                                                          font-family: Manrope, ui-sans-serif, system-ui, sans-serif !important;
                                                            letter-spacing: 0 !important;
                                                            }

                                                            a,
                                                            .link,
                                                            .header__menu-item,
                                                            .list-menu__item {
                                                              color: var(--guria-olive) !important;
                                                              }

                                                              .whatsapp-float,
                                                              .whatsapp-float:hover,
                                                              .whatsapp-float span,
                                                              .whatsapp-float small,
                                                              .whatsapp-float strong {
                                                                  color: #fffaf5 !important;
                                                                  }

                                                                  .announcement-bar,
                                                                  .utility-bar {
                                                                    background: var(--guria-olive-dark) !important;
                                                                      color: #fffaf5 !important;
                                                                      }

                                                                      .announcement-bar__message {
                                                                        font-size: 12px !important;
                                                                          font-weight: 600 !important;
                                                                           . . letter-spacing: .02em !important;
                                                                           }

                                                                           .header-wrapper,
                                                                           .shopify-section-header-sticky {
                                                                             . . border-bottom: 1px solid rgba(80, 86, 49, .1) !important;
                                                                               background: rgba(255, 253, 251, .82) !important;
                                                                                 backdrop-filter: blur(18px);
                                                                                 }

                                                                                 .header__heading-logo,
                                                                                 .header__heading-link img {
                                                                                      max-height: 54px !important;
                                                                                        object-fit: contain !important;
                                                                                        }

                                                                                        .header__menu-item {
                                                                                          font-size: 12px !important;
                                                                                            font-weight: 700 !important;
                                                                                              text-transform: uppercase;
                                                                                              }

                                                                                              .banner,
                                                                                              .slideshow,
                                                                                              .slideshow__slide,
                                                                                              .image-banner {
                                                                                                overflow: hidden;
                                                                                                }

                                                                                                .banner__media img,
                                                                                                .slideshow__media img,
                                                                                                .media > img,
                                                                                                .product__media img,
                                                                                                .card__media img,
                                                                                                .cart-item__image,
                                                                                                .drawer__cart-items-wrapper img {
                                                                                                  object-fit: cover !important;
                                                                                                  }

                                                                                                  .banner__box,
                                                                                                  .slideshow__text,
                                                                                                  .image-with-text__content {
                                                                                                      background: transparent !important;
                                                                                                        box-shadow: none !important;
                                                                                                        }

                                                                                                        .banner__heading,
                                                                                                        .slideshow__text h2 {
                                                                                                              max-width: 760px;
                                                                                                                font-size: clamp(42px, 6vw, 92px) !important;
                                                                                                                  line-height: .9 !important;
                                                                                                                    text-wrap: balance;
                                                                                                                    }

                                                                                                                    .banner__text,
                                                                                                                    .slideshow__text .banner__text {
                                                                                                                          max-width: 520px;
                                                                                                                            color: rgba(46, 50, 31, .82) !important;
                                                                                                                             . . font-size: clamp(15px, 1.4vw, 20px) !important;
                                                                                                                              . . line-height: 1.7 !important;
                                                                                                                              }

                                                                                                                              .button,
                                                                                                                              .shopify-payment-button__button,
                                                                                                                              .product-form__submit,
                                                                                                                              .cart__checkout-button,
                                                                                                                              .drawer__footer .button,
                                                                                                                              button[name="checkout"] {
                                                                                                                                  min-height: 48px !important;
                                                                                                                                    border: 1px solid var(--guria-olive) !important;
                                                                                                                                      border-radius: 0 !important;
                                                                                                                                        background: var(--guria-olive) !important;
                                                                                                                                         . . color: #fffaf5 !important;
                                                                                                                                           font-size: 12px !important;
                                                                                                                                             font-weight: 800 !important;
                                                                                                                                               letter-spacing: .05em !important;
                                                                                                                                                 text-transform: uppercase !important;
                                                                                                                                                   box-shadow: none !important;
                                                                                                                                                     transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease !important;
                                                                                                                                                     }

                                                                                                                                                     .button:hover,
                                                                                                                                                     .shopify-payment-button__button:hover,
                                                                                                                                                     .product-form__submit:hover,
                                                                                                                                                     .cart__checkout-button:hover,
                                                                                                                                                     button[name="checkout"]:hover {
                                                                                                                                                       background: var(--guria-champagne) !important;
                                                                                                                                                        . . border-color: var(--guria-champagne) !important;
                                                                                                                                                         . . color: var(--guria-olive-dark) !important;
                                                                                                                                                           transform: translateY(-2px);
                                                                                                                                                           }

                                                                                                                                                           .button--secondary,
                                                                                                                                                           .quick-add__submit,
                                                                                                                                                           .product-form__buttons .shopify-payment-button__more-options {
                                                                                                                                                             . . background: transparent !important;
                                                                                                                                                               color: var(--guria-olive) !important;
                                                                                                                                                               }

                                                                                                                                                               .card,
                                                                                                                                                               .card-wrapper,
                                                                                                                                                               .product-card-wrapper,
                                                                                                                                                               .collection-card-wrapper,
                                                                                                                                                               .contains-card--product {
                                                                                                                                                                  border: 0 !important;
                                                                                                                                                                    background: transparent !important;
                                                                                                                                                                      box-shadow: none !important;
                                                                                                                                                                      }

                                                                                                                                                                      .card__inner,
                                                                                                                                                                      .product__media,
                                                                                                                                                                      .product-media-container,
                                                                                                                                                                      .collection-card-wrapper .card__inner {
                                                                                                                                                                          border: 1px solid rgba(80, 86, 49, .08) !important;
                                                                                                                                                                            background: rgba(255, 253, 251, .72) !important;
                                                                                                                                                                             . . box-shadow: 0 18px 50px rgba(80, 86, 49, .08) !important;
                                                                                                                                                                             }

                                                                                                                                                                             .card__media img,
                                                                                                                                                                             .product__media img {
                                                                                                                                                                                  transition: transform 1.1s cubic-bezier(.19, 1, .22, 1), filter .8s ease !important;
                                                                                                                                                                                  }

                                                                                                                                                                                  .card-wrapper:hover .card__media img,
                                                                                                                                                                                  .product-card-wrapper:hover .card__media img {
                                                                                                                                                                                      transform: scale(1.055);
                                                                                                                                                                                        filter: saturate(1.04) contrast(1.02);
                                                                                                                                                                                        }

                                                                                                                                                                                        .card__heading,
                                                                                                                                                                                        .card-information .price,
                                                                                                                                                                                        .price {
                                                                                                                                                                                          color: var(--guria-olive-dark) !important;
                                                                                                                                                                                          }

                                                                                                                                                                                          .price {
                                                                                                                                                                                            font-weight: 700 !important;
                                                                                                                                                                                            }

                                                                                                                                                                                            .badge,
                                                                                                                                                                                            .price__badge-sale {
                                                                                                                                                                                              border-radius: 0 !important;
                                                                                                                                                                                                border-color: rgba(217, 184, 117, .42) !important;
                                                                                                                                                                                                  background: rgba(217, 184, 117, .16) !important;
                                                                                                                                                                                                    color: var(--guria-olive-dark) !important;
                                                                                                                                                                                                    }

                                                                                                                                                                                                    .product {
                                                                                                                                                                                                     . . gap: clamp(28px, 4vw, 64px) !important;
                                                                                                                                                                                                     }

                                                                                                                                                                                                     .product__title h1,
                                                                                                                                                                                                     .product__title {
                                                                                                                                                                                                       font-size: clamp(36px, 4vw, 68px) !important;
                                                                                                                                                                                                         line-height: .94 !important;
                                                                                                                                                                                                         }

                                                                                                                                                                                                         .product__description {
                                                                                                                                                                                                           max-width: 620px;
                                                                                                                                                                                                             color: rgba(38, 40, 30, .76) !important;
                                                                                                                                                                                                               font-size: 15px !important;
                                                                                                                                                                                                                 line-height: 1.78 !important;
                                                                                                                                                                                                                 }

                                                                                                                                                                                                                 @media (min-width: 990px) {
                                                                                                                                                                                                                   .product-page {
                                                                                                                                                                                                                       grid-template-columns: minmax(0, 720px) minmax(420px, 600px) !important;
                                                                                                                                                                                                                           justify-content: center !important;
                                                                                                                                                                                                                               align-items: start !important;
                                                                                                                                                                                                                                   gap: clamp(48px, 5vw, 76px) !important;
                                                                                                                                                                                                                                       max-width: 1500px !important;
                                                                                                                                                                                                                                           margin-inline: auto !important;
                                                                                                                                                                                                                                               padding-inline: 40px !important;
                                                                                                                                                                                                                                                . . }

                                                                                                                                                                                                                                                  .product-page-gallery,
                                                                                                                                                                                                                                                    .product-gallery-item {
                                                                                                                                                                                                                                                            width: 100% !important;
                                                                                                                                                                                                                                                                max-width: 720px !important;
                                                                                                                                                                                                                                                                    height: min(72vh, 680px) !important;
                                                                                                                                                                                                                                                                        min-height: 560px !important;
                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                            .product-gallery-item img {
                                                                                                                                                                                                                                                                                width: 100% !important;
                                                                                                                                                                                                                                                                                    height: 100% !important;
                                                                                                                                                                                                                                                                                        object-fit: contain !important;
                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                           . .product-page-info {
                                                                                                                                                                                                                                                                                            . .   width: 100% !important;
                                                                                                                                                                                                                                                                                                max-width: 600px !important;
                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                  @media (max-width: 989px) {
                                                                                                                                                                                                                                                                                                    .product-page-gallery,
                                                                                                                                                                                                                                                                                                      .product-gallery-item {
                                                                                                                                                                                                                                                                                                         . .   height: auto !important;
                                                                                                                                                                                                                                                                                                             min-height: 0 !important;
                                                                                                                                                                                                                                                                                                              . .   aspect-ratio: 1 / 1 !important;
                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                  .product-gallery-item img {
                                                                                                                                                                                                                                                                                                                      width: 100% !important;
                                                                                                                                                                                                                                                                                                                          height: 100% !important;
                                                                                                                                                                                                                                                                                                                           . . . .  object-fit: contain !important;
                                                                                                                                                                                                                                                                                                                            . . }
                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                            .product-form__input,
                                                                                                                                                                                                                                                                                                                            .quantity,
                                                                                                                                                                                                                                                                                                                            .field__input,
                                                                                                                                                                                                                                                                                                                            .select__select,
                                                                                                                                                                                                                                                                                                                            .customer .field input {
                                                                                                                                                                                                                                                                                                                             . . border: 1px solid var(--guria-line) !important;
                                                                                                                                                                                                                                                                                                                               border-radius: 0 !important;
                                                                                                                                                                                                                                                                                                                                 background: rgba(255, 253, 251, .9) !important;
                                                                                                                                                                                                                                                                                                                                   color: var(--guria-ink) !important;
                                                                                                                                                                                                                                                                                                                                     box-shadow: none !important;
                                                                                                                                                                                                                                                                                                                                     }

                                                                                                                                                                                                                                                                                                                                     .product__accordion,
                                                                                                                                                                                                                                                                                                                                     .accordion {
                                                                                                                                                                                                                                                                                                                                       border-color: rgba(80, 86, 49, .14) !important;
                                                                                                                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                                                                                                                       .cart-drawer,
                                                                                                                                                                                                                                                                                                                                       .drawer,
                                                                                                                                                                                                                                                                                                                                       .cart-notification,
                                                                                                                                                                                                                                                                                                                                       .cart__items,
                                                                                                                                                                                                                                                                                                                                       .cart__footer,
                                                                                                                                                                                                                                                                                                                                       .totals {
                                                                                                                                                                                                                                                                                                                                        . . background: var(--guria-paper) !important;
                                                                                                                                                                                                                                                                                                                                          color: var(--guria-ink) !important;
                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                          .drawer__inner {
                                                                                                                                                                                                                                                                                                                                            width: min(460px, 100vw) !important;
                                                                                                                                                                                                                                                                                                                                              background:
                                                                                                                                                                                                                                                                                                                                                  linear-gradient(180deg, rgba(255,253,251,.98), rgba(247,243,239,.98)),
                                                                                                                                                                                                                                                                                                                                                   . .   radial-gradient(circle at 100% 0, rgba(232,203,190,.28), transparent 42%) !important;
                                                                                                                                                                                                                                                                                                                                                   }

                                                                                                                                                                                                                                                                                                                                                   .cart-item,
                                                                                                                                                                                                                                                                                                                                                   .cart-items tr {
                                                                                                                                                                                                                                                                                                                                                     border-color: rgba(80, 86, 49, .12) !important;
                                                                                                                                                                                                                                                                                                                                                     }

                                                                                                                                                                                                                                                                                                                                                     .cart-item__image,
                                                                                                                                                                                                                                                                                                                                                     .cart-notification-product__image img,
                                                                                                                                                                                                                                                                                                                                                     .drawer__cart-items-wrapper .cart-item__image,
                                                                                                                                                                                                                                                                                                                                                     cart-drawer-items img,
                                                                                                                                                                                                                                                                                                                                                     .cart-items img {
                                                                                                                                                                                                                                                                                                                                                       width: 76px !important;
                                                                                                                                                                                                                                                                                                                                                        . . height: 76px !important;
                                                                                                                                                                                                                                                                                                                                                          max-width: 76px !important;
                                                                                                                                                                                                                                                                                                                                                            max-height: 76px !important;
                                                                                                                                                                                                                                                                                                                                                              aspect-ratio: 1 / 1 !important;
                                                                                                                                                                                                                                                                                                                                                                object-fit: cover !important;
                                                                                                                                                                                                                                                                                                                                                                  border: 1px solid rgba(80, 86, 49, .12) !important;
                                                                                                                                                                                                                                                                                                                                                                    background: #fff !important;
                                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                                    .cart-item__media,
                                                                                                                                                                                                                                                                                                                                                                    .cart-notification-product__image,
                                                                                                                                                                                                                                                                                                                                                                    .cart-items .cart-item__media {
                                                                                                                                                                                                                                                                                                                                                                     . . width: 86px !important;
                                                                                                                                                                                                                                                                                                                                                                       min-width: 86px !important;
                                                                                                                                                                                                                                                                                                                                                                         max-width: 86px !important;
                                                                                                                                                                                                                                                                                                                                                                         }

                                                                                                                                                                                                                                                                                                                                                                         .cart-item__details,
                                                                                                                                                                                                                                                                                                                                                                         .cart-item__totals {
                                                                                                                                                                                                                                                                                                                                                                           vertical-align: top !important;
                                                                                                                                                                                                                                                                                                                                                                           }

                                                                                                                                                                                                                                                                                                                                                                           .guria-cart-page {
                                                                                                                                                                                                                                                                                                                                                                             max-width: 1120px;
                                                                                                                                                                                                                                                                                                                                                                               margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                 padding: clamp(56px, 8vw, 110px) 24px;
                                                                                                                                                                                                                                                                                                                                                                                 }

                                                                                                                                                                                                                                                                                                                                                                                 .guria-cart-page__header {
                                                                                                                                                                                                                                                                                                                                                                                  . . margin-bottom: 36px;
                                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                                  .guria-cart-page .cart__items {
                                                                                                                                                                                                                                                                                                                                                                                   . . display: grid;
                                                                                                                                                                                                                                                                                                                                                                                     gap: 0;
                                                                                                                                                                                                                                                                                                                                                                                      . . border-top: 1px solid var(--guria-line);
                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                      .guria-cart-page .cart-item {
                                                                                                                                                                                                                                                                                                                                                                                       . . display: grid;
                                                                                                                                                                                                                                                                                                                                                                                         grid-template-columns: 86px minmax(0, 1fr) auto;
                                                                                                                                                                                                                                                                                                                                                                                           gap: 22px;
                                                                                                                                                                                                                                                                                                                                                                                            . . align-items: start;
                                                                                                                                                                                                                                                                                                                                                                                              padding: 24px 0;
                                                                                                                                                                                                                                                                                                                                                                                                border-bottom: 1px solid var(--guria-line);
                                                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                                                .guria-cart-page .cart-item__details {
                                                                                                                                                                                                                                                                                                                                                                                                 . . display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                   grid-template-columns: minmax(0, 1fr) 92px auto;
                                                                                                                                                                                                                                                                                                                                                                                                     gap: 10px 18px;
                                                                                                                                                                                                                                                                                                                                                                                                      . . align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                                      .guria-cart-page .cart-item__name {
                                                                                                                                                                                                                                                                                                                                                                                                        grid-column: 1 / -1;
                                                                                                                                                                                                                                                                                                                                                                                                          text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                                                                          .guria-cart-page .cart-item__details p {
                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                              color: var(--guria-muted);
                                                                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                                                                              .guria-cart-page label {
                                                                                                                                                                                                                                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                  width: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                    height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                      overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                        clip: rect(0 0 0 0);
                                                                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                                                                        .guria-cart-page .quantity__input {
                                                                                                                                                                                                                                                                                                                                                                                                                         . . width: 72px;
                                                                                                                                                                                                                                                                                                                                                                                                                           min-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                            . . border: 1px solid var(--guria-line);
                                                                                                                                                                                                                                                                                                                                                                                                                              background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                                                                                .guria-cart-remove {
                                                                                                                                                                                                                                                                                                                                                                                                                                  color: var(--guria-muted);
                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                      text-underline-offset: 4px;
                                                                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                                                                      .guria-cart-page .cart__footer {
                                                                                                                                                                                                                                                                                                                                                                                                                                        display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                          grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
                                                                                                                                                                                                                                                                                                                                                                                                                                            gap: 48px;
                                                                                                                                                                                                                                                                                                                                                                                                                                              padding: 34px 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                                                                                                .guria-cart-page .cart__footer p,
                                                                                                                                                                                                                                                                                                                                                                                                                                                .guria-cart-page .cart__footer small {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                   . . margin: 0 0 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                     color: var(--guria-muted);
                                                                                                                                                                                                                                                                                                                                                                                                                                                     }

                                                                                                                                                                                                                                                                                                                                                                                                                                                     .guria-cart-actions {
                                                                                                                                                                                                                                                                                                                                                                                                                                                       display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                         gap: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                         }

                                                                                                                                                                                                                                                                                                                                                                                                                                                         .guria-cart-actions button {
                                                                                                                                                                                                                                                                                                                                                                                                                                                          . . min-height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                                                                                                                          .guria-cart-empty {
                                                                                                                                                                                                                                                                                                                                                                                                                                                           . . max-width: 680px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                             padding: clamp(50px, 8vw, 90px) 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                             }

                                                                                                                                                                                                                                                                                                                                                                                                                                                             .guria-cart-empty h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                               margin: 0 0 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                               }

                                                                                                                                                                                                                                                                                                                                                                                                                                                               .guria-cart-empty p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 margin: 0 0 28px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                   color: var(--guria-muted);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @media (max-width: 749px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .guria-cart-page .cart-item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                         grid-template-columns: 74px minmax(0, 1fr);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                             gap: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              . . }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .guria-cart-page .cart-item__totals {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-column: 2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .guria-cart-page .cart-item__details {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            grid-template-columns: 1fr auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . .guria-cart-page .cart__footer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                . . . .  grid-template-columns: 1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    gap: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .cart-drawer .cart-item__name,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .cart-item__name {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: var(--guria-olive-dark) !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-family: "Cormorant Garamond", Georgia, serif !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 21px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  line-height: 1.05 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .drawer__heading::after,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .cart__heading::after {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   . . content: "Sua seleço est quase pronta.";
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       margin-top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         color: var(--guria-muted);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           font-family: Manrope, sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             font-size: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .guria-trust-strip {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   grid-template-columns: repeat(3, minmax(0, 1fr));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     gap: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       margin: 36px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         background: var(--guria-olive-dark);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           color: #fffaf5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .guria-trust-strip__item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            . . min-height: 142px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                place-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding: 24px 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .guria-trust-strip__item strong {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     . . display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . margin-bottom: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #fffaf5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size: 13px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           . . letter-spacing: .04em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .guria-trust-strip__item span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               color: rgba(255, 250, 245, .76);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 font-size: 13px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .guria-reveal {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  . . opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   . . transform: translateY(24px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     transition: opacity .8s ease, transform .8s cubic-bezier(.19, 1, .22, 1);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .guria-reveal.is-visible {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        . . transform: translateY(0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .guria-copy-note {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         . . margin: 18px 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           padding: 14px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            . . border-top: 1px solid rgba(80, 86, 49, .14);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: var(--guria-muted);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 13px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 . . line-height: 1.65;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @media (max-width: 749px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .banner__heading,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .slideshow__text h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         font-size: clamp(38px, 13vw, 62px) !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .banner__text,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              . . .slideshow__text .banner__text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               . . . .  font-size: 14px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .guria-trust-strip {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    . . . .  grid-template-columns: 1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cart-item__image,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         . . .cart-notification-product__image img,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          . . .drawer__cart-items-wrapper .cart-item__image,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cart-drawer-items img,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .cart-items img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  width: 64px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      height: 64px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          max-width: 64px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              max-height: 64px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .cart-item__media,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cart-notification-product__image,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .cart-items .cart-item__media {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          width: 72px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              min-width: 72px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  max-width: 72px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media (prefers-reduced-motion: reduce) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      *,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        *::before,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         . . *::after {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             animation-duration: .01ms !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 animation-iteration-count: 1 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     scroll-behavior: auto !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      . . . . . . transition-duration: .01ms !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                    }
                                                                                                                                                                                  }
                                                                                                                                                                             }
                                                                                                                                                                      }
                                                                                                                                                               }
                                                                                                                                                           }
                                                                                                                              }
                                                                                                                    }
                                                                                                        }
                                                                                                  }
                                                                                 }
                                                                           }
                                                              }
                                                      }
                      }