/**
Theme Name: Astra Child
Author: AGStudio
Author URI: https://agstudio.pro/
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: 2.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/*
 * GENERAL
 */

@font-face {
   font-display: fallback;
   font-family: 'FactorA-Ultralight';
   font-style: normal;
   src: url('../astra-child/assets/fonts/FactorA-Ultralight.woff') format('woff'),
        url('../astra-child/assets/fonts/FactorA-Ultralight.woff2') format('woff2'),
        url('../astra-child/assets/fonts/FactorA-Ultralight.ttf') format('truetype');
 }
 
 @font-face {
   font-display: fallback;
   font-family: 'FactorA-Regular';
   font-style: normal;
   src: url('../astra-child/assets/fonts/FactorA-Regular.woff') format('woff'),
        url('../astra-child/assets/fonts/FactorA-Regular.woff2') format('woff2'),
        url('../astra-child/assets/fonts/FactorA-Regular.ttf') format('truetype');
 }

:root {
  --wbw-global-color-0: rgb(105 138 43);
  --wbw-global-color-1: rgb(242 242 242);
  --wbw-global-color-2: rgb(219 204 255);
}

body, button, input, select, textarea, .ast-button, .ast-custom-button {
  font-family: 'FactorA-Regular', sans-serif;
}

.trp-license-notice {
  display: none !important;
}

.entry-content > ul {
  padding-left: 1em;
}

.ast-off-canvas-active {
  overflow: hidden;
}

.wp-block-button a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

input[type="email"], input[type="number"], input[type="password"], input[type="reset"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  padding: .55em .8em;
  border-radius: 8px;
}

#ast-scroll-top {
  width: 40px !important;
  height: 40px !important;
  padding: 2px;
  right: 25px;
  bottom: 25px;
  background: rgba(240,240,240,.75) !important;
}

.blur-8,
.trp-ls-shortcode-current-language,
#ast-scroll-top,
#lpop-close,
#trp_ald_no_text_popup_change_language,
#trp_close {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.blur-4 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.mb0 {
  margin-bottom: 0 !important;
}

.page-title,
.style-heading,
.woocommerce-js div.product .product_title,
.support-articles .wp-block-heading,
.footer-sign-up .description .title,
.home-top-columns h1 {
  font-family: 'FactorA-Regular', sans-serif;
  font-feature-settings: "ss01";
}

.term-212 .page-title {
  font-feature-settings: inherit;
}

.page-title {
  font-size: 1.6rem;
}

.fe-btn a {
  color: inherit;
}
.fe-btn a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
 width: 100%; 
}

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 30px;
  margin-bottom: 60px;
}

.single-product .woocommerce-message {
  border-radius: 0 16px 0 0;
}
.woocommerce .woocommerce-message a.button {
  padding: 10px 20px;
  font-size: .9rem;
}

.gray-square-background {
  position: relative; 
}
.gray-square-background:before {
  content: '';
  position: absolute;
  top: 70px;
  bottom: -35px;
  left: 70px;
  right: 70px;
  background: #eee;
  z-index: -1;
}

.site-footer ul,
.no-list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-content {
  display: none;
}
.active-tab {
  display: block;
}

.mw-800 {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}
.down-arrow {
  position: absolute;
  top: calc(100vh - 70px);
  left: calc(50% - 2px);
  width: 0;
  height: 22px;
  border: .07em solid;
  animation: jumpInfinite 1.5s infinite;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 8px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 12px;
  }
  100% {
    margin-top: 0;
  }
}

.yt-background-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
.yt-background-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


/* Popup Style */
body.popup-open {
  overflow:hidden
}
.popup,
.popup .overlay {
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:999
}
.popup .overlay {
  background:rgba(20,20,20,.5);
  backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
  z-index:1
}
.popup .content {
  border-radius:12px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  width:450px;
  max-width:90%;
  max-height:95%;
  font-size:1em;
  line-height:1.4;
  z-index:2;
  text-align:center;
  padding:40px 30px 30px;
}
.popup .content video {
  max-width:100%;
  max-height:100%;
  border-radius:4px
}
.popup .close-btn {
  cursor:pointer;
  position:absolute;
  right:10px;
  top:10px;
  width:30px;
  height:30px;
  color:#333;
  font-size:25px;
  font-weight:600;
  line-height:30px;
  text-align:center
}
.popup.video .content {
  padding:0;
  width:auto;
  box-shadow:0 20px 30px rgba(0,0,0,.2)
}
.popup.video .close-btn {
  background:#fff;
  top:8px;
  right:8px;
  width:34px;
  height:34px;
  line-height:34px;
  border-radius:8px
}
.popup.open,
.popup.open .overlay {
  display:block !important
}

#mc4wp-form-2 label {
  display: none;
}
#mc4wp-form-2 input {
 width: 35%;
}
#mc4wp-form-2 input[type="email"],
#mc4wp-form-2 input[type="text"] {
  border: none;
  background-color: #eee;
  box-shadow: inset 0 2px 3px #ccc;
  border-radius: 8px;
  margin-right: 5px;
}
#mc4wp-form-2 input::placeholder {
  color: #888;
}



/* Scroll Style */
.overflow-table {
  overscroll-behavior: contain;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
}
.overflow-table {
  scrollbar-color: rgba(0,0,0,.3) transparent;
}
.overflow-table::-webkit-scrollbar {
  height: .375rem;
  width: .375rem;
}
.overflow-table::-webkit-scrollbar-track {
  background-color: transparent;
}
.overflow-table::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.3);
  border-radius: 3px;
}
.overflow-table::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,.3);
}
.overflow-table::-webkit-scrollbar-thumb:active {
  background-color: rgb(0,0,0);
}
.overflow-table::-webkit-scrollbar-thumb:vertical {
  min-height: 1.5rem;
}
.overflow-table::-webkit-scrollbar-thumb:horizontal {
  min-width: 1.5rem;
}



/*
 * HEADER 
 */

 #trp_no_text_popup_wrap {
   position:fixed;
   z-index:999;
   width:185px;
   height:40px;
   padding:0;
   right:75px;
   bottom:120px;
   background:#fff0;
   box-shadow:none
 }
 #trp_no_text_popup {
   padding:0;
   margin:0;
   border:none
 }
 #trp_ald_no_text_popup_div {
   display:none
 }
 #trp_no_text_popup .trp_ald_change_language_div {
   min-width:100px;
   margin:0;
   width:100%
 }
 #trp_ald_no_text_popup_change_language {
   background-color:rgb(240 240 240 / .75);
   border:none;
   border-radius:0;
   padding:0;
   height:40px;
   width:100%;
   color:#333;
   margin:0;
   font-size:.9rem;
   border-radius:0 30px 30px 0;
   font-weight:700;
   display:flex;
   flex-wrap:wrap;
   align-items:center;
   text-align:center;
   justify-content:center
 }
 #trp_ald_no_text_popup_change_language:hover {
   background-color:rgb(200 200 200 / .75);
   color:#333
 }
 #trp_ald_no_text_popup_x_button_and_textarea {
   display: none !important;
 }
   #trp_ald_not_text_popup_ls_and_button {
     width: 100%;
   }
 #trp_ald_no_text_popup_x {
   position:absolute;
   left:100%;
   padding-left:10px;
   display: block !important;
 }
 #trp_ald_no_text_popup_x #trp_close {
   padding:0;
   height:40px;
   width:40px;
   background-color:rgb(240 240 240 / .75);
   border-radius:30px;
   background-repeat:no-repeat;
   background-position:center;
   background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")
 }
 #trp_no_text_popup #trp_close::before {
   display:none
 }
 #trp_no_text_popup .trp_ald_ls_container {
   position:absolute;
   right:100%;
   height:40px;
   margin-right:2px;
   width:60px;
   margin-top: 0 !important;
 }
 #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-current-language,
 #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-language {
   height:40px;
   border:none;
   padding:0
 }
 #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-current-language {
   padding-right:30px!important;
   border-radius:30px 0 0 30px;
   padding-left:15px!important;
   color:#333;
   background:rgb(240 240 240 / .75) url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg fill='%23000000' height='10px' width='10px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 490 490' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='490,157.332 244.996,407.369 0,157.332 76.493,82.631 244.996,254.598 413.507,82.631 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center right 12px / 8px!important;
   border:none;
   font-size:.9rem;
   font-weight:700;
   display:flex;
   align-items:center
 }
 #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-current-language.trp-ls-clicked {
   visibility:visible;
   background-color:rgb(200 200 200 / .75)!important;
   border-radius:10px 0 0 0
 }
 #trp_no_text_popup #trp_ald_no_text_popup_select_container {
   width:60px!important;
   top:100%;
   height:auto!important;
   background:#eee;
   box-shadow:none;
   border-radius:0 0 10px 10px
 }
 #trp_no_text_popup #trp_ald_no_text_popup_select_container .trp-ald-popup-select {
   height:40px;
   padding:0 15px;
   line-height:40px;
   font-size:.9rem
 }
 .trp-language-switcher>div {
   border:none;
   width:auto!important
 }
 .trp-language-switcher>div>a {
   color:#222;
   white-space:nowrap
 }
 .ast-theme-transparent-header .trp-language-switcher:not(:hover)>div {
   background-color:#fff0
 }
 .ast-theme-transparent-header .trp-language-switcher:hover>div {
   background-color:#333
 }
 .ast-theme-transparent-header .trp-language-switcher:hover>div>a {
   background:#fff0;
   color:#ccc
 }
 .ast-theme-transparent-header .trp-language-switcher>div>a:hover {
   color:#fff!important
 }
 
 
 #trp_no_text_popup #trp_ald_no_text_popup_select_container .trp-ald-popup-select[data-trp-ald-selected-language="en_US"] {
   display: none;
 }
 #trp_no_text_popup #trp_close::before {
   display: none;
 }

#masthead .ast-container {
  padding-left: 20px;
  padding-right: 20px;
}

.ast-logo-title-inline .site-logo-img {
  padding-right: 0;
}

.main-header-bar.ast-header-breadcrumb {
  border-bottom: none;
}

.site-header-primary-section-right svg, .site-header-primary-section-right span {
  display: block;
}
.ast-header-search .astra-search-icon svg,
.ast-header-wishlist .ast-wishlist-action-link,
.ast-header-search .astra-search-icon,
.ast-header-account-link {
  display: block;
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
  stroke: currentColor;
}
.ast-header-account-link {
  padding: 2px;
}
.ast-header-search .astra-search-icon svg {
  margin: 0;
}
.ast-icon-shopping-bag .ast-icon svg, .ast-icon-shopping-cart .ast-icon svg, .ast-icon-shopping-basket .ast-icon svg {
  stroke-width: 1.5;
  stroke: currentColor;
}

.ast-builder-html-element a:hover {
  color: inherit;
}

.site-header .ast-icon {
  display: block;
  width: 24px;
  height: 24px;
}

#ast-desktop-header .ast-builder-language-switcher-menu-item-header.ast-builder-language-switcher-menu-item-header.active a {
  border-bottom: 1px solid #ccc;
}
.ast-mobile-popup-drawer .ast-header-language-switcher {
  padding: 10px 0 0 !important;
}
.ast-mobile-popup-drawer .ast-header-language-switcher .ast-lswitcher-item-header {
  color: #333 !important;
}

.ast-hfb-header .ast-addon-cart-wrap {
  padding: 0;
}
.ast-cart-menu-wrap, i.astra-icon.ast-icon-shopping-bag {
  display: block;
}
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon::after {
  background-color: #da1010 !important;
  box-shadow: none !important;
  padding: 0;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
  padding: .85em;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus, .ast-menu-toggle:focus {
  outline: none !important;
  border: none !important;
}
.ahfb-svg-iconset svg {
  width: 24px;
  height: 24px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background-color: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.ast-mobile-popup-header::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 18px;
  width: 101px;
  height: 42px;
  background: url(/wp-content/uploads/2023/11/logo-retina.png) no-repeat left center / contain;
}
.ast-mobile-popup-drawer.active .ast-desktop-popup-content, .ast-mobile-popup-drawer.active .ast-mobile-popup-content {
  margin-top: auto;
}
.ast-mobile-popup-inner .ast-header-html-2 {
  line-height: 1.4;
}
.ast-mobile-popup-inner .ast-header-html-2 a {
  font-size: 1.35rem;
  display: block;
  color: inherit !important;
}
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #fff;
}

.ast-theme-transparent-header .ast-builder-menu-2 .menu-item > .menu-link,
.ast-theme-transparent-header .ast-header-html-2 .ast-builder-html-element,
.ast-theme-transparent-header .ast-header-html-2 a {
  color: #333;
}
.ast-theme-transparent-header .ast-above-header-bar {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.ast-theme-transparent-header.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
}

.ast-theme-transparent-header .ast-lswitcher-item-header {
  color: #fff;
}
.ast-theme-transparent-header .ast-header-account-link svg {
  stroke: #fff;
}
.ast-theme-transparent-header .ast-header-account-link path {
  fill: transparent !important;
}



/* 
Header Search 
*/

.ast-search-box.header-cover .search-field {
  display: none !important;
}
.ast-search-box.header-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto;
  overflow: auto;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.admin-bar .ast-search-box.header-cover {
  top: 31px;
}
.ast-search-box.full-screen .ast-search-wrapper,
.ast-search-box.header-cover .ast-search-wrapper {
  position: relative;
  top: 0;
  left: 0;
  padding-right: 50px;
  transform: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent;
  padding: 10px 0 !important;
}
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
  max-height: 80vh !important;
  padding: 10px !important;
}
.ast-search-box.header-cover #close {
  position: fixed;
  right: 20px;
  top: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 12px;
  padding: 0;
  z-index: 1;
}
.ast-search-box.header-cover #close .icon-close {
  display: block;
  height: 40px;
  padding: 5px;
  line-height: 1.1;
}
.ast-search-box.header-cover #close svg {
  width: 22px;
  height: 22px;
  transition: all .2s ease;
}
.ast-search-box.header-cover #close svg path {
  fill: #333
}
.ast-search-box.header-cover #close:hover svg {
  transform: rotate(90deg);
}
.ast-search-box.header-cover .search-text-wrap {
  width: 100% !important;
    margin: 0 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 13px;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  box-shadow: none;
  font-size: 16px !important;
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  z-index: 2;
}
.dgwt-wcas-suggestions-wrapp {
  margin-top: 15px;
  border-radius: 18px !important;
  padding: 0;
  border: none;
}
.dgwt-wcas-details-wrapp {
  margin-top: 15px;
  border-radius: 0 12px 12px 0 !important;
  border: none;
  box-shadow: 10px 10px 10px rgba(30,30,30,.1);
}
.dgwt-wcas-suggestion-selected {
  background: #f6f6f6;
  border-radius: 12px;
}
.dgwt-wcas-suggestion {
  padding: 8px;
}
.dgwt-wcas-si {
	width: 70px;
}
.dgwt-wcas-si img {
  border: none;
  border-radius: 6px;
  padding: 0;
}
.dgwt-wcas-tpd-image {
  width: 60px;
  background: transparent;
  border: none;
}
.dgwt-wcas-tpd-image img {
  border-radius: 6px;
}
.dgwt-wcas-details-inner {
  width: 100%;
}
.dgwt-wcas-details-main-image {
  border: none;
  padding: 20px 20px 0;
}
.dgwt-wcas-details-main-image img {
  max-height: 450px;
  border-radius: 6px;
}
.dgwt-wcas-pd-price, .dgwt-wcas-details-hr, .dgwt-wcas-pd-addtc {
  display: none;
}
.dgwt-wcas-datails-title {
  margin: 15px 0;
}
.dgwt-wcas-details-product-title {
  text-align: center;
}
.dgwt-wcas-tax-product-details {
  margin: 0 -5px 5px;
}
.dgwt-wcas-tax-product-details:hover {
  box-shadow: none;
  background: #f6f6f6;
  border-radius: 12px;
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  border: none;
  color: #999;
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline:first-child .dgwt-wcas-st {
  margin-top: 5px;
}
a.dgwt-wcas-details-more-products {
  padding: 15px 0 0;
}
.js-dgwt-wcas-overlay-mobile .dgwt-wcas-suggestions-wrapp {
  box-shadow: none;
}
.dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input {
  border-bottom: 1px solid #eee;
}
.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-preloader {
  height: 44px;
}
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp, .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
  min-height: 62px !important;
}
.dgwt-wcas-open .site-header {
  box-shadow: 0 0 9999px rgba(30,30,30,.4);
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-color: transparent;
}


/*
 * FOOTER 
 */

.ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
  grid-template-columns: 3fr 1fr 1fr 1fr !important;
}
.ast-builder-grid-row-5-equal .ast-builder-grid-row {
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr !important;
}
.site-footer a {
  color: inherit;
}
.site-footer h3 {
  font-size: 1.1rem;
}
.site-primary-footer-wrap ul {
  margin-top: 1rem;
}
.site-primary-footer-wrap li {
  padding: .2rem 0;
}
.ast-footer-html-1 .ast-builder-html-element .footer-logo {
  float: left;
  padding: 5px 20px 20px 0;
}
.ast-footer-html-1 .ast-builder-html-element .footer-logo img {
  width: 45px;
}
.ast-footer-html-1 .ast-builder-html-element .footer-logo + h3 {
  display: inline;
}
.ast-footer-html-1 .ast-builder-html-element .footer-logo ~ p {
  padding-left: 65px;
}

.site-footer .country-select {
  padding-left: 45px;
}
.site-footer .country-select > * {
  float: left;
  margin: 5px;
}
.site-footer .country-select select {
  border: none;
  background-color: #f6f6f6;
  border-radius: 30px;
  padding-left: 15px;
  background-position-x: right 10px;
  font-size: .9rem;
}

.footer-sign-up .description {
  margin: 15px 0;
}
.footer-sign-up .description .title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.footer-sign-up .form label {
  display: none;
}
.footer-sign-up .form input {
  border-radius: 20px;
  margin: 2px 0;
}

.footer-currency {
  padding-left: 60px;
}
.footer-currency select {
  border: none;
  padding: 8px 28px 8px 12px;
  background-color: #f6f6f6;
  background-position-x: 90%;
  border-radius: 20px;
}


/* HOME */
/* ============================================
   Wedding Outlet — Homepage custom sections
   Add to: Appearance → Additional CSS
   or your child theme's style.css
   ============================================ */

/* ------------------------------------------
   Shared: section headings (Why / How)
------------------------------------------ */
.wp-block-group h2.wp-block-heading {
    font-size: 0.85em;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    color: #888;
    margin-bottom: 3rem;
}

/* ------------------------------------------
   "Why Wedding Outlet" — 4-column benefits
------------------------------------------ */
.home-why .wp-block-columns {
    gap: 2.5rem;
    align-items: flex-start;
}

.home-why .wp-block-column h4.wp-block-heading {
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
    border-bottom: 1px solid #e8e4e0;
    padding-bottom: 0.6rem;
}

.home-why .wp-block-column p {
    font-size: 0.85em;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* ------------------------------------------
   "How it works" — 3-column steps
   Background set inline in block, but we
   refine typography and spacing here
------------------------------------------ */
.home-how .wp-block-columns {
    gap: 3rem;
    align-items: flex-start;
}

.home-how .wp-block-column h4.wp-block-heading {
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.home-how .wp-block-column p {
    font-size: 0.85em;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Step numbers — styled via the heading text "1." "2." "3."
   They inherit the h4 style above, which is correct */

/* ------------------------------------------
   Responsive — stack on mobile
------------------------------------------ */
@media (max-width: 768px) {
    .home-why .wp-block-columns,
    .home-how .wp-block-columns {
        flex-direction: column;
        gap: 2rem;
    }

    .home-why .wp-block-column,
    .home-how .wp-block-column {
        width: 100% !important;
    }

    .wp-block-group h2.wp-block-heading {
        margin-bottom: 2rem;
    }
}

/*
 * PAGES
 */


.shop-all .wp-element-button {
   position: relative;
   overflow: hidden;
   font-weight: bold;
   padding-left: 55px !important;
   background-position: 20px 8px;
   background-repeat: no-repeat;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23333' width='24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
 }
 .shop-all .wp-element-button:hover {
   padding-left: 25px !important;
   padding-right: 55px !important;
   background-position: -35px 8px;
 }
 .shop-all .wp-element-button::before {
   content: '';
   position: absolute;
   right: -35px;
   top: 10px;
   width: 24px;
   height: 24px;
   transition: all .2s ease;
   background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
 }
 .shop-all .wp-element-button:hover::before {
   right: 22px;
 }

.ast-plain-container.ast-no-sidebar.page-id-29 #primary {
  margin-top: 0;
}
.home-top-columns .wp-block-cover__image-background,
.home-top-columns .wp-block-cover__background,
.home-top-columns .wp-block-column {
  transition: all .3s ease;
}
.home-top-columns .wp-block-column {
  overflow: hidden;
  width: 50%;
  flex-basis: auto !important;
  margin: 0 !important;
  background: #030303 !important;
}
.home-top-columns.anim .wp-block-column:hover {
  width: 65%;
}
.home-top-columns .bordered.wp-block-cover {
  padding: 20% !important;
}
.home-top-columns .bordered .wp-block-cover__image-background {
  padding: 15%;
}
.home-top-columns .wp-block-column:hover .wp-block-cover__image-background {
  filter: none;
}
.wc-block-product-template {
  margin: 0;
  padding-left: 0 !important;
}
.wc-block-product-template a {
  text-decoration: none !important;
  color: inherit;
}
.wc-block-product-template a,
.wc-block-components-product-price {
  font-size: .9rem;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 1rem;
  line-height: 1.4;
}

/* Contact */
.contact-top {
  position: relative;
  z-index: 2;
}
.wp-block-social-links {
  padding-left: 0 !important;
}
.ast-plain-container.ast-no-sidebar.page-id-434  #primary {
  margin-bottom: 0;
}
#vscf .form-group input[type="text"],
#vscf .form-group input[type="email"],
#vscf .form-group textarea {
  width: 100%;
  border-radius: 8px;
  border-color: #d9d7d7;
}
#vscf .form-group textarea {
  height: 100px;
}
.support-articles .read-more-right a {
  color: inherit;
  text-decoration-style: dotted !important;
  font-weight: bold;
}
.support-articles .read-more-right a:after {
  content: ' →';
}
.support-articles .contact-faq .wp-block-column {
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 16px;
  font-size: .9rem;
  line-height: 1.4;
  margin-bottom: 0;
}


/*
 * PRODUCT
 */

.single-product .woocommerce-message {
   margin-bottom: 3em;
 }

.woocommerce-js div.product div.images img {
  width: 100% !important;
}

.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider) > span.onsale {
  left: 20px;
  top: -20px;
  font-weight: bold;
  background-color: rgba(255,255,255,.8);
  backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
  line-height: 52px;
}

.woocommerce-js div.product .product_title {
  font-size: 1.55rem;
  line-height: 1.3;
  margin-bottom: 1em;
}
.single-product .sku, .woocommerce-js div.product p.price .from {
  color: #888;
  font-size: .9rem;
}
.woocommerce-js div.product p.price, .woocommerce-js div.product span.price {
  font-size: 1.1rem;
	text-transform: lowercase;
}
.woocommerce-js div.product p.price .from {
  font-weight: normal;
  font-size: .9rem;
}
.woocommerce div.product p.price ins,
.woocommerce-Price-amount.amount {
  font-weight: bold !important;
  color: #333;
}
.woocommerce div.product p.price del + ins {
  float: left;
  padding-right: 10px;
  color: #333;
  min-width: 100px;
}
.woocommerce div.product p.price del + ins bdi {
  color: #e11c1c;
}
.woocommerce div.product p.price del {
  position: relative;
  font-weight: normal;
}
.woocommerce div.product .entry-summary p.price .precentage {
  position: relative;
  font-size: 1rem;
  background: #dbccff;
  color: #7a60b7;
  line-height: 1.4;
  padding: 4px 8px;
  border-radius: 8px;
  top: -1px;
  margin-left: 8px;
  cursor: default;
}
.woocommerce div.product .entry-summary p.price .precentage:before,
.woocommerce div.product .entry-summary p.price .precentage:after {
  position: absolute;
  top: 100%;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}

.woocommerce div.product.ast-product-gallery-layout-first-image-large .woocommerce-product-gallery__image {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce div.product video,
.woocommerce div.product.ast-product-gallery-layout-first-image-large .product-video-wrapper {
  width: 100%;
}
.woocommerce div.product.ast-product-gallery-layout-first-image-large .product-video-wrapper.top {
  order: -1;
}
.woocommerce div.product.ast-product-gallery-layout-first-image-large .product-video-wrapper.bottom {
  order: 1;
}
.woocommerce div.product video {
  max-width: 100%;
}

.woocommerce-js div.product form.cart {
  margin: 30px 0;
}
.woocommerce-js div.product form.cart div.quantity {
  display: none;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  width: auto;
  float: left;
  padding: 14px 24px;
  margin: 0 10px 10px 0;
  border-radius: 25px;
}

.wc-pao-addon.wc-pao-addon-container {
  align-items: center;
}
.wc-pao-addon-image-swatch,
.wc-pao-addon-image-link {
  display: inline-block;
  outline: none !important;
  padding: 4px;
  margin-right: 4px;
  margin-bottom: 2px;
  border-radius: 12px;
  border: 2px solid #fff;
}
.wc-pao-addon-image-swatch img,
.wc-pao-addon-image-link img {
  max-width: 45px;
  max-height: 45px;
  float: left;
  border-radius: 8px;
}
.wc-pao-addon-image-swatch:hover,
.wc-pao-addon-image-link:hover,
.wc-pao-addon-image-link:active,
.wc-pao-addon-image-link:focus {
  border: 2px solid #444;
}
.wc-pao-addon-image-swatch.selected {
  border: 2px solid #222;
  outline: none !important;;
}
.ast-stock-detail,
.wc-pao-addon-image-swatch-selected-swatch {
  display: none;
}

.woocommerce-js div.product form.cart .single_variation_wrap .single_variation {
  display: none !important;
}
.woocommerce-js div.product form.cart .quantity {
  position: relative;
  padding: 0 28px;
}
.woocommerce-js div.product form.cart .quantity .qty {
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  height: 44px;
  width: 38px;
  color: #333 !important;
}
.woocommerce-js div.product form.cart .quantity .minus,
.woocommerce-js div.product form.cart .quantity .plus {
  position: absolute;
  border: none;
  height: 42px;
  width: 28px;
  color: #ccc;
  text-align: left;
  left: 0;
  top: 0;
}
.woocommerce-js div.product form.cart .quantity .plus {
  right: -5px;
  text-align: right;
  left: auto;
}
.woocommerce-js div.product form.cart .quantity:hover .minus,
.woocommerce-js div.product form.cart .quantity:hover .plus {
  color: #666;
}

.woocommerce-js div.product form.cart .variations {
  border-bottom: none;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations th {
  float: left;
  min-width: 100px;
  color: #999;
  font-size: .9rem;
  line-height: 1.4;
  padding: 5px 10px 5px 0;
}
.woocommerce-js div.product form.cart .variations label {
  font-weight: normal;
}
.woocommerce-js div.product form.cart .variations td,
.woocommerce-js div.product form.cart .variations th {
  padding-bottom: 10px;
}

.wc-pao-addons-container {
  margin-bottom: 25px;
}
.wc-pao-addon.wc-pao-addon-container, .wc-pao-addon .form-row {
  display: flex;
  flex-wrap: wrap;
}
.wc-pao-addon.wc-pao-addon-container {
  margin-bottom: 15px;
}
.wc-pao-addon label.wc-pao-addon-name {
  min-width: 100px;
  color: #666;
  font-weight: normal;
  font-size: .9rem;
}
.wc-pao-addon .form-row {
  padding: 0 !important;
  margin: 0 !important;
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio,
.wc-pao-addon-price {
  display: none;
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio + label {
  padding: 8px 10px;
  border-radius: 20px;
  margin: 0 1px 2px;
  cursor: pointer;
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio + label:hover {
  background-color: #f6f6f6;
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio:checked ~ label {
  background: #eee;
}
.wc-pao-addon .open-size-chart {
  padding: 1px;
  font-size: .9rem;
  text-decoration: underline;
  text-decoration-style: dotted;
  margin-left: 20px;
  color: #222;
}

.ast-variation-button-group .open-size-chart {
  line-height: 24px;
  padding-left: 10px;
  color: #888;
  font-size: .9rem;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #ccc;
  cursor: pointer;
}
.ast-variation-button-group .open-size-chart:hover {
  text-decoration: none;
  color: #333;
}
.ast-variation-button-group .ast-single-variation {
  border-radius: 20px;
  border: none !important;
  margin: -4px 2px 4px 0;
  padding: 6px 10px;
  min-width: 32px;
  min-height: 32px;
  line-height: 20px;
  text-align: center;
  font-size: .95rem;
  color: #222;
}
.ast-variation-button-group .ast-single-variation.active,
.ast-variation-button-group .ast-single-variation:hover {
  background-color: #eee;
}
.woocommerce-js div.product form.cart .reset_variations {
  padding: 10px 10px 0;
}
.woocommerce-js div.product form.cart .reset_variations:hover {
  opacity: 1;
}

.single-product .product .summary .production-time {
  color: #888;
  font-size: .9rem;
  padding: 2px;
}
.single-product .product .summary .production-time strong {
  color: #333;
}

.product-tabs .tab {
  margin: 0 15px 15px 0;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
.product-tabs .tab.active {
  text-decoration: underline;
}
.product-tabs ~ .tab-content {
  font-size: .9rem;
  min-height: 160px;
}
#tab-sizing p {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.woocommerce-product-attributes {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 20px;
}
.woocommerce-product-attributes .pai_label {
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.3;
  color: #888;
}
.woocommerce-product-attributes .pai_label + p {
  font-weight: bold;
  color: #222;
}
.pai-attribute_pa_brand, .pai-attribute_pa_collecton-year {
  display: none;
}

.product .woosw-btn {
  background:0 0;
  color:#333;
  padding-left:40px;
  position:relative;
  background-repeat:no-repeat;
  background-position:10px 10px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23e11c1c' width='24px'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z' %3E%3C/path%3E%3C/svg%3E")
}
.product .woosw-btn.woosw-added,
.product .woosw-btn:hover {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23e11c1c' width='24px'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z' fill='%23e11c1c'%3E%3C/path%3E%3C/svg%3E")
}
.product .woosw-btn.woosw-added:before {
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-8px;
  content:'›' !important;
  font-size:1.3rem;
  opacity:0
}
.product .woosw-btn.woosw-added:hover:before {
  right:5px;
  opacity:1
}

.size-chart table {
  margin: 0;
  color:#000;
  display:none;
  width:100%;
  border: none;
  border-collapse:collapse;
  white-space: nowrap;
}
.size-chart th {
  box-sizing:border-box;
  font-weight:700;
  padding: 8px;
}
.size-chart table thead:not(.no-border) {
  border-bottom:1px solid #999
}
.size-chart table td {
  text-align:center;
  min-width:46px;
  padding: 8px;
  color:#666;
  border: none;
}
.size-chart table th {
  text-align: center;
  padding-right:12px;
  white-space: nowrap;
  border: none;
}
.size-chart th.size {
  width: 105px;
}
.size-chart table th span {
  font-weight: normal;
  text-transform: none;
  color: #626262;
}
.size-chart table th select {
  padding: 0 17px 0 0;
  border: none;
  color: #222;
  background-color: transparent;
  cursor: pointer;
  background-size: 10px;
}
.size-chart table tbody tr:first-child,
.size-chart table tbody tr:first-child td,
.size-chart table tbody tr:nth-child(2n+3),
.size-chart table tbody tr:nth-child(2n+3) td {
  background-color: #EEE;
}
.size-chart .switchers {
  margin: 20px;
}
.size-chart .switcher {
  display: inline-block;
}
.switcher input {
  display: none;
}
.switcher label {
  position: relative;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 20px;
  font-weight: bold;
  transition: all .3s ease;
  color: #777;
}
.switcher input:checked + label {
  background: #eee;
  color: #333;
}
.switcher label:hover {
  color: #333;
}
.popup.size-chart .content {
  padding: 30px 0 0;
}
.popup.size-chart table th {
  padding-left: 15px;
  vertical-align: bottom;
}
.popup.size-chart .content .model-sizing h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-id-439 .switchers {
  margin: 0 0 30px;
}
.page-id-439 .switcher input:checked + label {
  background: #ccc;
}



/*
 * WISHLIST
 */

.woosw-items, .woosw-items tr, .woosw-items td {
  display: block;
  border: none;
  background: transparent !important;
  padding: 0 !important;
}
.woosw-items, .woosw-popup-content-mid-massage {
  margin: 3rem 0 !important;
}
.woosw-items tbody {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.woosw-list table.woosw-items .woosw-item {
  position: relative;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--image,
.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  width: 100%;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  border-radius: 12px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px !important;
  width: auto;
  z-index: 2;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 8px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--info {
  padding: 15px !important;
  line-height: 1.4;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--time {
  color: #999;
  font-size: .9em;
}
.woosw-list table.woosw-items .woosw-item .product_type_simple {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 1;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--stock {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.85);
  line-height: 28px;
  padding: 0 10px;
  font-size: .9em;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--stock .in-stock {
  margin: 0;
  color: #347d3c;
}
.woosw-list .woosw-copy .woosw-copy-url {
  margin-right: 10px;
}
.woosw-list .woosw-actions code, .woosw-popup-content-mid-massage code {
  font: inherit;
}
.woosw-popup-content-mid-massage {
  padding: 2rem;
  background: #f6f6f6;
  text-align: center;
}


/*
 * FLOATING CART
 */

.woocommerce-js ul.product_list_widget li img {
  height: 100px;
  border-radius: 8px;
}
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping) {
  display: none;
}



/*
 * CHECKOUT
 */




/*
 * PRODUCT CATEGORY
 */


.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
  padding: 0;
}

.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap:not(:first-child) {
  margin-left:4px
}
.woocommerce .ast-shop-toolbar-container .astra-shop-filter-button,
.woocommerce .ast-shop-toolbar-container .astra-shop-categories-button {
  background:0 0;
  padding:.67em 1em;
  height:40px;
  color:#333;
  margin-right 8px
}
.woocommerce-page .woocommerce-ordering select {
  cursor:pointer;
  height:40px;
  padding:0 15px;
  border-radius:8px;
  background-position-x:right 10px
}
.woocommerce .ast-shop-toolbar-container .astra-shop-categories-button:hover,
.woocommerce .ast-shop-toolbar-container .astra-shop-filter-button:hover,
.woocommerce-page .woocommerce-ordering select:hover {
  background-color:#f6f6f6
}
.woocommerce .ast-shop-toolbar-container .astra-shop-categories-button.active {
  background-color:#282626;
  color:#fff
}
.woocommerce .ast-shop-toolbar-container .astra-shop-filter-button svg,
.woocommerce .ast-shop-toolbar-container .astra-shop-categories-button svg {
  position:relative;
  margin:-4px 5px -4px 0
}
.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
}

.filter-button.ast-shop-filter-close {
  background: #333;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list .show-more button {
  color: #333;
  text-decoration-style: dashed;
  padding: 10px 0;
  margin-top: 10px;
}

.term-accessories .astra-shop-filter-button {
  display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.4;
  display: block;
  color: #333;
}
.woocommerce-js ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-weight: normal;
  color: #666;
}

.woocommerce-js ul.products li.product .price .from {
  display: none;
}
.woocommerce-js ul.products li.product .onsale {
  right: auto;
  left: 1em;
  top: 1.5em;
}

.woocommerce-page ul.products li.product .astra-shop-summary-wrap .woosw-btn {
  position:absolute;
  right:10px;
  top:10px;
  width:40px;
  height:40px;
  backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
  background-color: rgba(227, 227, 227, 0.2);
  overflow:hidden;
  text-indent:-9999px;
  background-size: 28px;
  background-position:center;
  padding:0
}
.woocommerce-page ul.products li.product .astra-shop-summary-wrap .woosw-btn:not(:hover):not(.woosw-btn-added) {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23444' width='24px'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z' %3E%3C/path%3E%3C/svg%3E")
}
.woocommerce-page ul.products li.product .astra-shop-summary-wrap .play-video {
  position:absolute;
  right:10px;
  top:45px;
  width:40px;
  height:40px;
  cursor:pointer;
  opacity:.9;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff' class='w-6 h-6' width='24px'%3E%3Cpath fill-rule='evenodd' d='M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm14.024-.983a1.125 1.125 0 010 1.966l-5.603 3.113A1.125 1.125 0 019 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113z' clip-rule='evenodd' /%3E%3C/svg%3E%0A") no-repeat center/26px
}
.woocommerce li.product:not(.hover-video) .video,
.woocommerce li.product.hover-video .show-on-hover.video+.show-on-hover {
  display:none
}
.woocommerce li.product.hover-video.always-visible .show-on-hover.video {
  opacity: 1;
}
.woocommerce li.product .show-on-hover.video {
  width:auto;
  height:auto;
  max-width:100%;
  transform:translateX(-50%) translateY(-50%);
  top:50%;
  left:50%
}
.woocommerce-js ul.products li.product:hover .show-on-hover.video {
  width: 120%;
  height: 120%;
}



/*
 * POPUP MESSAGE
 */

#lpop, #lpop-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
#lpop {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
  overflow: hidden;
}
#lpop-overlay {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(20,20,20,.25);
  z-index:99;
}
#lpop-popup {
  width: 550px;
  max-width: 100%;
  padding: 25px;
  height: auto;
  margin: 20px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 30px -15px rgba(0,0,0,.3);
  overflow: hidden;
  z-index: 999;
}
#lpop-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #333;
  font-size: 1.8rem;
  z-index: 99999;
  background: rgba(255,255,255,.4);
  border-radius: 12px;
}
#lpop-close:before {
  display: inline-block;
  content: "\00d7";
}
#lpop-title{
  height: auto;
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
  color:#333;
  padding-right: 30px;
  font-size: 1.5rem;
  line-height: 1.2;
}
#lpop-open, #floating-chat-btn {
  position: fixed;
  right: 75px;
  bottom: 70px;
  min-width: 185px;
  white-space: nowrap;
  height: 40px;
  font-weight: bold;
  /*! padding: 7px 7px 7px 40px; */
  padding: 8px;
  font-size: .9rem;
  text-align: center;
  cursor: pointer;
  color: #333;
  border-radius: 40px;
  background: rgba(240,240,240,.75);
  z-index: 99;
  transition: all .3s ease;
}
#floating-chat-btn {
  bottom: 25px;
}
#lpop-open span {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 35px;
  border-radius: 30px;
  background-size: cover;
}
#lpop-open:hover {
  background-color: #fff;
}
#lpop-popup #lpop-image {
  margin: -25px -26px 25px
}
#lpop-popup #lpop-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#lpop.hide {
  opacity: 0;
  visibility: hidden;
  top: 50%;
}
#lpop-popup > p > a:not(:hover) {
  text-decoration: underline;
}
body.lpop-active {
  overflow: hidden;
}
body:not(.lpop-active) #lpop-open {
  display: block;
}
body.lpop-active #lpop-open {
  bottom: -50px;
  opacity: 0;
}
#lpop-popup .wp-block-button__link {
  padding: 7px 18px;
  border-radius: 8px;
  font-size: .9rem;
  margin-bottom: 2px;
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
#lpop-popup .wp-block-button__link.sale {
  background: linear-gradient(90deg ,#303e55 0%, #333 100%); 
}
#lpop-popup .wp-block-button__link.has-background:hover {
  color: #fff;
  background: #222;
}
#lpop-popup .wp-block-button__link.sale:hover {
  background: linear-gradient(90deg ,#222 0%, #222 100%); 
}
#lpop-popup .note {
  font-style: italic;
  color: #999;
}
#lpop-popup .note .color {
  color: red;
}
#lpop-optout {
  margin-top: 15px;
  display: block;
}
#lpop-optout input {
  margin-right: 5px;
}
@media (max-width: 768px) {
  #lpop-title {
    font-size: 1.15rem;
    line-height: 1.3;
  }
}
@media (max-width: 544px) {
  #lpop {
    padding: 20px;
  }
  #lpop-popup {
    width: 100%;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
  }
  .admin-bar #lpop {
    top: 46px;
    height: calc(100vh - 46px);
  }
}


/*
 * MEDIA QUERIES 
 */

@media (min-width: 545px) {
  #mc4wp-form-2 .mc-form {
	  display: flex;
	}
}

@media (min-width: 767px) {
  .page-id-434 .site-content {
    background: var(--wbw-global-color-1);
  }
  .page-id-439 .site-content {
	background: linear-gradient(90deg, var(--wbw-global-color-1) 0%, var(--wbw-global-color-1) 50%, #fff 50%, #fff 100%);
  }
  .vscf-shortcode {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 20px;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.2);
  }
  #vscf .vscf-name-group {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  #vscf .vscf-email-group{
    width: 50%;
    float: left;
  }
  .support-articles .wp-block-cover__inner-container {
    position: relative;
  }
  .support-articles .read-more-right {
	  position: absolute;
	  right: 0;
	  top: 0;
  }
}

@media (min-width: 922px) {
  .ast-woocommerce-container {
    position: relative;
  } 
  .woocommerce-products-header__title.page-title {
    text-align: center;
  }
  .woocommerce .ast-shop-toolbar-container {
    margin-bottom: 15px;
  }
  .ast-plain-container.ast-no-sidebar.single-product #primary {
    margin-top: 0;
  }
  .single-product .ast-container {
    max-width: 100%;
    padding-left: 0;
  }
  .single-product .related.products {
    max-width: 1400px;
    padding-left: 20px;
    margin: 70px auto 0;
  }
  .single-product .ast-header-breadcrumb {
    padding-left: 50%;
  }
  .single-product .ast-breadcrumbs-wrapper {
    text-align: right;
    padding-left: 10px;
  }
  .single-product .woocommerce-product-gallery {
    margin-top: -45px;
  }
  .single-product .wc-block-components-notice-banner {
    margin: 0 0 70px 20px;
  }
  .single-product .product .summary {
    width: 50% !important;
    padding-left: 60px !important;
    min-height: 100vh;
    min-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .single-product .product .summary > * {
    max-width: 600px;
  }
  .popup.size-chart .content .model-sizing {
    position: absolute;
    right: 100%;
    top: 0;
    width: 210px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    margin-right: 10px;
    padding: 15px 15px 0;
    text-align: left;
    max-height: 450px;
    overflow: auto;
  }
  .footer-sign-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-sign-up .form label {
    display: none;
  }
  .footer-sign-up #MCEMAIL {
    border-radius: 20px 3px 3px 20px;
  }
  .footer-sign-up #MCNAME {
    border-radius: 3px 20px 20px 3px;
  }
  .home-best-heading {
    margin-top: -45px;
  }
}

@media (min-width: 1201px) {
	
}

@media (min-width: 922px) and (max-width: 1200px) {
	
}

@media (min-width: 1921px) {
	
}

@media (min-width: 545px) and (max-width: 921px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .ast-footer-html-3 {
    padding-left: 65px;
  }
}

@media (max-width: 921px) {
  .site-primary-footer-wrap.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: repeat( 3,1fr ) !important;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 2,1fr ) !important;
  }
  .ast-builder-footer-grid-columns {
    grid-column-gap: 20px;
  }
  .site-footer-primary-section-1 {
    grid-column: span 2;
  }
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    margin-bottom: 30px;
  }
  .woocommerce-product-attributes {
    grid-template-columns: repeat(3,1fr);
  }
  .popup .content {
    overflow: auto;
  }
  .popup.size-chart .content .model-sizing h3 {
    margin: 20px 0;
  }
  .popup.size-chart .content .model-sizing p {
    display: inline-block;
    max-width: 120px;
    font-size: .9rem;
  }
  .wp-block-columns.contact-faq {
    flex-wrap: wrap !important;
  }
  .contact-faq .wp-block-column {
    flex-basis: 33%;
  }
  .yt-background-container {
    width: 420%;
    padding-bottom: 100vh;
  }
}

@media (max-width: 768px) {
  html, body {
      overflow-x: hidden;
      margin: 0;
      padding: 0;
  }
	.offscreen-768 {
	  clip-path: inset(100%);
	  clip: rect(1px 1px 1px 1px);
	  clip: rect(1px, 1px, 1px, 1px);
	  height: 1px;
	  overflow: hidden;
	  position: absolute;
	  white-space: nowrap;
	  width: 1px;
	}
  .ast-plain-container.ast-no-sidebar.single-product #primary {
    margin-top: 0;
  }
  .ast-product-gallery-layout-first-image-large .tns-controls button {
    border-radius:8px;
    box-shadow:none;
    width:34px;
    height:34px;
    background-position:center;
    background-repeat:no-repeat
  }
  .ast-product-gallery-layout-first-image-large .tns-controls button:after {
    display:none
  }
  .ast-product-gallery-layout-first-image-large .tns-controls button[data-controls=next] {
    right:20px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M7.707125,16.707375 L13.707125,10.707375 C14.098125,10.316375 14.098125,9.684375 13.707125,9.293375 L7.707125,3.293375 C7.316125,2.902375 6.684125,2.902375 6.293125,3.293375 C5.902125,3.684375 5.902125,4.316375 6.293125,4.707375 L11.586125,10.000375 L6.293125,15.293375 C5.902125,15.684375 5.902125,16.316375 6.293125,16.707375 C6.488125,16.902375 6.744125,17.000375 7.000125,17.000375 C7.256125,17.000375 7.512125,16.902375 7.707125,16.707375 Z'/%3E%3C/svg%3E%0A")
  }
  .ast-product-gallery-layout-first-image-large .tns-controls button[data-controls=prev] {
    left:20px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M12.293125,16.707375 L6.293125,10.707375 C5.902125,10.316375 5.902125,9.684375 6.293125,9.293375 L12.293125,3.293375 C12.684125,2.902375 13.316125,2.902375 13.707125,3.293375 C14.098125,3.684375 14.098125,4.316375 13.707125,4.707375 L8.414125,10.000375 L13.707125,15.293375 C14.098125,15.684375 14.098125,16.316375 13.707125,16.707375 C13.512125,16.902375 13.256125,17.000375 13.000125,17.000375 C12.744125,17.000375 12.488125,16.902375 12.293125,16.707375 Z'/%3E%3C/svg%3E%0A")
  }
  .ast-product-gallery-layout-first-image-large .tns-nav {
    display:none
  }
  .tns-item a:before,
  .tns-item a:after {
    display:none
  }
  .ast-product-gallery-layout-first-image-large .tns-inner .tns-item.product-video-wrapper,
  .ast-product-gallery-layout-first-image-large .tns-inner .tns-item a {
    padding:0;
    height:calc(100vh - 220px);
    min-height:450px
  }
  .ast-product-gallery-layout-first-image-large .tns-inner .tns-item a img {
    border-radius:0 !important
   }
  .tns-outer {
    margin: 0 -20px -.8em;
  }
  .page-id-439 .wp-block-media-text__media img {
    max-height: 400px !important;
    width: auto !important;
    max-width: 100%;
  }
  .page-id-439 .wp-block-columns {
    padding: 0 !important;
  }
  .ast-header-break-point .main-header-bar.ast-header-breadcrumb {
    border:none;
	overflow: hidden;
  }
  .ast-header-break-point .main-header-bar.ast-header-breadcrumb a {
    color: inherit;
  }
  .ast-breadcrumbs-wrapper .rank-math-breadcrumb p {
    white-space:nowrap;
    overflow-x:scroll;
    -webkit-overflow-scrolling:touch;
    margin-right:-20px
  }
  .ast-breadcrumbs-wrapper .rank-math-breadcrumb p .last {
    padding-right:20px
  }
  .ast-breadcrumbs-wrapper .rank-math-breadcrumb p:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    width:20px;
    height:100%;
    background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%)
  }
  .wp-block-gallery.side-by-side figure {
	  width: 100% !important;
	}
}

@media (min-width: 545px) and (max-width: 768px) {
	
}

@media (max-width: 544px) {
  .entry-title, .page-title {
    font-size: 1.5rem;
  }
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    margin-bottom: 30px;
  }
  .site-primary-footer-wrap.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: repeat( 2,1fr ) !important;
  }
  .site-footer-primary-section-1 {
    grid-column: span 2;
    background: #f3f3f3;
    margin: 0 -20px 60px;
    padding: 30px 20px;
    font-size: .9rem;
  }
  .site-footer .country-select select {
	background: #ffffff;
  }
  .site-footer h3 {
    font-size: 1rem;
  }
  .site-primary-footer-wrap li {
    padding: 0;
    font-size: .95rem;
  }
  .single-product .entry-title {
    font-size: 1.5rem;
  }
  .size-chart table {
    font-size: .9rem;
  }
  .size-chart th.size {
    width: 70px;
    white-space: normal;
  }
  .footer-sign-up .form input {
    width: 100%;
  }
  .home-top-columns .bordered .wp-block-cover__image-background {
    padding: 70px 35px 35px;
  }
	.wp-block-columns.home-slogan {
    margin: -40px 0 40px;
  }
  .wp-block-columns.home-slogan .wp-block-column {
    margin-bottom: 0;
  }
  .wp-block-columns.home-slogan .wp-block-image {
    max-width: 350px;
  }
  .wc-pao-addon label.wc-pao-addon-name {
	width: 100%;
   padding: 10px;
  }
  .wc-pao-addon .open-size-chart {
    padding: 0;
    margin: 0 0 0 10px;
  }
  .product .woosw-btn,
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
	width: 100%;
  }
  .product .woosw-btn {
	padding: 14px;
  }
  .woosw-items tbody {
	grid-template-columns: repeat(2,minmax(0,1fr));
  }
	
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0 !important;
  }
  .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
	border-radius: 0 !important;
  }
	#mc4wp-form-2 input {
	 width: 100%;
	  margin: 0 0 4px
	}
  
  /* Test */
  .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid), .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	margin: 0 -20px 20px;
  }
  .woocommerce-page ul.products li.product {
	margin-bottom: 0;
  }
  .woocommerce ul.products li.product .astra-shop-summary-wrap {
	padding: 5px 20px;
  }
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap a {
	display: flex;
  }
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
	width: 50%;
  }
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap img.show-on-hover {
	width: 50%;
	position: relative !important;
	height: auto;
	opacity: 1;
	display: block !important;
  }
  .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
	position: relative;
  }
  .woocommerce-page ul.products li.product .astra-shop-summary-wrap .woosw-btn {
	top: auto;
	bottom: 100%;
	margin-bottom: 30px;
	left: 20px;
  }
	
  .woocommerce .ast-shop-toolbar-container {
	  margin: 0 -10px 30px !important;
	  flex-direction: row;
	  column-gap: 5px;
	  z-index: 99;
	}
	.ast-header-break-point .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap {
	  margin: 0;
	  width: 50%;
	}
	.woocommerce-page .woocommerce-ordering select,
	.woocommerce .ast-shop-toolbar-container .astra-shop-filter-button {
	  width: 100%;
	  color: #333;
	  font-size: .95rem;
	  font-weight: bold;
	  background-color: #eee;
	  border-radius: 20px;
	}
	
}

@media (max-width: 380px) {
	.woocommerce-product-attributes {
    grid-template-columns: repeat(2,1fr);
  }
}