@charset "UTF-8";

/*
Theme Name: sundaygirl
Author: Mat Klik
Description: A custom ecommerce theme
Version: 1.3.86
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sundaygirl
*/

body {
    background-color: #FFF;
    color: rgba(19, 18, 0, 1);
    font-size: 16px;
}

h1, h2, h3, h4, h5 {
    color: rgba(19, 18, 0, 1);
    font-family: "Outfit", sans-serif;
}

h1 {
    font-size: 4.25rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.026rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
}

h3 {
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.026rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
}

.woocommerce-product-details__short-description h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

p,
.breadcrumb_last,
ul li,
label {
    color: rgba(19, 18, 0, 1);
    font-family: "Lato", sans-serif;
    line-height: 1.333rem;
}

ul li {
    list-style-type: square;
    margin-bottom: 0.35rem;
}

a {
    color: rgba(136, 132, 255, 1);
    text-decoration: none;
}

a:hover {
    color: rgba(19, 18, 0, 1);
}

.btn-primary {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.btn-primary:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
}

.btn:disabled,
button[disabled] {
    cursor: not-allowed;
}

.breadcrumbs {
    color: rgba(0, 0, 0, 1);
    font-family: "Lato", sans-serif;
}

.breadcrumbs a {
    color: rgba(136, 132, 255, 1);
    font-family: "Lato", sans-serif;
}

.breadcrumbs a:hover {
    color: rgba(19, 18, 0, 1);
    font-family: "Lato", sans-serif;
    text-decoration: underline;
}

.wp-block-buttons {
    display: inline-block !important;
}

.wp-block-button {
    /*padding: 0 1rem;*/
}

.button {
    border-radius: 0.313rem!important;
    font-family: "Outfit", sans-serif;
    font-size: 0.75rem!important;
    font-weight: 600;
    padding: 0.5rem 1rem!important;
    vertical-align: unset!important;
    text-transform: uppercase;   
}

.wp-block-button a,
#booking-form button,
.single_add_to_cart_button,
.checkout-button,
button#place_order,
#newsletterModal button,
#newsletter-signup button {
    background-color: rgba(136, 132, 255, 1)!important;
    border: 1px solid rgba(136, 132, 255, 1)!important;
    border-radius: 0!important;
    color: rgba(255, 255, 255, 1)!important;
    font-family: "Outfit", sans-serif;
    font-size: 0.75rem!important;
    font-weight: 600;
    padding: 0.5rem 1rem!important;
    vertical-align: unset!important;
    text-transform: uppercase;
}

.wp-block-button a:hover,
#booking-form button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
button#place_order:hover,
#newsletterModal button:hover,
#newsletter-signup button:hover {
    background-color: rgba(19, 18, 0, 1)!important;
    border: 1px solid rgba(19, 18, 0, 1)!important;
    color: rgba(255, 255, 255, 1)!important;
}

.btn-alternate {
   background-color: rgba(255, 255, 255, 1); 
   border: 1px solid rgba(239, 11, 52, 1);
   color: rgba(239, 11, 52, 1);
}

.btn-alternate:hover {
   background-color: rgba(255, 255, 255, 0.8); 
   border: 1px solid rgba(239, 11, 52, 1);
   color: rgba(239, 11, 52, 1);
}

button,
.button {
    border-radius: 0!important;
    height: 40px;
    line-height: unset!important;
    padding: 0.5rem 1rem!important;
}

.wp-block-media-text__content p:last-of-type {
    margin-bottom: 0;
}

.wp-block-table {
    margin: 0;
    font-size: 0.9rem;
    font-family: "Lato", sans-serif;
    color: rgba(0, 0, 0, 1);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
}

header .notification-bar {
    background-color: rgba(160, 160, 153, 1);
    height: 30px;
    overflow: hidden;
    transition: height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}

header .notification-bar p {
    font-size: 0.875rem;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0.25rem 0;
    color: rgba(255, 255, 255, 1);
}

header .notification-bar a {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

header .notification-bar a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

header .notification-bar .carousel.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(20px);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

header .notification-bar .carousel.carousel-fade .carousel-item.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  z-index: 2;
}

header .notification-bar.carousel.carousel-fade .carousel-item-next.carousel-item-start,
header .notification-bar .carousel.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

header .cart-count {
    background-color: rgba(136, 132, 255, 1)!important;
    font-size: 0.5rem!important;
    left: calc(100% - 0.5rem)!important;
    top: 0.25rem!important;
}

.menu-item {
    padding-top: 0;
    padding-bottom: 0;
}

.menu-item a {
    font-family: "Outfit", sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: rgba(19, 18, 0, 1);
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.menu-item a:hover {
    text-decoration: underline;
}

.site-sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    transition:0.3s all ease-in-out;
    background-color: rgba(255, 255, 255, 0.95)!important;
    z-index: 1000;
}

.site-sidebar.show {
    display: block;
    transition:0.3s all ease-in-out;
}

.site-sidebar .navbar-nav .dropdown-menu {
    position: relative;
    display: block;
    background-color: inherit;
    border: 0;
    padding: 0.25rem 1rem;
}

.site-sidebar .menu-item a {
    font-size: 1.25rem!important;
    margin-bottom: 0.75rem;
}

.site-sidebar hr {
    border: 0 !important;
    border-bottom-width: 8px !important;
    border-color: #0C0D1E !important;
    border-bottom-style: solid !important;
    opacity: 1 !important;
    margin: 0;
}

.sidebar-toggler,
.close-sidebar-btn {
    background-color: transparent!important;
    border: none;
    color: rgba(19, 18, 0, 1)!important;
    overflow: hidden;
}

.sidebar-toggler:hover,
.close-sidebar-btn:hover {
    background-color: transparent!important;
    border: none;
    color: #FFF!important;
}

.sidebar-toggler i,
.close-sidebar-btn i {
    color: rgba(19, 18, 0, 1)!important;
    font-size: 2.5rem;
    line-height: 2rem!important;
}

.sidebar-toggler:hover i,
.close-sidebar-btn:hover i {
    background-color: #000!important;
    color: #FFF!important;
    line-height: 2rem!important;
}

.has-mega-menu {
  position: static !important;
}

.mega-menu-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  width: 100vw;
  background: #fff;
  box-shadow: 0 2px 10px -2px rgba(0,0,0,0.4);
  z-index: 1050;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.mega-menu-container.active {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu-inner {
  opacity: 0;
  transform: translateY(10px);
}

.mega-menu-container.active .mega-menu-inner {
  transition: opacity 0.25s ease, transform 0.75s ease;
  opacity: 1;
  transform: translateY(0);
}

.mega-menu-container > .container {
  max-width: 1320px; /* match your Bootstrap container size */
  margin: 0 auto;
  padding: 2rem;
}

.mega-menu-container a {
    color: rgba(19, 18, 0, 1)!important;
    text-decoration: none;
}

.mega-menu-container a:hover {
    color: rgba(19, 18, 0, 0.8)!important;
    text-decoration: underline!important;
}

.mega-menu-container li {
    list-style-type: none;
}

.home-hero .carousel-control-next, 
.home-hero .carousel-control-prev {
    opacity: 1;
}

.home-hero .carousel-control-next i, 
.home-hero .carousel-control-prev i {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 4rem;
    text-shadow: 4px 3px 10px rgba(0, 0, 0, 1), 4px 3px 10px rgba(0, 0, 0, 0.8);
}

.home-hero .carousel-control-next i:before, 
.home-hero .carousel-control-prev i:before {
    background-color: rgba(33, 20, 95, 0.8);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 0.5rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

.home-hero .carousel-control-next i:hover, 
.home-hero .carousel-control-prev i:hover {
    color: rgba(255, 255, 255, 0.8);
}

.home-hero .carousel-control-next-icon, 
.home-hero .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

.home-hero .carousel-item {
    height: 800px;
}

.home-hero .carousel-caption {
    bottom: 3.5rem;
    right: 5%;
    left: 5%;
    text-align: left;
}

.home-hero .carousel-caption a {
    background-color: rgba(255, 255, 255, 1)!important;
    border: 1px solid rgba(255, 255, 255, 1)!important;
    color: rgba(19, 18, 0, 1)!important;
}

.home-hero .carousel-caption a:hover {
    background-color: rgba(19, 18, 0, 1)!important;
    border: 1px solid rgba(19, 18, 0, 1)!important;
    color: rgba(255, 255, 255, 1)!important;
}

.home-hero h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 3rem;
    letter-spacing: -0.1rem;
}

.home-slider {
    /*max-height: 475px;*/
}

.home-slider .slide {
    max-width: 100%;
    height: auto;
}

.space-slider {
    min-height: 375px;
    max-height: 475px;
}

.space-slider .slide {
    height: 100%;
}

.plp .woocommerce-result-count p {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.plp .woocommerce-product-filters a {
    font-size: 1.115rem;
    color: rgba(19, 18, 0, 1) !important;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.plp .accordion-item {
    border: 1px solid rgba(19, 18, 0, 0.4);
}

.plp .accordion-item .accordion-button:not(.collapsed) {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(19, 18, 0, 0.4);
}

.plp .product .product-inner,
.pdp .product .product-inner,
.home .new-products .product .product-inner,
.home .featured-products .product .product-inner {
    position: relative;
}

.plp .product:hover,
.pdp .product:hover,
.home .new-products .product:hover,
.home .featured-products .product:hover {
    cursor: pointer;
}

.plp .product .product-inner .img-outer,
.pdp .product .product-inner .img-outer,
.home .new-products .product .product-inner .img-outer,
.home .featured-products .product .product-inner .img-outer {
    overflow: hidden;
}

.plp .product .product-inner .img-outer img,
.pdp .product .product-inner .img-outer img,
.home .new-products .product .product-inner .img-outer img,
.home .featured-products .product .product-inner .img-outer img {
  display: block;
  -moz-transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
  transition: transform 1.5s;
}

.plp .product:hover .product-inner .img-outer img,
.pdp .product:hover .product-inner .img-outer img,
.home .new-products .product:hover .product-inner .img-outer img,
.home .featured-products .product:hover .product-inner .img-outer img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transform-origin: 50% 50%;
}

.plp .product .product-inner .product-title,
.pdp .product .product-inner .product-title,
.home .new-products .product .product-inner .product-title,
.home .featured-products .product .product-inner .product-title {
    display: inline-block;
}

.plp .product .product-inner .product-title h2,
.pdp .product .product-inner .product-title h2,
.home .new-products .product .product-inner .product-title h2,
.home .featured-products .product .product-inner .product-title h2 {
    text-transform: uppercase;
    font-size: 0.875rem!important;
    font-weight: 700;
    line-height: 1rem!important;
    margin-bottom: 1rem;
}

.plp .product .product-inner .price,
.pdp .pdp-extras .product .product-inner .price,
.home .new-products .product .product-inner .price,
.home .featured-products .product .product-inner .price {
    font-size: 0.875rem!important;
    color: rgba(19, 18, 0, 1)!important;
    font-family: "Outfit", sans-serif;
    font-weight: 300!important;
    line-height: 1rem!important;
    display: inline-flex!important;
    justify-content: end!important;
    padding: 0!important;
    float: right;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: right;
}

.plp .product .product-inner .price del,
.pdp .price del,
.pdp .pdp-extras .product .product-inner .price del,
.home .new-products .product .product-inner .price del,
.home .featured-products .product .product-inner .price del
{
    display: block;
    font-weight: 300!important;
    margin-bottom: 0.5rem;
    opacity: 1;
}

.plp .product .product-inner .price ins,
.pdp .price ins,
.pdp .pdp-extras .product .product-inner .price ins,
.home .new-products .product .product-inner .price ins,
.home .featured-products .product .product-inner .price ins {
    display: block;
    font-weight: 300!important;
    text-decoration: none;
}

.plp .product .product-inner .colour-count,
.pdp .product .product-inner .colour-count,
.home .new-products .product .product-inner .colour-count,
.home .featured-products .product .product-inner .colour-count {
    font-weight: 900;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
}

.plp .product .button,
.pdp .pdp-extras .product .button,
.home .new-products .product .button,
.home .featured-products .product .button {
    display: none!important;
}

.plp .product .product-inner .product-link,
.pdp .product .product-inner .product-link,
.home .new-products .product .product-inner .product-link,
.home .featured-products .product .product-inner .product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pdp .pdp-images {
  position: sticky;
  top: 80px;
  align-self: flex-start;
  background: #fff;
}

.pdp .pdp-images span.onsale {
    height: 4rem;
    width: 4rem;
    font-size: 1rem;
    line-height: 3.5rem;
    top: 0.5em;
    left: 0.5em;
    text-transform: uppercase;
}

.pdp .summary {
    float: none!important;
    width: 100%!important;
}

.pdp .summary h1 {
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.5rem !important;
    margin-bottom: 1rem;
    letter-spacing: 0.115rem;
    text-transform: uppercase;
}

.pdp .summary h3 {
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.115rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    width: 100%;
}

.pdp .summary .price {
    width: 100%!important;
    text-transform: uppercase;
    font-size: 1.25rem !important;
    font-weight: 300;
    line-height: 1rem !important;
    margin-bottom: 1rem;
    letter-spacing: 0.115rem;
    color: rgba(0, 0, 0, 1)!important;
    float: right;
}

.pdp p.stock {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(187, 170, 208, 1)!important;
}

.pdp .qty {
    display: none;
}

.pdp .single_add_to_cart_button {
    border-radius: 0!important;
    height: 40px;
    width: 100%!important;
}

.pdp .product-information h2,
.pdp .product-information h3 {
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.115rem;
    line-height: 1rem;
    margin: 2rem 0 1rem 0;
    text-transform: uppercase;
}

.colour-swatches {
  display: flex;
  gap: 8px;
  margin: 10px 0;
}

.colour-swatch {
  width: 52px;
  height: 40px;
  border: 1px solid rgba(19, 18, 0, 1);
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease;
}

.colour-swatch:hover {
  border: 2px solid rgba(19, 18, 0, 1);
}

.colour-swatch.active {
  border: 2px solid rgba(19, 18, 0, 1);
  box-shadow: 0 0 0 2px #fff inset;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0.5rem;
}

.pdp .reset_variations {
    display: none!important;
}

.pdp .variation-buttons[data-select='select[name="attribute_pa_size"]'] .variation-btn {
    border-radius: 0;
    min-width: 52px;
    height: 40px;
    margin-bottom: 0.5rem;
}

.pdp #wc-square-digital-wallet {
    max-width: unset;
    padding-top: 1rem;
}

.pdp #wc-square-digital-wallet #apple-pay-button,
.pdp #wc-square-digital-wallet #wc-square-google-pay,
.pdp #wc-square-digital-wallet button {
    border-radius: 0;
}

.plp .shop-filters .woocommerce-widget-layered-nav-list__item a, 
.plp .shop-filters .woocommerce-widget-layered-nav-list__item span {
    display: inline-flex;
    align-self: center;
}

.plp .shop-filters .colour-swatch-link.disabled { 
    opacity:0.3; 
    pointer-events:none; 
}

.plp .shop-filters .colour-swatch-link { 
    position: relative;
    color: rgba(19, 18, 0, 1)!important;
}

.plp .shop-filters .colour-swatch-link:hover { 
    color: rgba(19, 18, 0, 0.8)!important;
}

.plp .shop-filters .colour-swatch-link:before { 
    position: absolute;
    color: rgba(255, 255, 255, 1)!important;
    padding: 0.75rem 1.1rem;
}

.plp .shop-filters label{ 
    font-size: 1rem; 
    margin-left: 0;
}

.plp .shop-filters .swatch-label { 
    font-size: 1rem; 
    margin-left: 8px;
}

.plp .shop-filters .swatch-count { 
    font-size: 1rem; 
    margin-left: 2px; 
}

/* Checkboxes */
.plp .shop-filters .filter-checkbox {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.plp .shop-filters .filter-checkbox input[type="checkbox"] {
  margin-right: 8px;
}

.plp .shop-filters .form-check-input:checked {
  background-color: rgba(0, 0, 0, 1)!important;
}

.plp .products.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.plp .products.loading::after {
  content: "Loading…";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.home h2 {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.5rem;
}

.page-template-template-left-sidebar h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    text-transform: uppercase;
}

.page-template-template-left-sidebar h2:first-of-type {
    margin-top: 0rem;
}

.page-template-template-left-sidebar h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    text-transform: uppercase;
}

.page-template-template-left-sidebar h4 {
    font-size: 1.05rem;
    letter-spacing: 0.026rem;
    text-transform: uppercase;
}

.home-category-block {
    position: relative;
}

.home-category-block .title {
    position: absolute;
    bottom: 5%;
    left: 0;
    color: rgba(255, 255, 255, 1)!important;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    letter-spacing: -0.1rem;
    line-height: 3rem;
}

.home .new-products img {
    height: auto;
    max-width: 100%;
}

.item-gallery .gallery-prev, 
.item-gallery .gallery-next,
.gallery-prev, 
.gallery-next {
  margin: 0 1rem;
  top: 4%;
  border-radius: 0;
}

.item-gallery .gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  gap: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.item-gallery .gallery::-webkit-scrollbar {
  display: none;
}

.item-gallery .gallery-item,
.item-gallery .product {
  /*flex: 0 0 80%;*/
  scroll-snap-align: start;
  width: calc((100% - (2 * 16px)) / 1.15);
}

.item-gallery .gallery-item img,
.item-gallery .product img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.entry-summary .cart {
    display: block;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width: 33%;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 150px;
}

.wc_payment_methods li {
    list-style: none;
}

.tinvwl_add_to_wishlist_button {
    width: 28px!important;
    height: 28px!important;
}

.tinvwl_add_to_wishlist_button:before {
    font-size: 28px!important;
}

.woocommerce-info {
    border-top-color: rgba(136, 132, 255, 1)!important;
}

.woocommerce-info::before {
    color: rgba(136, 132, 255, 1)!important;
}

.list-group a.active {
    background-color: rgba(136, 132, 255, 1)!important;
}

.tinv-header {
    display: none;
}

.mt-69 {
    margin-top: 69px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-110 {
    margin-top: 110px;
}

.smaller {
    font-size: 0.7rem;
}

.disabled {
    opacity: 0.25;
}

.disabled-cursor {
    cursor: not-allowed;
    pointer-events: none;
}

.disabled-strike {
    background: 
     linear-gradient(to top left,
         rgba(0,0,0,0) 0%,
         rgba(0,0,0,0) calc(50% - 0.8px),
         rgba(0,0,0,1) 50%,
         rgba(0,0,0,0) calc(50% + 0.8px),
         rgba(0,0,0,0) 100%),
     linear-gradient(to top right,
         rgba(0,0,0,0) 0%,
         rgba(0,0,0,0) calc(50% - 0.8px),
         rgba(0,0,0,1) 50%,
         rgba(0,0,0,0) calc(50% + 0.8px),
         rgba(0,0,0,0) 100%);
}

footer {
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(19, 18, 0, 1);
}

footer a {
    color: rgba(19, 18, 0, 1);
    font-family: "Outfit", sans-serif;
    font-size: 0.9rem;
}

footer a:hover {
    color: rgba(19, 18, 0, 0.7);
    font-family: "Outfit", sans-serif;
    font-size: 0.9rem;
}

@media (min-width: 640px) {
  .item-gallery .gallery-item,
  .item-gallery .product {
    width: calc((100% - (2 * 16px)) / 2.5);
  }
}

@media (min-width: 992px) {
  .item-gallery .gallery-item,
  .item-gallery .product {
    width: calc((100% - (2 * 16px)) / 3.5);
  }
}

@media screen and (max-width: 430px) {
    .home h2 {
        font-size: 2.75rem;
        line-height: 3.25rem;
    }
    .item-gallery h2 {
        font-size: 2.25rem;
    }
    #newsletterModal .img-outer {
        max-height: 280px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .home-hero .carousel-item {
        height: 540px;
    }
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
}

@keyframes slideup {
    0% {
        top: 0px;
    }
    75% {
        top: 0px;
    }
    100% {
        top: -10px;
    }
}
