@charset "utf-8";
@font-face {
font-family: 'Noto Sans JPN';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://poggioverde.jp/wp-content/themes/divi-child/web-fonts/NotoSans_Regular.woff2) format('woff2'),
} @font-face {
font-family: 'Cormorant-G Bold';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://poggioverde.jp/wp-content/themes/divi-child/web-fonts/CormorantGaramond-Bold.woff2) format('woff2'),
}
body, h1, h2, h3, h4, h5, h6, input, textarea, select, .et_pb_button, #main-header, #et-top-navigation, #top-header .container, .et_slide_in_menu_container,.et_slide_in_menu_container .et-search-field {
font-family: 'Noto Sans JPN', 'Cormorant-G Bold', sans-serif !important;
}
  .woocommerce .quantity .input-text.qty.text {
width: 50px;
height: 36px;
padding: 5px;
}  #billing_country_field, #shipping_country_field {
display: none;
}  .woocommerce-MyAccount-navigation ul li {
padding: 0px 10px;
opacity: 0.7;
background-color: rgba(0,0,0,0.1);
}
.woocommerce-MyAccount-navigation ul li.is-active {
background-color: #B6A967;
}
.woocommerce-MyAccount-navigation-link a {
color: black ;
} .fc-checkout-header .fc-checkout__branding img {
max-height: 100%;
max-width: 100%;
}
.fc-checkout-header__inner {
justify-content: center;
} .crumbs li {
display: inline;
list-style: none;
}
.crumbs li:last-child {
color:  #009D5B;
}  .age-gate__headline, .age-gate-headline {
font-size: 1.05rem !important;
font-weight:400 !important;
}
.age-gate-subheading {
font-size:17px;
}
.age-gate-form {
border : solid 8px #006948 ;
}
.age-gate-form-section {
display:flex;
flex-flow: column;
}
p.age-gate-message {
color: #b6a967;
}
.age-gate-additional-information p {
color: #b6a967;
}
.age-gate-label {
background-color: rgba(0,105,72,0.5);
} .privacy_policy {
font-size: 16px;
text-align: left;
}
.age_check {
font-size: 16px;
text-align: left;
}
div.woocommerce form .form-row {
margin-top: 30px;
} .form-row.form-row-wide.wc-square-credit-card-card-postal-code-parent.wc-square-credit-card-hosted-field-parent.hidden {
display: none;
} .woocommerce .product_title {
font-size: 24px; }
.woocommerce .related.products h2 {
font-size: 16px!important; } @media (min-width: 980px) {
.et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu {
display: none;
}
.et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_mobile_nav_menu {
display: flex;
float: none;
margin: 0 6px;
align-items: center;
}
}
.et_pb_menu .et_mobile_nav_menu li {
list-style-type: none;
}
.et_mobile_menu .menu-item-has-children>a {
font-weight: 500;
background-color: rgba(255, 255, 255, .03);
}
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}
.et_mobile_menu {
width:350px ;
margin-left:calc(100% - 350px);
}
.et_mobile_menu li {
text-align:left;
} .et_mobile_nav_menu:before  {
content: 'MENU';
position: absolute;
right: 60px;
margin-top:5px;
color: #006948;
font-size:16px;
} #product-tabs {
display: flex;
justify-content: space-around;
gap: 10px;
margin-bottom: 20px;
}
.filter-button {
background-color: #006948; font-size:16px;
color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
.filter-button:hover {
box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.filter-button.active {
background-color: #9AD0A8; //    transform: scale(0.95); font-weight: bold; }
@media screen and (max-width: 768px) {
.filter-button {
font-size: 14px; padding: 8px 10px;
}
}
#description-container {
display: none; padding: 10px;
background-color: #f9f9f9; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px;
font-size: 16px; }
.et_pb_column_0_tb_footer {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
// 商品概要をポップアップ
//.quick-view-modal {
//    position: fixed !important;
//    top: 0 !important;
//    left: 0 !important;
//    width: 100vw !important;
//    height: 100vh !important;
//    display: flex !important;
//    justify-content: center !important;
//    align-items: center !important;
//    z-index: 99999 !important;
//}
.modal-overlay {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
}
.modal-content {
position: relative;
background: #fff;
padding: 20px;
border-radius: 8px;
max-width: 90vw;
max-height: 80vh;
overflow-y: auto;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
text-align: left;
z-index: 100000;
}
.modal-content p {
margin-bottom: 1em;
line-height: 1.6;
}
.close-modal {
position: fixed;
bottom: 20px;
right: 20px;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.add-to-cart {
display: block;
margin: 30px auto 10px auto; background-color: #7a3e2f;
color: #fff;
padding: 12px 24px;
border: none;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.cart-message {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(122, 62, 47, 0.95); color: #fff;
padding: 16px 32px;
border-radius: 8px;
font-size: 18px;
z-index: 100002;
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
text-align: center;
pointer-events: none;
}
.quantity-selector {
margin: 16px 0;
text-align: center;
}
.quantity-controls {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
background-color: transparent;
padding: 0;
border-radius: 6px;
box-sizing: border-box;
height: 44px;
}
.quantity-button,
.product-quantity-2 {
width: 40px;
height: 40px;
font-size: 20px;
background-color: #eee;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
user-select: none;
box-sizing: border-box;
line-height: 1;
cursor: pointer;
}
@media screen and (max-width: 480px) {
.modal-content {
padding: 16px;
font-size: 14px;
}
.modal-content button {
font-size: 14px;
padding: 10px 16px;
margin-top: 12px;
}
.modal-content img {
max-width: 100%;
height: auto;
}
} .wc-stripe-conveni-description {
margin-bottom: 20px !important;
display: block;
}