#Header_wrapper {
    position: relative;
    z-index: 9999;
}
.woocommerce .product div.entry-summary h1.product_title:after{
    content: unset;
}
.one-second.column,.woocommerce-page div.product div.summary{
    width: auto!important;
}
.clearfix:before{
    content: unset;
}
.woocommerce .product div.entry-summary h1.product_title{
    font-size: 32px;
    font-weight: 700;
    color: #1a2e1a;
    margin-bottom: 16px;
    line-height: 1.2;
    padding: 0;
}
@media only screen and (min-width: 1240px) {
    .section_wrapper, .container{
        max-width: 1280px!important;
    }
}
/* ===== ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð¾Ð¿Ñ†Ð¸Ð¸ ===== */
.ywapo_input_container_checkbox {
  --ywapo-accent: #2f6f4e;
  --ywapo-accent-soft: rgba(47, 111, 78, 0.12);
  --ywapo-border: #e2e5e9;
  --ywapo-border-hover: #c9cfd6;
  --ywapo-text: #1f2429;
  --ywapo-muted: #6b7280;
  --ywapo-bg: #ffffff;
  --ywapo-radius: 12px;

  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 8px;
  background: var(--ywapo-bg);
  border: 1px solid var(--ywapo-border);
  border-radius: var(--ywapo-radius);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.ywapo_input_container_checkbox:hover {
  border-color: var(--ywapo-border-hover);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

/* ÐŸÐ¾Ð´ÑÐ²ÐµÑ‚ÐºÐ° Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ñ (Ð¿Ð¾ Ñ„Ð°ÐºÑ‚Ñƒ :checked Ñƒ input) */
.ywapo_input_container_checkbox:has(.ywapo_input_checkbox:checked) {
  border-color: var(--ywapo-accent);
  background: var(--ywapo-accent-soft);
  box-shadow: 0 0 0 1px var(--ywapo-accent) inset;
}

.ywapo_input_container_checkbox:has(.ywapo_input_checkbox:focus-visible) {
  outline: 2px solid var(--ywapo-accent);
  outline-offset: 2px;
}

/* ===== Ð¡Ð°Ð¼ Ñ‡ÐµÐºÐ±Ð¾ÐºÑ ===== */
.ywapo_input_checkbox {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid var(--ywapo-border-hover);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
}

.ywapo_input_checkbox:hover {
  border-color: var(--ywapo-accent);
}

.ywapo_input_checkbox:checked {
  background: var(--ywapo-accent);
  border-color: var(--ywapo-accent);
}

/* Ð“Ð°Ð»Ð¾Ñ‡ÐºÐ° */
.ywapo_input_checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ywapo_input_checkbox:focus-visible {
  outline: none;
}

/* ===== ÐžÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð¼ÐµÑ‚ÐºÐ° Ñ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸ÐµÐ¼ ===== */
.ywapo_label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ywapo-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
  user-select: none;
}

.ywapo_option_label {
  transition: color 0.2s ease;
}

.ywapo_input_container_checkbox:has(.ywapo_input_checkbox:checked) .ywapo_option_label {
  color: var(--ywapo-accent);
}

/* ===== Ð‘Ð»Ð¾Ðº Ñ†ÐµÐ½Ñ‹ ===== */
.ywapo_label_price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  margin-left: auto;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ywapo-accent);
  white-space: nowrap;
}

.ywapo_price_sign {
  font-weight: 500;
  opacity: 0.7;
}

.woocommerce-Price-amount {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}

.woocommerce-Price-currencySymbol {
  margin-left: 2px;
  font-size: 0.9em;
  opacity: 0.85;
}

/* Ð’Ñ‚Ð¾Ñ€Ð°Ñ label-Ð¾Ð±Ñ‘Ñ€Ñ‚ÐºÐ° (Ñ†ÐµÐ½Ð°) â€” Ð½Ð° Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ, Ð±ÐµÐ· ÑÐ´Ð²Ð¸Ð³Ð¾Ð² */
.ywapo_input_container_checkbox > label[for^="ywapo_ctrl_id_"]:last-of-type {
  display: inline-flex;
  margin-left: auto;
}

/* ===== ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² ===== */
@media (max-width: 480px) {
  .ywapo_input_container_checkbox {
    flex-wrap: wrap;
    padding: 12px 14px;
  }

  .ywapo_label_price {
    margin-left: 32px;
    padding-left: 0;
  }
}

/* ===== Ð£Ð²Ð°Ð¶ÐµÐ½Ð¸Ðµ Ðº Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¹ÐºÐ°Ð¼ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ===== */
@media (prefers-reduced-motion: reduce) {
  .ywapo_input_container_checkbox,
  .ywapo_input_checkbox,
  .ywapo_option_label {
    transition: none;
  }
}



.woocommerce form .form-row .ywapo_input_container input[type="checkbox"]{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: unset;
    border: unset;
    margin-right: unset;
}
.ywapo_input_container{
	    display: flex;
	    justify-content: space-between;
}
.ywapo_input_checkbox:checked::after {
    left: 10px;
    top: 4px;
    border: solid #2f6f4e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
.woocommerce form .form-row .ywapo_input_container label{
	margin: 0;
}


.ywapo_group_container .ywapo_input_container_checkbox{
	transition: transform 0.6s var(--delay) cubic-bezier(.51, .61, 0, 2.3);
}

.ywapo_group_container.ywapo_conditional_hidden .ywapo_input_container_checkbox{
	transform: translateY(50px);
	opacity: 0;
} 

.ywapo_group_container .ywapo_input_container_checkbox
{
    	transform: translateY(0);
    	opacity: 1;
    	display: flex;
    	flex-wrap: wrap;
}

.ywapo_options_container .ywapo_input_container_checkbox:nth-child(1)  { --delay: 0.05s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(2)  { --delay: 0.10s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(3)  { --delay: 0.15s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(4)  { --delay: 0.20s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(5)  { --delay: 0.25s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(6)  { --delay: 0.30s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(7)  { --delay: 0.35s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(8)  { --delay: 0.40s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(9)  { --delay: 0.45s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(10) { --delay: 0.50s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(11) { --delay: 0.55s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(12) { --delay: 0.60s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(13) { --delay: 0.65s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(14) { --delay: 0.70s; }
.ywapo_options_container .ywapo_input_container_checkbox:nth-child(15) { --delay: 0.75s; }

.ywapo_options_container{
	/* overflow: hidden; */
}
.ywapo_group_container.ywapo_group_container_checkbox.ywapo_conditional_hidden{
	    position: absolute;
	    opacity: 0;
	    overflow: hidden;
	    pointer-events: none;
	    touch-action: none;
}
.ywapo_group_container.form-row.form-row-wide.ywapo_conditional_hidden{
    display: unset!important;
}
#Wrapper, #Content{
    background: #f5f8f5!important;
}

.content_wrapper{
	position: relative;
	z-index: 999;
}
 /* Decorative leaves */
        body::before,
        body::after {
            content: '';
            position: fixed;
            width: 300px;
            height: 400px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 300'%3E%3Cpath d='M100 20 Q140 80 120 150 Q100 220 80 280' fill='none' stroke='%23c8e6c8' stroke-width='2'/%3E%3Cpath d='M80 50 Q50 100 70 160' fill='none' stroke='%23c8e6c8' stroke-width='1.5'/%3E%3Cpath d='M120 60 Q160 110 140 180' fill='none' stroke='%23c8e6c8' stroke-width='1.5'/%3E%3Cellipse cx='95' cy='90' rx='25' ry='40' fill='%23d4edda' opacity='0.5' transform='rotate(-20 95 90)'/%3E%3Cellipse cx='110' cy='140' rx='20' ry='35' fill='%23d4edda' opacity='0.4' transform='rotate(15 110 140)'/%3E%3Cellipse cx='85' cy='190' rx='22' ry='38' fill='%23d4edda' opacity='0.45' transform='rotate(-10 85 190)'/%3E%3C/svg%3E") no-repeat;
            opacity: 0.6;
            pointer-events: none;
            z-index: 0;
        }
        body::before {
            top: 100px;
            left: -80px;
            transform: rotate(-10deg);
        }
        body::after {
            bottom: 50px;
            right: -60px;
            transform: rotate(15deg) scaleX(-1);
        }

 /* Why us sidebar */
        .why-us {
            padding: 22px 18px;
            height: fit-content;
        }

        .why-title {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
            font-weight: 600;
            color: #1a2e1a;
            margin-bottom: 18px;
        }

        .why-title svg {
            width: 20px;
            height: 20px;
            fill: #2e7d32;
        }

        .why-list {
            list-style: none;
        }

        .why-item {
            display: flex;
            gap: 12px;
            margin-bottom: 16px;
        }

        .why-icon {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #e8f5e9;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .why-icon svg {
            width: 18px;
            height: 18px;
            stroke: #2e7d32;
            fill: none;
            stroke-width: 1.6;
        }

        .why-text strong {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #1a2e1a;
            margin-bottom: 2px;
        }

        .why-text span {
            font-size: 12px;
            color: #6a8a6a;
            line-height: 1.35;
        }

        .quote {
            margin-top: 20px;
            padding-top: 16px;
            border-top: 1px solid #e8f0e8;
            text-align: right;
            position: relative;
            background-image: url(../img/TTA.png);
            height: 170px;
            background-position: bottom;
            background-size: contain;
            background-repeat: no-repeat;

            -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
            -webkit-mask-composite: source-in;
            mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
            mask-composite: intersect;
        }

        .quote p {
            font-family: 'Georgia', serif;
            font-style: italic;
            font-size: 14px;
            color: #3d6b3d;
            line-height: 1.45;
            margin-bottom: 6px;
        }

        .quote-leaves {
            position: absolute;
            right: 0;
            bottom: -8px;
            opacity: 0.5;
        }

        .quote-leaves svg {
            width: 60px;
            height: 40px;
        }
         /* Main product section */
        .product-section {
            display: grid;
            grid-template-columns: 1.15fr 1fr 0.72fr;
            gap: 20px;
            margin-bottom: 40px;
        }

        .card {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 60, 30, 0.05);
            /* overflow: hidden; */
            margin:0;
        }
 /* Product info */
        .product-info {
            padding: 24px 22px;
        }

        .product-category {
            font-size: 13px;
            color: #1b5e20;
            margin-bottom: 6px;
            background: rgba(122, 154, 122, 0.13);
            width: fit-content;
            padding: 4px 12px;
            border-radius: 14px;
            border: solid 1px #1b5e20;
        }

        .product-title {
            font-size: 32px;
            font-weight: 700;
            color: #1a2e1a;
            margin-bottom: 16px;
            line-height: 1.2;
        }

        .price-badge {
            display: inline-flex;
            align-items: center;
            background: linear-gradient(135deg, #1b5e20, #66c666);
            color: #fff;
            font-size: 28px;
            font-weight: 700;
            padding: 10px 20px;
            border-radius: 12px;
            margin-bottom: 20px;
            letter-spacing: 0.3px;
        }

        .specs {
            list-style: none;
            margin-bottom: 22px;
        }

        .specs li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 8px 0;
            font-size: 14px;
            color: #2d4a2d;
            line-height: 1.4;
        }

        .spec-icon {
            width: 32px;
            height: 32px;
            border-radius: 10px;
            background: #e8f5e9;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .spec-icon svg {
            width: 16px;
            height: 16px;
            stroke: #2e7d32;
            fill: none;
            stroke-width: 1.6;
        }

        .size-selector {
            background: #f5faf5;
            border-radius: 14px;
            padding: 14px 16px;
            margin-bottom: 18px;
        }

        .size-label {
            font-size: 13px;
            color: #5a7a5a;
            margin-bottom: 10px;
        }

        .size-buttons {
            display: flex;
            gap: 8px;
            margin-bottom: 12px;
        }

        .size-btn {
            padding: 8px 16px;
            border-radius: 20px;
            border: 1.5px solid #d0e0d0;
            background: #fff;
            font-size: 14px;
            font-weight: 500;
            color: #2d4a2d;
            cursor: pointer;
            transition: all 0.2s;
        }

        .size-btn.active {
            background: #2e7d32;
            border-color: #2e7d32;
            color: #fff;
        }

        .size-btn:hover:not(.active) {
            border-color: #2e7d32;
            color: #2e7d32;
        }

        .dims {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .dim-item {
            display: flex;
            align-items: center;
            gap: 6px;
            background: #fff;
            border: 1px solid #e0ebe0;
            border-radius: 10px;
            padding: 8px 12px;
            font-size: 13px;
            color: #2d4a2d;
        }

        .dim-item svg {
            width: 14px;
            height: 14px;
            stroke: #5a7a5a;
            fill: none;
            stroke-width: 1.5;
        }

        .actions {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .btn-primary {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: linear-gradient(135deg, #1b5e20, #66c666);
            color: #fff;
            border: none;
            border-radius: 14px;
            padding: 14px 20px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.15s, box-shadow 0.15s;
            box-shadow: 0 4px 14px rgba(46, 125, 50, 0.3);
        }

        .btn-primary:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 18px rgba(46, 125, 50, 0.4);
        }

        .btn-primary svg {
            width: 18px;
            height: 18px;
            stroke: #fff;
            fill: none;
            stroke-width: 2;
        }

        .btn-heart {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 1.5px solid #d0e0d0;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }

        .btn-heart:hover {
            border-color: #e57373;
            background: #fff5f5;
        }

        .btn-heart svg {
            width: 22px;
            height: 22px;
            stroke: #7a9a7a;
            fill: none;
            stroke-width: 1.8;
        }
        .yith_wapo_groups_container > .ywapo_group_container:nth-child(1){
    background: #f5faf5;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 18px;
}
.ywapo_group_container.form-row.form-row-wide h3
{font-size: 13px;color: #5a7a5a;margin: 0!important;}
.ywapo_input_container.ywapo_input_container_labels.ywapo_selected{
	    background: #2e7d32!important;
	    border-color: #2e7d32!important;
	    color: white;
}
.ywapo_input_container.ywapo_input_container_labels{
	padding: 8px 16px!important;
	border-radius: 20px;
	border: 1.5px solid #d0e0d0!important;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: #2d4a2d;
	transition: all 0.2s;
	margin: 0!important;
}
.yith_wapo_groups_container > .ywapo_group_container:nth-child(1) .ywapo_options_container{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}
.wapo_option_tooltip {
    position: absolute!important;
    top: 0px;
    width: 16px;
    right: 2px;
}
.ywapo_input_container .ywapo_label{
	max-width: 190px;
}
/* ===== Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ ===== */
.woocommerce-message.alert {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 52px 18px 20px!important;
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid #22c55e;
  border-radius: 14px;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.04),
    0 8px 24px -6px rgba(16, 24, 40, 0.10);
  font-size: 15px;
  line-height: 1.55;
  color: #1f2937;
  overflow: hidden;
  animation: alertSlideIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  backdrop-filter: blur(6px);
}

/* Ð¢Ð¾Ð½ÐºÐ¸Ð¹ Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚Ð½Ñ‹Ð¹ Â«ÑÐ²ÐµÑ‚Â» ÑÐ»ÐµÐ²Ð° */
.woocommerce-message.alert::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 120px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.12), transparent);
  pointer-events: none;
}

/* ===== Ð˜ÐºÐ¾Ð½ÐºÐ° ===== */
.woocommerce-message.alert .alert_icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 6px 14px -4px rgba(34, 197, 94, 0.55);
  position: relative;
  z-index: 1;
  left: unset;
  top: unset;
}

.woocommerce-message.alert .alert_icon i {
  line-height: 1;
}

/* ÐœÑÐ³ÐºÐ°Ñ Ð¿ÑƒÐ»ÑŒÑÐ°Ñ†Ð¸Ñ Ð²Ð¾ÐºÑ€ÑƒÐ³ Ð¸ÐºÐ¾Ð½ÐºÐ¸ */
.woocommerce-message.alert .alert_icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.25);
  animation: alertPulse 2s ease-out infinite;
  z-index: -1;
}

/* ===== Ð¢ÐµÐºÑÑ‚Ð¾Ð²Ð°Ñ Ð¾Ð±Ñ‘Ñ€Ñ‚ÐºÐ° ===== */
.woocommerce-message.alert .alert_wrapper {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* Ð¡ÑÑ‹Ð»ÐºÐ° Â«ÐŸÑ€Ð¾ÑÐ¼Ð¾Ñ‚Ñ€ ÐºÐ¾Ñ€Ð·Ð¸Ð½Ñ‹Â» */
.woocommerce-message.alert .alert_wrapper .wc-forward {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
  padding: 6px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  box-shadow: 0 6px 14px -6px rgba(34, 197, 94, 0.7);
}

.woocommerce-message.alert .alert_wrapper .wc-forward::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.2s ease;
}

.woocommerce-message.alert .alert_wrapper .wc-forward:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 10px 20px -8px rgba(34, 197, 94, 0.8);
}

.woocommerce-message.alert .alert_wrapper .wc-forward:hover::after {
  transform: translateX(3px);
}

.woocommerce-message.alert .alert_wrapper .wc-forward:focus-visible {
  outline: 2px solid #16a34a;
  outline-offset: 2px;
}

/* ===== ÐšÐ½Ð¾Ð¿ÐºÐ° Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ ===== */
.woocommerce-message.alert .close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #6b7280;
  font-size: 15px;
  text-decoration: none;
  background: transparent;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  background: white;
}

.woocommerce-message.alert .close:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #111827;
  transform: rotate(90deg);
}

.woocommerce-message.alert .close:focus-visible {
  outline: 2px solid #22c55e;
  outline-offset: 2px;
}

/* ===== ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² ===== */
@media (max-width: 640px) {
  .woocommerce-message.alert {
    padding: 16px 46px 16px 16px;
    gap: 12px;
    border-radius: 12px;
    font-size: 14.5px;
  }

  .woocommerce-message.alert .alert_icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .woocommerce-message.alert .alert_wrapper .wc-forward {
    margin: 0 0 8px;
    display: inline-flex;
  }
}

/* ===== Ð¢Ñ‘Ð¼Ð½Ð°Ñ Ñ‚ÐµÐ¼Ð° ===== */
@media (prefers-color-scheme: dark) {
  .woocommerce-message.alert {
    background: #1e1f22;
    border-color: rgba(255, 255, 255, 0.08);
    color: #e5e7eb;
  }

  .woocommerce-message.alert .close:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }
}

/* ===== ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸ ===== */
@keyframes alertSlideIn {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes alertPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Ð£Ð²Ð°Ð¶ÐµÐ½Ð¸Ðµ Ðº Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¹ÐºÐ°Ð¼ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ */
@media (prefers-reduced-motion: reduce) {
  .woocommerce-message.alert,
  .woocommerce-message.alert .alert_icon::after {
    animation: none;
  }
  .woocommerce-message.alert .close,
  .woocommerce-message.alert .alert_wrapper .wc-forward,
  .woocommerce-message.alert .alert_wrapper .wc-forward::after {
    transition: none;
  }
}
.woocommerce .product div.entry-summary .cart .button{
        flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #1b5e20, #66c666);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 4px 14px rgba(46, 125, 50, 0.3);
    width: 100%;
}
.section_wrapper, .container, .with_aside .content_wrapper {
        max-width: unset;
    }
@media (max-width: 1200px) {
    .product-section {
        grid-template-columns: 1fr 1fr;
    }
    .why-us {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 12px;
        position: relative;
    }
	.why-list {
	    display: contents;
	}
	.quote {
        grid-column: 1 / -1;
		    height: 243px;
    }
	
}

@media (max-width: 991px) {
    .product-section {
        grid-template-columns: 1fr;
    }
	.why-title{
		font-size: 24px;
	}
}
@media (max-width: 768px) {
    .ywapo_input_container .ywapo_label {
        max-width: 140px;
    }
    .woocommerce-message.alert .alert_wrapper{
            flex-direction: column-reverse;
    }
}
.section_wrapper .column{
	        width: auto !important;
}
/* ===== Современный дизайн вкладок ===== */

.jq-tabs.tabs_wrapper {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid #e8ecef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Навигация вкладок */
.ui-tabs-nav {
  display: flex;
  gap: 0;
  background: #f8fafc !important;
  border: none !important;
  border-bottom: 1px solid #e2e8f0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

.ui-tabs-nav li {
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  position: relative;
  flex: 1;
  text-align: center;
}

.ui-tabs-nav li a.ui-tabs-anchor {
  display: block;
  padding: 16px 24px !important;
  color: #64748b !important;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  border: none !important;
  background: transparent !important;
  outline: none !important;
}

.ui-tabs-nav li a.ui-tabs-anchor:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.03) !important;
}

/* Активная вкладка */
.ui-tabs-nav li.ui-tabs-active,
.ui-tabs-nav li.ui-state-active {
  background: #fff !important;
}

.ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor,
.ui-tabs-nav li.ui-state-active a.ui-tabs-anchor {
  color: #0f172a !important;
  font-weight: 600;
}

/* Индикатор активной вкладки */
.ui-tabs-nav li.ui-tabs-active::after,
.ui-tabs-nav li.ui-state-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  border-radius: 3px 3px 0 0;
}

/* Панели вкладок */
.ui-tabs-panel {
  padding: 28px 32px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  color: #334155;
  line-height: 1.7;
  font-size: 15px;
}

.ui-tabs-panel p {
  margin: 0 0 16px;
  color: #475569;
}

.ui-tabs-panel p:last-child {
  margin-bottom: 0;
}

/* ===== Блок отзывов ===== */

.woocommerce-Reviews {
  max-width: 100%;
}

.woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.woocommerce-noreviews {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  color: #64748b;
  font-size: 15px;
  margin: 0 0 28px;
}

/* Форма отзыва */
#respond {
  background: #f8fafc;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #e2e8f0;
}

.comment-reply-title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 20px;
  line-height: 1.4;
}

.comment-form-rating {
  margin-bottom: 20px;
}

.comment-form-rating label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  margin-bottom: 10px;
}

.comment-form-rating .required {
  color: #ef4444;
}

/* Звёзды */
.stars {
  margin: 0;
}

.stars span {
  display: inline-flex;
  gap: 6px;
}

.stars a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #94a3b8 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.stars a:hover {
  background: #fef3c7;
  border-color: #f59e0b;
  color: #d97706 !important;
  transform: translateY(-1px);
}

/* Поле отзыва */
.comment-form-comment {
  margin-bottom: 20px;
}

.comment-form-comment label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  margin-bottom: 8px;
}

.comment-form-comment textarea {
  width: 100%;
  min-height: 140px;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  color: #0f172a;
  background: #fff;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.comment-form-comment textarea:focus {
  outline: none;
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

/* Кнопка отправки */
.form-submit {
  margin: 0;
}

.form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
}

.form-submit .submit:hover {
  background: linear-gradient(135deg, #16a34a, #15803d);
  box-shadow: 0 6px 16px rgba(34, 197, 94, 0.35);
  transform: translateY(-1px);
}

.form-submit .submit:active {
  transform: translateY(0);
}

/* Адаптив */
@media (max-width: 640px) {
  .ui-tabs-nav li a.ui-tabs-anchor {
    padding: 14px 12px !important;
    font-size: 14px;
  }

  .ui-tabs-panel {
    padding: 20px 16px !important;
  }

  #respond {
    padding: 20px 16px;
  }
}