@charset "UTF-8";
/**
Theme Name: mybigwords
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mybigwords
Template: astra
*/
.animated-arrow.container {
  display: flex;
  justify-content: center;
  height: 53px;
  margin-bottom: 70px;
  width: 100%;
}
.animated-arrow .chevron {
  position: absolute;
  width: 1.05rem;
  height: 0.24rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.animated-arrow .chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.animated-arrow .chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.animated-arrow .chevron:before, .animated-arrow .chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #5f4ecb;
}
.animated-arrow .chevron:before {
  left: 0;
  transform: skewY(30deg);
}
.animated-arrow .chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(1.14rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(1.56rem);
  }
  100% {
    opacity: 0;
    transform: translateY(2.4rem) scale(0.5);
  }
}
.hover-effect-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  transform: skewX(-25deg);
  visibility: hidden;
}
.hover-effect-shine:hover::after {
  animation: HoverEffectShine 1.25s;
  visibility: visible;
}
@keyframes HoverEffectShine {
  100% {
    left: 125%;
  }
}
.popular-designs-container .uagb-container-inner-blocks-wrap {
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  column-gap: 1.5rem !important;
}
.popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item {
  min-width: calc(100% / 3 - 1rem) !important;
  flex-direction: column !important;
}
.popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container .uagb-ifb-image-content, .popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container .design-preview, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item .uagb-ifb-image-content, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item .design-preview {
  background: #eeeeee;
  border-radius: 15px;
  box-shadow: 0 0.125rem 0.25rem #00000020 !important;
  margin-bottom: 8px;
}
.popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container .uagb-ifb-image-content.best-seller:after, .popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container .design-preview.best-seller:after, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item .uagb-ifb-image-content.best-seller:after, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item .design-preview.best-seller:after {
  content: "Best Seller";
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #5f4ecb;
  color: white;
  padding: 0 10px;
  left: 12px;
  position: absolute;
  top: 12px;
  border-radius: 15px;
}
.popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container .design-info, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item .design-info {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
}
.popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container .design-info h3, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item .design-info h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container .design-info .price-info, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item .design-info .price-info {
  margin-top: -7px;
}
.popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container .design-info .design-yours-btn, .popular-designs-container .uagb-container-inner-blocks-wrap .design-item .design-info .design-yours-btn {
  border: 1px solid #5f4ecb;
  border-radius: 24px;
  padding: 6px 12px;
  width: 117px;
  background: #5f4ecb;
  color: white;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 920px) {
  .popular-designs-container .uagb-container-inner-blocks-wrap {
    column-gap: 1rem !important;
  }
  .popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
    min-width: calc(100% / 2) !important;
  }
}
@media (max-width: 767px) {
  .popular-designs-container .uagb-container-inner-blocks-wrap {
    margin-top: 32px;
    margin-bottom: 64px;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .popular-designs-container .uagb-container-inner-blocks-wrap {
    padding-left: 10%;
    padding-right: 10%;
    column-gap: 1rem !important;
  }
  .popular-designs-container .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
    min-width: calc(100%) !important;
  }
}
.popular-designs-container:after {
  position: absolute;
  width: 82px;
  height: 100%;
  background: linear-gradient(-90deg, #f3f5f7, transparent);
  top: 0;
  bottom: 0;
  z-index: 9;
  right: 0;
}
.popular-designs-container:before {
  position: absolute;
  width: 82px;
  height: 100%;
  background: linear-gradient(90deg, #f3f5f7, transparent);
  top: 0;
  bottom: 0;
  z-index: 9;
  left: 0;
}
.popular-designs-container .uagb-ifb-button-wrapper {
  margin-top: -50px;
}
.popular-designs-container .uagb-ifb-button-wrapper a {
  width: 72%;
  margin: auto;
  background-color: #5f4ecb !important;
  color: white !important;
  padding: 12px !important;
  border-radius: 28px !important;
  border: none !important;
  font-size: 14px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem #00000020 !important;
}
.popular-designs-container .uagb-ifb-button-wrapper a:after {
  content: "✨";
  font-size: 20px;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
}
.popular-designs-nav {
  position: absolute !important;
  left: 50%;
  top: 64px;
  width: 200px !important;
  transform: translateX(318px);
  font-size: 29PX;
  padding: 0;
}
.popular-designs-nav button {
  border: 0;
  font-size: 27px;
  padding: 7px;
  color: #25272c;
}
.popular-designs-nav button:hover, .popular-designs-nav button:focus, .popular-designs-nav button:active {
  background: none;
  color: #25272c;
}
.category-buttons {
  margin-bottom: 32px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  max-width: 550px;
  padding: 0 10px;
}
.category-buttons a {
  text-align: center;
  font-weight: 500;
  font-size: 0.85em;
  color: black;
}
.category-buttons a span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
  border-radius: 50%;
  border: 2px solid black;
  overflow: hidden;
  position: relative;
  height: 64px;
  width: 64px;
}
.category-buttons a span svg {
  position: absolute;
}
.category-buttons a span svg path, .category-buttons a span svg polyline, .category-buttons a span svg circle {
  stroke-width: 20px !important;
}
.category-buttons a.love span svg {
  width: 85%;
  height: 75%;
  top: 15px;
}
.category-buttons a.names span svg {
  width: 85%;
  height: 88%;
  top: 10px;
}
.category-buttons a.admire span svg {
  width: 85%;
  height: 75%;
  top: 10px;
}
.category-buttons a.family span svg {
  width: 85%;
  height: 75%;
  top: 15px;
}
.category-buttons a.life span svg {
  width: 87%;
  height: 87%;
  top: 11px;
}
.category-buttons a .circle-button {
  position: relative;
  border-radius: 50%;
  border: 3px solid #f3f5f7;
}
.category-buttons a .circle-button::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, #5f4ecb, #d891c5, #9d38a3, #7e3c9b, #f26aa7, #604fcb);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.category-buttons a:hover .circle-button::before, .category-buttons a.active .circle-button::before {
  opacity: 1;
}
.floating-editor-buttons {
  margin-top: -48px;
  z-index: 2;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .floating-editor-buttons.sailing-mode {
    position: fixed !important;
    bottom: 10px;
    z-index: 90;
    width: 230px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s ease-in;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  .floating-editor-buttons.sailing-mode.sailing-mode--active {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out;
  }
  .floating-editor-buttons.sailing-mode .editor-button a {
    border-radius: 34px;
    padding: 12px 0;
    width: 100%;
    flex-direction: column;
  }
  .floating-editor-buttons.sailing-mode .editor-button a p {
    margin: 0;
    font-size: 10px;
  }
  .floating-editor-buttons.sailing-mode .editor-button a:after {
    right: 47%;
    transform: translateY(-50%);
  }
}
.floating-editor-buttons .editor-button {
  width: 100% !important;
}
.floating-editor-buttons .editor-button a {
  width: 90%;
  margin: auto;
  background-color: #5f4ecb;
  color: white;
  padding: 20px;
  border-radius: 0;
  border: none !important;
  font-size: 15px;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.5) !important;
}
.mybigwords-editor-ready .editor-button a:after {
  content: "✨";
  font-size: 20px;
  position: absolute;
  right: 50%;
  margin-right: -84px;
  top: 50%;
  transform: translateY(-50%);
}
.editor-button a {
  position: relative;
}
.editor-button a:after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  margin-right: -84px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top: 2px solid #5f4ecb;
  border-radius: 50%;
  animation: button-loading-spin 1s linear infinite;
  opacity: 0.8;
}
.mybigwords-editor-ready .editor-button a:after {
  content: "✨";
  display: block;
  width: auto;
  height: auto;
  border: none;
  animation: none;
  font-size: 20px;
  position: absolute;
  right: 50%;
  margin-right: -84px;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes button-loading-spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.hero-right-column {
  row-gap: 20px !important;
}
.hero-box {
  background-color: #eeeeee;
}
.hero-box .uagb-ifb-button-wrapper {
  width: 80%;
  margin: auto;
  text-align: center;
}
.hero-box .uagb-ifb-button-wrapper a {
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #5f4ecb;
  color: white;
  padding: 20px;
  border-radius: 0;
  border: none !important;
  font-size: 16px;
}
.uagb-block-e9c7da84 figure:after {
  font-weight: 800;
  background-image: url(/assets/svg/star.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 67%;
  left: 53%;
  content: "made by you";
  display: flex;
  justify-content: center;
  font-size: 10px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01rem;
  line-height: 0.7rem;
  padding: 0 12px;
  color: #000000b8;
  transform: rotate(13deg) scale(0.85);
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.85)) opacity(0.75);
}
.cart-container {
  -webkit-tap-highlight-color: transparent;
}
.ast-mobile-header-wrap, #ast-desktop-header {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
}
.ast-site-identity {
  padding: 0.51em 0 !important;
}
/* 2. Hide the real checkbox */
#menu-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mybigwords-desktop-nav {
  display: block;
}
@media (max-width: 767px) {
  .mybigwords-desktop-nav {
    display: none;
  }
}
.mybigwords-mobile-nav {
  display: none;
  /* 3. Hamburger button */
  /* 4. Animate into “X” when checked */
}
@media (max-width: 767px) {
  .mybigwords-mobile-nav {
    display: block;
  }
}
.mybigwords-mobile-nav .menu-btn {
  position: relative;
  top: 0.25rem;
  right: 0.5rem;
  width: 1.25rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}
.mybigwords-mobile-nav .menu-btn span {
  display: block;
  height: 0.13rem;
  background: #5f4ecb;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mybigwords-mobile-nav #menu-toggle:checked + .menu-btn span:nth-child(1) {
  transform: translateY(0.625rem) rotate(45deg);
}
.mybigwords-mobile-nav #menu-toggle:checked + .menu-btn span:nth-child(2) {
  opacity: 0;
}
.mybigwords-mobile-nav #menu-toggle:checked + .menu-btn span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(-45deg);
}
.mybigwords-menu {
  /* 5. The blurred overlay */
  /* 6. The popup menu */
  /* 7. Slide menu into view when checked */
}
.mybigwords-menu .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0);
  /* transparent, but with backdrop-filter */
  pointer-events: none;
  backdrop-filter: blur(0);
  transition: backdrop-filter 0.3s ease;
  z-index: 1000;
}
.mybigwords-menu #menu-toggle:checked ~ .overlay {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.55);
  pointer-events: auto;
  /* so taps outside menu can close it if we wrap label around overlay */
}
.mybigwords-menu .menu {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease;
  z-index: 1002;
  padding: 1rem;
  margin: 15px;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.mybigwords-menu .menu .btn-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  opacity: 0.85;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.mybigwords-menu .menu ul {
  list-style: none;
}
.mybigwords-menu .menu li + li {
  margin-top: 1rem;
}
.mybigwords-menu .menu a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
}
.mybigwords-menu #menu-toggle:checked ~ .menu {
  bottom: 0;
}
.mybigwords-menu .quote-box {
  background-color: #5f4ecb;
  border-radius: 20px;
  padding: 14px 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  margin-top: 28px;
  margin-bottom: 20px;
}
.mybigwords-menu .quote-box .quote-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.mybigwords-menu .quote-box .quote-box-inner:before {
  content: "✦ ";
  position: absolute;
  top: 1px;
  left: -8px;
  font-size: 95px;
  color: #ecd533;
  font-weight: 100;
  font-family: monospace;
}
.mybigwords-menu .quote-box .quote-box-inner:after {
  content: "✦ ";
  position: absolute;
  top: 31px;
  left: 30px;
  font-family: monospace;
  color: #ecd533;
  font-size: 36px;
}
.mybigwords-menu .quote-box .quote-box-text {
  margin-left: 4rem;
  margin-right: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.mybigwords-menu .quote-box .quote-box-text:after {
  content: "✴";
  position: absolute;
  top: 43px;
  left: -46px;
  font-family: monospace;
  color: #ecd533;
  font-size: 17px;
}
.mybigwords-menu .quote-box .quote-box-text p.quote {
  font-family: "EB Garamond";
  font-style: italic;
  text-align: justify;
  margin-bottom: 0px;
}
.mybigwords-menu .quote-box .quote-box-text p.author {
  font-family: "EB Garamond";
  font-style: normal;
  text-align: right;
  margin-bottom: 4px;
}
.mybigwords-menu section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.mybigwords-menu .menu-ideas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mybigwords-menu .menu-ideas ul {
  margin-left: 0;
}
.mybigwords-menu .menu-ideas li {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.mybigwords-menu .menu-ideas li a {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.mybigwords-menu .menu-ideas .idea-image {
  width: 71px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  min-width: 70px;
}
.mybigwords-menu .menu-ideas .idea-image.for-us {
  background-image: url("/assets/nav/forus.webp");
  background-size: cover;
  background-position: center;
}
.mybigwords-menu .menu-ideas .idea-image.little-hero {
  background-image: url("/assets/nav/littlehero.webp");
  background-size: cover;
  background-position: center;
}
.mybigwords-menu .menu-ideas .idea-image.four-leg-majesty {
  background-image: url("/assets/nav/4legmajesty.webp");
  background-size: cover;
  background-position: center;
}
.mybigwords-menu .menu-ideas .idea-image.good-word {
  background-image: url("/assets/nav/goodword.webp");
  background-size: cover;
  background-position: center;
}
.mybigwords-menu .menu-ideas .idea-text h3 {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
}
.mybigwords-menu .menu-ideas .idea-text p {
  font-size: 12px;
  color: gray;
  margin-bottom: 0;
}
.mybigwords-menu .menu-ideas .idea-text .sub-title {
  font-size: 12px;
  color: gray;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: -6px;
}
.mybigwords-menu .menu-ideas .idea-text .description {
  font-size: 12px;
  color: gray;
  margin-bottom: 0;
  font-weight: 400;
}
/*
    Animated dot
*/
.animated-dot-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -5px;
  top: -6px;
}
.animated-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5f4ecb;
}
.animated-dot-ring {
  border: 3px solid #5f4ecb;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  position: absolute;
  animation: animated_dot_animation 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
@keyframes animated_dot_animation {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.designs-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  width: 100%;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
.designs-loading p {
  color: #666;
  font-size: 1.1rem;
  margin: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
html.ast-mobile-cart-active, body.ast-mobile-cart-active {
  overflow: hidden !important;
}
.ideas-slide {
  min-height: 60vh;
}
.astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart {
  padding: 0 2em;
}
.astra-cart-drawer .astra-cart-drawer-content .widget_shopping_cart_content ul li {
  padding: 0px 0 32px !important;
}
.woocommerce-js ul.product_list_widget li img {
  position: static;
  height: initial;
  transform: none;
  display: block;
  left: 0;
  max-height: 18em;
  max-width: 100%px;
  width: auto;
  top: 50%;
  float: none;
  margin: 0;
  background-color: white;
}
.woocommerce-page table.cart img {
  position: static;
  height: initial;
  transform: none;
  display: block;
  left: 0;
  max-height: 18em;
  max-width: 100%;
  width: auto;
  top: 50%;
  float: none;
  margin: 0;
  background-color: white;
}
.poster-order-preview-img {
  background-color: white;
  box-shadow: inset 2px 1px 15px 0px rgba(0, 0, 0, 0.25);
}
.mini_cart_item div:has(img.poster-order-preview-img) {
  width: fit-content;
  margin: 30px auto 12px;
  max-width: 85%;
  position: relative;
  background: white;
  background-size: 100%;
  padding: 5px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
}
.mini_cart_item div:has(img.poster-order-preview-img) img.frame {
  box-shadow: inset 2px 1px 15px 0px rgba(0, 0, 0, 0.25);
}
.astra-cart-drawer {
  border: none !important;
}
.astra-cart-drawer .astra-cart-drawer-content {
  background-color: #f2f5f7 !important;
}
.astra-cart-drawer-close {
  color: #f2f5f7 !important;
}
.astra-cart-drawer-header {
  background: #25272d;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.4);
  border: none !important;
}
.astra-cart-drawer-title {
  font-family: "EB Garamond";
  font-size: 21px;
  text-align: center;
  margin-top: -4px;
  color: white !important;
}
.astra-cart-drawer-title:before {
  content: "༻";
  color: #ffde18;
}
.astra-cart-drawer-title:after {
  content: "༺";
  color: #ffde18;
}
.mini_cart_item .quantity {
  float: left;
  margin-left: 50%;
  transform: translateX(-50%);
}
.woocommerce-js ul.cart_list li > a, .woocommerce-js ul.product_list_widget li > a {
  text-align: center;
}
/* .woocommerce-mini-cart-item div:has(img.poster-order-preview-img.horizontal){
    width: fit-content;
    margin: 30px auto;
    max-width: 85%;
    
} */
/* .woocommerce-mini-cart-item div:has(img.poster-order-preview-img.frame) {
    
} */
.mini_cart_item div:has(img.poster-order-preview-img.frame):before {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  box-shadow: 1px 1px 12px -1px rgba(0, 0, 0, 0.5);
}
.mini_cart_item div:has(img.poster-order-preview-img.horizontal.frame):before {
  width: 103.8%;
  height: 105%;
  left: -1.9%;
  top: -2.5%;
}
.mini_cart_item div:has(img.poster-order-preview-img.vertical.frame):before {
  width: 105%;
  height: 103.8%;
  left: -2.5%;
  top: -1.9%;
}
.mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-30x40.frame.black):before, .mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-45x60.frame.black):before, .mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-60x80.frame.black):before {
  background-image: url("/assets/frames/rect_horizontal_black.jpg");
}
.mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-30x40.frame.white):before, .mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-45x60.frame.white):before, .mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-60x80.frame.white):before {
  background-image: url("/assets/frames/rect_horizontal_white.jpg");
}
.mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-30x40.frame.wood):before, .mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-45x60.frame.wood):before, .mini_cart_item div:has(img.poster-order-preview-img.horizontal.size-60x80.frame.wood):before {
  background-image: url("/assets/frames/rect_horizontal_pine.jpg");
}
.mini_cart_item div:has(img.poster-order-preview-img.vertical.size-30x40.frame.black):before, .mini_cart_item div:has(img.poster-order-preview-img.vertical.size-45x60.frame.black):before, .mini_cart_item div:has(img.poster-order-preview-img.vertical.size-60x80.frame.black):before {
  background-image: url("/assets/frames/rect_vertical_black.jpg");
}
.mini_cart_item div:has(img.poster-order-preview-img.vertical.size-30x40.frame.white):before, .mini_cart_item div:has(img.poster-order-preview-img.vertical.size-45x60.frame.white):before, .mini_cart_item div:has(img.poster-order-preview-img.vertical.size-60x80.frame.white):before {
  background-image: url("/assets/frames/rect_vertical_white.jpg");
}
.mini_cart_item div:has(img.poster-order-preview-img.vertical.size-30x40.frame.wood):before, .mini_cart_item div:has(img.poster-order-preview-img.vertical.size-45x60.frame.wood):before, .mini_cart_item div:has(img.poster-order-preview-img.vertical.size-60x80.frame.wood):before {
  background-image: url("/assets/frames/rect_vertical_pine.jpg");
}
.woocommerce-page #content table.cart td {
  vertical-align: top;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table tr td:last-child {
  vertical-align: top;
}
td.product-price dl.variation, td.product-price .wc-item-meta {
  position: absolute;
  width: 200px;
  margin-top: 25px;
  list-style: none outside;
}
td.product-price dl.variation dt, td.product-price dl.variation .wc-item-meta-label, td.product-price .wc-item-meta dt, td.product-price .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
td.product-price dl.variation dd, td.product-price .wc-item-meta dd {
  margin: 0;
}
td.product-price dl.variation p, td.product-price dl.variation:last-child, td.product-price .wc-item-meta p, td.product-price .wc-item-meta:last-child {
  margin-bottom: 0;
}
td.product-price p.backorder_notification {
  font-size: 0.83em;
}
.cart_item div:has(img.poster-order-preview-img) {
  width: fit-content;
  margin: 20px 0;
  max-width: 100%;
  position: relative;
  background: white;
  transform-style: preserve-3d;
  background-size: 100%;
  padding: 7px;
}
.cart_item div:has(img.poster-order-preview-img.frame):before {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateZ(-1px);
  box-shadow: 1px 1px 12px -1px rgba(0, 0, 0, 0.5);
}
.cart_item div:has(img.poster-order-preview-img.horizontal.frame):before {
  width: 103.8%;
  height: 105%;
  left: -1.9%;
  top: -2.5%;
}
.cart_item div:has(img.poster-order-preview-img.vertical.frame):before {
  width: 105%;
  height: 103.8%;
  left: -2.5%;
  top: -1.9%;
}
.cart_item div:has(img.poster-order-preview-img.horizontal.size-30x40.frame.black):before, .cart_item div:has(img.poster-order-preview-img.horizontal.size-45x60.frame.black):before, .cart_item div:has(img.poster-order-preview-img.horizontal.size-60x80.frame.black):before {
  background-image: url("/assets/frames/rect_horizontal_black.jpg");
}
.cart_item div:has(img.poster-order-preview-img.horizontal.size-30x40.frame.white):before, .cart_item div:has(img.poster-order-preview-img.horizontal.size-45x60.frame.white):before, .cart_item div:has(img.poster-order-preview-img.horizontal.size-60x80.frame.white):before {
  background-image: url("/assets/frames/rect_horizontal_white.jpg");
}
.cart_item div:has(img.poster-order-preview-img.horizontal.size-30x40.frame.wood):before, .cart_item div:has(img.poster-order-preview-img.horizontal.size-45x60.frame.wood):before, .cart_item div:has(img.poster-order-preview-img.horizontal.size-60x80.frame.wood):before {
  background-image: url("/assets/frames/rect_horizontal_pine.jpg");
}
.cart_item div:has(img.poster-order-preview-img.vertical.size-30x40.frame.black):before, .cart_item div:has(img.poster-order-preview-img.vertical.size-45x60.frame.black):before, .cart_item div:has(img.poster-order-preview-img.vertical.size-60x80.frame.black):before {
  background-image: url("/assets/frames/rect_vertical_black.jpg");
}
.cart_item div:has(img.poster-order-preview-img.vertical.size-30x40.frame.white):before, .cart_item div:has(img.poster-order-preview-img.vertical.size-45x60.frame.white):before, .cart_item div:has(img.poster-order-preview-img.vertical.size-60x80.frame.white):before {
  background-image: url("/assets/frames/rect_vertical_white.jpg");
}
.cart_item div:has(img.poster-order-preview-img.vertical.size-30x40.frame.wood):before, .cart_item div:has(img.poster-order-preview-img.vertical.size-45x60.frame.wood):before, .cart_item div:has(img.poster-order-preview-img.vertical.size-60x80.frame.wood):before {
  background-image: url("/assets/frames/rect_vertical_pine.jpg");
}
#wcpay-express-checkout-button-separator {
  width: 100%;
}
.woocommerce-checkout-review-order .loader::before {
  display: none;
}
.woocommerce-table__line-item.order_item .wc-item-meta {
  margin-left: 8px;
}
.ast-icon svg {
  fill: none;
}
.ast-site-header-cart i.astra-icon:after {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-style: normal;
  top: -2px;
  right: -4px;
  font-weight: normal;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
}
@media only screen and (max-width: 768px) {
  .ast-site-header-cart i.astra-icon:after {
    top: 9px;
    right: -4px;
  }
}
.astra-cart-drawer-content .ast-mini-cart-empty {
  justify-content: flex-start;
  padding-top: 35%;
  margin: 0 50px;
}
.astra-cart-drawer-content .ast-mini-cart-empty .woocommerce-mini-cart__buttons, .astra-cart-drawer-content .ast-mini-cart-empty .ast-mini-cart-message {
  display: none;
}
.astra-cart-drawer-content .ast-mini-cart-empty .button {
  margin: 0 auto;
}
.astra-cart-drawer-content .ast-mini-cart-empty p {
  margin: 10px 20px 25px;
}
.uagb-slider-container.uagb-block-a115acea .swiper-pagination {
  bottom: 30px !important;
}
.header-features-list {
  display: flex;
  justify-content: center;
}
.header-features-list img {
  width: 32px !important;
}
.header-image-zoom {
  cursor: pointer;
}
.header-image-zoom figure {
  overflow: hidden;
}
.header-image-zoom.click-to-zoom:after {
  content: "";
  position: absolute;
  width: 5em;
  height: 4em;
  background-image: url("https://mybigwords.com/wp-content/uploads/2025/01/zoom_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 62%;
  left: 34%;
  pointer-events: none;
  transform: rotate(-9deg);
}
.header-image-zoom.joyful img {
  transition: all 0.5s ease;
}
.header-image-zoom.joyful img.zoom {
  transform: scale(1.75) translateY(10%) translateX(-15%);
}
.header-image-zoom.heart img {
  transition: all 0.5s ease;
}
.header-image-zoom.heart img.zoom {
  transform: scale(2) translateY(19%) translateX(-1%);
}
.header-image-zoom.lovestory img {
  transition: all 0.5s ease;
}
.header-image-zoom.lovestory img.zoom {
  transform: scale(1.5) translateY(8%) translateX(3%);
}
.header-image-zoom.youloveme img {
  transition: all 0.5s ease;
}
.header-image-zoom.youloveme img.zoom {
  transform: scale(1.65) translateY(-2%) translateX(-6%);
}
.header-image-zoom.treasure img {
  transition: all 0.5s ease;
}
.header-image-zoom.treasure img.zoom {
  transform: scale(1.45) translateY(-6%) translateX(1%);
}
.logo-black {
  background-image: url(https://mybigwords.com/wp-content/uploads/2025/01/logo-black-1.webp);
  background-repeat: no-repeat;
  width: 150px;
  background-size: 100%;
  height: 110px;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  padding: 0 !important;
}
#mailpoet_form_1 .parsley-errors-list {
  margin-top: 6px;
}
#mailpoet_form_1 .mailpoet_text {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0 0;
  border: none;
}
#mailpoet_form_1 .mailpoet_submit {
  width: 100% !important;
  box-sizing: content-box !important;
  background-color: #000000;
  border-style: solid;
  border-radius: 0px !important;
  border-width: 0px;
  border-color: transparent !important;
  padding: 18px 0px !important;
  margin: 0 auto 0 0 !important;
  color: #ffdd15;
}
#block-25 {
  max-width: 375px;
  margin-top: 36px;
  margin-left: auto;
}
#block-33 {
  margin-bottom: 8px;
}
.site-footer-section-2 {
  margin-top: 36px;
  margin-right: auto;
  margin-bottom: 0px;
}
.site-footer-section > * {
  margin-bottom: 0px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating-sun {
  display: inline-block;
  animation: rotate 7s linear infinite;
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.variation {
  display: none;
}
#wc-stripe-express-checkout-element {
  width: 100%;
  justify-content: center;
}
#wc-stripe-express-checkout-button-separator {
  width: 100%;
}
.page-id-1565 .site-footer, .page-id-1565 .site-header {
  display: none;
}
.page-id-1565 .post-1565 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 55%;
  padding: 64px;
  margin-bottom: 0 !important;
}
@media (max-width: 920px) {
  .page-id-1565 .post-1565 {
    width: 100%;
  }
}
.page-id-1565 .post-1565 .entry-content {
  max-width: 624px;
  align-self: flex-end;
}
@media (max-width: 920px) {
  .page-id-1565 .post-1565 .entry-content {
    max-width: 100%;
  }
}
.page-id-1565 .entry-header {
  background-image: url(https://mybigwords.com/wp-content/uploads/2025/01/logo-horizontal-1.webp);
  width: 100%;
  height: 67px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -45px;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
  max-width: 624px;
  background-position: 50%;
}
@media (max-width: 920px) {
  .page-id-1565 .entry-header {
    margin-top: -18px;
    max-width: 100%;
  }
}
.page-id-1565 .entry-header h1 {
  display: none;
}
.page-id-1565 .wcpay-stripelink-modal-trigger {
  display: none;
}
.page-id-1565 .ast-container {
  padding: 0;
  max-width: 100%;
}
.page-id-1565 .ast-container #primary {
  margin: 0;
}
.page-id-1565 .col2-set {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}
@media (max-width: 920px) {
  .page-id-1565 .ast-mobile-order-review-wrap table div {
    max-width: 300px;
    padding: 0.4em;
  }
  .page-id-1565 .ast-mobile-order-review-wrap table td, .page-id-1565 .ast-mobile-order-review-wrap table th {
    border: none;
    font-weight: 500 !important;
  }
  .page-id-1565 .ast-mobile-order-review-wrap table td .woocommerce-Price-amount.amount, .page-id-1565 .ast-mobile-order-review-wrap table th .woocommerce-Price-amount.amount {
    font-weight: 500 !important;
  }
}
.page-id-1565 #ast-order-review-wrapper {
  position: absolute !important;
  left: 55%;
  top: 64px !important;
  padding-left: 64px;
}
.page-id-1565 #ast-order-review-wrapper #order_review_heading {
  display: none;
}
.page-id-1565 #ast-order-review-wrapper .shop_table.woocommerce-checkout-review-order-table {
  box-shadow: none !important;
  max-width: 400px;
}
.page-id-1565 #ast-order-review-wrapper .shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}
.page-id-1565 #ast-order-review-wrapper .shop_table.woocommerce-checkout-review-order-table td, .page-id-1565 #ast-order-review-wrapper .shop_table.woocommerce-checkout-review-order-table th {
  padding: 0 !important;
  border: none;
  font-weight: 500 !important;
}
.page-id-1565 #ast-order-review-wrapper .shop_table.woocommerce-checkout-review-order-table td .woocommerce-Price-amount.amount, .page-id-1565 #ast-order-review-wrapper .shop_table.woocommerce-checkout-review-order-table th .woocommerce-Price-amount.amount {
  font-weight: 500 !important;
}
.page-id-1565 #ast-order-review-wrapper .shop_table.woocommerce-checkout-review-order-table .product-name div {
  max-width: 80%;
  padding: 1.9% !important;
  margin: 8px 0 24px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
}
.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons {
  background-color: #25272c;
}
.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child {
  display: none;
}
.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
  padding: 20px !important;
  margin: 0 !important;
}
.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:hover {
  background-color: black !important;
  color: white !important;
}
.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:before {
  content: "✦";
  color: #ffde18;
  margin-right: 4px;
}
.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:after {
  content: "✦";
  color: #ffde18;
  margin-left: 4px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  bottom: 32px;
  left: 50%;
  margin-left: 60px;
  top: initial;
}
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .freeshipping {
  font-family: "Nothing You Could Do";
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0px;
}
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__total {
  padding: 0.1em 2em;
  padding-bottom: 0;
  border-bottom: none;
  background: #25272c;
  border-color: #25272c;
  color: #bdbdbd;
}
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__total strong {
  color: #bdbdbd;
}
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content p.subtotal {
  padding-top: 10px;
  box-shadow: 1px -3px 18px rgba(0, 0, 0, 0.6);
}
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content p.sum-up {
  color: white;
  font-weight: 900;
}
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content p.sum-up strong {
  color: white;
}
.stars-element {
  display: none;
  text-align: center;
  margin-top: -74px;
  font-size: 20px;
  color: #efd330 !important;
}
.happy-customers {
  padding-left: 10px;
  padding-right: 60px;
}
.customer-review {
  width: 300px !important;
  text-align: justify;
  background-color: #eeeeee;
  padding: 14px;
  box-sizing: content-box;
  margin-top: -31px;
  color: #3E2B5C;
  border-radius: 25px;
}
.customer-review details summary {
  list-style: none;
}
.customer-review details summary .read-more-btn {
  color: #3E2B5C;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.customer-review details[open] summary .read-more-btn {
  display: none;
}
